Skip to content

Commit

Permalink
[Security] Bump lodash from 4.17.11 to 4.17.15 (#8351)
Browse files Browse the repository at this point in the history
[Security] Bump lodash from 4.17.11 to 4.17.15
  • Loading branch information
ndelangen authored and shilman committed Oct 22, 2019
1 parent e3dc382 commit db65ca0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion addons/docs/package.json
Expand Up @@ -50,7 +50,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"js-string-escape": "^1.0.1",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/events/package.json
Expand Up @@ -38,7 +38,7 @@
"@storybook/theming": "5.2.4",
"core-js": "^3.0.1",
"format-json": "^1.0.3",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-lifecycles-compat": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Expand Up @@ -41,7 +41,7 @@
"escape-html": "^1.0.3",
"fast-deep-equal": "^2.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"react-color": "^2.17.0",
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Expand Up @@ -48,7 +48,7 @@
"common-tags": "^1.8.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.7.0",
"prop-types": "^15.7.2",
"react-dev-utils": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/official-storybook/package.json
Expand Up @@ -52,7 +52,7 @@
"global": "^4.3.2",
"graphql": "^14.1.1",
"jest-emotion": "^10.0.11",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"paths.macro": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/api/package.json
Expand Up @@ -34,7 +34,7 @@
"core-js": "^3.0.1",
"fast-deep-equal": "^2.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"memoizerific": "^1.11.3",
"prop-types": "^15.6.2",
"react": "^16.8.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/client-api/package.json
Expand Up @@ -38,7 +38,7 @@
"eventemitter3": "^4.0.0",
"global": "^4.3.2",
"is-plain-object": "^3.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"memoizerific": "^1.11.3",
"qs": "^6.6.0",
"util-deprecate": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Expand Up @@ -34,7 +34,7 @@
"cross-spawn": "^6.0.5",
"globby": "^10.0.1",
"jscodeshift": "^0.6.3",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"prettier": "^1.16.4",
"recast": "^0.16.1",
"regenerator-runtime": "^0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/router/package.json
Expand Up @@ -31,7 +31,7 @@
"@types/reach__router": "^1.2.3",
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"memoizerific": "^1.11.3",
"qs": "^6.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Expand Up @@ -42,7 +42,7 @@
"fast-deep-equal": "^2.0.1",
"fuse.js": "^3.4.4",
"global": "^4.3.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"markdown-to-jsx": "^6.9.3",
"memoizerific": "^1.11.3",
"polished": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -201,7 +201,7 @@
"jest-watch-typeahead": "^0.3.0",
"lerna": "^3.14.1",
"lint-staged": "^8.1.7",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"node-cleanup": "^2.1.2",
"node-fetch": "^2.6.0",
"npmlog": "^4.1.2",
Expand Down

0 comments on commit db65ca0

Please sign in to comment.