Skip to content

Commit b3cd528

Browse files
Bump loader-utils from 1.1.0 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.1.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4bf9b1 commit b3cd528

1 file changed

Lines changed: 17 additions & 20 deletions

File tree

yarn.lock

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,11 +1589,6 @@ batch@0.6.1:
15891589
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
15901590
integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=
15911591

1592-
big.js@^3.1.3:
1593-
version "3.2.0"
1594-
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
1595-
integrity sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==
1596-
15971592
big.js@^5.2.2:
15981593
version "5.2.2"
15991594
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
@@ -2436,11 +2431,6 @@ emoji-regex@^8.0.0:
24362431
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
24372432
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
24382433

2439-
emojis-list@^2.0.0:
2440-
version "2.1.0"
2441-
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
2442-
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
2443-
24442434
emojis-list@^3.0.0:
24452435
version "3.0.0"
24462436
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
@@ -3250,10 +3240,12 @@ json-schema-traverse@^1.0.0:
32503240
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
32513241
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
32523242

3253-
json5@^0.5.0:
3254-
version "0.5.1"
3255-
resolved "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
3256-
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
3243+
json5@^1.0.1:
3244+
version "1.0.2"
3245+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
3246+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
3247+
dependencies:
3248+
minimist "^1.2.0"
32573249

32583250
json5@^2.1.2, json5@^2.2.1:
32593251
version "2.2.2"
@@ -3361,13 +3353,13 @@ loader-runner@^4.2.0:
33613353
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
33623354

33633355
loader-utils@^1.0.2, loader-utils@^1.1.0:
3364-
version "1.1.0"
3365-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
3366-
integrity sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=
3356+
version "1.4.2"
3357+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
3358+
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
33673359
dependencies:
3368-
big.js "^3.1.3"
3369-
emojis-list "^2.0.0"
3370-
json5 "^0.5.0"
3360+
big.js "^5.2.2"
3361+
emojis-list "^3.0.0"
3362+
json5 "^1.0.1"
33713363

33723364
loader-utils@^2.0.0:
33733365
version "2.0.4"
@@ -3564,6 +3556,11 @@ minimatch@^3.1.1:
35643556
dependencies:
35653557
brace-expansion "^1.1.7"
35663558

3559+
minimist@^1.2.0:
3560+
version "1.2.7"
3561+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
3562+
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
3563+
35673564
ms@2.0.0:
35683565
version "2.0.0"
35693566
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

0 commit comments

Comments
 (0)