Skip to content

Commit 7cf7c83

Browse files
chore(deps): update dependency autoprefixer to ^10.4.20
1 parent 022a0f4 commit 7cf7c83

2 files changed

Lines changed: 52 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/eslint-plugin": "^6.20.0",
2727
"@typescript-eslint/parser": "^6.20.0",
2828
"@vitejs/plugin-react": "^4.2.1",
29-
"autoprefixer": "^10.4.17",
29+
"autoprefixer": "^10.4.20",
3030
"eslint": "^8.56.0",
3131
"eslint-config-prettier": "^9.1.0",
3232
"eslint-config-standard": "^17.1.0",

yarn.lock

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,16 +1379,16 @@ asynciterator.prototype@^1.0.0:
13791379
dependencies:
13801380
has-symbols "^1.0.3"
13811381

1382-
autoprefixer@^10.4.17:
1383-
version "10.4.17"
1384-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.17.tgz#35cd5695cbbe82f536a50fa025d561b01fdec8be"
1385-
integrity sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==
1382+
autoprefixer@^10.4.20:
1383+
version "10.4.20"
1384+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b"
1385+
integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==
13861386
dependencies:
1387-
browserslist "^4.22.2"
1388-
caniuse-lite "^1.0.30001578"
1387+
browserslist "^4.23.3"
1388+
caniuse-lite "^1.0.30001646"
13891389
fraction.js "^4.3.7"
13901390
normalize-range "^0.1.2"
1391-
picocolors "^1.0.0"
1391+
picocolors "^1.0.1"
13921392
postcss-value-parser "^4.2.0"
13931393

13941394
available-typed-arrays@^1.0.5:
@@ -1438,6 +1438,16 @@ browserslist@^4.22.2:
14381438
node-releases "^2.0.14"
14391439
update-browserslist-db "^1.0.13"
14401440

1441+
browserslist@^4.23.3:
1442+
version "4.24.2"
1443+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
1444+
integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==
1445+
dependencies:
1446+
caniuse-lite "^1.0.30001669"
1447+
electron-to-chromium "^1.5.41"
1448+
node-releases "^2.0.18"
1449+
update-browserslist-db "^1.1.1"
1450+
14411451
call-bind@^1.0.0, call-bind@^1.0.2:
14421452
version "1.0.2"
14431453
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -1465,11 +1475,16 @@ camelcase-css@^2.0.1:
14651475
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
14661476
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
14671477

1468-
caniuse-lite@^1.0.30001578, caniuse-lite@^1.0.30001580:
1478+
caniuse-lite@^1.0.30001580:
14691479
version "1.0.30001582"
14701480
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001582.tgz#db3070547ce0b48d9f44a509b86c4a02ba5d9055"
14711481
integrity sha512-vsJG3V5vgfduaQGVxL53uSX/HUzxyr2eA8xCo36OLal7sRcSZbibJtLeh0qja4sFOr/QQGt4opB4tOy+eOgAxg==
14721482

1483+
caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001669:
1484+
version "1.0.30001684"
1485+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz#0eca437bab7d5f03452ff0ef9de8299be6b08e16"
1486+
integrity sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==
1487+
14731488
chalk@^2.4.2:
14741489
version "2.4.2"
14751490
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -1707,6 +1722,11 @@ electron-to-chromium@^1.4.648:
17071722
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.653.tgz#832ab25e80ad698ac09c1ca547bd9ee6cce7df10"
17081723
integrity sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==
17091724

1725+
electron-to-chromium@^1.5.41:
1726+
version "1.5.65"
1727+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.65.tgz#e2b9d84d31e187a847e3ccdcfb415ddd4a3d1ea7"
1728+
integrity sha512-PWVzBjghx7/wop6n22vS2MLU8tKGd4Q91aCEGhG/TYmW6PP5OcSXcdnxTe1NNt0T66N8D6jxh4kC8UsdzOGaIw==
1729+
17101730
emoji-regex@^8.0.0:
17111731
version "8.0.0"
17121732
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -1942,6 +1962,11 @@ escalade@^3.1.1:
19421962
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
19431963
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
19441964

1965+
escalade@^3.2.0:
1966+
version "3.2.0"
1967+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
1968+
integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
1969+
19451970
escape-string-regexp@^1.0.5:
19461971
version "1.0.5"
19471972
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -3140,6 +3165,11 @@ node-releases@^2.0.14:
31403165
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
31413166
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
31423167

3168+
node-releases@^2.0.18:
3169+
version "2.0.18"
3170+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
3171+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
3172+
31433173
normalize-path@^3.0.0, normalize-path@~3.0.0:
31443174
version "3.0.0"
31453175
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -3338,6 +3368,11 @@ picocolors@^1, picocolors@^1.0.0:
33383368
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
33393369
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
33403370

3371+
picocolors@^1.0.1, picocolors@^1.1.0:
3372+
version "1.1.1"
3373+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
3374+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
3375+
33413376
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
33423377
version "2.3.0"
33433378
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -4125,6 +4160,14 @@ update-browserslist-db@^1.0.13:
41254160
escalade "^3.1.1"
41264161
picocolors "^1.0.0"
41274162

4163+
update-browserslist-db@^1.1.1:
4164+
version "1.1.1"
4165+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
4166+
integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==
4167+
dependencies:
4168+
escalade "^3.2.0"
4169+
picocolors "^1.1.0"
4170+
41284171
uri-js@^4.2.2:
41294172
version "4.4.1"
41304173
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)