File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 68
68
lint :
69
69
<< : *defaults
70
70
docker :
71
- - image : circleci /node:<< parameters.node_version >>
71
+ - image : cimg /node:<< parameters.node_version >>
72
72
steps :
73
73
- checkout
74
74
- show_node_npm_version
80
80
test-unix :
81
81
<< : *defaults
82
82
docker :
83
- - image : circleci /node:<< parameters.node_version >>
83
+ - image : cimg /node:<< parameters.node_version >>
84
84
steps :
85
85
- checkout
86
86
- show_node_npm_version
92
92
release :
93
93
<< : *defaults
94
94
docker :
95
- - image : circleci /node:<< parameters.node_version >>
95
+ - image : cimg /node:<< parameters.node_version >>
96
96
resource_class : small
97
97
steps :
98
98
- checkout
@@ -125,7 +125,7 @@ workflows:
125
125
- lint :
126
126
name : lint
127
127
context : nodejs-install
128
- node_version : " 12 "
128
+ node_version : " 18.19.1 "
129
129
130
130
# UNIX tests
131
131
- test-unix :
@@ -135,7 +135,7 @@ workflows:
135
135
- lint
136
136
matrix :
137
137
parameters :
138
- node_version : ["16.13.1", "14. 18.2", "12.22.7 "]
138
+ node_version : ["18.19.1 "]
139
139
140
140
- release :
141
141
name : Release
Original file line number Diff line number Diff line change
1
+ v18.19.1
Original file line number Diff line number Diff line change 1
1
import * as childProcess from 'child_process' ;
2
- import { quoteAll } from 'shescape' ;
2
+ import { quoteAll } from 'shescape/stateless ' ;
3
3
4
4
export function execute (
5
5
command : string ,
Original file line number Diff line number Diff line change 34
34
"@snyk/cli-interface" : " ^2.11.0" ,
35
35
"@snyk/cocoapods-lockfile-parser" : " 3.6.2" ,
36
36
"@snyk/dep-graph" : " ^1.23.1" ,
37
- "shescape" : " 1.6.1 " ,
37
+ "shescape" : " 2.1.0 " ,
38
38
"source-map-support" : " ^0.5.7" ,
39
39
"tslib" : " ^2.0.0"
40
40
},
You can’t perform that action at this time.
0 commit comments