diff --git a/package-lock.json b/package-lock.json index 65568d17..ae42ef9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@metrostar/comet-data-viz": "1.1.2", "@metrostar/comet-extras": "1.3.1", "@metrostar/comet-uswds": "2.0.2", + "@rollup/rollup-linux-x64-gnu": "4.10.0", "@tanstack/react-query": "5.18.1", "@tanstack/react-table": "8.11.7", "@uswds/uswds": "3.7.1", @@ -70,7 +71,7 @@ "vite-tsconfig-paths": "4.3.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.9.6" + "@rollup/rollup-linux-x64-gnu": "4.10.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3637,9 +3638,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.6.tgz", - "integrity": "sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.10.0.tgz", + "integrity": "sha512-w/5OpT2EnI/Xvypw4FIhV34jmNqU5PZjZue2l2Y3ty1Ootm3SqhI+AmfhlUYGBTd9JnpneZCDnt3uNOiOBkMyw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 4e8eb3b4..7f5054fd 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "vite-tsconfig-paths": "4.3.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.9.6" + "@rollup/rollup-linux-x64-gnu": "4.10.0" }, "overrides": { "xml2js": "0.6.2"