From 8e70f760534e6a2d02286499e0b637b1d23ac636 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2026 05:44:01 +0000 Subject: [PATCH] fix: upgrade @rollup/rollup-linux-x64-musl from 4.62.0 to 4.62.2 Snyk has created this PR to upgrade @rollup/rollup-linux-x64-musl from 4.62.0 to 4.62.2. See this package in npm: @rollup/rollup-linux-x64-musl 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..4b6ac1a 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-musl": "^4.62.2" }, "devDependencies": { "@sveltejs/adapter-node": "^5.5.4", @@ -35,7 +36,7 @@ }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.62.0", - "@rollup/rollup-linux-x64-musl": "^4.62.0", + "@rollup/rollup-linux-x64-musl": "^4.62.2", "lightningcss-linux-x64-gnu": "1.32.0", "lightningcss-linux-x64-musl": "1.32.0" } @@ -1193,12 +1194,13 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.0.tgz", - "integrity": "sha512-eRZevouTH2i1HeAVLqJuLnt256krQkGY0TN6WsTmsIhuzbh457HuWDMakKwmi0Cjadux983CoSr8Lim2QhUIFw==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz", + "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==", "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-musl": { + "version": "4.62.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.0.tgz", + "integrity": "sha512-eRZevouTH2i1HeAVLqJuLnt256krQkGY0TN6WsTmsIhuzbh457HuWDMakKwmi0Cjadux983CoSr8Lim2QhUIFw==", + "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..f682c14 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "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-musl": "^4.62.0" + "@rollup/rollup-linux-x64-musl": "^4.62.2" } } \ No newline at end of file