Skip to content

Commit 49c359c

Browse files
authored
Merge pull request #255 from snyk/fix/security
fix: security update for micromatch, semver, snyk-config, cross-spawn
2 parents cf44acc + 430a9a1 commit 49c359c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ windows_defaults: &windows_defaults
2424
name: win/default
2525

2626
test_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

2929
commands:
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:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@
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",

0 commit comments

Comments
 (0)