diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-17 04:21:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-17 04:21:47 +0000 |
commit | ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3 (patch) | |
tree | 14473cd770701bd3d5494b300ea5fb44f8cf0da2 /clients | |
parent | Bump vite from 5.2.13 to 5.3.0 (diff) | |
download | zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.tar zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.tar.gz zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.tar.bz2 zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.tar.lz zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.tar.xz zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.tar.zst zorascript-ac30868020dbb3c18fdfa8b0a134c13b50dfe6d3.zip |
Bump eslint-plugin-svelte from 2.39.3 to 2.39.4
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.39.3 to 2.39.4.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.39.3...eslint-plugin-svelte@2.39.4)
---
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 '')
-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 b697456..b5eb6d2 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.39.3", + "eslint-plugin-svelte": "^2.39.4", "iconify-icon": "^2.1.0", "postcss": "8.4.38", "prettier": "^3.3.2", |