Skip to content

Commit 5635cd2

Browse files
Bump minimist and mkdirp in /assets/plugins/stickyfill
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 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.0...v1.2.8) Updates `mkdirp` from 0.5.1 to 0.5.6 - [Release notes](https://github.com/isaacs/node-mkdirp/releases) - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: mkdirp dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6904872 commit 5635cd2

File tree

2 files changed

+14
-26
lines changed

2 files changed

+14
-26
lines changed

assets/plugins/stickyfill/package-lock.json

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

assets/plugins/stickyfill/yarn.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,19 +1057,15 @@ mime-types@~2.1.13:
10571057
dependencies:
10581058
brace-expansion "^1.0.0"
10591059

1060-
minimist@0.0.8:
1061-
version "0.0.8"
1062-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
1063-
1064-
minimist@^1.1.3:
1065-
version "1.2.0"
1066-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
1060+
minimist@^1.1.3, minimist@^1.2.6:
1061+
version "1.2.8"
1062+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
10671063

10681064
mkdirp@^0.5.1:
1069-
version "0.5.1"
1070-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
1065+
version "0.5.6"
1066+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
10711067
dependencies:
1072-
minimist "0.0.8"
1068+
minimist "^1.2.6"
10731069

10741070
ms@0.7.1:
10751071
version "0.7.1"

0 commit comments

Comments
 (0)