Skip to content

Commit

Permalink
chore(deps): bump node.js to v18.18.0
Browse files Browse the repository at this point in the history
| datasource   | package     | from     | to       |
| ------------ | ----------- | -------- | -------- |
| github-tags  | nodejs/node | 18.17.1  | v18.18.0 |
| npm          | @types/node | 18.17.15 | 18.17.18 |
| node-version | node        | 18.17.1  | v18.18.0 |
  • Loading branch information
renovate-bot committed Sep 22, 2023
1 parent 06fb973 commit e9d6fc5
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.17.1 # Keep in sync with package.json.
nodejs 18.18.0 # Keep in sync with package.json.
yarn 1.22.19
python 3.11.5 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
poetry 1.6.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "yarn run tsc && yarn run jest:esm"
},
"engines": {
"node": "18.17.1",
"node": "18.18.0",
"yarn": "3.6.3"
},
"packageManager": "[email protected]",
Expand All @@ -33,7 +33,7 @@
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.44.2",
"@types/jest": "29.5.5",
"@types/node": "18.17.15",
"@types/node": "18.17.18",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@vercel/ncc": "0.38.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1275,10 +1275,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.17.15":
version: 18.17.15
resolution: "@types/node@npm:18.17.15"
checksum: eed11d4398ccdb999a4c65658ee75de621a4ad57aece48ed2fb8803b1e2711fadf58d8aefbdb0a447d69cf3cba602ca32fe0fc92077575950a796e1dc13baa0f
"@types/node@npm:18.17.18":
version: 18.17.18
resolution: "@types/node@npm:18.17.18"
checksum: 59cbd906363d37017fe9ba0c08c1446e440d4d977459609c5f90b8fb7eb41f273ce8af30c5a5b5d599d7de934c1b3702bc9fc27caf8d2270e5cdb659c5232991
languageName: node
linkType: hard

Expand Down Expand Up @@ -2390,7 +2390,7 @@ __metadata:
"@tsconfig/strictest": 2.0.2
"@types/eslint": 8.44.2
"@types/jest": 29.5.5
"@types/node": 18.17.15
"@types/node": 18.17.18
"@typescript-eslint/eslint-plugin": 6.7.2
"@typescript-eslint/parser": 6.7.2
"@vercel/ncc": 0.38.0
Expand Down

0 comments on commit e9d6fc5

Please sign in to comment.