Skip to content

Commit 2e12e63

Browse files
authored
Merge pull request #104 from vmware/bugfix/bump-dependencies
Bump jsdoc and vsce dependency versions to fix critical vulnerabilities
2 parents 839738a + 38f0222 commit 2e12e63

File tree

7 files changed

+831
-500
lines changed

7 files changed

+831
-500
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [12.x, 14.x]
18+
node-version: [14.x, 16.x]
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020
runs-on: ${{ matrix.os }}
2121
env:

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: echo github.ref
1818
run: echo ${{ github.ref }}
1919

20-
- name: Use Node.js 12.x
20+
- name: Use Node.js 14.x
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 12.x
23+
node-version: 14.x
2424

2525
- name: Use NPM 7
2626
run: npm install -g npm@7

.github/workflows/lint-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Use Node.js 12
14+
- name: Use Node.js 14
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818

1919
- name: Use NPM 7
2020
run: npm install -g npm@7

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
name: Publish to Visual Studio Marketplace and GitHub Packages
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Use Node.js 12.x
10+
- name: Use Node.js 14.x
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 12.x
13+
node-version: 14.x
1414

1515
- name: Install vsce
1616
run: npm install -g vsce

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
},
3232
"[jsonc]": {
3333
"editor.defaultFormatter": "esbenp.prettier-vscode"
34+
},
35+
"yaml.schemas": {
36+
"https://json.schemastore.org/github-workflow.json": "./.github/workflows/*.yml"
3437
}
3538
}

0 commit comments

Comments
 (0)