Skip to content

Commit 2bbe4cf

Browse files
chore: bump minimist from 1.2.6 to 1.2.8 (coder#1232)
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.6 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.6...v1.2.8) --- 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 508ca91 commit 2bbe4cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"husky": "^8.0.3",
2323
"lint-staged": "^13.0.3",
2424
"markdownlint-cli": "^0.31.1",
25-
"minimist": "^1.2.6",
25+
"minimist": "^1.2.8",
2626
"prettier": "2.8.4",
2727
"semver-compare": "^1.0.0",
2828
"ts-node": "^10.9.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@ minimatch@^3.0.4, minimatch@~3.0.5:
694694
dependencies:
695695
brace-expansion "^1.1.7"
696696

697-
minimist@^1.2.5, minimist@^1.2.6:
698-
version "1.2.6"
699-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
700-
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
697+
minimist@^1.2.5, minimist@^1.2.8:
698+
version "1.2.8"
699+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
700+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
701701

702702
ms@2.1.2:
703703
version "2.1.2"

0 commit comments

Comments
 (0)