From c78502f8558e26cb24d58f07224579e946b48f16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:13:15 +0000 Subject: [PATCH] chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.22.4 --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37d9ab1..6b84d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "node": ">=18.19.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.13.2" + "@rollup/rollup-linux-x64-gnu": "^4.22.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2373,12 +2373,13 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.1.tgz", - "integrity": "sha512-9Q7DGjZN+hTdJomaQ3Iub4m6VPu1r94bmK2z3UeWP3dGUecRC54tmVu9vKHTm1bOt3ASoYtEz6JSRLFzrysKlA==", + "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==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -9524,6 +9525,20 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.14.1.tgz", + "integrity": "sha512-9Q7DGjZN+hTdJomaQ3Iub4m6VPu1r94bmK2z3UeWP3dGUecRC54tmVu9vKHTm1bOt3ASoYtEz6JSRLFzrysKlA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/rrweb-cssom": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", diff --git a/package.json b/package.json index aed2108..905c685 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,6 @@ "node": ">=18.19.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.13.2" + "@rollup/rollup-linux-x64-gnu": "^4.22.4" } }