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 committed Oct 14, 2019
2 parents 4fcdee3 + b8c42cf commit 02a0d03
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 @@ -51,7 +51,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.3.0-alpha.18",
"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 @@ -47,7 +47,7 @@
"babel-preset-react-app": "^9.0.0",
"core-js": "^3.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.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 @@ -51,7 +51,7 @@
"global": "^4.3.2",
"graphql": "^14.1.1",
"jest-emotion": "^10.0.17",
"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 @@ -37,7 +37,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",
"ts-dedent": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Expand Up @@ -34,7 +34,7 @@
"cross-spawn": "^7.0.0",
"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.13.3"
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 @@ -193,7 +193,7 @@
"jest-watch-typeahead": "^0.4.0",
"lerna": "^3.14.1",
"lint-staged": "^9.4.1",
"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 02a0d03

Please sign in to comment.