From 43d789ed2ad02ca6dc451e881369d6ab9baedbb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2026 05:43:55 +0000 Subject: [PATCH] fix: upgrade @rollup/rollup-linux-x64-gnu from 4.62.0 to 4.62.2 Snyk has created this PR to upgrade @rollup/rollup-linux-x64-gnu from 4.62.0 to 4.62.2. See this package in npm: @rollup/rollup-linux-x64-gnu See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/06fa8fc2-2f00-473b-82ec-1bc194e224e3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 26 +++++++++++++++++++++----- package.json | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ded0b32..2232386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,8 @@ "dependencies": { "@contentstack/delivery-sdk": "^5.2.1", "@contentstack/live-preview-utils": "^4.4.4", - "@contentstack/utils": "^1.9.1" + "@contentstack/utils": "^1.9.1", + "@rollup/rollup-linux-x64-gnu": "^4.62.2" }, "devDependencies": { "@sveltejs/adapter-node": "^5.5.4", @@ -34,7 +35,7 @@ "vite": "^7.3.5" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.0", + "@rollup/rollup-linux-x64-gnu": "^4.62.2", "@rollup/rollup-linux-x64-musl": "^4.62.0", "lightningcss-linux-x64-gnu": "1.32.0", "lightningcss-linux-x64-musl": "1.32.0" @@ -1181,12 +1182,13 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", - "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -4082,6 +4084,20 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.62.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", + "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/sade": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", diff --git a/package.json b/package.json index 44d3301..8703035 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "optionalDependencies": { "lightningcss-linux-x64-gnu": "1.32.0", "lightningcss-linux-x64-musl": "1.32.0", - "@rollup/rollup-linux-x64-gnu": "^4.62.0", + "@rollup/rollup-linux-x64-gnu": "^4.62.2", "@rollup/rollup-linux-x64-musl": "^4.62.0" } } \ No newline at end of file