Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit ce4a255

Browse files
committed
Running yarn install to fix lock-file issues on CI
1 parent 3f235c8 commit ce4a255

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

yarn.lock

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,6 +2588,11 @@ js-tokens@^3.0.0, js-tokens@^3.0.2:
25882588
version "3.0.2"
25892589
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
25902590

2591+
"js-tokens@^3.0.0 || ^4.0.0":
2592+
version "4.0.0"
2593+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2594+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
2595+
25912596
js-yaml@^3.5.1:
25922597
version "3.11.0"
25932598
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.11.0.tgz#597c1a8bd57152f26d622ce4117851a51f5ebaef"
@@ -2719,7 +2724,7 @@ loader-utils@^1.0.2:
27192724
emojis-list "^2.0.0"
27202725
json5 "^0.5.0"
27212726

2722-
lodash-es@^4.17.5, lodash-es@^4.2.1:
2727+
lodash-es@^4.17.5:
27232728
version "4.17.10"
27242729
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.10.tgz#62cd7104cdf5dd87f235a837f0ede0e8e5117e05"
27252730

@@ -2792,7 +2797,7 @@ lodash.words@^3.0.0:
27922797
dependencies:
27932798
lodash._root "^3.0.0"
27942799

2795-
lodash@^4.0.0, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.2:
2800+
lodash@^4.0.0, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@~4.17.2:
27962801
version "4.17.10"
27972802
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
27982803

@@ -2810,6 +2815,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
28102815
dependencies:
28112816
js-tokens "^3.0.0"
28122817

2818+
loose-envify@^1.4.0:
2819+
version "1.4.0"
2820+
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
2821+
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
2822+
dependencies:
2823+
js-tokens "^3.0.0 || ^4.0.0"
2824+
28132825
lru-cache@2:
28142826
version "2.7.3"
28152827
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952"
@@ -3745,14 +3757,13 @@ redux-thunk@^2.0.1:
37453757
version "2.2.0"
37463758
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5"
37473759

3748-
redux@^3.3.1:
3749-
version "3.7.2"
3750-
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
3760+
redux@^4.0.0:
3761+
version "4.0.5"
3762+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f"
3763+
integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==
37513764
dependencies:
3752-
lodash "^4.2.1"
3753-
lodash-es "^4.2.1"
3754-
loose-envify "^1.1.0"
3755-
symbol-observable "^1.0.3"
3765+
loose-envify "^1.4.0"
3766+
symbol-observable "^1.2.0"
37563767

37573768
regenerate@^1.2.1:
37583769
version "1.3.3"
@@ -4187,9 +4198,10 @@ svgo@^0.7.0:
41874198
sax "~1.2.1"
41884199
whet.extend "~0.9.9"
41894200

4190-
symbol-observable@^1.0.3:
4201+
symbol-observable@^1.2.0:
41914202
version "1.2.0"
41924203
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
4204+
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
41934205

41944206
symbol-tree@^3.2.1:
41954207
version "3.2.2"

0 commit comments

Comments
 (0)