Skip to content

Commit

Permalink
fix: upgrade ansi-regex from 6.0.1 to 6.1.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade ansi-regex from 6.0.1 to 6.1.0.

See this package in yarn:
ansi-regex

See this project in Snyk:
https://app.snyk.io/org/mathiasrw/project/886e5c8e-971d-4077-a63e-cbc117e6a256?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent befbcbe commit 1f34280
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"test": "test"
},
"dependencies": {
"ansi-regex": "6.0.1",
"ansi-regex": "6.1.0",
"globs": "0.1.4",
"yargs": "16.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ ansi-escapes@^4.2.1:
dependencies:
type-fest "^0.21.3"

ansi-regex@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
ansi-regex@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==

ansi-regex@^2.0.0, ansi-regex@^5.0.1:
version "5.0.1"
Expand Down

0 comments on commit 1f34280

Please sign in to comment.