Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
build(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent e3afa98 commit dbec02c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"release:dry": "dotenv semantic-release --dry-run"
},
"engines": {
"node": ">=18.18.2"
"node": ">=20.9.0"
},
"packageManager": "[email protected]",
"devDependencies": {
Expand All @@ -56,7 +56,7 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@types/node": "^18.18.6",
"@types/node": "^20.9.4",
"@types/prettier": "^2.7.3",
"babel-plugin-module-resolver": "^5.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ __metadata:
"@semantic-release/git": ^10.0.1
"@semantic-release/github": ^9.2.1
"@semantic-release/npm": ^11.0.0
"@types/node": ^18.18.6
"@types/node": ^20.9.4
"@types/prettier": ^2.7.3
babel-plugin-module-resolver: ^5.0.0
conventional-changelog-conventionalcommits: ^7.0.2
Expand Down Expand Up @@ -2032,10 +2032,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.6":
version: 18.18.6
resolution: "@types/node@npm:18.18.6"
checksum: a847639b8455fd3dfa6dbc2917274c82c9db789f1d41aaf69f94ac6c9e54c3c1dd29be6e1e1ccd7c17e54db3d78d7011bc4e70544c6447ceca253dccc0a187e1
"@types/node@npm:^20.9.4":
version: 20.9.4
resolution: "@types/node@npm:20.9.4"
dependencies:
undici-types: ~5.26.4
checksum: 619144cfee8235f692009e4268a8b80ef4ec496670273ab1cef04e4a053b471f391af6701e65f2f91a107256933d902b6caec079d551b109e981b0b706624815
languageName: node
linkType: hard

Expand Down Expand Up @@ -9317,6 +9319,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

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down

0 comments on commit dbec02c

Please sign in to comment.