From 411808b23a974c0c2eaa0dc2bd2e78efaad1f944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:51:58 +0000 Subject: [PATCH] Bump @sparticuz/chromium from 143.0.4 to 147.0.0 Bumps [@sparticuz/chromium](https://github.com/Sparticuz/chromium) from 143.0.4 to 147.0.0. - [Release notes](https://github.com/Sparticuz/chromium/releases) - [Commits](https://github.com/Sparticuz/chromium/compare/v143.0.4...v147.0.0) --- updated-dependencies: - dependency-name: "@sparticuz/chromium" dependency-version: 147.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf30546..bd728b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", - "@sparticuz/chromium": "^143.0.4", + "@sparticuz/chromium": "^147.0.0", "@tailwindcss/typography": "^0.5.19", "@types/jsonwebtoken": "^9.0.10", "axe-core": "^4.11.2", @@ -5383,13 +5383,13 @@ } }, "node_modules/@sparticuz/chromium": { - "version": "143.0.4", - "resolved": "https://registry.npmjs.org/@sparticuz/chromium/-/chromium-143.0.4.tgz", - "integrity": "sha512-/6I7uQTRhRDD2/gGPQ1Gkf+Dqk0RYDACPJDZfSzz0OWk4JmUTonNHPXbrn6UIklOHlnDLf8xAAzkOZKB/cJpLA==", + "version": "147.0.0", + "resolved": "https://registry.npmjs.org/@sparticuz/chromium/-/chromium-147.0.0.tgz", + "integrity": "sha512-4ZKeAQQa8up2mt675qSitztLdbQrlf8BKdC5naeap+5Mv1OV1OlJdPoU+EJC/p5sQUJUQmN4r+q5+EhaaOUHpQ==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", - "tar-fs": "^3.1.1" + "tar-fs": "^3.1.2" }, "engines": { "node": ">=20.11.0" @@ -16352,9 +16352,9 @@ } }, "node_modules/tar-fs": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", - "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.2.tgz", + "integrity": "sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw==", "license": "MIT", "dependencies": { "pump": "^3.0.0", diff --git a/package.json b/package.json index c81cf21..1d2c87a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", - "@sparticuz/chromium": "^143.0.4", + "@sparticuz/chromium": "^147.0.0", "@tailwindcss/typography": "^0.5.19", "@types/jsonwebtoken": "^9.0.10", "axe-core": "^4.11.2",