diff --git a/spa/package-lock.json b/spa/package-lock.json index d92df82a..b2dede37 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.59", "@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.59", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.59.tgz", + "integrity": "sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==", "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.59", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.59.tgz", + "integrity": "sha512-vizm2EqwV/7Zay+A6J3tGl9Lhr7CjZe2HmWS988sefiEmsyP9CeXEleho6i4hJk/8UtZAo0bWN4QPZZr83RxvQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/spa/package.json b/spa/package.json index 053bb67b..b35978c5 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.59", "@vitejs/plugin-vue": "^4.6.2", "@vitest/coverage-istanbul": "^0.34.6", "@vue/eslint-config-prettier": "^7.1.0",