Skip to content

Commit b281535

Browse files
committed
Update autoprefixer to version 10.2.4
1 parent e5bb0d3 commit b281535

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/core": "^7.12.10",
4242
"@babel/node": "^7.12.10",
4343
"@babel/preset-env": "^7.12.10",
44-
"autoprefixer": "^10.2.1",
44+
"autoprefixer": "^10.2.4",
4545
"babel-jest": "^26.6.3",
4646
"clean-css": "^4.1.9",
4747
"eslint": "^7.18.0",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1684,13 +1684,13 @@ atob@^2.1.1:
16841684
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
16851685
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
16861686

1687-
autoprefixer@^10.2.1:
1688-
version "10.2.1"
1689-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.1.tgz#ce96870df6ddd9ba4c9bbba56c54b9ef4b00a962"
1690-
integrity sha512-dwP0UjyYvROUvtU+boBx8ff5pPWami1NGTrJs9YUsS/oZVbRAcdNHOOuXSA1fc46tgKqe072cVaKD69rvCc3QQ==
1687+
autoprefixer@^10.2.4:
1688+
version "10.2.4"
1689+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.4.tgz#c0e7cf24fcc6a1ae5d6250c623f0cb8beef2f7e1"
1690+
integrity sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==
16911691
dependencies:
16921692
browserslist "^4.16.1"
1693-
caniuse-lite "^1.0.30001173"
1693+
caniuse-lite "^1.0.30001181"
16941694
colorette "^1.2.1"
16951695
fraction.js "^4.0.13"
16961696
normalize-range "^0.1.2"
@@ -1929,6 +1929,11 @@ caniuse-lite@^1.0.30001173:
19291929
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001176.tgz#e44bac506d4656bae4944a1417f41597bd307335"
19301930
integrity sha512-VWdkYmqdkDLRe0lvfJlZQ43rnjKqIGKHWhWWRbkqMsJIUaYDNf/K/sdZZcVO6YKQklubokdkJY+ujArsuJ5cag==
19311931

1932+
caniuse-lite@^1.0.30001181:
1933+
version "1.0.30001185"
1934+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001185.tgz#3482a407d261da04393e2f0d61eefbc53be43b95"
1935+
integrity sha512-Fpi4kVNtNvJ15H0F6vwmXtb3tukv3Zg3qhKkOGUq7KJ1J6b9kf4dnNgtEAFXhRsJo0gNj9W60+wBvn0JcTvdTg==
1936+
19321937
capture-exit@^2.0.0:
19331938
version "2.0.0"
19341939
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"

0 commit comments

Comments
 (0)