Skip to content

Commit 6ecb8b0

Browse files
Bump the production-dependencies group with 2 updates
Bumps the production-dependencies group with 2 updates: [autoprefixer](https://github.com/postcss/autoprefixer) and [cssdb](https://github.com/csstools/cssdb). Updates `autoprefixer` from 10.4.23 to 10.4.24 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.23...10.4.24) Updates `cssdb` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/csstools/cssdb/releases) - [Changelog](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md) - [Commits](csstools/cssdb@v8.7.0...v8.7.1) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.4.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: cssdb dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72df2f8 commit 6ecb8b0

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin-packs/postcss-preset-env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
"@csstools/postcss-text-decoration-shorthand": "^5.0.2",
8787
"@csstools/postcss-trigonometric-functions": "^5.0.0",
8888
"@csstools/postcss-unset-value": "^5.0.0",
89-
"autoprefixer": "^10.4.23",
89+
"autoprefixer": "^10.4.24",
9090
"browserslist": "^4.28.1",
9191
"css-blank-pseudo": "^8.0.1",
9292
"css-has-pseudo": "^8.0.0",
9393
"css-prefers-color-scheme": "^11.0.0",
94-
"cssdb": "^8.7.0",
94+
"cssdb": "^8.7.1",
9595
"postcss-attribute-case-insensitive": "^8.0.0",
9696
"postcss-clamp": "^4.1.0",
9797
"postcss-color-functional-notation": "^8.0.1",

plugins/postcss-text-decoration-shorthand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@csstools/postcss-tape": "*",
52-
"autoprefixer": "^10.4.23"
52+
"autoprefixer": "^10.4.24"
5353
},
5454
"scripts": {
5555
"build": "rollup -c ../../rollup/default.mjs",

0 commit comments

Comments
 (0)