Skip to content

Commit 0952fc2

Browse files
committed
Update lodash and lodash-es
1 parent 3111773 commit 0952fc2

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.size-snapshot.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"./dist/formik.umd.production.js": {
3-
"bundled": 149506,
4-
"minified": 42291,
5-
"gzipped": 12702
3+
"bundled": 149456,
4+
"minified": 42268,
5+
"gzipped": 12703
66
},
77
"./dist/formik.umd.development.js": {
8-
"bundled": 185931,
9-
"minified": 53501,
8+
"bundled": 185881,
9+
"minified": 53478,
1010
"gzipped": 16017
1111
},
1212
"./dist/formik.cjs.production.js": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"create-react-context": "^0.2.2",
4545
"deepmerge": "^2.1.1",
4646
"hoist-non-react-statics": "^3.3.0",
47-
"lodash": "^4.17.11",
48-
"lodash-es": "^4.17.11",
47+
"lodash": "^4.17.14",
48+
"lodash-es": "^4.17.14",
4949
"prop-types": "^15.6.1",
5050
"react-fast-compare": "^2.0.1",
5151
"tiny-warning": "^1.0.2",

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6282,9 +6282,10 @@ locate-path@^3.0.0:
62826282
p-locate "^3.0.0"
62836283
path-exists "^3.0.0"
62846284

6285-
lodash-es@^4.17.11:
6286-
version "4.17.11"
6287-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.11.tgz#145ab4a7ac5c5e52a3531fb4f310255a152b4be0"
6285+
lodash-es@^4.17.14:
6286+
version "4.17.14"
6287+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.14.tgz#12a95a963cc5955683cee3b74e85458954f37ecc"
6288+
integrity sha512-7zchRrGa8UZXjD/4ivUWP1867jDkhzTG2c/uj739utSd7O/pFFdxspCemIFKEEjErbcqRzn8nKnGsi7mvTgRPA==
62886289

62896290
lodash-es@^4.2.1:
62906291
version "4.17.10"
@@ -6366,6 +6367,11 @@ lodash@^4.17.10, lodash@^4.17.11:
63666367
version "4.17.11"
63676368
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
63686369

6370+
lodash@^4.17.14:
6371+
version "4.17.14"
6372+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
6373+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
6374+
63696375
log-symbols@^1.0.2:
63706376
version "1.0.2"
63716377
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"

0 commit comments

Comments
 (0)