Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[Snyk] Security upgrade lodash from 4.17.19 to 4.17.20 #139

Open
wants to merge 1 commit into
base: develop
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
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot committed Mar 26, 2022
commit 3107cdc01e42aaee65dbf58a25dd2ba458b4dcf5
16 changes: 16 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.22.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- sequelize > lodash:
patched: '2022-03-26T02:37:25.335Z'
- tc-core-library-js > lodash:
patched: '2022-03-26T02:37:25.335Z'
- tc-bus-api-wrapper > lodash:
patched: '2022-03-26T02:37:25.335Z'
- tc-bus-api-wrapper > tc-core-library-js > lodash:
patched: '2022-03-26T02:37:25.335Z'
- winston > async > lodash:
patched: '2022-03-26T02:37:25.335Z'
11 changes: 8 additions & 3 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"migrations": "node scripts/db/migrations.js",
"insert-data": "node scripts/db/insert-data.js",
"migrate-qldb-to-pg": "node scripts/db/migrateQldbToPg.js",
"import-s3-data": "node scripts/db/importS3ToQldb.js"
"import-s3-data": "node scripts/db/importS3ToQldb.js",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -32,7 +34,7 @@
"ion-js": "^3.1.2",
"js-yaml": "^3.13.1",
"jsbi": "^3.1.4",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"node-cache": "^5.1.2",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
Expand All @@ -44,12 +46,14 @@
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.4",
"umzug": "^2.3.0",
"uuid": "^7.0.1",
"winston": "^3.2.1"
"winston": "^3.2.1",
"@snyk/protect": "latest"
},
"devDependencies": {
"standard": "^14.3.0"
},
"engines": {
"node": "12.x"
}
},
"snyk": true
}