Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
Open
Changes from 1 commit
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
Prev Previous commit
fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and WarnerBrosDev committed May 1, 2020
commit 17cad1d064a4a80fed3232c44df0b85b5c8affc1
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"format": "prettier '{src,templates}/**/*.js' --write",
"unitTest": "NODE_ENV=test yarn jest ./src",
"unitTestWatch": "NODE_ENV=test yarn jest src --watch",
"preversion": "yarn build && yarn test"
"preversion": "yarn build && yarn test",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"dependencies": {
"@babel/cli": "^7.1.5",
Expand Down Expand Up @@ -100,7 +102,8 @@
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^3.1.10",
"webpack-flush-chunks": "^2.0.1",
"webpack-node-externals": "^1.7.2"
"webpack-node-externals": "^1.7.2",
"snyk": "^1.316.1"
},
"devDependencies": {
"@types/react": "^16.7.17",
Expand Down Expand Up @@ -140,5 +143,6 @@
"enzyme-to-json/serializer"
]
},
"gitHead": "ca9f2162257fe67a8b4ffcbb1350695345940da4"
"gitHead": "ca9f2162257fe67a8b4ffcbb1350695345940da4",
"snyk": true
}