diff --git a/package-lock.json b/package-lock.json index 0c584572..6f67685e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/node": "20.16.5", "@types/semver": "7.5.8", "@types/tmp": "0.2.6", @@ -1476,9 +1476,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -6418,9 +6418,9 @@ } }, "@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index a7bea568..31d2c33f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "description": "GitHub Action to Install the Octopus CLI", "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/node": "20.16.5", "@types/semver": "7.5.8", "@types/tmp": "0.2.6",