Skip to content

Commit

Permalink
Merge pull request #248 from zapier/dependabot/npm_and_yarn/lodash-4.…
Browse files Browse the repository at this point in the history
…17.19

Bump lodash from 4.17.15 to 4.17.19
  • Loading branch information
eliangcs authored Jul 20, 2020
2 parents a801725 + d6f8485 commit 4174355
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"inquirer": "7.1.0",
"jscodeshift": "0.9.0",
"klaw": "3.0.0",
"lodash": "4.17.15",
"lodash": "4.17.19",
"marked": "1.0.0",
"marked-terminal": "4.1.0",
"node-fetch": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/tests/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('build (runs slowly)', () => {
dumbPaths.should.containEql('src/triggers/movie.ts');
dumbPaths.should.containEql('tsconfig.json');

dumbPaths.length.should.be.within(8000, 15000);
dumbPaths.length.should.be.within(5000, 15000);
});
});

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"content-disposition": "0.5.3",
"dotenv": "8.2.0",
"form-data": "3.0.0",
"lodash": "4.17.15",
"lodash": "4.17.19",
"node-fetch": "2.6.0",
"oauth-sign": "0.9.0",
"semver": "7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-scripting-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"flat": "4.1.0",
"jquery": "2.1.4",
"jsdom": "7.0.0",
"lodash": "4.17.15",
"lodash": "4.17.19",
"moment-timezone": "0.5.28",
"request": "2.88.2",
"underscore": "1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"jsonschema": "1.2.2",
"lodash": "4.17.15"
"lodash": "4.17.19"
},
"devDependencies": {
"fs-extra": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6457,10 +6457,10 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

[email protected].15, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.1:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
[email protected].19, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, 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==

[email protected], log-symbols@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 4174355

Please sign in to comment.