Skip to content

Commit

Permalink
Update Node.js to v20.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 45f5e1c commit bfbe1b4
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 23 deletions.
21 changes: 16 additions & 5 deletions javascript/pfi-aud-usd-tbdex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/pfi-aud-usd-tbdex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/eslint": "9.6.1",
"@types/express": "5.0.0",
"@types/mocha": "10.0.9",
"@types/node": "20.3.1",
"@types/node": "20.17.7",
"@types/pg": "8.11.10",
"@types/sinon": "17.0.3",
"@types/supertest": "6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions javascript/shared-todo-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/shared-todo-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@playwright/test": "^1.44.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/node": "20.16.12",
"@types/node": "20.17.7",
"nuxt": "3.13.2",
"sass": "1.80.5",
"sass-loader": "16.0.3",
Expand Down
8 changes: 4 additions & 4 deletions javascript/shared-todo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/shared-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@playwright/test": "^1.44.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/node": "20.16.12",
"@types/node": "20.17.7",
"nuxt": "3.13.2",
"sass": "1.80.5",
"sass-loader": "16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion javascript/tbdex-pfi-exemplar/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
2 changes: 1 addition & 1 deletion javascript/tbdex-pfi-exemplar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Node.js image as the base image
FROM node:20.18.0-bookworm
FROM node:20.18.1-bookworm

# Set the working directory inside the container
WORKDIR /home/node/app
Expand Down
8 changes: 4 additions & 4 deletions javascript/tbdex-pfi-exemplar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/tbdex-pfi-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/eslint": "9.6.1",
"@types/express": "5.0.0",
"@types/mocha": "10.0.9",
"@types/node": "20.16.12",
"@types/node": "20.17.7",
"@types/pg": "8.11.10",
"@types/sinon": "17.0.3",
"@types/supertest": "6.0.2",
Expand Down

0 comments on commit bfbe1b4

Please sign in to comment.