From e44c95f5b2a28b7d6474083321cf81158db3b0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:11:33 +0000 Subject: [PATCH] chore(deps-dev): bump @types/node from 25.0.9 to 25.5.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.9 to 25.5.0. - [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.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- tshtml-loader/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86e3a81..8f1548c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1482,20 +1482,14 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", - "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", + "version": "25.5.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", + "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, - "node_modules/@types/node/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==", - "license": "MIT" - }, "node_modules/@types/unist": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", @@ -4987,6 +4981,12 @@ "dev": true, "license": "MIT" }, + "node_modules/undici-types": { + "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/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", @@ -5370,7 +5370,7 @@ } }, "tshtml": { - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "htmlparser2": "^10.1.0", @@ -5389,13 +5389,13 @@ } }, "tshtml-loader": { - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "lodash": "^4.17.21", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "tshtml": "^1.4.4", + "tshtml": "^1.4.5", "typescript": "^5.9.3" }, "bin": { @@ -5404,7 +5404,7 @@ "devDependencies": { "@types/jasmine": "^5.1.15", "@types/lodash": "4.17.23", - "@types/node": "25.0.9", + "@types/node": "^25.5.0", "@types/webpack": "5.28.5", "jasmine": "6.0.0", "nyc": "^17.1.0", diff --git a/tshtml-loader/package.json b/tshtml-loader/package.json index 50cb472..d30bee9 100644 --- a/tshtml-loader/package.json +++ b/tshtml-loader/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/jasmine": "^5.1.15", "@types/lodash": "4.17.23", - "@types/node": "25.0.9", + "@types/node": "25.5.0", "@types/webpack": "5.28.5", "jasmine": "6.0.0", "nyc": "^17.1.0",