This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 315d4b8 Bump postcss-cli from 9.1.0 to 11.0.0 (#95)
315d4b8 is described below
commit 315d4b87f4228fe8c860b33d2e4c3aaf708eea2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 17 20:50:02 2024 +0100
Bump postcss-cli from 9.1.0 to 11.0.0 (#95)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.1.0 to
11.0.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
-
[Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/9.1.0...11.0.0)
---
updated-dependencies:
- dependency-name: postcss-cli
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index a3e84f8..9d6acd2 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,6 @@
"devDependencies": {
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
- "postcss-cli": "^9.1.0"
+ "postcss-cli": "^11.0.0"
}
}