From 54bf5c743d5053c4448f2fcadefc10abf5b4d4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:57:42 +0000 Subject: [PATCH] build(deps-dev): bump abortcontroller-polyfill from 1.7.5 to 1.7.6 Bumps [abortcontroller-polyfill](https://github.com/mo/abortcontroller-polyfill) from 1.7.5 to 1.7.6. - [Commits](https://github.com/mo/abortcontroller-polyfill/commits) --- updated-dependencies: - dependency-name: abortcontroller-polyfill dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index cc49b2d..7bd55c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1015,7 +1015,9 @@ "dev": true }, "node_modules/abortcontroller-polyfill": { - "version": "1.7.5", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.6.tgz", + "integrity": "sha512-Zypm+LjYdWAzvuypZvDN0smUJrhOurcuBWhhMRBExqVLRvdjp3Z9mASxKyq19K+meZMshwjjy5S0lkm388zE4Q==", "dev": true, "license": "MIT" },