diff --git a/configurator/package-lock.json b/configurator/package-lock.json index 286fc57d..9f212b22 100644 --- a/configurator/package-lock.json +++ b/configurator/package-lock.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.3.3", "@testing-library/jest-dom": "^7.0.0", "@testing-library/svelte": "^5.4.0", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "jsdom": "^29.1.1", "svelte": "^5.56.8", "svelte-check": "^4.7.3", @@ -1227,9 +1227,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/configurator/package.json b/configurator/package.json index ea637d4b..813ae645 100644 --- a/configurator/package.json +++ b/configurator/package.json @@ -31,7 +31,7 @@ "@tailwindcss/vite": "^4.3.3", "@testing-library/jest-dom": "^7.0.0", "@testing-library/svelte": "^5.4.0", - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "jsdom": "^29.1.1", "svelte": "^5.56.8", "svelte-check": "^4.7.3",