Skip to content

Commit 186ffff

Browse files
chore(deps): bump node to 20.11.1
1 parent d7e6e3d commit 186ffff

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
20.11.1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@changesets/cli": "^2.16.0",
5151
"@testing-library/dom": "^9.0.0",
5252
"@types/jest": "^29.0.0",
53-
"@types/node": "20.6.3",
53+
"@types/node": "20.11.18",
5454
"@typescript-eslint/eslint-plugin": "^6.0.0",
5555
"@typescript-eslint/parser": "^6.0.0",
5656
"concurrently": "^8.0.0",
@@ -76,7 +76,7 @@
7676
"typescript": "^5.0.0"
7777
},
7878
"resolutions": {
79-
"@types/node": "20.6.3"
79+
"@types/node": "20.11.18"
8080
},
8181
"prettier": {
8282
"useTabs": true

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,10 +1756,12 @@
17561756
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
17571757
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
17581758

1759-
"@types/node@*", "@types/node@20.6.3", "@types/node@^12.7.1", "@types/node@^16.18.39":
1760-
version "20.6.3"
1761-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9"
1762-
integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA==
1759+
"@types/node@*", "@types/node@20.11.18", "@types/node@^12.7.1", "@types/node@^16.18.39":
1760+
version "20.11.18"
1761+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.18.tgz#06912d152e47c2ac0a393c62141e623ca6005d46"
1762+
integrity sha512-ABT5VWnnYneSBcNWYSCuR05M826RoMyMSGiFivXGx6ZUIsXb9vn4643IEwkg2zbEOSgAiSogtapN2fgc4mAPlw==
1763+
dependencies:
1764+
undici-types "~5.26.4"
17631765

17641766
"@types/normalize-package-data@^2.4.0":
17651767
version "2.4.1"
@@ -6658,6 +6660,11 @@ unbox-primitive@^1.0.2:
66586660
has-symbols "^1.0.3"
66596661
which-boxed-primitive "^1.0.2"
66606662

6663+
undici-types@~5.26.4:
6664+
version "5.26.5"
6665+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6666+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6667+
66616668
unicode-canonical-property-names-ecmascript@^2.0.0:
66626669
version "2.0.0"
66636670
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)