diff --git a/package-lock.json b/package-lock.json index 88c5285..6dc4b40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@eslint/js": "^9.19.0", "@testing-library/jest-dom": "^6.6.3", "@types/gulp": "^4.0.17", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/lodash": "^4.17.9", "@types/node": "^22.7.5", "@types/styled-components": "^5.1.34", @@ -1720,10 +1720,11 @@ } }, "node_modules/@types/jest": { - "version": "29.5.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", - "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/package.json b/package.json index 4f2d6e8..aa2c94c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@eslint/js": "^9.19.0", "@testing-library/jest-dom": "^6.6.3", "@types/gulp": "^4.0.17", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/lodash": "^4.17.9", "@types/node": "^22.7.5", "@types/styled-components": "^5.1.34",