diff --git a/package-lock.json b/package-lock.json index 9305c6197b..1eb5eab225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "stylelint": "^17.0.0", "stylelint-config-recommended": "^18.0.0", "stylelint-config-standard": "^40.0.0", - "svelte": "^5.46.4", + "svelte": "^5.55.7", "svelte-check": "^4.3.5", "svelte-preprocess": "^6.0.3", "terser-webpack-plugin": "^5.3.16", @@ -1898,9 +1898,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1914,9 +1911,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1930,9 +1924,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1946,9 +1937,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1962,9 +1950,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1978,9 +1963,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1994,9 +1976,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2010,9 +1989,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2026,9 +2002,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2042,9 +2015,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2058,9 +2028,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3141,7 +3108,6 @@ }, "node_modules/@types/trusted-types": { "version": "2.0.7", - "dev": true, "license": "MIT" }, "node_modules/@types/unist": { @@ -3299,7 +3265,7 @@ }, "node_modules/@typescript-eslint/types": { "version": "8.53.1", - "dev": true, + "devOptional": true, "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5662,7 +5628,9 @@ } }, "node_modules/devalue": { - "version": "5.6.3", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.8.1.tgz", + "integrity": "sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==", "license": "MIT" }, "node_modules/devlop": { @@ -12589,20 +12557,23 @@ } }, "node_modules/svelte": { - "version": "5.47.1", + "version": "5.55.7", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-5.55.7.tgz", + "integrity": "sha512-ymI5ykLPwIHW839E053FQbI1G+jnRFJEw3Kv5Y4njixVWywQBx+NUFpkkKyk5LIb36Fg9DVXSYpqiGekLD0hyw==", "license": "MIT", "dependencies": { "@jridgewell/remapping": "^2.3.4", "@jridgewell/sourcemap-codec": "^1.5.0", "@sveltejs/acorn-typescript": "^1.0.5", "@types/estree": "^1.0.5", + "@types/trusted-types": "^2.0.7", "acorn": "^8.12.1", - "aria-query": "^5.3.1", + "aria-query": "5.3.1", "axobject-query": "^4.1.0", "clsx": "^2.1.1", - "devalue": "^5.6.2", + "devalue": "^5.8.1", "esm-env": "^1.2.1", - "esrap": "^2.2.1", + "esrap": "^2.2.4", "is-reference": "^3.0.3", "locate-character": "^3.0.0", "magic-string": "^0.30.11", @@ -12789,10 +12760,20 @@ } }, "node_modules/svelte/node_modules/esrap": { - "version": "2.2.1", + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/esrap/-/esrap-2.2.8.tgz", + "integrity": "sha512-MPweq2EvEGj8jwOI7Hgycw/QIHzqA1EbAM8lG7p+FBfZbZq/hQ6h3AMsqnu/djzisH1KVWNzbb7LSgIVtMlPSg==", "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "peerDependencies": { + "@typescript-eslint/types": "^8.2.0" + }, + "peerDependenciesMeta": { + "@typescript-eslint/types": { + "optional": true + } } }, "node_modules/svelte/node_modules/is-reference": { diff --git a/package.json b/package.json index a17ce17e99..2430e17d03 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "stylelint": "^17.0.0", "stylelint-config-recommended": "^18.0.0", "stylelint-config-standard": "^40.0.0", - "svelte": "^5.46.4", + "svelte": "^5.55.7", "svelte-check": "^4.3.5", "svelte-preprocess": "^6.0.3", "terser-webpack-plugin": "^5.3.16",