Skip to content

Commit 4b25a55

Browse files
Bump minimist and loader-fs-cache
Bumps [minimist](https://github.com/minimistjs/minimist) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) Updates `loader-fs-cache` from 1.0.1 to 1.0.3 - [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases) - [Commits](https://github.com/viankakrisna/loader-fs-cache/commits) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: loader-fs-cache dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66129ce commit 4b25a55

2 files changed

Lines changed: 18 additions & 51 deletions

File tree

package-lock.json

Lines changed: 11 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5890,12 +5890,12 @@ load-json-file@^2.0.0:
58905890
strip-bom "^3.0.0"
58915891

58925892
loader-fs-cache@^1.0.0:
5893-
version "1.0.1"
5894-
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.1.tgz#56e0bf08bd9708b26a765b68509840c8dec9fdbc"
5895-
integrity sha1-VuC/CL2XCLJqdltoUJhAyN7J/bw=
5893+
version "1.0.3"
5894+
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz#f08657646d607078be2f0a032f8bd69dd6f277d9"
5895+
integrity sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==
58965896
dependencies:
58975897
find-cache-dir "^0.1.1"
5898-
mkdirp "0.5.1"
5898+
mkdirp "^0.5.1"
58995899

59005900
loader-runner@^2.3.0:
59015901
version "2.3.1"
@@ -6249,15 +6249,10 @@ minimatch@3.0.4, minimatch@^3.0.3, minimatch@^3.0.4:
62496249
dependencies:
62506250
brace-expansion "^1.1.7"
62516251

6252-
minimist@0.0.8:
6253-
version "0.0.8"
6254-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
6255-
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
6256-
62576252
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
6258-
version "1.2.5"
6259-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
6260-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
6253+
version "1.2.8"
6254+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
6255+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
62616256

62626257
minipass@^2.6.0, minipass@^2.9.0:
62636258
version "2.9.0"
@@ -6322,13 +6317,6 @@ mixin-object@^2.0.1:
63226317
for-in "^0.1.3"
63236318
is-extendable "^0.1.1"
63246319

6325-
mkdirp@0.5.1:
6326-
version "0.5.1"
6327-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
6328-
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
6329-
dependencies:
6330-
minimist "0.0.8"
6331-
63326320
mkdirp@0.5.x, mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.0, mkdirp@~0.5.1:
63336321
version "0.5.5"
63346322
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"

0 commit comments

Comments
 (0)