Skip to content

Commit 8b9d046

Browse files
Bump lodash from 4.17.15 to 4.17.19 (#67)
* Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]> * Updated dependencies. * Updated version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yatskov <[email protected]>
1 parent b45121f commit 8b9d046

File tree

2 files changed

+1427
-1564
lines changed

2 files changed

+1427
-1564
lines changed

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-scraper-chrome-extension",
3-
"version": "0.3.618",
3+
"version": "0.3.619",
44
"description": "Web data extraction tool implemented as chrome extension",
55
"scripts": {
66
"lint": "eslint --ext .js src",
@@ -32,48 +32,48 @@
3232
"renderjson": "^1.4.0",
3333
"sugar": "^1.4.1",
3434
"spark-md5": "^3.0.1",
35-
"@babel/runtime": "^7.8.4",
35+
"@babel/runtime": "^7.10.5",
3636
"webextension-polyfill": "^0.6.0"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.1.2",
40-
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
41-
"@babel/plugin-transform-runtime": "^7.8.3",
42-
"@babel/preset-env": "^7.1.0",
43-
"@babel/runtime-corejs3": "^7.4.0",
44-
"archiver": "^3.0.0",
45-
"babel-eslint": "^10.0.1",
46-
"babel-loader": "^8.0.2",
39+
"@babel/core": "^7.10.5",
40+
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
41+
"@babel/plugin-transform-runtime": "^7.10.5",
42+
"@babel/preset-env": "^7.10.4",
43+
"@babel/runtime-corejs3": "^7.10.5",
44+
"archiver": "^4.0.2",
45+
"babel-eslint": "^10.1.0",
46+
"babel-loader": "^8.1.0",
4747
"copy-webpack-plugin": "^4.5.3",
48-
"core-js": "^3.0.1",
49-
"cross-env": "^5.2.0",
50-
"css-loader": "^2.1.1",
51-
"ejs": "^2.6.1",
52-
"eslint": "^5.16.0",
53-
"eslint-config-airbnb-base": "^13.0.0",
48+
"core-js": "^3.6.5",
49+
"cross-env": "^7.0.2",
50+
"css-loader": "^3.6.0",
51+
"ejs": "^3.1.3",
52+
"eslint": "^7.5.0",
53+
"eslint-config-airbnb-base": "^14.2.0",
5454
"eslint-config-prettier": "^4.3.0",
5555
"eslint-friendly-formatter": "^4.0.1",
56-
"eslint-import-resolver-webpack": "^0.10.1",
57-
"eslint-loader": "^2.1.2",
58-
"eslint-plugin-import": "^2.20.2",
56+
"eslint-import-resolver-webpack": "^0.12.2",
57+
"eslint-loader": "^4.0.2",
58+
"eslint-plugin-import": "^2.22.0",
5959
"eslint-plugin-json": "^2.1.1",
6060
"eslint-plugin-node": "^11.1.0",
61-
"eslint-plugin-prettier": "^3.1.3",
61+
"eslint-plugin-prettier": "^3.1.4",
6262
"eslint-plugin-promise": "^4.2.1",
63-
"eslint-plugin-simple-import-sort": "^5.0.2",
63+
"eslint-plugin-simple-import-sort": "^5.0.3",
6464
"file-loader": "^1.1.11",
65-
"husky": "^2.4.0",
66-
"imports-loader": "^0.8.0",
67-
"mini-css-extract-plugin": "^0.4.4",
68-
"node-sass": "^4.9.3",
69-
"prettier": "^2.0.4",
70-
"pretty-quick": "^1.8.0",
71-
"sass-loader": "^7.1.0",
72-
"val-loader": "^2.1.0",
73-
"web-ext": "^4.2.0",
74-
"web-ext-types": "^2.1.0",
75-
"webpack": "^4.20.2",
76-
"webpack-cli": "^3.1.2",
77-
"webpack-extension-reloader": "^1.1.0"
65+
"husky": "^4.2.5",
66+
"imports-loader": "^1.1.0",
67+
"mini-css-extract-plugin": "^0.9.0",
68+
"node-sass": "^4.14.1",
69+
"prettier": "^2.0.5",
70+
"pretty-quick": "^2.0.1",
71+
"sass-loader": "^9.0.2",
72+
"val-loader": "^2.1.1",
73+
"web-ext": "^4.3.0",
74+
"web-ext-types": "^3.2.1",
75+
"webpack": "^4.43.0",
76+
"webpack-cli": "^3.3.12",
77+
"webpack-extension-reloader": "^1.1.4"
7878
}
7979
}

0 commit comments

Comments
 (0)