Skip to content

Commit 19d7f9a

Browse files
authored
Update lodash to 4.17.21 (opensearch-project#388)
1 parent 323623b commit 19d7f9a

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
},
2828
"devDependencies": {
2929
"@elastic/eslint-import-resolver-kibana": "link:../../packages/kbn-eslint-import-resolver-kibana",
30+
"@testing-library/jest-dom": "^5.11.4",
31+
"@testing-library/react": "^11.0.4",
32+
"@testing-library/user-event": "^12.1.6",
3033
"@types/react-plotly.js": "^2.2.4",
3134
"@types/redux-mock-store": "^1.0.1",
3235
"babel-polyfill": "^6.26.0",
@@ -36,16 +39,12 @@
3639
"lint-staged": "^9.2.0",
3740
"moment": "^2.24.0",
3841
"redux-mock-store": "^1.5.3",
39-
"@testing-library/jest-dom": "^5.11.4",
40-
"@testing-library/react": "^11.0.4",
41-
"@testing-library/user-event": "^12.1.6",
4242
"start-server-and-test": "^1.11.7"
4343
},
4444
"dependencies": {
4545
"babel-polyfill": "^6.26.0",
4646
"brace": "0.11.1",
4747
"formik": "^2.2.5",
48-
"lodash": "^4.17.20",
4948
"plotly.js-dist": "^1.57.1",
5049
"react-plotly.js": "^2.4.0",
5150
"react-redux": "^7.2.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2846,10 +2846,10 @@ lodash.once@^4.1.1:
28462846
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
28472847
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
28482848

2849-
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4:
2850-
version "4.17.20"
2851-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
2852-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
2849+
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.17.20:
2850+
version "4.17.21"
2851+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2852+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
28532853

28542854
log-symbols@^1.0.2:
28552855
version "1.0.2"

0 commit comments

Comments
 (0)