diff --git a/package-lock.json b/package-lock.json index 423c96d6..c2698f4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "string-argv": "0.3.2" }, "devDependencies": { - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "@types/node": "16.18.38", "@types/unzipper": "0.10.6", "@typescript-eslint/parser": "6.4.1", @@ -1962,9 +1962,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", @@ -9664,9 +9664,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 afde06f0..3d0a4969 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@types/node": "16.18.38", - "@types/jest": "29.5.3", + "@types/jest": "29.5.4", "@types/unzipper": "0.10.6", "@typescript-eslint/parser": "6.4.1", "@vercel/ncc": "0.36.1",