Skip to content

Commit 7d11a30

Browse files
chore(deps): update dependency @types/node to v18 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eb79e8 commit 7d11a30

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@semantic-release/npm": "^9.0.0",
2525
"@semantic-release/release-notes-generator": "^10.0.3",
2626
"@types/jsdom": "^16.2.3",
27-
"@types/node": "^16.0.0",
27+
"@types/node": "^18.0.0",
2828
"@typescript-eslint/eslint-plugin": "^5.0.0",
2929
"@typescript-eslint/parser": "^5.0.0",
3030
"eslint": "^8.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@
485485
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.4.tgz#fec0ce0526abb6062fd206d72a642811b887a111"
486486
integrity sha512-6xwbrW4JJiJLgF+zNypN5wr2ykM9/jHcL7rQ8fZe2vuftggjzZeRSM4OwRc6Xk8qWjwJ99qVHo/JgOGmomWRog==
487487

488-
"@types/node@^16.0.0":
489-
version "16.11.17"
490-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.17.tgz#ae146499772e33fc6382e1880bc567e41a528586"
491-
integrity sha512-C1vTZME8cFo8uxY2ui41xcynEotVkczIVI5AjLmy5pkpBv/FtG+jhtOlfcPysI8VRVwoOMv6NJm44LGnoMSWkw==
488+
"@types/node@^18.0.0":
489+
version "18.11.9"
490+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
491+
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
492492

493493
"@types/normalize-package-data@^2.4.0":
494494
version "2.4.1"

0 commit comments

Comments
 (0)