From bfbe1b49bc1b0078fd15b10517ec58b8ad3708b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:49:08 +0000 Subject: [PATCH] Update Node.js to v20.18.1 --- .../pfi-aud-usd-tbdex/package-lock.json | 21 ++++++++++++++----- javascript/pfi-aud-usd-tbdex/package.json | 2 +- .../shared-todo-starter/package-lock.json | 8 +++---- javascript/shared-todo-starter/package.json | 2 +- javascript/shared-todo/package-lock.json | 8 +++---- javascript/shared-todo/package.json | 2 +- javascript/tbdex-pfi-exemplar/.nvmrc | 2 +- javascript/tbdex-pfi-exemplar/Dockerfile | 2 +- .../tbdex-pfi-exemplar/package-lock.json | 8 +++---- javascript/tbdex-pfi-exemplar/package.json | 2 +- 10 files changed, 34 insertions(+), 23 deletions(-) diff --git a/javascript/pfi-aud-usd-tbdex/package-lock.json b/javascript/pfi-aud-usd-tbdex/package-lock.json index f9aae688..77f9ab62 100644 --- a/javascript/pfi-aud-usd-tbdex/package-lock.json +++ b/javascript/pfi-aud-usd-tbdex/package-lock.json @@ -32,7 +32,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", @@ -2403,10 +2403,14 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", - "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==", - "dev": true + "version": "20.17.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.7.tgz", + "integrity": "sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.2" + } }, "node_modules/@types/pg": { "version": "8.11.10", @@ -10032,6 +10036,13 @@ "ieee754": "^1.1.13" } }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true, + "license": "MIT" + }, "node_modules/universalify": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", diff --git a/javascript/pfi-aud-usd-tbdex/package.json b/javascript/pfi-aud-usd-tbdex/package.json index 1c9da0cd..7f3e5096 100644 --- a/javascript/pfi-aud-usd-tbdex/package.json +++ b/javascript/pfi-aud-usd-tbdex/package.json @@ -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", diff --git a/javascript/shared-todo-starter/package-lock.json b/javascript/shared-todo-starter/package-lock.json index 4ba19f71..9d16e594 100644 --- a/javascript/shared-todo-starter/package-lock.json +++ b/javascript/shared-todo-starter/package-lock.json @@ -20,7 +20,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", @@ -2898,9 +2898,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.16.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.12.tgz", - "integrity": "sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==", + "version": "20.17.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.7.tgz", + "integrity": "sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/javascript/shared-todo-starter/package.json b/javascript/shared-todo-starter/package.json index d2f47aa5..d33e21c1 100644 --- a/javascript/shared-todo-starter/package.json +++ b/javascript/shared-todo-starter/package.json @@ -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", diff --git a/javascript/shared-todo/package-lock.json b/javascript/shared-todo/package-lock.json index feec459e..47abde3f 100644 --- a/javascript/shared-todo/package-lock.json +++ b/javascript/shared-todo/package-lock.json @@ -21,7 +21,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", @@ -3712,9 +3712,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.16.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.12.tgz", - "integrity": "sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==", + "version": "20.17.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.7.tgz", + "integrity": "sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/javascript/shared-todo/package.json b/javascript/shared-todo/package.json index f2ab544f..9e4e7ff6 100644 --- a/javascript/shared-todo/package.json +++ b/javascript/shared-todo/package.json @@ -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", diff --git a/javascript/tbdex-pfi-exemplar/.nvmrc b/javascript/tbdex-pfi-exemplar/.nvmrc index 2a393af5..d4b7699d 100644 --- a/javascript/tbdex-pfi-exemplar/.nvmrc +++ b/javascript/tbdex-pfi-exemplar/.nvmrc @@ -1 +1 @@ -20.18.0 +20.18.1 diff --git a/javascript/tbdex-pfi-exemplar/Dockerfile b/javascript/tbdex-pfi-exemplar/Dockerfile index b1716692..68133c5a 100644 --- a/javascript/tbdex-pfi-exemplar/Dockerfile +++ b/javascript/tbdex-pfi-exemplar/Dockerfile @@ -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 diff --git a/javascript/tbdex-pfi-exemplar/package-lock.json b/javascript/tbdex-pfi-exemplar/package-lock.json index 80a6c4e5..6d2f2709 100644 --- a/javascript/tbdex-pfi-exemplar/package-lock.json +++ b/javascript/tbdex-pfi-exemplar/package-lock.json @@ -32,7 +32,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", @@ -2331,9 +2331,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.12.tgz", - "integrity": "sha512-LfPFB0zOeCeCNQV3i+67rcoVvoN5n0NVuR2vLG0O5ySQMgchuZlC4lgz546ZOJyDtj5KIgOxy+lacOimfqZAIA==", + "version": "20.17.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.7.tgz", + "integrity": "sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/javascript/tbdex-pfi-exemplar/package.json b/javascript/tbdex-pfi-exemplar/package.json index 7c900c03..dd3ad9a4 100644 --- a/javascript/tbdex-pfi-exemplar/package.json +++ b/javascript/tbdex-pfi-exemplar/package.json @@ -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",