build: Bump minimum required node version to 10.19.0 (#41390)
Critical security vulnerability fixed in node v 10.19.0 Other performance and security updates since node 10.9.0 PR Close #41390
This commit is contained in:
parent
c5e9944c42
commit
46a97b985e
@ -85,7 +85,7 @@
|
|||||||
},
|
},
|
||||||
"//engines-comment": "Keep this in sync with /package.json and /aio/tools/examples/shared/package.json",
|
"//engines-comment": "Keep this in sync with /package.json and /aio/tools/examples/shared/package.json",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.9.0 <13.0.0",
|
"node": ">=10.19.0 <13.0.0",
|
||||||
"yarn": ">=1.22.4 <2"
|
"yarn": ">=1.22.4 <2"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
|
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.9.0 <13.0.0",
|
"node": ">=10.19.0 <13.0.0",
|
||||||
"yarn": ">=1.21.1 <2"
|
"yarn": ">=1.21.1 <2"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json",
|
"//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.9.0 <13.0.0",
|
"node": ">=10.19.0 <13.0.0",
|
||||||
"yarn": ">=1.22.4 <2"
|
"yarn": ">=1.22.4 <2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user