Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix: update dependencies to fix https://app.snyk.io/vuln/SNYK-JS-HAND…
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Sep 30, 2019
1 parent f33e391 commit 5129f0a
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 342 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -32,7 +32,9 @@
"pretty.fix": "prettier --write $npm_package_prettierGlob_include",
"test": "yarn run pretty.check",
"fix": "yarn run pretty.fix",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"up": "yarn upgrade-interactive --latest",
"yarn": "rm -rf yarn.lock node_modules/ && yarn"
},
"prettierGlob": {
"include": "**/*.yml **/*.yaml **/*.md **/*.json *.js !CHANGELOG.md"
Expand Down

0 comments on commit 5129f0a

Please sign in to comment.