diff --git a/spa/package-lock.json b/spa/package-lock.json index c365c2fd..08082b7c 100644 --- a/spa/package-lock.json +++ b/spa/package-lock.json @@ -21,7 +21,7 @@ "@rushstack/eslint-patch": "^1.3.1", "@tsconfig/node18": "^2.0.1", "@types/jsdom": "^21.1.1", - "@types/node": "^18.16.19", + "@types/node": "^18.18.8", "@vitejs/plugin-vue": "^4.4.0", "@vitest/coverage-istanbul": "^0.31.4", "@vue/eslint-config-prettier": "^7.1.0", @@ -1344,10 +1344,13 @@ } }, "node_modules/@types/node": { - "version": "18.17.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.19.tgz", - "integrity": "sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==", - "dev": true + "version": "18.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", + "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/qs": { "version": "6.9.7", @@ -7139,6 +7142,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "node_modules/universalify": { "version": "0.2.0", "dev": true, @@ -8619,10 +8628,13 @@ } }, "@types/node": { - "version": "18.17.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.19.tgz", - "integrity": "sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==", - "dev": true + "version": "18.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", + "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } }, "@types/qs": { "version": "6.9.7", @@ -12527,6 +12539,12 @@ "which-boxed-primitive": "^1.0.2" } }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "universalify": { "version": "0.2.0", "dev": true diff --git a/spa/package.json b/spa/package.json index 1534028a..3a47e84c 100644 --- a/spa/package.json +++ b/spa/package.json @@ -29,7 +29,7 @@ "@rushstack/eslint-patch": "^1.3.1", "@tsconfig/node18": "^2.0.1", "@types/jsdom": "^21.1.1", - "@types/node": "^18.16.19", + "@types/node": "^18.18.8", "@vitejs/plugin-vue": "^4.4.0", "@vitest/coverage-istanbul": "^0.31.4", "@vue/eslint-config-prettier": "^7.1.0",