Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade lodash from 4.17.19 to 4.17.21 #435

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions packages/strapi-generate/.snyk
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
shelljs:
- '*':
reason: testing
expires: 2019-01-04T14:35:22.585Z
patch: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- strapi-utils > lodash:
patched: '2022-10-07T15:16:52.473Z'
12 changes: 8 additions & 4 deletions packages/strapi-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@
"lib": "./lib"
},
"scripts": {
"test": "echo \"no tests yet\""
"test": "echo \"no tests yet\"",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"dependencies": {
"async": "^2.6.2",
"fs-extra": "^9.0.1",
"lodash": "4.17.19",
"lodash": "4.17.21",
"reportback": "^2.0.2",
"strapi-utils": "3.4.1"
"strapi-utils": "3.4.1",
"@snyk/protect": "latest"
},
"author": {
"name": "Strapi team",
Expand All @@ -46,5 +49,6 @@
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53",
"snyk": true
}