Skip to content

Commit

Permalink
Bump lodash from 4.17.15 to 4.17.19 (#67)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and Yatskov authored Jul 22, 2020
1 parent b45121f commit 8b9d046
Show file tree
Hide file tree
Showing 2 changed files with 1,427 additions and 1,564 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-scraper-chrome-extension",
"version": "0.3.618",
"version": "0.3.619",
"description": "Web data extraction tool implemented as chrome extension",
"scripts": {
"lint": "eslint --ext .js src",
Expand Down Expand Up @@ -32,48 +32,48 @@
"renderjson": "^1.4.0",
"sugar": "^1.4.1",
"spark-md5": "^3.0.1",
"@babel/runtime": "^7.8.4",
"@babel/runtime": "^7.10.5",
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.1.0",
"@babel/runtime-corejs3": "^7.4.0",
"archiver": "^3.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.2",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime-corejs3": "^7.10.5",
"archiver": "^4.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^4.5.3",
"core-js": "^3.0.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"ejs": "^2.6.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.0.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"ejs": "^3.1.3",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^4.3.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-simple-import-sort": "^5.0.2",
"eslint-plugin-simple-import-sort": "^5.0.3",
"file-loader": "^1.1.11",
"husky": "^2.4.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"prettier": "^2.0.4",
"pretty-quick": "^1.8.0",
"sass-loader": "^7.1.0",
"val-loader": "^2.1.0",
"web-ext": "^4.2.0",
"web-ext-types": "^2.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-extension-reloader": "^1.1.0"
"husky": "^4.2.5",
"imports-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"sass-loader": "^9.0.2",
"val-loader": "^2.1.1",
"web-ext": "^4.3.0",
"web-ext-types": "^3.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-extension-reloader": "^1.1.4"
}
}
Loading

0 comments on commit 8b9d046

Please sign in to comment.