Skip to content

Commit 7fce77a

Browse files
postcss-unique-selectors-7.0.5 (#2732)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e4204f commit 7fce77a

1 file changed

Lines changed: 27 additions & 17 deletions

File tree

directory/postcss-unique-selectors.json

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-unique-selectors",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Ensure CSS selectors are unique.",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",
@@ -21,7 +21,7 @@
2121
"url": "git+https://github.com/cssnano/cssnano.git"
2222
},
2323
"dependencies": {
24-
"postcss-selector-parser": "^7.1.0"
24+
"postcss-selector-parser": "^7.1.1"
2525
},
2626
"bugs": {
2727
"url": "https://github.com/cssnano/cssnano/issues"
@@ -30,33 +30,43 @@
3030
"node": "^18.12.0 || ^20.9.0 || >=22.0"
3131
},
3232
"devDependencies": {
33-
"postcss": "^8.5.3"
33+
"postcss": "^8.5.6"
3434
},
3535
"peerDependencies": {
3636
"postcss": "^8.4.32"
3737
},
38-
"_id": "[email protected].4",
39-
"_integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
40-
"_resolved": "/tmp/a2f8f19a9762d5e897463addb01f7310/postcss-unique-selectors-7.0.4.tgz",
41-
"_from": "file:postcss-unique-selectors-7.0.4.tgz",
42-
"_nodeVersion": "20.19.1",
43-
"_npmVersion": "10.8.2",
38+
"_id": "[email protected].5",
39+
"_integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==",
40+
"_resolved": "/tmp/7394e3c75d981d847e0408d0941e7f1a/postcss-unique-selectors-7.0.5.tgz",
41+
"_from": "file:postcss-unique-selectors-7.0.5.tgz",
42+
"_nodeVersion": "24.14.0",
43+
"_npmVersion": "11.9.0",
4444
"dist": {
45-
"integrity": "sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==",
46-
"shasum": "625ad1c808bdf322fab6c027ae8d4f2637140995",
47-
"tarball": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz",
45+
"integrity": "sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==",
46+
"shasum": "a7dd5652c95f459176e5f135c021473e4ee58874",
47+
"tarball": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz",
4848
"fileCount": 6,
4949
"unpackedSize": 4978,
50+
"attestations": {
51+
"url": "https://registry.npmjs.org/-/npm/v1/attestations/[email protected]",
52+
"provenance": {
53+
"predicateType": "https://slsa.dev/provenance/v1"
54+
}
55+
},
5056
"signatures": [
5157
{
5258
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
53-
"sig": "MEUCIQDjEuLaJuIMXzF2NCmeizn0HqoJCdBQizRNOQyquE/xtwIgapXVF1dcTsK/4LCzK+iAwujYOEXprLgqQZ+gVTw0hSU="
59+
"sig": "MEUCIF4aEa/9ywbnc5A6no1UpeWsX9gtOm/cQvgthc+laA3hAiEAj1qXQusPoboDHAaan6AjNNQsDmJL4TsefuSMejToaSA="
5460
}
5561
]
5662
},
5763
"_npmUser": {
58-
"name": "ludovicofischer",
59-
"email": "[email protected]"
64+
"name": "GitHub Actions",
65+
"email": "[email protected]",
66+
"trustedPublisher": {
67+
"id": "github",
68+
"oidcConfigId": "oidc:222b21e3-09f5-4f98-bb2b-5320fbf4cce4"
69+
}
6070
},
6171
"directories": {},
6272
"maintainers": [
@@ -95,8 +105,8 @@
95105
],
96106
"_npmOperationalInternal": {
97107
"host": "s3://npm-registry-packages-npm-production",
98-
"tmp": "tmp/postcss-unique-selectors_7.0.4_1746539665469_0.8155378889642362"
108+
"tmp": "tmp/postcss-unique-selectors_7.0.5_1772817305532_0.12077322818515168"
99109
},
100110
"_hasShrinkwrap": false,
101-
"_time": "2025-05-06T13:54:25.657Z"
111+
"_time": "2026-03-06T17:15:05.695Z"
102112
}

0 commit comments

Comments
 (0)