Skip to content

Commit

Permalink
chore: use snyk-protect (monicahq#6391)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 18, 2022
1 parent 8a6127c commit 9b47c6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint:cypress": "eslint --ext .js tests/cypress/",
"lint:all": "yarn run lint & yarn run lint:cypress",
"lint:fix": "yarn run lint --fix & yarn run lint:cypress --fix",
"snyk-protect": "snyk protect",
"snyk-protect": "snyk-protect",
"prepublish": "yarn run snyk-protect",
"delete:reports": "rm results/cypress/* || true",
"pree2e": "yarn run delete:reports",
Expand All @@ -39,6 +39,7 @@
"yarn": "1.22.x"
},
"devDependencies": {
"@snyk/protect": "^1.1034.0",
"cross-env": "^7.0",
"cypress": "^7.2.0",
"eslint": "^7.10",
Expand Down Expand Up @@ -78,7 +79,6 @@
"pretty-checkbox-vue": "^1.1",
"rx-js": "^0.0.0",
"sass": "^1.32",
"snyk": "^1.410",
"sweet-modal-vue": "^2.0",
"tachyons": "^4.12",
"vue": "^2.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,11 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@snyk/protect@^1.1034.0":
version "1.1034.0"
resolved "https://registry.yarnpkg.com/@snyk/protect/-/protect-1.1034.0.tgz#6140faf18de86b60b0d156aba0d9fb4a9449708b"
integrity sha512-UdNRBzhOsVZM0fzdh4wAmq14vDwPAdYgdIYqvlsm9T+46hlddv54Y6vMP7/LVypiroKYWCjO8ufvERz7ZVMRtA==

"@trysound/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
Expand Down Expand Up @@ -6389,11 +6394,6 @@ slice-ansi@^4.0.0:
astral-regex "^2.0.0"
is-fullwidth-code-point "^3.0.0"

snyk@^1.410:
version "1.1032.0"
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.1032.0.tgz#8a942452c8ceadb790f1ea45f32bbe0b57fb7fe6"
integrity sha512-06c1DN4l5Tw7lOdEm2eVj5FgE7rpAzl83D1eBNrx1tOTtapL3fmMtrInP2pf5eAwGzhU/jFEzCwEi8F4JKHa4Q==

sockjs@^0.3.24:
version "0.3.24"
resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce"
Expand Down

0 comments on commit 9b47c6b

Please sign in to comment.