Skip to content

Commit 87dcbfc

Browse files
Bump lodash from 4.17.15 to 4.17.19 in /frontend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bac155e commit 87dcbfc

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

frontend/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/yarn.lock

+27-4
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,16 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.2.2
27762776
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
27772777
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
27782778

2779+
gray-matter@^4.0.2:
2780+
version "4.0.2"
2781+
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.2.tgz#9aa379e3acaf421193fce7d2a28cebd4518ac454"
2782+
integrity sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw==
2783+
dependencies:
2784+
js-yaml "^3.11.0"
2785+
kind-of "^6.0.2"
2786+
section-matter "^1.0.0"
2787+
strip-bom-string "^1.0.0"
2788+
27792789
has-ansi@^2.0.0:
27802790
version "2.0.0"
27812791
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -3210,7 +3220,7 @@ js-tokens@^3.0.2:
32103220
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
32113221
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
32123222

3213-
js-yaml@^3.13.1:
3223+
js-yaml@^3.11.0, js-yaml@^3.13.1:
32143224
version "3.14.0"
32153225
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
32163226
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
@@ -3359,9 +3369,9 @@ lodash.uniq@^4.5.0:
33593369
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
33603370

33613371
lodash@^4.17.11, lodash@^4.17.13:
3362-
version "4.17.15"
3363-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
3364-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
3372+
version "4.17.19"
3373+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
3374+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
33653375

33663376
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
33673377
version "1.4.0"
@@ -4812,6 +4822,14 @@ schema-utils@^2.6.1, schema-utils@^2.6.6:
48124822
ajv "^6.12.2"
48134823
ajv-keywords "^3.4.1"
48144824

4825+
section-matter@^1.0.0:
4826+
version "1.0.0"
4827+
resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
4828+
integrity sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==
4829+
dependencies:
4830+
extend-shallow "^2.0.1"
4831+
kind-of "^6.0.0"
4832+
48154833
48164834
version "7.0.0"
48174835
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
@@ -5097,6 +5115,11 @@ strip-ansi@^3.0.0:
50975115
dependencies:
50985116
ansi-regex "^2.0.0"
50995117

5118+
strip-bom-string@^1.0.0:
5119+
version "1.0.0"
5120+
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
5121+
integrity sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=
5122+
51005123
51015124
version "1.2.1"
51025125
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a"

0 commit comments

Comments
 (0)