Skip to content

Commit 284db2b

Browse files
chore(deps): bump node to 20.9.0
1 parent 0f33d2d commit 284db2b

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.nvmrc

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

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.8.10",
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.8.10"
8080
},
8181
"prettier": {
8282
"useTabs": true

yarn.lock

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

1751-
"@types/node@*", "@types/[email protected]", "@types/node@^12.7.1", "@types/node@^16.18.39":
1752-
version "20.6.3"
1753-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9"
1754-
integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA==
1751+
"@types/node@*", "@types/[email protected]", "@types/node@^12.7.1", "@types/node@^16.18.39":
1752+
version "20.8.10"
1753+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
1754+
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
1755+
dependencies:
1756+
undici-types "~5.26.4"
17551757

17561758
"@types/normalize-package-data@^2.4.0":
17571759
version "2.4.1"
@@ -6645,6 +6647,11 @@ unbox-primitive@^1.0.2:
66456647
has-symbols "^1.0.3"
66466648
which-boxed-primitive "^1.0.2"
66476649

6650+
undici-types@~5.26.4:
6651+
version "5.26.5"
6652+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6653+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6654+
66486655
unicode-canonical-property-names-ecmascript@^2.0.0:
66496656
version "2.0.0"
66506657
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)