Skip to content

Commit b86d15a

Browse files
build: bump @types/autoprefixer from 9.7.2 to 10.2.0
Bumps [@types/autoprefixer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/autoprefixer) from 9.7.2 to 10.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/autoprefixer) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 632e7fc commit b86d15a

File tree

2 files changed

+49
-12
lines changed

2 files changed

+49
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"@firebase/app-types": "^0.6.1",
144144
"@octokit/rest": "18.3.0",
145145
"@schematics/angular": "^12.0.0-next.0",
146-
"@types/autoprefixer": "^9.7.2",
146+
"@types/autoprefixer": "^10.2.0",
147147
"@types/browser-sync": "^2.26.1",
148148
"@types/fs-extra": "^9.0.5",
149149
"@types/glob": "^7.1.3",

yarn.lock

Lines changed: 48 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,13 +1864,12 @@
18641864
resolved "https://registry.yarnpkg.com/@types/argparse/-/argparse-1.0.38.tgz#a81fd8606d481f873a3800c6ebae4f1d768a56a9"
18651865
integrity sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==
18661866

1867-
"@types/autoprefixer@^9.7.2":
1868-
version "9.7.2"
1869-
resolved "https://registry.yarnpkg.com/@types/autoprefixer/-/autoprefixer-9.7.2.tgz#64b3251c9675feef5a631b7dd34cfea50a8fdbcc"
1870-
integrity sha512-QX7U7YW3zX3ex6MECtWO9folTGsXeP4b8bSjTq3I1ODM+H+sFHwGKuof+T+qBcDClGlCGtDb3SVfiTVfmcxw4g==
1867+
"@types/autoprefixer@^10.2.0":
1868+
version "10.2.0"
1869+
resolved "https://registry.yarnpkg.com/@types/autoprefixer/-/autoprefixer-10.2.0.tgz#cb6cd67f00337607433b17ebf2cee511db957b9e"
1870+
integrity sha512-ClU0uw3HhUra890K4xcf2IQxD6w0WOjPIaKb8jrRXYPHvvUW1P5dGufPlDtTo5gtWPWH+4L6tSBAoAKVf93uBQ==
18711871
dependencies:
1872-
"@types/browserslist" "*"
1873-
postcss "7.x.x"
1872+
autoprefixer "*"
18741873

18751874
"@types/browser-sync@^2.26.1":
18761875
version "2.26.1"
@@ -1882,11 +1881,6 @@
18821881
"@types/serve-static" "*"
18831882
chokidar "^2.1.2"
18841883

1885-
"@types/browserslist@*":
1886-
version "4.8.0"
1887-
resolved "https://registry.yarnpkg.com/@types/browserslist/-/browserslist-4.8.0.tgz#60489aefdf0fcb56c2d8eb65267ff08dad7a526d"
1888-
integrity sha512-4PyO9OM08APvxxo1NmQyQKlJdowPCOQIy5D/NLO3aO0vGC57wsMptvGp3b8IbYnupFZr92l1dlVief1JvS6STQ==
1889-
18901884
"@types/color-name@^1.1.1":
18911885
version "1.1.1"
18921886
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
@@ -2824,6 +2818,18 @@ atob@^2.1.1, atob@^2.1.2:
28242818
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
28252819
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
28262820

2821+
autoprefixer@*:
2822+
version "10.2.4"
2823+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.4.tgz#c0e7cf24fcc6a1ae5d6250c623f0cb8beef2f7e1"
2824+
integrity sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==
2825+
dependencies:
2826+
browserslist "^4.16.1"
2827+
caniuse-lite "^1.0.30001181"
2828+
colorette "^1.2.1"
2829+
fraction.js "^4.0.13"
2830+
normalize-range "^0.1.2"
2831+
postcss-value-parser "^4.1.0"
2832+
28272833
autoprefixer@^6.7.6:
28282834
version "6.7.7"
28292835
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014"
@@ -3224,6 +3230,17 @@ browserslist@^4.12.0:
32243230
escalade "^3.1.0"
32253231
node-releases "^1.1.61"
32263232

