diff --git a/package-lock.json b/package-lock.json index 4d0fc9e..e99b99a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@quasar/vite-plugin": "^1.12.0", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@vitejs/plugin-vue": "^6.0.8", "oxfmt": "^0.56.0", "oxlint": "^1.74.0", @@ -1542,9 +1542,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", + "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4826576..63d30ef 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@quasar/vite-plugin": "^1.12.0", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "@vitejs/plugin-vue": "^6.0.8", "oxfmt": "^0.56.0", "oxlint": "^1.74.0",