diff --git a/package-lock.json b/package-lock.json index 9398f14..c10afeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@ant-design/icons": "^5.2.6", "@babel/preset-env": "^7.23.8", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@vitejs/plugin-react": "^4.2.1", "antd": "^5.13.2", @@ -5163,9 +5163,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", - "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz", + "integrity": "sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", @@ -5183,6 +5183,7 @@ }, "peerDependencies": { "@jest/globals": ">= 28", + "@types/bun": "latest", "@types/jest": ">= 28", "jest": ">= 28", "vitest": ">= 0.32" @@ -5191,6 +5192,9 @@ "@jest/globals": { "optional": true }, + "@types/bun": { + "optional": true + }, "@types/jest": { "optional": true }, @@ -14749,9 +14753,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", - "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz", + "integrity": "sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==", "requires": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 40d60dc..31463a8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@ant-design/icons": "^5.2.6", "@babel/preset-env": "^7.23.8", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@vitejs/plugin-react": "^4.2.1", "antd": "^5.13.2",