Skip to content

Commit

Permalink
fix(deps): update node.js to v22.13.0 (#15346)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 3157eff commit 207309c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:experimental

ARG NODE_VERSION=22.11.0-bullseye
ARG NODE_VERSION=22.13.0-bullseye
# the graph cli binary does not work with bookworm which is the default for Node 20 images. Once the graph-cli binary has been updated to not use https://www.npmjs.com/package/binary-install-raw we can use bookworm.

###################################################################
Expand Down
2 changes: 1 addition & 1 deletion locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/jsonwebtoken": "9.0.7",
"@types/multer": "1.4.12",
"@types/multer-s3": "3.0.3",
"@types/node": "22.10.1",
"@types/node": "22.10.5",
"@types/node-cron": "3.0.11",
"@types/pdfmake": "0.2.10",
"@types/supertest": "6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@typechain/ethers-v6": "0.5.1",
"@typechain/hardhat": "9.1.0",
"@types/mocha": "10.0.10",
"@types/node": "22.10.1",
"@types/node": "22.10.5",
"@unlock-protocol/contracts": "workspace:^",
"@unlock-protocol/eslint-config": "workspace:^",
"@unlock-protocol/networks": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "provider",
"devDependencies": {
"@cloudflare/workers-types": "4.20241230.0",
"@types/node": "22.10.1",
"@types/node": "22.10.5",
"@unlock-protocol/networks": "workspace:^",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
2 changes: 1 addition & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@radix-ui/react-avatar": "1.1.2",
"@tanstack/react-query": "5.62.11",
"@testing-library/react": "16.1.0",
"@types/node": "22.10.1",
"@types/node": "22.10.5",
"@types/react": "18.3.12",
"@unlock-protocol/crypto-icon": "workspace:./packages/crypto-icon",
"@unlock-protocol/tsconfig": "workspace:./packages/tsconfig",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17463,12 +17463,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.10.1":
version: 22.10.1
resolution: "@types/node@npm:22.10.1"
"@types/node@npm:22.10.5":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/c802a526da2f3fa3ccefd00a71244e7cb825329951719e79e8fec62b1dbc2855388c830489770611584665ce10be23c05ed585982038b24924e1ba2c2cce03fd
checksum: 10/a5366961ffa9921e8f15435bc18ea9f8b7a7bb6b3d92dd5e93ebcd25e8af65708872bd8e6fee274b4655bab9ca80fbff9f0e42b5b53857790f13cf68cf4cbbfc
languageName: node
linkType: hard

Expand Down Expand Up @@ -18528,7 +18528,7 @@ __metadata:
"@typechain/ethers-v6": "npm:0.5.1"
"@typechain/hardhat": "npm:9.1.0"
"@types/mocha": "npm:10.0.10"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.5"
"@unlock-protocol/contracts": "workspace:^"
"@unlock-protocol/eslint-config": "workspace:^"
"@unlock-protocol/networks": "workspace:^"
Expand Down Expand Up @@ -18576,7 +18576,7 @@ __metadata:
"@types/lodash": "npm:4.17.13"
"@types/multer": "npm:1.4.12"
"@types/multer-s3": "npm:3.0.3"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.5"
"@types/node-cron": "npm:3.0.11"
"@types/pdfmake": "npm:0.2.10"
"@types/supertest": "npm:6.0.2"
Expand Down Expand Up @@ -18965,7 +18965,7 @@ __metadata:
"@radix-ui/react-avatar": "npm:1.1.2"
"@tanstack/react-query": "npm:5.62.11"
"@testing-library/react": "npm:16.1.0"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.5"
"@types/react": "npm:18.3.12"
"@unlock-protocol/crypto-icon": "workspace:./packages/crypto-icon"
"@unlock-protocol/tsconfig": "workspace:./packages/tsconfig"
Expand Down Expand Up @@ -43247,7 +43247,7 @@ __metadata:
resolution: "provider@workspace:provider"
dependencies:
"@cloudflare/workers-types": "npm:4.20241230.0"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.10.5"
"@unlock-protocol/networks": "workspace:^"
ethers: "npm:6.13.4"
typescript: "npm:5.7.2"
Expand Down

0 comments on commit 207309c

Please sign in to comment.