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",