From 391c06c124f8708a66ff9b5bd7744130f42b67e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:53:53 +0100 Subject: [PATCH] Bump abortcontroller-polyfill from 1.7.6 to 1.7.8 (#10596) Bumps [abortcontroller-polyfill](https://github.com/mo/abortcontroller-polyfill) from 1.7.6 to 1.7.8. - [Commits](https://github.com/mo/abortcontroller-polyfill/compare/v1.7.6...v1.7.8) --- 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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecbb4585a..b13125d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@tmcw/togeojson": "^6.0.0", "@turf/bbox": "^7.1.0", "@turf/bbox-clip": "^7.1.0", - "abortcontroller-polyfill": "^1.7.6", + "abortcontroller-polyfill": "^1.7.8", "aes-js": "^3.1.2", "alif-toolkit": "^1.3.0", "core-js-bundle": "^3.39.0", @@ -2061,9 +2061,10 @@ } }, "node_modules/abortcontroller-polyfill": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.6.tgz", - "integrity": "sha512-Zypm+LjYdWAzvuypZvDN0smUJrhOurcuBWhhMRBExqVLRvdjp3Z9mASxKyq19K+meZMshwjjy5S0lkm388zE4Q==" + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.8.tgz", + "integrity": "sha512-9f1iZ2uWh92VcrU9Y8x+LdM4DLj75VE0MJB8zuF1iUnroEptStw+DQ8EQPMUdfe5k+PkB1uUfDQfWbhstH8LrQ==", + "license": "MIT" }, "node_modules/acorn": { "version": "8.14.0", diff --git a/package.json b/package.json index 0da60a55b..f6a67ccb1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@tmcw/togeojson": "^6.0.0", "@turf/bbox": "^7.1.0", "@turf/bbox-clip": "^7.1.0", - "abortcontroller-polyfill": "^1.7.6", + "abortcontroller-polyfill": "^1.7.8", "aes-js": "^3.1.2", "alif-toolkit": "^1.3.0", "core-js-bundle": "^3.39.0",