From bf18eec190aca739130d12fe9203089db2b4d5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:25:11 +0000 Subject: [PATCH] Bump blob-polyfill from 7.0.20220408 to 8.0.20240630 Bumps [blob-polyfill](https://github.com/bjornstar/blob-polyfill) from 7.0.20220408 to 8.0.20240630. - [Release notes](https://github.com/bjornstar/blob-polyfill/releases) - [Changelog](https://github.com/bjornstar/blob-polyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/bjornstar/blob-polyfill/compare/v7.0.20220408...v8.0.20240630) --- updated-dependencies: - dependency-name: blob-polyfill dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 566a8863..5f101268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@wordpress/eslint-plugin": "^19.0.0", "@wordpress/scripts": "^27.9.0", "@wp-now/wp-now": "^0.1.72", - "blob-polyfill": "^7.0.20220408", + "blob-polyfill": "^8.0.20240630", "eslint": "^8.57.0", "eslint-plugin-oxlint": "^0.4.0", "mini-css-extract-plugin": "^2.9.0", @@ -10618,9 +10618,9 @@ } }, "node_modules/blob-polyfill": { - "version": "7.0.20220408", - "resolved": "https://registry.npmjs.org/blob-polyfill/-/blob-polyfill-7.0.20220408.tgz", - "integrity": "sha512-oD8Ydw+5lNoqq+en24iuPt1QixdPpe/nUF8azTHnviCZYu9zUC+TwdzIp5orpblJosNlgNbVmmAb//c6d6ImUQ==", + "version": "8.0.20240630", + "resolved": "https://registry.npmjs.org/blob-polyfill/-/blob-polyfill-8.0.20240630.tgz", + "integrity": "sha512-qvaAPRhjT4l0pONN8w0pREfLcF1K1aLTXkZZ7jstT8PS9ZDIbxypL3feEHPlcElbUJrtmcNaajXbW5s+Cd0h4w==", "dev": true }, "node_modules/bluebird": { diff --git a/package.json b/package.json index 1ab98624..aaaf1c93 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@wordpress/eslint-plugin": "^19.0.0", "@wordpress/scripts": "^27.9.0", "@wp-now/wp-now": "^0.1.72", - "blob-polyfill": "^7.0.20220408", + "blob-polyfill": "^8.0.20240630", "eslint": "^8.57.0", "eslint-plugin-oxlint": "^0.4.0", "mini-css-extract-plugin": "^2.9.0",