Skip to content

Commit 10d2a04

Browse files
chore(deps): update dependency autoprefixer to v10.4.20 (#31117)
* chore(deps): update dependency autoprefixer to v10.4.20 * empty commit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent c7aa13f commit 10d2a04

File tree

3 files changed

+69
-14
lines changed

3 files changed

+69
-14
lines changed

packages/frontend-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@vue/compiler-sfc": "3.2.47",
6363
"@vue/test-utils": "2.4.6",
6464
"@vueuse/core": "7.2.2",
65-
"autoprefixer": "^10.4.19",
65+
"autoprefixer": "^10.4.20",
6666
"axe-core": "4.4.1",
6767
"chai": "4.5.0",
6868
"chai-as-promised": "7.1.1",

packages/web-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@svgr/webpack": "8.0.1",
1717
"@types/webpack": "^5.28.1",
1818
"arraybuffer-loader": "1.0.8",
19-
"autoprefixer": "10.4.19",
19+
"autoprefixer": "10.4.20",
2020
"babel-loader": "9.1.3",
2121
"browser-resolve": "2.0.0",
2222
"buffer": "6.0.3",

yarn.lock

+67-12
Original file line numberDiff line numberDiff line change
@@ -10773,16 +10773,16 @@ autobarrel@^1.1.0:
1077310773
minimist "^1.2.5"
1077410774
tslib "^2.0.0"
1077510775

10776-
[email protected].19, autoprefixer@^10.4.19:
10777-
version "10.4.19"
10778-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
10779-
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
10776+
[email protected].20, autoprefixer@^10.4.20:
10777+
version "10.4.20"
10778+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b"
10779+
integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==
1078010780
dependencies:
10781-
browserslist "^4.23.0"
10782-
caniuse-lite "^1.0.30001599"
10781+
browserslist "^4.23.3"
10782+
caniuse-lite "^1.0.30001646"
1078310783
fraction.js "^4.3.7"
1078410784
normalize-range "^0.1.2"
10785-
picocolors "^1.0.0"
10785+
picocolors "^1.0.1"
1078610786
postcss-value-parser "^4.2.0"
1078710787

1078810788
autoprefixer@^9.4.5:
@@ -11982,7 +11982,7 @@ camelcase@^7.0.0:
1198211982
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.1.tgz#f02e50af9fd7782bc8b88a3558c32fd3a388f048"
1198311983
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
1198411984

11985-
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001646:
11985+
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001646:
1198611986
version "1.0.30001651"
1198711987
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138"
1198811988
integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==
@@ -22805,7 +22805,7 @@ [email protected]:
2280522805
resolved "https://registry.npmjs.org/mobx/-/mobx-6.13.5.tgz#957d9df88c7f8b4baa7c6f8bdcb6d68b432a6ed5"
2280622806
integrity sha512-/HTWzW2s8J1Gqt+WmUj5Y0mddZk+LInejADc79NJadrWla3rHzmRHki/mnEUH1AvOmbNTZ1BRbKxr8DSgfdjMA==
2280722807

22808-
22808+
"mocha-7.0.1@npm:[email protected]":
2280922809
version "7.0.1"
2281022810
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce"
2281122811
integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg==
@@ -22922,6 +22922,36 @@ [email protected]:
2292222922
yargs-parser "13.1.1"
2292322923
yargs-unparser "1.6.0"
2292422924

22925+
22926+
version "7.0.1"
22927+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.0.1.tgz#276186d35a4852f6249808c6dd4a1376cbf6c6ce"
22928+
integrity sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg==
22929+
dependencies:
22930+
ansi-colors "3.2.3"
22931+
browser-stdout "1.3.1"
22932+
chokidar "3.3.0"
22933+
debug "3.2.6"
22934+
diff "3.5.0"
22935+
escape-string-regexp "1.0.5"
22936+
find-up "3.0.0"
22937+
glob "7.1.3"
22938+
growl "1.10.5"
22939+
he "1.2.0"
22940+
js-yaml "3.13.1"
22941+
log-symbols "2.2.0"
22942+
minimatch "3.0.4"
22943+
mkdirp "0.5.1"
22944+
ms "2.1.1"
22945+
node-environment-flags "1.0.6"
22946+
object.assign "4.1.0"
22947+
strip-json-comments "2.0.1"
22948+
supports-color "6.0.0"
22949+
which "1.3.1"
22950+
wide-align "1.1.3"
22951+
yargs "13.3.0"
22952+
yargs-parser "13.1.1"
22953+
yargs-unparser "1.6.0"
22954+
2292522955
2292622956
version "7.1.0"
2292722957
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.0.tgz#c784f579ad0904d29229ad6cb1e2514e4db7d249"
@@ -29514,7 +29544,7 @@ string-template@~0.2.1:
2951429544
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
2951529545
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
2951629546

29517-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
29547+
"string-width-cjs@npm:string-width@^4.2.0":
2951829548
version "4.2.3"
2951929549
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2952029550
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -29540,6 +29570,15 @@ string-width@^1.0.1, string-width@^1.0.2:
2954029570
is-fullwidth-code-point "^2.0.0"
2954129571
strip-ansi "^4.0.0"
2954229572

29573+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
29574+
version "4.2.3"
29575+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
29576+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
29577+
dependencies:
29578+
emoji-regex "^8.0.0"
29579+
is-fullwidth-code-point "^3.0.0"
29580+
strip-ansi "^6.0.1"
29581+
2954329582
string-width@^3.0.0, string-width@^3.1.0:
2954429583
version "3.1.0"
2954529584
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -29650,7 +29689,7 @@ stringify-object@^3.0.0, stringify-object@^3.3.0:
2965029689
is-obj "^1.0.1"
2965129690
is-regexp "^1.0.0"
2965229691

29653-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29692+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2965429693
version "6.0.1"
2965529694
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2965629695
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -29671,6 +29710,13 @@ [email protected], strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2967129710
dependencies:
2967229711
ansi-regex "^4.1.0"
2967329712

29713+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
29714+
version "6.0.1"
29715+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
29716+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
29717+
dependencies:
29718+
ansi-regex "^5.0.1"
29719+
2967429720
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
2967529721
version "3.0.1"
2967629722
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -32792,7 +32838,7 @@ [email protected]:
3279232838
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
3279332839
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
3279432840

32795-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
32841+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3279632842
version "7.0.0"
3279732843
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3279832844
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -32835,6 +32881,15 @@ wrap-ansi@^6.2.0:
3283532881
string-width "^4.1.0"
3283632882
strip-ansi "^6.0.0"
3283732883

32884+
wrap-ansi@^7.0.0:
32885+
version "7.0.0"
32886+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
32887+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
32888+
dependencies:
32889+
ansi-styles "^4.0.0"
32890+
string-width "^4.1.0"
32891+
strip-ansi "^6.0.0"
32892+
3283832893
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
3283932894
version "8.1.0"
3284032895
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)