From f6888f0809f5dee216fc2c81e4c892ab9edbe4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 05:44:00 +0000 Subject: [PATCH] Bump @sparticuz/chromium from 143.0.4 to 149.0.0 in /functions Bumps [@sparticuz/chromium](https://github.com/Sparticuz/chromium) from 143.0.4 to 149.0.0. - [Release notes](https://github.com/Sparticuz/chromium/releases) - [Commits](https://github.com/Sparticuz/chromium/compare/v143.0.4...v149.0.0) --- updated-dependencies: - dependency-name: "@sparticuz/chromium" dependency-version: 149.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 19 +++++++++---------- functions/package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 04aa6790..36d6bc98 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -15,7 +15,7 @@ "@sendgrid/mail": "^8.1.6", "@simplewebauthn/server": "^13.3.1", "@simplewebauthn/types": "^12.0.0", - "@sparticuz/chromium": "^143.0.4", + "@sparticuz/chromium": "^149.0.0", "archiver": "^7.0.1", "busboy": "^1.6.0", "cologne-phonetic": "^1.1.1", @@ -2052,16 +2052,15 @@ "license": "MIT" }, "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": "149.0.0", + "resolved": "https://registry.npmjs.org/@sparticuz/chromium/-/chromium-149.0.0.tgz", + "integrity": "sha512-2NECBVKlUA9xIUXb4fT8OoGKdAJs+I2tNYscO8FwcxCKCWA7FmpPI0fdVxGJoIJglrFZYn+4YEJqChq4rdrxQg==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", - "tar-fs": "^3.1.1" + "tar-fs": "^3.1.2" }, "engines": { - "node": ">=20.11.0" + "node": "^22.17.0 || >=24.0.0" } }, "node_modules/@stablelib/base64": { @@ -7896,9 +7895,9 @@ "license": "ISC" }, "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/functions/package.json b/functions/package.json index 388cb40e..84bb8bf6 100644 --- a/functions/package.json +++ b/functions/package.json @@ -25,7 +25,7 @@ "@sendgrid/mail": "^8.1.6", "@simplewebauthn/server": "^13.3.1", "@simplewebauthn/types": "^12.0.0", - "@sparticuz/chromium": "^143.0.4", + "@sparticuz/chromium": "^149.0.0", "archiver": "^7.0.1", "busboy": "^1.6.0", "cologne-phonetic": "^1.1.1",