From 3bda6c78ee9a5952145ce07ea7e60246f9ac4107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:01:50 +0100 Subject: [PATCH] Bump abortcontroller-polyfill from 1.7.5 to 1.7.6 (#10540) 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:production 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c42f805ae..2709b6358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tmcw/togeojson": "^5.8.1", "@turf/bbox": "^7.1.0", "@turf/bbox-clip": "^7.1.0", - "abortcontroller-polyfill": "^1.7.5", + "abortcontroller-polyfill": "^1.7.6", "aes-js": "^3.1.2", "alif-toolkit": "^1.3.0", "core-js-bundle": "^3.39.0", @@ -1962,9 +1962,9 @@ } }, "node_modules/abortcontroller-polyfill": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.5.tgz", - "integrity": "sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==" + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.6.tgz", + "integrity": "sha512-Zypm+LjYdWAzvuypZvDN0smUJrhOurcuBWhhMRBExqVLRvdjp3Z9mASxKyq19K+meZMshwjjy5S0lkm388zE4Q==" }, "node_modules/acorn": { "version": "8.14.0", diff --git a/package.json b/package.json index f75cfe3c8..62a6b2e56 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@tmcw/togeojson": "^5.8.1", "@turf/bbox": "^7.1.0", "@turf/bbox-clip": "^7.1.0", - "abortcontroller-polyfill": "^1.7.5", + "abortcontroller-polyfill": "^1.7.6", "aes-js": "^3.1.2", "alif-toolkit": "^1.3.0", "core-js-bundle": "^3.39.0",