Skip to content

Commit 68af533

Browse files
build(deps-dev): bump @types/node from 22.7.6 to 22.8.1 in /code
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.6 to 22.8.1. - [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-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0743c0 commit 68af533

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:ui": "yarn run test --ui --coverage --open=false"
5353
},
5454
"devDependencies": {
55-
"@types/node": "^22.7.6",
55+
"@types/node": "^22.8.1",
5656
"@typescript-eslint/eslint-plugin": "^7.0.0",
5757
"@typescript-eslint/parser": "^6.21.0",
5858
"@vitest/coverage-v8": "^2.0.5",

code/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -620,12 +620,12 @@
620620
dependencies:
621621
"@types/node" "*"
622622

623-
"@types/node@*", "@types/node@^22.7.6":
624-
version "22.7.6"
625-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.6.tgz#3ec3e2b071e136cd11093c19128405e1d1f92f33"
626-
integrity sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==
623+
"@types/node@*", "@types/node@^22.8.1":
624+
version "22.8.1"
625+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16"
626+
integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==
627627
dependencies:
628-
undici-types "~6.19.2"
628+
undici-types "~6.19.8"
629629

630630
"@types/node@^20.11.16":
631631
version "20.14.11"
@@ -3632,7 +3632,7 @@ undici-types@~5.26.4:
36323632
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
36333633
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
36343634

3635-
undici-types@~6.19.2:
3635+
undici-types@~6.19.8:
36363636
version "6.19.8"
36373637
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
36383638
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

0 commit comments

Comments
 (0)