From 7a95f8cfadd7dc1d0e8976dd2fe5d509ca01fa95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 10:35:07 +0000 Subject: [PATCH] chore(deps): bump @types/react-map-gl from 5.2.7 to 5.2.8 in /frontend Bumps [@types/react-map-gl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-map-gl) from 5.2.7 to 5.2.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-map-gl) Signed-off-by: dependabot-preview[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 37ae398..019216a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -2221,9 +2221,9 @@ "integrity": "sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==" }, "@types/mapbox-gl": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.12.3.tgz", - "integrity": "sha512-udNoJiY3P9MRp1CPPnCI7N/p+F3jJS8SQFamGEtBWI5aZTbB8vd3DuqBJONkMO7LaORrL2xCpacqhDa6puVYgQ==", + "version": "1.12.5", + "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.12.5.tgz", + "integrity": "sha512-sT0FrB+/hzC2c58uSujpotpzrBr5uc/1OX5LfQkVltnJX1TWuqCNeTLoA/vxYr09oLyFRBEdw2Yo3F+FTtVa2g==", "requires": { "@types/geojson": "*" } @@ -2271,9 +2271,9 @@ } }, "@types/react-map-gl": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/@types/react-map-gl/-/react-map-gl-5.2.7.tgz", - "integrity": "sha512-CPRrDQ4ubhdCRbpNiLnCPxxqKXcOSjS3F/mBe+I4ZlZqNF1dPpcyQ5mogrzV5yreOVVCnkGetOcUtILblIJciQ==", + "version": "5.2.8", + "resolved": "https://registry.npmjs.org/@types/react-map-gl/-/react-map-gl-5.2.8.tgz", + "integrity": "sha512-D0zIb6hzYCZ0DyIkrV/C0wxAP1S1YZb83HNNtvLFOP6q+k284WUo8cOCvOBQCzwndtK5CGBOXlqzigouU5X/7w==", "requires": { "@types/geojson": "*", "@types/mapbox-gl": "*", diff --git a/frontend/package.json b/frontend/package.json index e16c831..7226eb3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "@types/node": "^12.12.67", "@types/react": "^16.9.52", "@types/react-dom": "^16.9.8", - "@types/react-map-gl": "^5.2.7", + "@types/react-map-gl": "^5.2.8", "@types/react-router-dom": "^5.1.6", "@types/styled-components": "^5.1.4", "deck.gl": "^8.3.0",