Skip to content

Commit d6c1dc2

Browse files
authored
Merge pull request #891 from StackStorm/check_dependency
Update lodash version
2 parents 19a495b + c08b8cc commit d6c1dc2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

tasks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
2827
"@babel/core": "7.4.3",
2928
"@babel/plugin-proposal-class-properties": "7.4.0",
3029
"@babel/plugin-proposal-decorators": "7.4.0",
@@ -34,9 +33,10 @@
3433
"@babel/preset-env": "7.4.3",
3534
"@babel/preset-react": "7.0.0",
3635
"@babel/register": "7.4.0",
36+
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
3737
"babel-eslint": "10.0.1",
38-
"browserify": "16.2.3",
3938
"babelify": "10.0.0",
39+
"browserify": "16.2.3",
4040
"cached-path-relative": "1.0.2",
4141
"chalk": "2.4.2",
4242
"css-extract": "1.3.1",
@@ -59,7 +59,7 @@
5959
"gulp-sourcemaps": "2.6.5",
6060
"gulp-uglify-es": "1.0.4",
6161
"gulp-webserver": "0.9.1",
62-
"lodash": "4.17.19",
62+
"lodash": "4.17.21",
6363
"mocha": "6.1.4",
6464
"pathmodify": "0.5.0",
6565
"require-dir": "1.2.0",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -7495,11 +7495,6 @@ lodash.values@~2.4.1:
74957495
dependencies:
74967496
lodash.keys "~2.4.1"
74977497

7498-
7499-
version "4.17.19"
7500-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
7501-
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
7502-
75037498
[email protected], lodash@^4.17.21:
75047499
version "4.17.21"
75057500
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)