Skip to content

Commit

Permalink
build(deps): bump lodash from 4.17.19 to 4.17.20 (#243)
Browse files Browse the repository at this point in the history
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.19...4.17.20)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 8, 2020
1 parent ed246aa commit afafadc
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@xml-tools/common": "^0.1.2",
"@xml-tools/parser": "^1.0.7",
"lodash": "4.17.19"
"lodash": "4.17.20"
},
"devDependencies": {
"klaw-sync": "6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"api.d.ts"
],
"dependencies": {
"lodash": "4.17.19"
"lodash": "4.17.20"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/content-assist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@xml-tools/common": "^0.1.2",
"@xml-tools/parser": "^1.0.7",
"lodash": "4.17.19"
"lodash": "4.17.20"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@xml-tools/parser": "^1.0.7",
"lodash": "4.17.19",
"lodash": "4.17.20",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@xml-tools/ast": "^5.0.0",
"@xml-tools/content-assist": "^3.1.7",
"lodash": "4.17.19"
"lodash": "4.17.20"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@xml-tools/ast": "^5.0.0",
"lodash": "4.17.19"
"lodash": "4.17.20"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/xml-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/vscode": "1.45.0",
"deep-equal-in-any-order": "1.0.27",
"lodash": "4.17.19",
"lodash": "4.17.20",
"proxyquire": "2.1.3",
"vsce": "1.77.0",
"vscode-test": "1.4.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4974,10 +4974,10 @@ lodash@4.17.15:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

lodash@4.17.19, lodash@^4.15.0, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.2.1:
version "4.17.19"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
lodash@4.17.20, lodash@^4.15.0, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.2.1:
version "4.17.20"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==

log-driver@^1.2.7:
version "1.2.7"
Expand Down

0 comments on commit afafadc

Please sign in to comment.