Skip to content

Commit da29ebf

Browse files
Update dependency autoprefixer to ^10.4.19
1 parent 4d8fc12 commit da29ebf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@typescript-eslint/parser": "^7.1.1",
2929
"astro": "^4.1.1",
30-
"autoprefixer": "^10.4.18",
30+
"autoprefixer": "^10.4.19",
3131
"eslint": "^8.57.0",
3232
"eslint-config-prettier": "^9.1.0",
3333
"eslint-plugin-astro": "^0.34.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,13 +1509,13 @@ async-retry@^1.3.3:
15091509
dependencies:
15101510
retry "0.13.1"
15111511

1512-
autoprefixer@^10.4.16, autoprefixer@^10.4.18:
1513-
version "10.4.18"
1514-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.18.tgz#fcb171a3b017be7cb5d8b7a825f5aacbf2045163"
1515-
integrity sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==
1512+
autoprefixer@^10.4.16, autoprefixer@^10.4.19:
1513+
version "10.4.19"
1514+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
1515+
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
15161516
dependencies:
15171517
browserslist "^4.23.0"
1518-
caniuse-lite "^1.0.30001591"
1518+
caniuse-lite "^1.0.30001599"
15191519
fraction.js "^4.3.7"
15201520
normalize-range "^0.1.2"
15211521
picocolors "^1.0.0"
@@ -1645,10 +1645,10 @@ camelcase@^7.0.1:
16451645
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.1.tgz#f02e50af9fd7782bc8b88a3558c32fd3a388f048"
16461646
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
16471647

1648-
caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001591:
1649-
version "1.0.30001591"
1650-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001591.tgz#16745e50263edc9f395895a7cd468b9f3767cf33"
1651-
integrity sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ==
1648+
caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
1649+
version "1.0.30001618"
1650+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz#fad74fa006aef0f01e8e5c0a5540c74d8d36ec6f"
1651+
integrity sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==
16521652

16531653
ccount@^2.0.0:
16541654
version "2.0.1"

0 commit comments

Comments
 (0)