diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 04:30:11 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-10 04:30:56 +0000 |
commit | 3f116c82be629f25568c60462483d59b9dbafa60 (patch) | |
tree | 37cb39d0de8ed8fd8308ae172693c9909cd9e8a1 /clients | |
parent | Bump prettier from 3.3.0 to 3.3.1 (diff) | |
download | zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.gz zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.bz2 zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.lz zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.xz zorascript-3f116c82be629f25568c60462483d59b9dbafa60.tar.zst zorascript-3f116c82be629f25568c60462483d59b9dbafa60.zip |
Bump eslint-plugin-svelte from 2.39.0 to 2.39.2
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.39.0 to 2.39.2.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.39.0...eslint-plugin-svelte@2.39.2)
---
updated-dependencies:
- dependency-name: eslint-plugin-svelte
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index eaa707a..278cc51 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -28,7 +28,7 @@ "autoprefixer": "10.4.19", "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.38.0", + "eslint-plugin-svelte": "^2.39.2", "iconify-icon": "^2.1.0", "postcss": "8.4.38", "prettier": "^3.3.1", |