diff --git a/spa/package-lock.json b/spa/package-lock.json index 08d2d8a9..992320f5 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.44", "@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.44", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.44.tgz", + "integrity": "sha512-ZsbGerYg72WMXUIE9fYxtvfzLEuq6q8mKERdWFnqTmOvudMxnz+CBNRoOwJ2kNpFOncrKjT1hZwxjlFgQ9qvQA==", "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.44", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.44.tgz", + "integrity": "sha512-ZsbGerYg72WMXUIE9fYxtvfzLEuq6q8mKERdWFnqTmOvudMxnz+CBNRoOwJ2kNpFOncrKjT1hZwxjlFgQ9qvQA==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/spa/package.json b/spa/package.json index ee7f885a..cc6d3fae 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.44", "@vitejs/plugin-vue": "^4.6.2", "@vitest/coverage-istanbul": "^0.34.6", "@vue/eslint-config-prettier": "^7.1.0",