Skip to content

Commit 034b5b7

Browse files
chore: bump minimist from 1.2.5 to 1.2.6 (#916)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8fc76b commit 034b5b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"husky": "^7.0.4",
2323
"lint-staged": "^12.3.7",
2424
"markdownlint-cli": "^0.31.1",
25-
"minimist": "^1.2.5",
25+
"minimist": "^1.2.6",
2626
"prettier": "2.6.0",
2727
"semver-compare": "^1.0.0",
2828
"ts-node": "^10.7.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,10 @@ minimatch@^3.0.4, minimatch@~3.0.5:
647647
dependencies:
648648
brace-expansion "^1.1.7"
649649

650-
minimist@^1.2.5:
651-
version "1.2.5"
652-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
653-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
650+
minimist@^1.2.5, minimist@^1.2.6:
651+
version "1.2.6"
652+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
653+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
654654

655655
ms@2.1.2:
656656
version "2.1.2"

0 commit comments

Comments
 (0)