Skip to content

Commit e5c2432

Browse files
chore(deps): bump @types/node to 20.8.5
1 parent 0f33d2d commit e5c2432

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

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

yarn.lock

+11-4
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.5"
1753+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.5.tgz#13352ae1f80032171616910e8aba2e3e52e57d96"
1754+
integrity sha512-SPlobFgbidfIeOYlzXiEjSYeIJiOCthv+9tSQVpvk4PAdIIc+2SmjNVzWXk9t0Y7dl73Zdf+OgXKHX9XtkqUpw==
1755+
dependencies:
1756+
undici-types "~5.25.1"
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.25.1:
6651+
version "5.25.3"
6652+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
6653+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
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)