chore(deps-dev): bump eslint-plugin-svelte in /pkg/web

Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.0.2...eslint-plugin-svelte@3.0.3)

---
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>
This commit is contained in:
dependabot[bot] 2025-03-08 20:12:54 +00:00 committed by GitHub
parent ce7e6dcd7d
commit 1d6b7393f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"eslint": "^9.21.0",
"eslint-plugin-svelte": "^3.0.2",
"eslint-plugin-svelte": "^3.0.3",
"sass-embedded": "^1.85.0",
"svelte": "^5.20.5",
"svelte-check": "^4.0.0",
@ -2180,9 +2180,9 @@
}
},
"node_modules/eslint-plugin-svelte": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.0.2.tgz",
"integrity": "sha512-+0QglmWNryvXXxRQKzLF3i+AreTsueCw7PBb0nGVBq+F9HoYqAjQeJ/9N6vFAtjMjK3wgsETrLVyBKPdeufN6Q==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.0.3.tgz",
"integrity": "sha512-R7HSKkLN33P6WwYhVbO+5xPT0YIpO+YAZfWxow7I1IvjVgZOxuI7zReqxFL3B7F028u16Megx+hn8SEXDNcDvw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -2195,10 +2195,10 @@
"postcss-load-config": "^3.1.4",
"postcss-safe-parser": "^7.0.0",
"semver": "^7.6.3",
"svelte-eslint-parser": "^1.0.0"
"svelte-eslint-parser": "^1.0.1"
},
"engines": {
"node": "^18.20.4 || ^20.18.0 || >=22.10.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://github.com/sponsors/ota-meshi"
@ -3965,9 +3965,9 @@
}
},
"node_modules/svelte-eslint-parser": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-1.0.0.tgz",
"integrity": "sha512-diZzpeeFhAxormeIhmRS4vXx98GG6T7Dq5y1a6qffqs/5MBrBqqDg8bj88iEohp6bvhU4MIABJmOTa0gXWcbSQ==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-1.0.1.tgz",
"integrity": "sha512-JjdEMXOJqy+dxeaElxbN+meTOtVpHfLnq9VGpiTAOLgM0uHO+ogmUsA3IFgx0x3Wl15pqTZWycCikcD7cAQN/g==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3979,7 +3979,7 @@
"postcss-selector-parser": "^7.0.0"
},
"engines": {
"node": "^18.20.4 || ^20.18.0 || >=22.10.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://github.com/sponsors/ota-meshi"

View File

@ -17,7 +17,7 @@
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"eslint": "^9.21.0",
"eslint-plugin-svelte": "^3.0.2",
"eslint-plugin-svelte": "^3.0.3",
"sass-embedded": "^1.85.0",
"svelte": "^5.20.5",
"svelte-check": "^4.0.0",