diff --git a/frontend/src/main/webapp/package-lock.json b/frontend/src/main/webapp/package-lock.json index 05f426c20..c199cbd3b 100644 --- a/frontend/src/main/webapp/package-lock.json +++ b/frontend/src/main/webapp/package-lock.json @@ -68,7 +68,7 @@ "@cypress/schematic": "3.0.0", "@types/jasmine": "5.1.5", "@types/jasminewd2": "2.0.13", - "@types/node": "20.17.14", + "@types/node": "20.17.15", "@typescript-eslint/eslint-plugin": "8.20.0", "@typescript-eslint/eslint-plugin-tslint": "7.0.2", "@typescript-eslint/parser": "8.20.0", @@ -5268,9 +5268,9 @@ } }, "node_modules/@types/node": { - "version": "20.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.14.tgz", - "integrity": "sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==", + "version": "20.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.15.tgz", + "integrity": "sha512-ymrDMpEhuYz7PXTItXhY0ZDBDZT/RgsmFM9rBiRLOSVX1HKJhhrLXuLY00fHsFsugYT1wZU3IC4dleUUC22UDQ==", "license": "MIT", "dependencies": { "undici-types": "~6.19.2" diff --git a/frontend/src/main/webapp/package.json b/frontend/src/main/webapp/package.json index da830173b..ef6498048 100644 --- a/frontend/src/main/webapp/package.json +++ b/frontend/src/main/webapp/package.json @@ -81,7 +81,7 @@ "@cypress/schematic": "3.0.0", "@types/jasmine": "5.1.5", "@types/jasminewd2": "2.0.13", - "@types/node": "20.17.14", + "@types/node": "20.17.15", "@typescript-eslint/eslint-plugin": "8.20.0", "@typescript-eslint/eslint-plugin-tslint": "7.0.2", "@typescript-eslint/parser": "8.20.0",