Skip to content

Commit

Permalink
chore(deps): bump node.js to v18.17.0
Browse files Browse the repository at this point in the history
| datasource   | package     | from     | to       |
| ------------ | ----------- | -------- | -------- |
| github-tags  | nodejs/node | 18.16.0  | v18.17.0 |
| npm          | @types/node | 18.16.14 | 18.17.1  |
| node-version | node        | 18.16.0  | v18.17.0 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Aug 1, 2023
1 parent 473bc4b commit a4c8de8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 18.16.0 # Keep in sync with package.json.
nodejs 18.17.0 # Keep in sync with package.json.
yarn 1.22.19
python 3.11.3 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
poetry 1.5.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "yarn run tsc && yarn node --experimental-vm-modules \"$(yarn bin jest)\""
},
"engines": {
"node": "18.16.0",
"node": "18.17.0",
"yarn": "3.6.1"
},
"packageManager": "[email protected]",
Expand All @@ -31,7 +31,7 @@
"@tsconfig/node18-strictest-esm": "1.0.1",
"@types/eslint": "8.40.0",
"@types/jest": "29.5.1",
"@types/node": "18.16.14",
"@types/node": "18.17.1",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1341,10 +1341,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.16.14":
version: 18.16.14
resolution: "@types/node@npm:18.16.14"
checksum: c11cb3c787236414efe58240ae71854971592554d82ff9d201876ce7cafd51c37aaa001c63602d002e8238614d7331bd6d48ac4c1c0caa826799980b6846fb08
"@types/node@npm:18.17.1":
version: 18.17.1
resolution: "@types/node@npm:18.17.1"
checksum: 56201bda9a2d05d68602df63b4e67b0545ac8c6d0280bd5fb31701350a978a577a027501fbf49db99bf177f2242ebd1244896bfd35e89042d5bd7dfebff28d4e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2481,7 +2481,7 @@ __metadata:
"@tsconfig/node18-strictest-esm": 1.0.1
"@types/eslint": 8.40.0
"@types/jest": 29.5.1
"@types/node": 18.16.14
"@types/node": 18.17.1
"@types/prettier": 2.7.2
"@typescript-eslint/eslint-plugin": 5.59.7
"@typescript-eslint/parser": 5.59.7
Expand Down

0 comments on commit a4c8de8

Please sign in to comment.