Skip to content

Commit 40e287b

Browse files
snyk-bottirthbodawala
authored andcommitted
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent bda3eef commit 40e287b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"build": "pawjs --no-cache --env-config-path=./.prod.env --env=production build",
88
"build:demo": "pawjs --no-cache --env-config-path=./.demo.env --env=production build",
99
"lint": "pawjs lint",
10-
"test": "pawjs --no-cache test"
10+
"test": "pawjs --no-cache test",
11+
"snyk-protect": "snyk protect",
12+
"prepare": "npm run snyk-protect"
1113
},
1214
"author": {
1315
"name": "Atyantik Technologies",
@@ -44,7 +46,7 @@
4446
"eslint-import-resolver-webpack": "^0.12.1",
4547
"fork-ts-checker-webpack-plugin": "^4.1.3",
4648
"prop-types": "^15.7.2",
47-
"snyk": "^1.305.1",
49+
"snyk": "^1.316.1",
4850
"universal-fetch": "^1.0.0"
4951
},
5052
"snyk": true,

0 commit comments

Comments
 (0)