diff --git a/samples/AzureADB2CAuth/auth-frontend/app/package.json b/samples/AzureADB2CAuth/auth-frontend/app/package.json index 5b86316f9..039c4b929 100644 --- a/samples/AzureADB2CAuth/auth-frontend/app/package.json +++ b/samples/AzureADB2CAuth/auth-frontend/app/package.json @@ -29,7 +29,7 @@ "@rushstack/eslint-patch": "^1.10.5", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", - "@types/node": "^22.10.5", + "@types/node": "^22.10.8", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/eslint-config-airbnb-with-typescript": "^8.0.0", diff --git a/samples/AzureADB2CAuth/auth-frontend/package-lock.json b/samples/AzureADB2CAuth/auth-frontend/package-lock.json index 139203197..768ca2e72 100644 --- a/samples/AzureADB2CAuth/auth-frontend/package-lock.json +++ b/samples/AzureADB2CAuth/auth-frontend/package-lock.json @@ -25,7 +25,7 @@ "@rushstack/eslint-patch": "^1.10.5", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", - "@types/node": "^22.10.5", + "@types/node": "^22.10.8", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/eslint-config-airbnb-with-typescript": "^8.0.0", @@ -1868,10 +1868,11 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", - "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", + "version": "22.10.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.8.tgz", + "integrity": "sha512-rk+QvAEGsbX/ZPiiyel6hJHNUS9cnSbPWVaZLvE+Er3tLqQFzWMz9JOfWW7XUmKvRPfxJfbl3qYWve+RGXncFw==", "dev": true, + "license": "MIT", "dependencies": { "undici-types": "~6.20.0" }