Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 deps(major): upgrade ansi-escapes #2593

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/@roots/bud-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
},
"dependencies": {
"@roots/filesystem": "workspace:*",
"ansi-escapes": "6.2.1",
"ansi-escapes": "7.0.0",
"ansi-regex": "6.0.1",
"axios": "1.6.8",
"chalk": "5.3.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10625,7 +10625,7 @@ __metadata:
"@types/semver": "npm:7.5.8"
"@types/signale": "npm:1.4.7"
"@types/webpack-manifest-plugin": "npm:3.0.8"
ansi-escapes: "npm:6.2.1"
ansi-escapes: "npm:7.0.0"
ansi-regex: "npm:6.0.1"
axios: "npm:1.6.8"
chalk: "npm:5.3.0"
Expand Down Expand Up @@ -16910,6 +16910,15 @@ __metadata:
languageName: node
linkType: hard

"ansi-escapes@npm:7.0.0":
version: 7.0.0
resolution: "ansi-escapes@npm:7.0.0"
dependencies:
environment: "npm:^1.0.0"
checksum: 2d0e2345087bd7ae6bf122b9cc05ee35560d40dcc061146edcdc02bc2d7c7c50143cd12a22e69a0b5c0f62b948b7bc9a4539ee888b80f5bd33cdfd82d01a70ab
languageName: node
linkType: hard

"ansi-escapes@npm:^3.2.0":
version: 3.2.0
resolution: "ansi-escapes@npm:3.2.0"
Expand Down Expand Up @@ -22038,6 +22047,13 @@ __metadata:
languageName: node
linkType: hard

"environment@npm:^1.0.0":
version: 1.0.0
resolution: "environment@npm:1.0.0"
checksum: 1e1ed785405d1eff7df09502dfc7c4d7253ba8e24db34efa28a4bf80ca9b8e6334aab61f63d5a379d02fdb423a00ffdfe2bca30605776a04944dc97fd313e56e
languageName: node
linkType: hard

"equivalent-key-map@npm:^0.2.2":
version: 0.2.2
resolution: "equivalent-key-map@npm:0.2.2"
Expand Down