From b7258e81f7d8190be4dc0f6aca214e995b592ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:34:46 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.14.3 to 4.16.1 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.14.3 to 4.16.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.14.3...v4.16.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca3bdb38..7501c11f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@metrostar/comet-data-viz": "1.1.4", "@metrostar/comet-extras": "1.3.4", "@metrostar/comet-uswds": "2.0.4", + "@rollup/rollup-linux-x64-gnu": "4.16.1", "@tanstack/react-query": "5.29.2", "@tanstack/react-table": "8.16.0", "@uswds/uswds": "3.8.0", @@ -70,7 +71,7 @@ "vite-tsconfig-paths": "4.3.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.14.3" + "@rollup/rollup-linux-x64-gnu": "4.16.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4150,9 +4151,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.14.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.3.tgz", - "integrity": "sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==", + "version": "4.16.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.1.tgz", + "integrity": "sha512-N2ZizKhUryqqrMfdCnjhJhZRgv61C6gK+hwVtCIKC8ts8J+go+vqENnGexwg21nHIOvLN5mBM8a7DI2vlyIOPg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 24eb0b07..9dbd7145 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "vite-tsconfig-paths": "4.3.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.14.3" + "@rollup/rollup-linux-x64-gnu": "4.16.1" }, "overrides": { "xml2js": "0.6.2"