Skip to content

Commit

Permalink
fix: use the smaller @snyk/protect instead of snyk for patches
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed Sep 28, 2021
1 parent 59ba9f1 commit 497c5c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dist
package-lock.json
yarn.lock
.eslintcache
.dccache
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,16 @@
],
"homepage": "https://github.com/snyk-tech-services/snyk2spdx#readme",
"dependencies": {
"debug": "^4.1.1",
"@snyk/protect": "1.724.0",
"debug": "4.3.2",
"lodash": "^4.17.15",
"snyk": "^1.606.0",
"source-map-support": "^0.5.16",
"tslib": "^1.10.0",
"uuid": "8.3.2",
"yargs": "16.2.0"
},
"devDependencies": {
"@semantic-release/exec": "5.0.0",
"@types/jest": "26.0.23",
"@types/lodash": "^4.14.149",
"@types/node": "14.17.1",
Expand All @@ -56,7 +57,6 @@
"jest": "^27.0.1",
"node-notifier": "9.0.1",
"prettier": "2.3.0",
"@semantic-release/exec": "5.0.0",
"semantic-release": "17.4.3",
"ts-jest": "27.0.0",
"ts-node": "8.6.2",
Expand Down

0 comments on commit 497c5c3

Please sign in to comment.