From 817d1fe403ca2f06de5faa638e021bd164d6b396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:27:19 +0000 Subject: [PATCH 1/2] Bump node from 16.16.0-alpine to 16.17.0-alpine Bumps node from 16.16.0-alpine to 16.17.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 803970c00..4572015f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine as build +FROM node:16.17.0-alpine as build WORKDIR /app ENV CYPRESS_INSTALL_BINARY=0 From f29ca4e7c3b8639e316d456304c689473dce082e Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Mon, 12 Sep 2022 22:49:06 +0900 Subject: [PATCH 2/2] Bump node from 16.16.0 to 16.17.0 --- .github/workflows/main.yml | 14 +++++++------- .github/workflows/master.yml | 2 +- .github/workflows/release.yml | 2 +- .node-version | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb8e66c28..4ae6af3fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: check npm ci run: npm ci @@ -30,7 +30,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -48,7 +48,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -66,7 +66,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -84,7 +84,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - uses: actions/cache@v3 with: @@ -108,7 +108,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci @@ -143,7 +143,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - uses: actions/cache@v3 with: diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c09e3c33b..c687b2c08 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -15,7 +15,7 @@ jobs: - name: setup Node uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - name: npm ci run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbfcad925..4563d7a5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.16.0 + node-version: 16.17.0 cache: npm - run: npm ci env: diff --git a/.node-version b/.node-version index 431076a94..2a4e4ab81 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.16.0 +16.17.0 diff --git a/package-lock.json b/package-lock.json index 6b24e9d7f..f0ba104bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "workbox-strategies": "^6.5.4" }, "engines": { - "node": "^16.16.0", + "node": "^16.17.0", "npm": "^8.5.0" } }, diff --git a/package.json b/package.json index 63311077e..d38944779 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ } }, "engines": { - "node": "^16.16.0", + "node": "^16.17.0", "npm": "^8.5.0" } }