Skip to content

Commit 6ecff4d

Browse files
committed
chore(deps): update dependency autoprefixer to ^9.8.8
1 parent 7a7ea36 commit 6ecff4d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@percy/cli": "^1.0.0-beta.58",
3030
"@percy/cypress": "^3.1.1",
3131
"@percy/dom": "^1.0.0-beta.58",
32-
"autoprefixer": "^9.8.6",
32+
"autoprefixer": "^9.8.8",
3333
"babel-loader": "^8.2.3",
3434
"browser-sync": "^2.26.3",
3535
"browser-sync-webpack-plugin": "^2.2.2",

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,6 +2685,19 @@ autoprefixer@^9.0.0, autoprefixer@^9.8.6:
26852685
postcss "^7.0.32"
26862686
postcss-value-parser "^4.1.0"
26872687

2688+
autoprefixer@^9.8.8:
2689+
version "9.8.8"
2690+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a"
2691+
integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==
2692+
dependencies:
2693+
browserslist "^4.12.0"
2694+
caniuse-lite "^1.0.30001109"
2695+
normalize-range "^0.1.2"
2696+
num2fraction "^1.2.2"
2697+
picocolors "^0.2.1"
2698+
postcss "^7.0.32"
2699+
postcss-value-parser "^4.1.0"
2700+
26882701
aws-sign2@~0.7.0:
26892702
version "0.7.0"
26902703
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
@@ -9203,6 +9216,11 @@ performance-now@^2.1.0:
92039216
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
92049217
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
92059218

9219+
picocolors@^0.2.1:
9220+
version "0.2.1"
9221+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
9222+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
9223+
92069224
picocolors@^1.0.0:
92079225
version "1.0.0"
92089226
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"

0 commit comments

Comments
 (0)