From 9c22ae3c2a432b5d99baf437872ec99bb4cc82bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:19:39 +0000 Subject: [PATCH] fix(deps): bump @rollup/rollup-linux-x64-gnu from 4.22.5 to 4.23.0 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.22.5 to 4.23.0. - [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.22.5...v4.23.0) --- 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c9e934..1ed88a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.22.5", + "@rollup/rollup-linux-x64-gnu": "^4.23.0", "dotenv": "^16.4.5", "express": "^4.21.0", "http-status-codes": "^2.3.0" @@ -55,7 +55,7 @@ "npm": ">=9.x" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.22.5" + "@rollup/rollup-linux-x64-gnu": "^4.23.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1794,9 +1794,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.22.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.5.tgz", - "integrity": "sha512-N0jPPhHjGShcB9/XXZQWuWBKZQnC1F36Ce3sDqWpujsGjDz/CQtOL9LgTrJ+rJC8MJeesMWrMWVLKKNR/tMOCA==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.23.0.tgz", + "integrity": "sha512-I/eXsdVoCKtSgK9OwyQKPAfricWKUMNCwJKtatRYMmDo5N859tbO3UsBw5kT3dU1n6ZcM1JDzPRSGhAUkxfLxw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index a90afbe..ae97035 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,6 @@ "vitest": "^1.3.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.22.5" + "@rollup/rollup-linux-x64-gnu": "^4.23.0" } }