From eafff6d32e8c40e5ba190da4de0ff9529b895319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:47:18 -0800 Subject: [PATCH] build(deps-dev): bump abortcontroller-polyfill from 1.7.5 to 1.7.6 (#548) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index ecdb1ec..dd52f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1044,7 +1044,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" },