Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2eb5b13

Browse files
dependabot[bot]justinclift
authored andcommitted
build(deps-dev): bump autoprefixer from 10.4.18 to 10.4.19
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.18...10.4.19) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b821cbf commit 2eb5b13

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
@@ -53,7 +53,7 @@
5353
"private": false,
5454
"devDependencies": {
5555
"@babel/cli": "^7.23.9",
56-
"autoprefixer": "^10.4.18",
56+
"autoprefixer": "^10.4.19",
5757
"babel-preset-react": "^6.24.1",
5858
"babel-preset-react-app": "^10.0.1",
5959
"css-loader": "^6.10.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,13 +1755,13 @@ at-least-node@^1.0.0:
17551755
resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz"
17561756
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
17571757

1758-
autoprefixer@^10.4.18:
1759-
version "10.4.18"
1760-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.18.tgz#fcb171a3b017be7cb5d8b7a825f5aacbf2045163"
1761-
integrity sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==
1758+
autoprefixer@^10.4.19:
1759+
version "10.4.19"
1760+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
1761+
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
17621762
dependencies:
17631763
browserslist "^4.23.0"
1764-
caniuse-lite "^1.0.30001591"
1764+
caniuse-lite "^1.0.30001599"
17651765
fraction.js "^4.3.7"
17661766
normalize-range "^0.1.2"
17671767
picocolors "^1.0.0"
@@ -2031,10 +2031,10 @@ callsites@^3.0.0:
20312031
resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
20322032
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
20332033

2034-
caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001591:
2035-
version "1.0.30001596"
2036-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz#da06b79c3d9c3d9958eb307aa832ac68ead79bee"
2037-
integrity sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==
2034+
caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
2035+
version "1.0.30001600"
2036+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz#93a3ee17a35aa6a9f0c6ef1b2ab49507d1ab9079"
2037+
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==
20382038

20392039
caseless@~0.12.0:
20402040
version "0.12.0"

0 commit comments

Comments
 (0)