Merge pull request #10 from Fluttershub/dependabot/docker/node-18.0.0
Bump node from 17.9.0 to 18.0.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:17.9.0 AS base
|
FROM node:18.0.0 AS base
|
||||||
LABEL version="4.1.0"
|
LABEL version="4.1.0"
|
||||||
LABEL description=""
|
LABEL description=""
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"parcel": "^2.4.1"
|
"parcel": "^2.4.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "17.*"
|
"node": "^18.*"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"node-forge": "0.10.0"
|
"node-forge": "0.10.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user