diff --git a/package-lock.json b/package-lock.json index 58843d9..3d0fe24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@phantomstudios/css-components": "^0.4.0", "@phntms/react-share": "^1.0.1", - "@types/node": "^25.1.0", + "@types/node": "^25.3.3", "@types/react": "^19.1.3", "@types/react-dom": "^19.2.3", "eslint-config-next": "^16.0.6", @@ -2290,12 +2290,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz", - "integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==", + "version": "25.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.3.tgz", + "integrity": "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/react": { @@ -9349,9 +9349,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": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "license": "MIT" }, "node_modules/unified": { diff --git a/package.json b/package.json index 90d729f..fa1bdae 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@phantomstudios/css-components": "^0.4.0", "@phntms/react-share": "^1.0.1", - "@types/node": "^25.1.0", + "@types/node": "^25.3.3", "@types/react": "^19.1.3", "@types/react-dom": "^19.2.3", "eslint-config-next": "^16.0.6",