Skip to content

Commit db2f2f7

Browse files
Update dependency autoprefixer to v10.4.21
1 parent 739d1ed commit db2f2f7

File tree

2 files changed

+64
-16
lines changed

2 files changed

+64
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "harapeko <tea.lile.tea@gmail.com>",
77
"license": "MIT",
88
"devDependencies": {
9-
"autoprefixer": "10.2.6",
9+
"autoprefixer": "10.4.21",
1010
"browser-sync": "2.27.4",
1111
"coffee-loader": "3.0.0",
1212
"coffeescript": "2.5.1",

yarn.lock

Lines changed: 63 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -636,17 +636,17 @@ at-least-node@^1.0.0:
636636
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
637637
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
638638

639-
autoprefixer@10.2.6:
640-
version "10.2.6"
641-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.6.tgz#aadd9ec34e1c98d403e01950038049f0eb252949"
642-
integrity sha512-8lChSmdU6dCNMCQopIf4Pe5kipkAGj/fvTMslCsih0uHpOrXOPUEVOmYMMqmw3cekQkSD7EhIeuYl5y0BLdKqg==
643-
dependencies:
644-
browserslist "^4.16.6"
645-
caniuse-lite "^1.0.30001230"
646-
colorette "^1.2.2"
647-
fraction.js "^4.1.1"
639+
autoprefixer@10.4.21:
640+
version "10.4.21"
641+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.21.tgz#77189468e7a8ad1d9a37fbc08efc9f480cf0a95d"
642+
integrity sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==
643+
dependencies:
644+
browserslist "^4.24.4"
645+
caniuse-lite "^1.0.30001702"
646+
fraction.js "^4.3.7"
648647
normalize-range "^0.1.2"
649-
postcss-value-parser "^4.1.0"
648+
picocolors "^1.1.1"
649+
postcss-value-parser "^4.2.0"
650650

651651
autoprefixer@^9.8.6:
652652
version "9.8.6"
@@ -814,6 +814,16 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4
814814
escalade "^3.1.1"
815815
node-releases "^1.1.71"
816816

817+
browserslist@^4.24.4:
818+
version "4.24.4"
819+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.4.tgz#c6b2865a3f08bcb860a0e827389003b9fe686e4b"
820+
integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
821+
dependencies:
822+
caniuse-lite "^1.0.30001688"
823+
electron-to-chromium "^1.5.73"
824+
node-releases "^2.0.19"
825+
update-browserslist-db "^1.1.1"
826+
817827
bs-recipes@1.3.4:
818828
version "1.3.4"
819829
resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585"
@@ -874,7 +884,7 @@ caniuse-api@^3.0.0:
874884
lodash.memoize "^4.1.2"
875885
lodash.uniq "^4.5.0"
876886

877-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001230:
887+
caniuse-lite@^1.0.0:
878888
version "1.0.30001243"
879889
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
880890
integrity sha512-vNxw9mkTBtkmLFnJRv/2rhs1yufpDfCkBZexG3Y0xdOH2Z/eE/85E4Dl5j1YUN34nZVsSp6vVRFQRrez9wJMRA==
@@ -884,6 +894,11 @@ caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
884894
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001242.tgz#04201627abcd60dc89211f22cbe2347306cda46b"
885895
integrity sha512-KvNuZ/duufelMB3w2xtf9gEWCSxJwUgoxOx5b6ScLXC4kPc9xsczUVCPrQU26j5kOsHM4pSUL54tAZt5THQKug==
886896

897+
caniuse-lite@^1.0.30001688, caniuse-lite@^1.0.30001702:
898+
version "1.0.30001702"
899+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001702.tgz#cde16fa8adaa066c04aec2967b6cde46354644c4"
900+
integrity sha512-LoPe/D7zioC0REI5W73PeR1e1MLCipRGq/VkovJnd6Df+QVqT+vT33OXCp8QUd7kA7RZrHWxb1B36OQKI/0gOA==
901+
887902
caseless@~0.12.0:
888903
version "0.12.0"
889904
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -1546,6 +1561,11 @@ electron-to-chromium@^1.3.723:
15461561
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.769.tgz#73ad7e3f2d435810b6f8b29617ec344c782fcbed"
15471562
integrity sha512-B+3hW8D76/uoTPSobWI3D/CFn2S4jPn88dVJ+BkD88Lz6LijQpL+hfdzIFJGTQK4KdE0XwmNbjUQFH1OQVwKdQ==
15481563

1564+
electron-to-chromium@^1.5.73:
1565+
version "1.5.113"
1566+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.113.tgz#1175b8ba4170541e44e9afa8b992e5bbfff0d150"
1567+
integrity sha512-wjT2O4hX+wdWPJ76gWSkMhcHAV2PTMX+QetUCPYEdCIe+cxmgzzSSiGRCKW8nuh4mwKZlpv0xvoW7OF2X+wmHg==
1568+
15491569
emoji-regex@^7.0.1:
15501570
version "7.0.3"
15511571
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -1643,6 +1663,11 @@ escalade@^3.1.1:
16431663
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
16441664
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
16451665

1666+
escalade@^3.2.0:
1667+
version "3.2.0"
1668+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
1669+
integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
1670+
16461671
escape-html@~1.0.3:
16471672
version "1.0.3"
16481673
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -1852,10 +1877,10 @@ form-data@~2.3.2:
18521877
combined-stream "^1.0.6"
18531878
mime-types "^2.1.12"
18541879

1855-
fraction.js@^4.1.1:
1856-
version "4.1.1"
1857-
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.1.tgz#ac4e520473dae67012d618aab91eda09bcb400ff"
1858-
integrity sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==
1880+
fraction.js@^4.3.7:
1881+
version "4.3.7"
1882+
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
1883+
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
18591884

18601885
fresh@0.5.2, fresh@^0.5.2:
18611886
version "0.5.2"
@@ -3044,6 +3069,11 @@ node-releases@^1.1.71:
30443069
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
30453070
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
30463071

3072+
node-releases@^2.0.19:
3073+
version "2.0.19"
3074+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
3075+
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
3076+
30473077
node-sass@6.0.1:
30483078
version "6.0.1"
30493079
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
@@ -3356,6 +3386,11 @@ performance-now@^2.1.0:
33563386
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
33573387
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
33583388

3389+
picocolors@^1.1.1:
3390+
version "1.1.1"
3391+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
3392+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
3393+
33593394
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
33603395
version "2.2.2"
33613396
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -3709,6 +3744,11 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
37093744
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
37103745
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
37113746

3747+
postcss-value-parser@^4.2.0:
3748+
version "4.2.0"
3749+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
3750+
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
3751+
37123752
postcss@^5.1.0, postcss@^5.1.2:
37133753
version "5.2.17"
37143754
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.17.tgz#cf4f597b864d65c8a492b2eabe9d706c879c388b"
@@ -4875,6 +4915,14 @@ unpipe@1.0.0, unpipe@~1.0.0:
48754915
version "1.0.0"
48764916
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
48774917

4918+
update-browserslist-db@^1.1.1:
4919+
version "1.1.3"
4920+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz#348377dd245216f9e7060ff50b15a1b740b75420"
4921+
integrity sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==
4922+
dependencies:
4923+
escalade "^3.2.0"
4924+
picocolors "^1.1.1"
4925+
48784926
uri-js@^4.2.2:
48794927
version "4.4.1"
48804928
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)