Skip to content

Commit 5e10b84

Browse files
authoredJul 14, 2024··
fix(deps): bump ansis from 3.2.0 to 3.2.1 (#871)
Bumps [ansis](https://github.com/webdiscus/ansis) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/webdiscus/ansis/releases) - [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md) - [Commits](webdiscus/ansis@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: ansis dependency-type: direct:production 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 5918ee5 commit 5e10b84

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
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@inquirer/select": "^2.3.7",
88
"@oclif/core": "^4",
9-
"ansis": "^3.2.0",
9+
"ansis": "^3.2.1",
1010
"debug": "^4.3.5",
1111
"filesize": "^6.1.0",
1212
"got": "^13",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2012,10 +2012,10 @@ ansicolors@~0.3.2:
20122012
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
20132013
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
20142014

2015-
ansis@^3.1.1, ansis@^3.2.0:
2016-
version "3.2.0"
2017-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.0.tgz#0e050c5be94784f32ffdac4b84fccba064aeae4b"
2018-
integrity sha512-Yk3BkHH9U7oPyCN3gL5Tc7CpahG/+UFv/6UG03C311Vy9lzRmA5uoxDTpU9CO3rGHL6KzJz/pdDeXZCZ5Mu/Sg==
2015+
ansis@^3.1.1, ansis@^3.2.0, ansis@^3.2.1:
2016+
version "3.2.1"
2017+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549"
2018+
integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==
20192019

20202020
anymatch@~3.1.2:
20212021
version "3.1.3"

0 commit comments

Comments
 (0)
Please sign in to comment.