diff --git a/authentication/typescript/azure/package-lock.json b/authentication/typescript/azure/package-lock.json index 74d646b693..8adafffbb3 100644 --- a/authentication/typescript/azure/package-lock.json +++ b/authentication/typescript/azure/package-lock.json @@ -17,7 +17,7 @@ "@azure/identity": "^2.0.2", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", - "@types/node": "^17.0.16", + "@types/node": "^17.0.17", "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0", @@ -396,9 +396,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "17.0.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.16.tgz", - "integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==", + "version": "17.0.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz", + "integrity": "sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw==", "dev": true }, "node_modules/@types/sinon": { @@ -3248,9 +3248,9 @@ "dev": true }, "@types/node": { - "version": "17.0.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.16.tgz", - "integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==", + "version": "17.0.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz", + "integrity": "sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw==", "dev": true }, "@types/sinon": { diff --git a/authentication/typescript/azure/package.json b/authentication/typescript/azure/package.json index 4315486f8b..662016941c 100644 --- a/authentication/typescript/azure/package.json +++ b/authentication/typescript/azure/package.json @@ -40,7 +40,7 @@ "@azure/identity": "^2.0.2", "@types/chai": "^4.3.0", "@types/mocha": "^9.1.0", - "@types/node": "^17.0.16", + "@types/node": "^17.0.17", "@types/sinon": "^10.0.11", "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0",