diff --git a/package-lock.json b/package-lock.json index a41576b4..0aa63fd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@helsenorge/core-utils": "^33.0.0", + "@rollup/rollup-linux-x64-gnu": "4.28.1", "classnames": "^2.3.2", "date-fns": "^3.6.0", "fhirpath": "3.15.1", @@ -80,7 +81,7 @@ }, "optionalDependencies": { "@ast-grep/napi-linux-x64-gnu": "0.26.2", - "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.28.1", "@swc/core-linux-x64-gnu": "^1.7.14" }, "peerDependencies": { @@ -2137,13 +2138,12 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", - "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "version": "4.28.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz", + "integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "linux" @@ -9750,20 +9750,6 @@ "node": ">= 8" } }, - "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.28.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz", - "integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, "node_modules/rrweb-cssom": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", diff --git a/package.json b/package.json index a2ec23b0..555d3b7c 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ }, "optionalDependencies": { "@ast-grep/napi-linux-x64-gnu": "0.26.2", - "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.28.1", "@swc/core-linux-x64-gnu": "^1.7.14" } }