diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-02 04:22:40 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-02 04:23:17 +0000 |
commit | 24029e12f2f088271de2b6ad058744b309ce8dd5 (patch) | |
tree | b2b516fa4ae958c2bcb0b2e26d4dd6f76556617c /clients/www | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.tar zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.tar.gz zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.tar.bz2 zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.tar.lz zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.tar.xz zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.tar.zst zorascript-24029e12f2f088271de2b6ad058744b309ce8dd5.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [postcss](https://github.com/postcss/postcss).
Updates `@types/node` from 22.5.1 to 22.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `postcss` from 8.4.41 to 8.4.43
- [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.41...8.4.43)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 7afa2b2..03d27e1 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.8", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.5.1", + "@types/node": "22.5.2", "@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/parser": "^8.3.0", "@vite-pwa/sveltekit": "^0.6.1", @@ -30,7 +30,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.43.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.41", + "postcss": "8.4.43", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.6", "svelte": "^4.2.19", |