Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f217aa

Browse files
authoredFeb 11, 2023
Bump loader-utils from 1.4.0 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.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.4.0...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4a6721 commit 3f217aa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎yarn.lock

+9-5
Original file line numberDiff line numberDiff line change
@@ -7610,8 +7610,8 @@ json3@^3.3.2, json3@^3.3.3:
76107610
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
76117611

76127612
json5@^1.0.1:
7613-
version "1.0.1"
7614-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
7613+
version "1.0.2"
7614+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
76157615
dependencies:
76167616
minimist "^1.2.0"
76177617

@@ -7790,8 +7790,8 @@ loader-runner@^2.4.0:
77907790
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
77917791

77927792
loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
7793-
version "1.4.0"
7794-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
7793+
version "1.4.2"
7794+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
77957795
dependencies:
77967796
big.js "^5.2.2"
77977797
emojis-list "^3.0.0"
@@ -8411,10 +8411,14 @@ minimatch@3.0.4, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2:
84118411
dependencies:
84128412
brace-expansion "^1.1.7"
84138413

8414-
minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
8414+
minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.3, minimist@^1.2.5:
84158415
version "1.2.5"
84168416
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
84178417

8418+
minimist@^1.2.0:
8419+
version "1.2.8"
8420+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
8421+
84188422
minipass-collect@^1.0.2:
84198423
version "1.0.2"
84208424
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"

0 commit comments

Comments
 (0)
Please sign in to comment.