diff --git a/package-lock.json b/package-lock.json index a165b97..3562948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "string-argv": "0.3.1" }, "devDependencies": { - "@types/jest": "28.1.0", + "@types/jest": "28.1.1", "@types/node": "16.11.21", "@types/unzipper": "0.10.5", "@typescript-eslint/parser": "5.27.0", @@ -1671,9 +1671,9 @@ } }, "node_modules/@types/jest": { - "version": "28.1.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", - "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", + "version": "28.1.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.1.tgz", + "integrity": "sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==", "dev": true, "dependencies": { "jest-matcher-utils": "^27.0.0", @@ -8412,9 +8412,9 @@ } }, "@types/jest": { - "version": "28.1.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz", - "integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==", + "version": "28.1.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.1.tgz", + "integrity": "sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==", "dev": true, "requires": { "jest-matcher-utils": "^27.0.0", diff --git a/package.json b/package.json index b17f1cd..b88448f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "string-argv": "0.3.1" }, "devDependencies": { - "@types/jest": "28.1.0", + "@types/jest": "28.1.1", "@types/node": "16.11.21", "@types/unzipper": "0.10.5", "@typescript-eslint/parser": "5.27.0",