Skip to content

Commit

Permalink
fix: examples/scully/package.json & examples/scully/.snyk to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AJV-584908
- https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922
- https://snyk.io/vuln/SNYK-JS-QS-3153490


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot committed Aug 31, 2023
1 parent 6d97e16 commit 134ba89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 12 additions & 0 deletions examples/scully/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- '@scullyio/scully > guess-parser > @wessberg/ts-evaluator > jsdom > request-promise-native > request-promise-core > lodash':
patched: '2023-08-31T22:35:03.208Z'
id: SNYK-JS-LODASH-567746
path: >-
@scullyio/scully > guess-parser > @wessberg/ts-evaluator > jsdom >
request-promise-native > request-promise-core > lodash
12 changes: 8 additions & 4 deletions examples/scully/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"build": "ng build && scully",
"test": "ng test",
"lint": "ng lint",
"scully": "scully"
"scully": "scully",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"private": true,
"dependencies": {
Expand All @@ -24,10 +26,11 @@
"@scullyio/scully": "latest",
"rxjs": "6.5.3",
"tslib": "1.10.0",
"zone.js": "~0.10.2"
"zone.js": "~0.10.2",
"@snyk/protect": "latest"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.0-rc.7",
"@angular-devkit/build-angular": "~0.900.0",
"@angular/cli": "~9.0.0-rc.7",
"@angular/compiler-cli": "~9.0.0-rc.7",
"@angular/language-service": "~9.0.0-rc.7",
Expand All @@ -46,5 +49,6 @@
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.6.4"
}
},
"snyk": true
}

0 comments on commit 134ba89

Please sign in to comment.