From f3020d9bb8491e432406764784d4c3f775dfe75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:13:59 +0000 Subject: [PATCH] deps(app)(deps-dev): bump @types/node in /chartsmith-app Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.14.0 to 25.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chartsmith-app/package-lock.json | 18 ++++++++++-------- chartsmith-app/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) 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",