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

Update dependency balanced-match to v3 #2189

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-forks/postcss-selector-matches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postcss": "^8.0.0"
},
"dependencies": {
"balanced-match": "2.0.0"
"balanced-match": "3.0.1"
},
"devDependencies": {
"ava": "6.1.3",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3067,7 +3067,7 @@ __metadata:
resolution: "@swissquote/postcss-selector-matches@workspace:package-forks/postcss-selector-matches"
dependencies:
ava: "npm:6.1.3"
balanced-match: "npm:2.0.0"
balanced-match: "npm:3.0.1"
c8: "npm:10.1.2"
postcss: "npm:8.4.39"
peerDependencies:
Expand Down Expand Up @@ -4525,10 +4525,10 @@ __metadata:
languageName: node
linkType: hard

"balanced-match@npm:2.0.0, balanced-match@npm:^2.0.0":
version: 2.0.0
resolution: "balanced-match@npm:2.0.0"
checksum: 10c0/60a54e0b75a61674e16a7a336b805f06c72d6f8fc457639c24efc512ba2bf9cb5744b9f6f5225afcefb99da39714440c83c737208cc65c5d9ecd1f3093331ca3
"balanced-match@npm:3.0.1":
version: 3.0.1
resolution: "balanced-match@npm:3.0.1"
checksum: 10c0/ac8dd63a5b260610c2cbda982f436e964c1b9ae8764d368a523769da40a31710abd6e19f0fdf1773c4ad7b2ea7ba7b285d547375dc723f6e754369835afc8e9f
languageName: node
linkType: hard

Expand All @@ -4539,6 +4539,13 @@ __metadata:
languageName: node
linkType: hard

"balanced-match@npm:^2.0.0":
version: 2.0.0
resolution: "balanced-match@npm:2.0.0"
checksum: 10c0/60a54e0b75a61674e16a7a336b805f06c72d6f8fc457639c24efc512ba2bf9cb5744b9f6f5225afcefb99da39714440c83c737208cc65c5d9ecd1f3093331ca3
languageName: node
linkType: hard

"bare-events@npm:^2.2.0":
version: 2.4.2
resolution: "bare-events@npm:2.4.2"
Expand Down
Loading