diff --git a/chartsmith-app/package-lock.json b/chartsmith-app/package-lock.json index f6378ea6..7a636bec 100644 --- a/chartsmith-app/package-lock.json +++ b/chartsmith-app/package-lock.json @@ -51,7 +51,7 @@ "@types/jest": "^29.5.12", "@types/jsonwebtoken": "^9.0.10", "@types/lodash": "^4.17.21", - "@types/node": "^22.13.9", + "@types/node": "^25.0.2", "@types/pg": "^8.16.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", @@ -3406,11 +3406,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", - "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "version": "25.0.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz", + "integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==", + "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-fetch": { @@ -12876,9 +12877,10 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "license": "MIT" }, "node_modules/unified": { "version": "11.0.5", diff --git a/chartsmith-app/package.json b/chartsmith-app/package.json index e6b2acb9..e51529f0 100644 --- a/chartsmith-app/package.json +++ b/chartsmith-app/package.json @@ -64,7 +64,7 @@ "@types/jest": "^29.5.12", "@types/jsonwebtoken": "^9.0.10", "@types/lodash": "^4.17.21", - "@types/node": "^22.13.9", + "@types/node": "^25.0.2", "@types/pg": "^8.16.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3",