Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 483dc80

Browse files
build(deps): bump loader-utils from 1.1.0 to 1.4.1 in /example
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.1.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dbab07 commit 483dc80

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

example/yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ bcrypt-pbkdf@^1.0.0:
657657
dependencies:
658658
tweetnacl "^0.14.3"
659659

660-
big.js@^3.1.3:
661-
version "3.2.0"
662-
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"
660+
big.js@^5.2.2:
661+
version "5.2.2"
662+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
663663

664664
binary-extensions@^1.0.0:
665665
version "1.11.0"
@@ -1048,9 +1048,9 @@ elliptic@^6.0.0:
10481048
minimalistic-assert "^1.0.1"
10491049
minimalistic-crypto-utils "^1.0.1"
10501050

1051-
emojis-list@^2.0.0:
1052-
version "2.1.0"
1053-
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
1051+
emojis-list@^3.0.0:
1052+
version "3.0.0"
1053+
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
10541054

10551055
enhanced-resolve@^3.4.0:
10561056
version "3.4.1"
@@ -1627,6 +1627,12 @@ json5@^0.5.0, json5@^0.5.1:
16271627
version "0.5.1"
16281628
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
16291629

1630+
json5@^1.0.1:
1631+
version "1.0.1"
1632+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
1633+
dependencies:
1634+
minimist "^1.2.0"
1635+
16301636
jsonify@~0.0.0:
16311637
version "0.0.0"
16321638
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -1676,12 +1682,12 @@ loader-runner@^2.3.0:
16761682
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
16771683

16781684
loader-utils@^1.0.2, loader-utils@^1.1.0:
1679-
version "1.1.0"
1680-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
1685+
version "1.4.1"
1686+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.1.tgz#278ad7006660bccc4d2c0c1578e17c5c78d5c0e0"
16811687
dependencies:
1682-
big.js "^3.1.3"
1683-
emojis-list "^2.0.0"
1684-
json5 "^0.5.0"
1688+
big.js "^5.2.2"
1689+
emojis-list "^3.0.0"
1690+
json5 "^1.0.1"
16851691

16861692
locate-path@^2.0.0:
16871693
version "2.0.0"
@@ -1795,8 +1801,8 @@ [email protected]:
17951801
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
17961802

17971803
minimist@^1.2.0:
1798-
version "1.2.0"
1799-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
1804+
version "1.2.7"
1805+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
18001806

18011807
"mkdirp@>=0.5 0", mkdirp@^0.5.1, mkdirp@~0.5.0:
18021808
version "0.5.1"

0 commit comments

Comments
 (0)