diff --git a/package-lock.json b/package-lock.json index f2964b3..270b778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/chart.js": "^2.9.37", - "@types/jest": "^29.5.2", + "@types/jest": "^29.5.4", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", "@xzdarcy/react-timeline-editor": "^0.1.9", @@ -7108,9 +7108,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", - "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -33868,9 +33868,9 @@ } }, "@types/jest": { - "version": "29.5.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", - "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "requires": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/package.json b/package.json index dfcf274..daa1925 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/chart.js": "^2.9.37", - "@types/jest": "^29.5.2", + "@types/jest": "^29.5.4", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", "@xzdarcy/react-timeline-editor": "^0.1.9",