Skip to content

Commit 46e15ae

Browse files
committed
Fixed security alert issue due to dependency on old version of lodash
The dependency was caused by several packages and their dependency in the yarn.lock. The simplest solution was to just update packages and recreate the lock.
1 parent aafc132 commit 46e15ae

File tree

2 files changed

+351
-655
lines changed

2 files changed

+351
-655
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"doc:md": "documentation build ./src/index.js -f md -o docs/WEBAPIBRIDGE.md"
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "^7.4.4",
23-
"@babel/core": "^7.4.4",
24-
"@babel/preset-env": "^7.4.4",
22+
"@babel/cli": "^7.5.5",
23+
"@babel/core": "^7.5.5",
24+
"@babel/preset-env": "^7.5.5",
2525
"documentation": "^12.1.1",
26-
"eslint": "^5.16.0",
27-
"eslint-config-airbnb": "^17.1.0",
28-
"eslint-plugin-import": "^2.17.2",
29-
"eslint-plugin-jsx-a11y": "^6.2.1",
30-
"eslint-plugin-react": "^7.13.0",
26+
"eslint": "^6.1.0",
27+
"eslint-config-airbnb": "^18.0.1",
28+
"eslint-plugin-import": "^2.18.2",
29+
"eslint-plugin-jsx-a11y": "^6.2.3",
30+
"eslint-plugin-react": "^7.14.3",
3131
"jest": "^24.8.0"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)