diff --git a/package-lock.json b/package-lock.json index d02e6aeef..088df204f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@microsoft/microsoft-graph-types": "2.40.0", "@ngtools/webpack": "16.2.12", "@types/inquirer": "8.2.10", - "@types/jest": "29.5.11", + "@types/jest": "29.5.13", "@types/ldapjs": "2.2.5", "@types/lowdb": "1.0.15", "@types/node": "18.19.50", @@ -5007,10 +5007,11 @@ } }, "node_modules/@types/jest": { - "version": "29.5.11", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.11.tgz", - "integrity": "sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==", + "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, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" diff --git a/package.json b/package.json index e55d346b6..82ed24d70 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@microsoft/microsoft-graph-types": "2.40.0", "@ngtools/webpack": "16.2.12", "@types/inquirer": "8.2.10", - "@types/jest": "29.5.11", + "@types/jest": "29.5.13", "@types/ldapjs": "2.2.5", "@types/lowdb": "1.0.15", "@types/node": "18.19.50",