Skip to content

Commit

Permalink
fix: security vulnerabilities (#95)
Browse files Browse the repository at this point in the history
* fix: security vulnerabilities and dependencies

* feat: added support of github action v2

* fix: updated husky config

* fix: updated template

* fix: updated github action

Co-authored-by: Shubham Tyagi <[email protected]>
  • Loading branch information
shubhamtyagi02 and Shubham Tyagi authored Jul 9, 2021
1 parent c19838f commit 1ba8dfb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: '14.x'
node-version: [14.x]

steps:
- name: Check out the code
Expand Down
32 changes: 7 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"release": "npx semantic-release"
},
"dependencies": {
"fast-glob": "^3.2.6",
"fast-glob": "^3.2.7",
"inquirer": "^8.1.1",
"mkdirp": "^1.0.4",
"spdx-license-list": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: '14.x'
node-version: [14.x]

steps:
- name: Check out the code
Expand Down

0 comments on commit 1ba8dfb

Please sign in to comment.