Skip to content

Commit 1bc7704

Browse files
build(deps-dev): bump autoprefixer from 10.4.12 to 10.4.13 (webpack#6476)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.12 to 10.4.13. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.12...10.4.13) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9a025d commit 1bc7704

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@octokit/rest": "^19.0.5",
8181
"@pmmmwh/react-refresh-webpack-plugin": "next",
8282
"@svgr/webpack": "^6.5.1",
83-
"autoprefixer": "^10.4.12",
83+
"autoprefixer": "^10.4.13",
8484
"babel-loader": "^9.0.0",
8585
"copy-webpack-plugin": "^11.0.0",
8686
"css-loader": "^6.7.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3178,13 +3178,13 @@ at-least-node@^1.0.0:
31783178
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
31793179
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
31803180

3181-
autoprefixer@^10.4.12:
3182-
version "10.4.12"
3183-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.12.tgz#183f30bf0b0722af54ee5ef257f7d4320bb33129"
3184-
integrity sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==
3181+
autoprefixer@^10.4.13:
3182+
version "10.4.13"
3183+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.13.tgz#b5136b59930209a321e9fa3dca2e7c4d223e83a8"
3184+
integrity sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==
31853185
dependencies:
31863186
browserslist "^4.21.4"
3187-
caniuse-lite "^1.0.30001407"
3187+
caniuse-lite "^1.0.30001426"
31883188
fraction.js "^4.2.0"
31893189
normalize-range "^0.1.2"
31903190
picocolors "^1.0.0"
@@ -3580,10 +3580,10 @@ caniuse-api@^3.0.0:
35803580
lodash.memoize "^4.1.2"
35813581
lodash.uniq "^4.5.0"
35823582

3583-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407:
3584-
version "1.0.30001409"
3585-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001409.tgz#6135da9dcab34cd9761d9cdb12a68e6740c5e96e"
3586-
integrity sha512-V0mnJ5dwarmhYv8/MzhJ//aW68UpvnQBXv8lJ2QUsvn2pHcmAuNtu8hQEDz37XnA1iE+lRR9CIfGWWpgJ5QedQ==
3583+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
3584+
version "1.0.30001426"
3585+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001426.tgz#58da20446ccd0cb1dfebd11d2350c907ee7c2eaa"
3586+
integrity sha512-n7cosrHLl8AWt0wwZw/PJZgUg3lV0gk9LMI7ikGJwhyhgsd2Nb65vKvmSexCqq/J7rbH3mFG6yZZiPR5dLPW5A==
35873587

35883588
caseless@~0.12.0:
35893589
version "0.12.0"

0 commit comments

Comments
 (0)