Skip to content

Commit df3635f

Browse files
authored
Merge pull request #435 from johnlettman/dependabot/npm_and_yarn/types/node-24.5.1
Bump @types/node from 24.4.0 to 24.5.1
2 parents 2c3d173 + 6a0c03f commit df3635f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"xml-formatter": "^3.6.6"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^24.4.0",
32+
"@types/node": "^24.5.1",
3333
"@types/xml-escape": "^1.1.3",
3434
"ts-node": "^10.9.2",
3535
"typescript": "^5.9.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,12 +1270,12 @@
12701270
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
12711271
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
12721272

1273-
"@types/node@*", "@types/node@^24.4.0":
1274-
version "24.4.0"
1275-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.4.0.tgz#4ca9168c016a55ab15b7765ad1674ab807489600"
1276-
integrity sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==
1273+
"@types/node@*", "@types/node@^24.5.1":
1274+
version "24.5.1"
1275+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.1.tgz#dab6917c47113eb4502d27d06e89a407ec0eff95"
1276+
integrity sha512-/SQdmUP2xa+1rdx7VwB9yPq8PaKej8TD5cQ+XfKDPWWC+VDJU4rvVVagXqKUzhKjtFoNA8rXDJAkCxQPAe00+Q==
12771277
dependencies:
1278-
undici-types "~7.11.0"
1278+
undici-types "~7.12.0"
12791279

12801280
"@types/stack-utils@^2.0.3":
12811281
version "2.0.3"
@@ -4310,10 +4310,10 @@ uglify-js@~1.1.1:
43104310
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-1.1.1.tgz#ee71a97c4cefd06a1a9b20437f34118982aa035b"
43114311
integrity sha512-YYY9Dle1leC+btgrHnAR05eq0aRdcPJsXlYYD+SYw2lqc5HFuFNHg3wWEW4SNE0iXXEUl0fz43gTQ3r1YK76rg==
43124312

4313-
undici-types@~7.11.0:
4314-
version "7.11.0"
4315-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.11.0.tgz#075798115d0bbc4e4fc7c173f38727ca66bfb592"
4316-
integrity sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==
4313+
undici-types@~7.12.0:
4314+
version "7.12.0"
4315+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
4316+
integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
43174317

43184318
unrs-resolver@^1.7.11:
43194319
version "1.9.0"

0 commit comments

Comments
 (0)