Skip to content

Commit

Permalink
Merge pull request #891 from StackStorm/check_dependency
Browse files Browse the repository at this point in the history
Update lodash version
  • Loading branch information
amanda11 committed May 25, 2021
2 parents 19a495b + c08b8cc commit d6c1dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"access": "public"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
Expand All @@ -34,9 +33,10 @@
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babel-eslint": "10.0.1",
"browserify": "16.2.3",
"babelify": "10.0.0",
"browserify": "16.2.3",
"cached-path-relative": "1.0.2",
"chalk": "2.4.2",
"css-extract": "1.3.1",
Expand All @@ -59,7 +59,7 @@
"gulp-sourcemaps": "2.6.5",
"gulp-uglify-es": "1.0.4",
"gulp-webserver": "0.9.1",
"lodash": "4.17.19",
"lodash": "4.17.21",
"mocha": "6.1.4",
"pathmodify": "0.5.0",
"require-dir": "1.2.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7495,11 +7495,6 @@ lodash.values@~2.4.1:
dependencies:
lodash.keys "~2.4.1"

lodash@4.17.19:
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.21, lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
Expand Down

0 comments on commit d6c1dc2

Please sign in to comment.