diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-17 05:00:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-17 05:00:36 +0000 |
commit | f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1 (patch) | |
tree | 6ec8b77daa83abded0c8f8cfa9631e7a09383a0a /clients/www | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.tar zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.tar.gz zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.tar.bz2 zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.tar.lz zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.tar.xz zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.tar.zst zorascript-f4d89c9a621aab561ce2ef7824c17a1a1b1b96d1.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `eslint-plugin-svelte` from 2.44.1 to 2.45.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.44.1...eslint-plugin-svelte@2.45.1)
Updates `@types/node` from 22.7.5 to 22.7.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@types/node"
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 9d6ef2b..c2f52fb 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,14 +21,14 @@ "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", - "@types/node": "22.7.5", + "@types/node": "22.7.6", "@typescript-eslint/eslint-plugin": "^8.9.0", "@typescript-eslint/parser": "^8.9.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.44.1", + "eslint-plugin-svelte": "^2.45.1", "iconify-icon": "^2.1.0", "postcss": "8.4.47", "prettier": "^3.3.3", |