Skip to content

Commit a901b7f

Browse files
authored
Merge pull request #22 from Oxicode/renovate/autoprefixer-10.x
Update dependency autoprefixer to v10.4.4
2 parents 439ac89 + da98f9e commit a901b7f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@babel/core": "^7.17.5",
2525
"@babel/eslint-parser": "^7.17.0",
26-
"autoprefixer": "10.4.2",
26+
"autoprefixer": "10.4.4",
2727
"duplicate-package-checker-webpack-plugin": "3.0.0",
2828
"eslint": "8.11.0",
2929
"eslint-config-eslint": "7.0.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -623,14 +623,14 @@ ast-types-flow@^0.0.7:
623623
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
624624
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
625625

626-
627-
version "10.4.2"
628-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.2.tgz#25e1df09a31a9fba5c40b578936b90d35c9d4d3b"
629-
integrity sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==
630-
dependencies:
631-
browserslist "^4.19.1"
632-
caniuse-lite "^1.0.30001297"
633-
fraction.js "^4.1.2"
626+
627+
version "10.4.4"
628+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.4.tgz#3e85a245b32da876a893d3ac2ea19f01e7ea5a1e"
629+
integrity sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==
630+
dependencies:
631+
browserslist "^4.20.2"
632+
caniuse-lite "^1.0.30001317"
633+
fraction.js "^4.2.0"
634634
normalize-range "^0.1.2"
635635
picocolors "^1.0.0"
636636
postcss-value-parser "^4.2.0"
@@ -675,7 +675,7 @@ braces@^3.0.1, braces@~3.0.2:
675675
dependencies:
676676
fill-range "^7.0.1"
677677

678-
browserslist@^4.17.5, browserslist@^4.19.1:
678+
browserslist@^4.17.5, browserslist@^4.20.2:
679679
version "4.20.2"
680680
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88"
681681
integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==
@@ -704,7 +704,7 @@ camelcase-css@^2.0.1:
704704
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
705705
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
706706

707-
caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001297, caniuse-lite@^1.0.30001317:
707+
caniuse-lite@^1.0.30001283, caniuse-lite@^1.0.30001317:
708708
version "1.0.30001319"
709709
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001319.tgz#eb4da4eb3ecdd409f7ba1907820061d56096e88f"
710710
integrity sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==
@@ -1336,7 +1336,7 @@ flatted@^3.1.0:
13361336
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
13371337
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
13381338

1339-
fraction.js@^4.1.2:
1339+
fraction.js@^4.2.0:
13401340
version "4.2.0"
13411341
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
13421342
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==

0 commit comments

Comments
 (0)