3233+
browserslist@^4.16.1:
3234+
version "4.16.3"
3235+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717"
3236+
integrity sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==
3237+
dependencies:
3238+
caniuse-lite "^1.0.30001181"
3239+
colorette "^1.2.1"
3240+
electron-to-chromium "^1.3.649"
3241+
escalade "^3.1.1"
3242+
node-releases "^1.1.70"
3243+
32273244
browserstack-local@^1.3.7:
32283245
version "1.4.8"
32293246
resolved "https://registry.yarnpkg.com/browserstack-local/-/browserstack-local-1.4.8.tgz#07f74a19b324cf2de69ffe65f9c2baa3a2dd9a0e"
@@ -3471,6 +3488,11 @@ caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001135:
34713488
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001144.tgz#bca0fffde12f97e1127a351fec3bfc1971aa3b3d"
34723489
integrity sha512-4GQTEWNMnVZVOFG3BK0xvGeaDAtiPAbG2N8yuMXuXzx/c2Vd4XoMPO8+E918zeXn5IF0FRVtGShBfkfQea2wHQ==
34733490

3491+
caniuse-lite@^1.0.30001181:
3492+
version "1.0.30001192"
3493+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001192.tgz#b848ebc0ab230cf313d194a4775a30155d50ae40"
3494+
integrity sha512-63OrUnwJj5T1rUmoyqYTdRWBqFFxZFlyZnRRjDR8NSUQFB6A+j/uBORU/SyJ5WzDLg4SPiZH40hQCBNdZ/jmAw==
3495+
34743496
[email protected], canonical-path@^1.0.0:
34753497
version "1.0.0"
34763498
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
@@ -5058,6 +5080,11 @@ electron-to-chromium@^1.3.571:
50585080
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.577.tgz#9885f3f72c6e3367010b461ff6f2d9624a929720"
50595081
integrity sha512-dSb64JQSFif/pD8mpVAgSFkbVi6YHbK6JeEziwNNmXlr/Ne2rZtseFK5SM7JoWSLf6gP0gVvRGi4/2ZRhSX/rA==
50605082

5083+
electron-to-chromium@^1.3.649:
5084+
version "1.3.676"
5085+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.676.tgz#18b2336239b6cdc68c57ce96bf73daf80bab9eba"
5086+
integrity sha512-t0eEgYCP+XEbH/KwxWYZDY0XKwzmokDAsjFJ2rBstp2XuwuBCUZ+ni5qXI6XDRNkvDpVJcAOp2aJxkSkshKkmw==
5087+
50615088
emoji-regex@^7.0.1:
50625089
version "7.0.3"
50635090
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
@@ -6040,6 +6067,11 @@ forwarded@~0.1.2:
60406067
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
60416068
integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
60426069

6070+
fraction.js@^4.0.13:
6071+
version "4.0.13"
6072+
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.0.13.tgz#3c1c315fa16b35c85fffa95725a36fa729c69dfe"
6073+
integrity sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==
6074+
60436075
fragment-cache@^0.2.1:
60446076
version "0.2.1"
60456077
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
@@ -9452,6 +9484,11 @@ node-releases@^1.1.61:
94529484
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.61.tgz#707b0fca9ce4e11783612ba4a2fcba09047af16e"
94539485
integrity sha512-DD5vebQLg8jLCOzwupn954fbIiZht05DAZs0k2u8NStSe6h9XdsuIQL8hSRKYiU8WUQRznmSDrKGbv3ObOmC7g==
94549486

9487+
node-releases@^1.1.70:
9488+
version "1.1.71"
9489+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb"
9490+
integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==
9491+
94559492
node-sass@^4.8.3:
94569493
version "4.14.1"
94579494
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5"

0 commit comments

Comments
 (0)