From cdf3e29f3a6577b6b31fa428e0b763cf41bf520c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 05:06:58 +0000 Subject: [PATCH 1/2] Bump string.fromcodepoint from 0.2.1 to 1.0.0 Bumps [string.fromcodepoint](https://github.com/mathiasbynens/String.fromCodePoint) from 0.2.1 to 1.0.0. - [Release notes](https://github.com/mathiasbynens/String.fromCodePoint/releases) - [Commits](https://github.com/mathiasbynens/String.fromCodePoint/compare/v0.2.1...v1.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8f895d13..aebdbefcb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "osm-auth": "1.0.2", "pannellum": "2.5.6", "rbush": "3.0.1", - "string.fromcodepoint": "0.2.1", + "string.fromcodepoint": "1.0.0", "which-polygon": "2.2.0" }, "devDependencies": { From d22d3bfc66600278a8d69b23936ee4966cb34476 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 5 Jun 2020 11:08:34 -0400 Subject: [PATCH 2/2] Update for string.fromcodepoint v1.0.0 API --- modules/id.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/id.js b/modules/id.js index db1d1639a..f12de28b2 100644 --- a/modules/id.js +++ b/modules/id.js @@ -1,5 +1,5 @@ import 'browser-polyfills'; -import 'string.fromcodepoint'; +import 'string.fromcodepoint/auto'; import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'; // polyfill requestIdleCallback