diff --git a/package-lock.json b/package-lock.json index b77839f3a6..96b9b53613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "svelte": "^5.46.4", "svelte-check": "^4.3.5", "svelte-preprocess": "^6.0.3", - "terser-webpack-plugin": "^5.3.16", + "terser-webpack-plugin": "^5.5.0", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0", @@ -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": [ @@ -10364,14 +10331,6 @@ ], "license": "MIT" }, - "node_modules/randombytes": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, "node_modules/raw-body": { "version": "2.5.2", "dev": true, @@ -11772,14 +11731,6 @@ "node": ">=10" } }, - "node_modules/serialize-javascript": { - "version": "6.0.2", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, "node_modules/set-cookie-parser": { "version": "2.7.2", "dev": true, @@ -13002,14 +12953,15 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.16", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-UYhptBwhWvfIjKd/UuFo6D8uq9xpGLDK+z8EDsj/zWhrTaH34cKEbrkMKfV5YWqGBvAYA3tlzZbs2R+qYrbQJA==", "dev": true, "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "jest-worker": "^27.4.5", "schema-utils": "^4.3.0", - "serialize-javascript": "^6.0.2", "terser": "^5.31.1" }, "engines": { diff --git a/package.json b/package.json index a17ce17e99..73cdd3804c 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "svelte": "^5.46.4", "svelte-check": "^4.3.5", "svelte-preprocess": "^6.0.3", - "terser-webpack-plugin": "^5.3.16", + "terser-webpack-plugin": "^5.5.0", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "typescript-eslint": "^8.53.0",