diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 5afcba7..7afe916 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@swc/core": "1.3.22", "@swc/jest": "0.2.24", - "@types/jest": "29.2.4", + "@types/jest": "29.2.6", "@types/node": "18.11.18", "@types/object-hash": "3.0.1", "@typescript-eslint/eslint-plugin": "5.48.2", @@ -1909,9 +1909,9 @@ } }, "node_modules/@types/jest": { - "version": "29.2.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.4.tgz", - "integrity": "sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==", + "version": "29.2.6", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", + "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -10694,9 +10694,9 @@ } }, "@types/jest": { - "version": "29.2.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.4.tgz", - "integrity": "sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==", + "version": "29.2.6", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", + "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/typescript/package.json b/typescript/package.json index 477a663..adb42a6 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@swc/core": "1.3.22", "@swc/jest": "0.2.24", - "@types/jest": "29.2.4", + "@types/jest": "29.2.6", "@types/node": "18.11.18", "@types/object-hash": "3.0.1", "@typescript-eslint/eslint-plugin": "5.48.2",