Skip to content

Commit 4a1ab61

Browse files
authored
[Snyk] Fix for 1 vulnerabilities (#58)
* 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 * 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 * 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 09c3648 commit 4a1ab61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ patch:
5050
patched: '2020-05-03T04:29:42.914Z'
5151
- nyc > istanbul-lib-instrument > @babel/core > @babel/helpers > @babel/traverse > @babel/helper-function-name > @babel/helper-get-function-arity > @babel/types > lodash:
5252
patched: '2020-05-03T04:29:42.914Z'
53+
- '@freaktechnik/eslint-config-node > @freaktechnik/eslint-config-base > eslint-plugin-unicorn > lodash':
54+
patched: '2020-05-09T13:44:10.269Z'
55+
- '@freaktechnik/eslint-config-test > @freaktechnik/eslint-config-node > @freaktechnik/eslint-config-base > eslint-plugin-unicorn > lodash':
56+
patched: '2020-05-09T13:44:10.269Z'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"url": "https://github.com/freaktechnik/eslint-plugin-array-func/issues"
5353
},
5454
"dependencies": {
55-
"snyk": "^1.316.2"
55+
"snyk": "^1.319.2"
5656
},
5757
"ava": {
5858
"babel": true,

0 commit comments

Comments
 (0)