chore: update dependencies

We have some major version updates in our dependencies that should be
treated separately. This update also contains an audit fix to close
vulnerabilities.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-09-16 11:13:15 +02:00
parent 29bbe7355d
commit 76eb6672b0
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854
2 changed files with 971 additions and 3986 deletions

4893
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,59 +24,59 @@
}, },
"devDependencies": { "devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2", "@istanbuljs/nyc-config-typescript": "1.0.2",
"@playwright/test": "1.46.1", "@playwright/test": "1.47.1",
"@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0", "@skeletonlabs/tw-plugin": "0.4.0",
"@storybook/addon-a11y": "8.2.9", "@storybook/addon-a11y": "8.3.0",
"@storybook/addon-coverage": "1.0.4", "@storybook/addon-coverage": "1.0.4",
"@storybook/addon-essentials": "8.2.9", "@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.2.9", "@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.2.9", "@storybook/addon-links": "8.3.0",
"@storybook/blocks": "8.2.9", "@storybook/blocks": "8.3.0",
"@storybook/builder-vite": "8.2.9", "@storybook/builder-vite": "8.3.0",
"@storybook/svelte": "8.2.9", "@storybook/svelte": "8.3.0",
"@storybook/sveltekit": "8.2.9", "@storybook/sveltekit": "8.3.0",
"@storybook/test": "8.2.9", "@storybook/test": "8.3.0",
"@sveltejs/adapter-node": "5.2.2", "@sveltejs/adapter-node": "5.2.2",
"@sveltejs/kit": "2.5.24", "@sveltejs/kit": "2.5.27",
"@sveltejs/vite-plugin-svelte": "3.1.1", "@sveltejs/vite-plugin-svelte": "3.1.2",
"@tailwindcss/forms": "0.5.7", "@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.14", "@tailwindcss/typography": "0.5.15",
"@tauri-apps/cli": "1.6.0", "@tauri-apps/cli": "1.6.2",
"@testing-library/jest-dom": "6.4.8", "@testing-library/jest-dom": "6.5.0",
"@testing-library/svelte": "5.2.1", "@testing-library/svelte": "5.2.1",
"@types/node": "22.4.1", "@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "7.18.0", "@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0", "@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-istanbul": "2.0.5", "@vitest/coverage-istanbul": "2.1.1",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"eslint": "8.56.0", "eslint": "8.56.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-storybook": "0.8.0", "eslint-plugin-storybook": "0.8.0",
"eslint-plugin-svelte": "2.43.0", "eslint-plugin-svelte": "2.44.0",
"gh-pages": "6.1.1", "gh-pages": "6.1.1",
"jsdom": "24.1.1", "jsdom": "24.1.1",
"postcss": "8.4.41", "postcss": "8.4.47",
"prettier": "3.3.3", "prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6", "prettier-plugin-svelte": "3.2.6",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"storybook": "8.2.9", "storybook": "8.3.0",
"svelte": "4.2.18", "svelte": "4.2.19",
"svelte-check": "3.8.5", "svelte-check": "3.8.5",
"svelte-i18n": "4.0.0", "svelte-i18n": "4.0.0",
"svelte-octicons": "18.9.0", "svelte-octicons": "18.9.0",
"tailwindcss": "3.4.10", "tailwindcss": "3.4.11",
"tslib": "2.6.3", "tslib": "2.7.0",
"typescript": "5.5.4", "typescript": "5.6.2",
"vite": "5.4.1", "vite": "5.4.5",
"vitest": "2.0.5" "vitest": "2.1.1"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.6.10", "@floating-ui/dom": "1.6.11",
"@fontsource/spline-sans-mono": "5.0.21", "@fontsource/spline-sans-mono": "5.1.0",
"axios": "1.7.4", "axios": "1.7.7",
"cheerio": "1.0.0" "cheerio": "1.0.0"
} }
} }