Compare commits

..

1 commit

Author SHA1 Message Date
273f8b6518 chore(deps): update dependency eslint-plugin-svelte to v3.4.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-29 17:50:35 +00:00

8
ui/package-lock.json generated
View file

@ -2136,9 +2136,9 @@
}
},
"node_modules/eslint-plugin-svelte": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.3.3.tgz",
"integrity": "sha512-imzGqIgWbfsb/CR14d3k3M8MiVNGet+l9mjPhvo1Rm0Nxi0rNn4/eELqyR8FWlgKBMlGkOp2kshRJm0xpxNfHQ==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.4.0.tgz",
"integrity": "sha512-L0eX0W6M0YhIUhWRlOAaornY1lIz6xRSVKVJuiRovMM5wHUBQZmefwJRR0y+sqR0CHtJpFmxYiQbw3UaO8h5KA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -2151,7 +2151,7 @@
"postcss-load-config": "^3.1.4",
"postcss-safe-parser": "^7.0.0",
"semver": "^7.6.3",
"svelte-eslint-parser": "^1.0.1"
"svelte-eslint-parser": "^1.1.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"