File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ windows_defaults: &windows_defaults
2424 name : win/default
2525
2626test_matrix : &test_matrix
27- node_version : ['12.22.12 ', '14.17.6', ' 16.13 .2']
27+ node_version : ['18.18.1 ', '16.20 .2']
2828
2929commands :
3030 install_deps :
@@ -177,14 +177,14 @@ workflows:
177177 - main
178178 - security-scans :
179179 name : Security Scans
180- node_version : " 16.13.2 "
180+ node_version : " 18.18.1 "
181181 context :
182182 - open_source-managed
183183 - nodejs-install
184184 - lint :
185185 name : Lint
186186 context : nodejs-install
187- node_version : " 16.13 .2"
187+ node_version : " 16.20 .2"
188188 << : *filters_branches_ignore_main
189189 - test-windows-jest :
190190 matrix :
@@ -229,7 +229,7 @@ workflows:
229229 - release :
230230 name : Release
231231 context : nodejs-app-release
232- node_version : " 16.13 .2"
232+ node_version : " 16.20 .2"
233233 filters :
234234 branches :
235235 only :
Original file line number Diff line number Diff line change 1- 16
1+ 18
Original file line number Diff line number Diff line change 4646 "micromatch" : " ^4.0.8" ,
4747 "p-map" : " ^4.0.0" ,
4848 "semver" : " ^7.6.0" ,
49- "snyk-config" : " ^5.0 .0" ,
49+ "snyk-config" : " ^5.2 .0" ,
5050 "tslib" : " ^1.9.3" ,
5151 "uuid" : " ^8.3.0"
5252 },
53+ "overrides" : {
54+ "cross-spawn" : " ^7.0.5"
55+ },
5356 "devDependencies" : {
5457 "@types/jest" : " ^28.1.3" ,
5558 "@types/node" : " ^16.11.66" ,
You can’t perform that action at this time.
0 commit comments