Skip to content

Commit

Permalink
deps: update Node.js to v16.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Oct 26, 2021
1 parent 44d24d0 commit e72443d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployments/dockerfiles/all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN cd vulnerability && OOS=linux go build -a -o /bin/horusec-vulnerability-main
RUN cd webhook && go get -t -v -d ./...
RUN cd webhook && OOS=linux go build -a -o /bin/horusec-webhook-main ./cmd/app/main.go

FROM node:16.11.1-alpine3.14 AS builder-manager
FROM node:16.12.0-alpine3.14 AS builder-manager

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion manager/deployments/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:16.11.1-alpine3.14 AS builder
FROM node:16.12.0-alpine3.14 AS builder

COPY . /manager

Expand Down
2 changes: 1 addition & 1 deletion manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/jest": "27.0.2",
"@types/keycloak-js": "3.4.1",
"@types/lodash": "4.14.175",
"@types/node": "14.17.27",
"@types/node": "16.11.6",
"@types/react": "17.0.31",
"@types/react-datepicker": "4.1.7",
"@types/react-dom": "17.0.9",
Expand Down
8 changes: 4 additions & 4 deletions manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2157,10 +2157,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.9.tgz#8f1cdd517972f76a3b928298f4c0747cd6fef25a"
integrity sha512-H9ReOt+yqIJPCutkTYjFjlyK6WEMQYT9hLZMlWtOjFQY2ItppsWZ6RJf8Aw+jz5qTYceuHvFgPIaKOHtLAEWBw==

"@types/node@14.17.27":
version "14.17.27"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.27.tgz#5054610d37bb5f6e21342d0e6d24c494231f3b85"
integrity sha512-94+Ahf9IcaDuJTle/2b+wzvjmutxXAEXU6O81JHblYXUg2BDG+dnBy7VxIPHKAyEEDHzCMQydTJuWvrE+Aanzw==
"@types/node@16.11.6":
version "16.11.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==

"@types/node@^14.14.31":
version "14.17.26"
Expand Down

0 comments on commit e72443d

Please sign in to comment.