Bump svelte-preprocess from 6.0.2 to 6.0.3 in /ui (#1395)

Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 6.0.2 to 6.0.3.
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: svelte-preprocess
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 17:38:46 -04:00 committed by GitHub
parent 0b15542fb5
commit cddd90904b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -17,7 +17,7 @@
"postcss": "^8.4.47", "postcss": "^8.4.47",
"postcss-load-config": "^6.0.1", "postcss-load-config": "^6.0.1",
"svelte": "^4.2.19", "svelte": "^4.2.19",
"svelte-preprocess": "^6.0.2", "svelte-preprocess": "^6.0.3",
"svelte-spa-router": "^4.0.1", "svelte-spa-router": "^4.0.1",
"svelte-table": "^0.6.3", "svelte-table": "^0.6.3",
"tailwindcss": "^3.4.13", "tailwindcss": "^3.4.13",
@ -2922,9 +2922,9 @@
} }
}, },
"node_modules/svelte-preprocess": { "node_modules/svelte-preprocess": {
"version": "6.0.2", "version": "6.0.3",
"resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-6.0.2.tgz", "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-6.0.3.tgz",
"integrity": "sha512-OvDTLfaOkkhjprbDKO0SOCkjNYuHy16dbD4SpqbIi6QiabOMHxRT4km5/dzbFFkmW1L0E2INF3MFltG2pgOyKQ==", "integrity": "sha512-PLG2k05qHdhmRG7zR/dyo5qKvakhm8IJ+hD2eFRQmMLHp7X3eJnjeupUtvuRpbNiF31RjVw45W+abDwHEmP5OA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"engines": { "engines": {

View File

@ -18,7 +18,7 @@
"postcss": "^8.4.47", "postcss": "^8.4.47",
"postcss-load-config": "^6.0.1", "postcss-load-config": "^6.0.1",
"svelte": "^4.2.19", "svelte": "^4.2.19",
"svelte-preprocess": "^6.0.2", "svelte-preprocess": "^6.0.3",
"svelte-spa-router": "^4.0.1", "svelte-spa-router": "^4.0.1",
"svelte-table": "^0.6.3", "svelte-table": "^0.6.3",
"tailwindcss": "^3.4.13", "tailwindcss": "^3.4.13",