diff --git a/package-lock.json b/package-lock.json index a8fca81..686dedd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@html-eslint/eslint-plugin": "^0.37.0", "@html-eslint/parser": "^0.37.0", "@quasar/vite-plugin": "^1.9.0", - "@types/node": "^22.13.14", + "@types/node": "^22.14.0", "@vitejs/plugin-vue": "^5.2.3", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", @@ -1413,13 +1413,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz", - "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==", + "version": "22.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", + "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~6.21.0" } }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3656,9 +3656,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 5f39241..621146e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@html-eslint/eslint-plugin": "^0.37.0", "@html-eslint/parser": "^0.37.0", "@quasar/vite-plugin": "^1.9.0", - "@types/node": "^22.13.14", + "@types/node": "^22.14.0", "@vitejs/plugin-vue": "^5.2.3", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1",