diff --git a/package-lock.json b/package-lock.json index 60c49b29..96bf2118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "@types/js-yaml": "^4.0.5", "@types/lodash": "4.14.197", "@typescript-eslint/eslint-plugin": "6.4.1", @@ -1478,9 +1478,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", - "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -6373,9 +6373,9 @@ } }, "@types/jest": { - "version": "29.5.3", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz", - "integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index d9ac9153..b2727bf2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "@types/js-yaml": "^4.0.5", "@types/lodash": "4.14.197", "@typescript-eslint/eslint-plugin": "6.4.1",