diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 16:11:59 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-18 16:12:43 +0000 |
commit | ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7 (patch) | |
tree | ea466b2a137ad7713d17149e75d16deab90d9fe7 /app | |
parent | Bump vite-plugin-pwa from 0.19.3 to 0.19.4 (diff) | |
download | trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.tar trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.tar.gz trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.tar.bz2 trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.tar.lz trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.tar.xz trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.tar.zst trinkets-ffff2e90b3e7ccdf3f28dff3276e50acc1ac4ef7.zip |
Bump postcss from 8.4.35 to 8.4.36
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.35 to 8.4.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.35...8.4.36)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/package.json b/app/package.json index e4616f5..9c58e43 100644 --- a/app/package.json +++ b/app/package.json @@ -29,7 +29,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.35.1", "html-minifier-terser": "7.2.0", - "postcss": "8.4.35", + "postcss": "8.4.36", "prettier": "3.2.5", "prettier-plugin-svelte": "3.2.2", "svelte": "4.2.12", |