diff --git a/spa/package-lock.json b/spa/package-lock.json index d92df82a..1ea7ba52 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -21,7 +21,7 @@ "@rushstack/eslint-patch": "^1.10.3", "@tsconfig/node18": "^2.0.1", "@types/jsdom": "^21.1.1", - "@types/node": "^18.19.39", + "@types/node": "^18.19.64", "@vitejs/plugin-vue": "^4.6.2", "@vitest/coverage-istanbul": "^0.34.6", "@vue/eslint-config-prettier": "^7.1.0", @@ -1452,9 +1452,9 @@ } }, "node_modules/@types/node": { - "version": "18.19.39", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", - "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "version": "18.19.64", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.64.tgz", + "integrity": "sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -8941,9 +8941,9 @@ } }, "@types/node": { - "version": "18.19.39", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", - "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "version": "18.19.64", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.64.tgz", + "integrity": "sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/spa/package.json b/spa/package.json index 053bb67b..2470de9d 100644 --- a/spa/package.json +++ b/spa/package.json @@ -29,7 +29,7 @@ "@rushstack/eslint-patch": "^1.10.3", "@tsconfig/node18": "^2.0.1", "@types/jsdom": "^21.1.1", - "@types/node": "^18.19.39", + "@types/node": "^18.19.64", "@vitejs/plugin-vue": "^4.6.2", "@vitest/coverage-istanbul": "^0.34.6", "@vue/eslint-config-prettier": "^7.1.0",