Skip to content

Commit c21ebc8

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 edcc5a4 commit c21ebc8

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
@@ -613,12 +613,12 @@
613613
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
614614
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
615615

616-
"@types/node@^22.7.6":
617-
version "22.7.6"
618-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.6.tgz#3ec3e2b071e136cd11093c19128405e1d1f92f33"
619-
integrity sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==
616+
"@types/node@^22.8.1":
617+
version "22.8.1"
618+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.1.tgz#b39d4b98165e2ae792ce213f610c7c6108ccfa16"
619+
integrity sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==
620620
dependencies:
621-
undici-types "~6.19.2"
621+
undici-types "~6.19.8"
622622

623623
"@types/semver@^7.5.0":
624624
version "7.5.2"
@@ -3592,7 +3592,7 @@ unbox-primitive@^1.0.2:
35923592
has-symbols "^1.0.3"
35933593
which-boxed-primitive "^1.0.2"
35943594

3595-
undici-types@~6.19.2:
3595+
undici-types@~6.19.8:
35963596
version "6.19.8"
35973597
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
35983598
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

0 commit comments

Comments
 (0)