Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent 82557e6 commit 63369e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-purgecss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/fs-extra": "^11.0.0",
"@types/jest": "^27.5.2",
"@types/loader-utils": "^2.0.3",
"@types/node": "^18.11.18",
"@types/node": "^20.0.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"coveralls": "^3.1.1",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3471,13 +3471,22 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=10.0.0, @types/node@npm:^18.11.18":
"@types/node@npm:*, @types/node@npm:>=10.0.0":
version: 18.11.18
resolution: "@types/node@npm:18.11.18"
checksum: 03f17f9480f8d775c8a72da5ea7e9383db5f6d85aa5fefde90dd953a1449bd5e4ffde376f139da4f3744b4c83942166d2a7603969a6f8ea826edfb16e6e3b49d
languageName: node
linkType: hard

"@types/node@npm:^20.0.0":
version: 20.11.20
resolution: "@types/node@npm:20.11.20"
dependencies:
undici-types: ~5.26.4
checksum: 79d339622fed1c0e64297c8b9f558815a91edb9fea3acb69c1201b919d450e12915cf98b1a96b2d2c121bf86f30b62b6de3708f8894c5319f8dfb3a991e3ccdd
languageName: node
linkType: hard

"@types/node@npm:^8.5.7":
version: 8.10.66
resolution: "@types/node@npm:8.10.66"
Expand Down Expand Up @@ -9321,7 +9330,7 @@ __metadata:
"@types/fs-extra": ^11.0.0
"@types/jest": ^27.5.2
"@types/loader-utils": ^2.0.3
"@types/node": ^18.11.18
"@types/node": ^20.0.0
"@types/webpack": ^5.28.0
"@typescript-eslint/eslint-plugin": ^6.0.0
coveralls: ^3.1.1
Expand Down Expand Up @@ -17922,6 +17931,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit 63369e0

Please sign in to comment.