Skip to content

Commit 60ac5af

Browse files
build(deps-dev): bump @types/node from 18.11.9 to 22.5.5 (#13)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.9 to 22.5.5. - [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-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8efcca9 commit 60ac5af

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

package-lock.json

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-icons": "4.6.0"
3434
},
3535
"devDependencies": {
36-
"@types/node": "18.11.9",
36+
"@types/node": "22.5.5",
3737
"@types/react": "18.0.25",
3838
"@types/react-dom": "18.0.9",
3939
"eslint": "8.28.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3481,10 +3481,12 @@
34813481
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz"
34823482
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
34833483

3484-
"@types/node@*", "@types/[email protected]", "@types/node@>=13.7.0":
3485-
version "18.11.9"
3486-
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz"
3487-
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
3484+
"@types/node@*", "@types/[email protected]", "@types/node@>=13.7.0":
3485+
version "22.5.5"
3486+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
3487+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
3488+
dependencies:
3489+
undici-types "~6.19.2"
34883490

34893491
34903492
version "10.12.18"
@@ -7896,6 +7898,11 @@ unbox-primitive@^1.0.2:
78967898
has-symbols "^1.0.3"
78977899
which-boxed-primitive "^1.0.2"
78987900

7901+
undici-types@~6.19.2:
7902+
version "6.19.8"
7903+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
7904+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
7905+
78997906
unicode-canonical-property-names-ecmascript@^2.0.0:
79007907
version "2.0.0"
79017908
resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"

0 commit comments

Comments
 (0)