diff --git a/package-lock.json b/package-lock.json index 4f139b98..dc05d6e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nuxtjs/tailwindcss": "^6.14.0", "@pinia/nuxt": "^0.11.2", "@tailwindcss/typography": "^0.5.9", - "@types/node": "^25", + "@types/node": "^26", "@vite-pwa/nuxt": "^1.0.0", "monaco-editor": "^0.32.1", "nuxt": "^3.21.8", @@ -5796,13 +5796,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.0.tgz", - "integrity": "sha512-rl78HwuZlaDIUSeUKkmogkhebA+8K1Hy7tddZuJ3D0xV8pZSfsYGTsliGUol1JPzu9EKnTxPC4L1fiWouStRew==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz", + "integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/resolve": { @@ -15916,9 +15916,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 05459006..de0bc79e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@nuxtjs/tailwindcss": "^6.14.0", "@pinia/nuxt": "^0.11.2", "@tailwindcss/typography": "^0.5.9", - "@types/node": "^25", + "@types/node": "^26", "@vite-pwa/nuxt": "^1.0.0", "monaco-editor": "^0.32.1", "nuxt": "^3.21.8",