Skip to content

Commit

Permalink
chore(deps): change to @snyk/protect (#181)
Browse files Browse the repository at this point in the history
* chore(deps): change to @snyk/protect

* change packages
  • Loading branch information
CFenner committed Aug 14, 2023
1 parent 06d62c9 commit 1a37113
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 234 deletions.
240 changes: 8 additions & 232 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"validate:json": "find . -type f -name '*.json' ! -path './node_modules/*' -exec jsonlint {} --insert-final-newline --in-place ';'",
"validate:md": "markdownlint *.md",
"fix:js": "eslint --fix **/*.js",
"snyk-protect": "snyk protect",
"snyk-protect": "snyk-protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
Expand All @@ -26,6 +26,7 @@
},
"homepage": "https://github.com/CFenner/MagicMirror-Netatmo-Module#readme",
"devDependencies": {
"@snyk/protect": "^1.1200.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.4",
Expand All @@ -34,7 +35,6 @@
"jsonlint-newline-fork": "^1.6.8",
"less": "^4.1.2",
"markdownlint": "^0.30.0",
"snyk": "^1.317.0",
"stylelint": "^15.0.0",
"stylelint-config-standard": "^34.0.0"
},
Expand Down

0 comments on commit 1a37113

Please sign in to comment.