mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
chore(deps): update node.js to v14.17.6
This commit is contained in:
committed by
renovate[bot]
parent
a707dd184d
commit
ac29bac169
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:14.17.5-alpine as nodejs-builder
|
||||
FROM node:14.17.6-alpine as nodejs-builder
|
||||
RUN mkdir -p /src/ui
|
||||
COPY ui/package.json ui/package-lock.json /src/ui/
|
||||
RUN cd /src/ui && npm ci && touch node_modules/.install
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:14.17.5-alpine as nodejs-builder
|
||||
FROM node:14.17.6-alpine as nodejs-builder
|
||||
RUN mkdir -p /src/ui
|
||||
COPY ui/package.json ui/package-lock.json /src/ui/
|
||||
RUN cd /src/ui && npm ci && touch node_modules/.install
|
||||
|
||||
Generated
+3
-3
@@ -4729,9 +4729,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "14.17.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.13.tgz",
|
||||
"integrity": "sha512-OqG3iSnFg3cnJLsSRyhriILdDfBOwGty0fmnalbsPdYKbDgK6TI9On/36lzO/1bcaeEkg9OGD2wYLjx8t5MZNQ==",
|
||||
"version": "14.17.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.14.tgz",
|
||||
"integrity": "sha512-rsAj2u8Xkqfc332iXV12SqIsjVi07H479bOP4q94NAcjzmAvapumEhuVIt53koEf7JFrpjgNKjBga5Pnn/GL8A==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/node-fetch": {
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@
|
||||
"@types/lodash.merge": "4.6.6",
|
||||
"@types/lodash.throttle": "4.1.6",
|
||||
"@types/lodash.uniqueid": "4.0.6",
|
||||
"@types/node": "14.17.13",
|
||||
"@types/node": "14.17.14",
|
||||
"@types/promise-retry": "1.1.3",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/react": "17.0.19",
|
||||
|
||||
Reference in New Issue
Block a user