From 562fc276692c6f8b17b88a5776185f8cff3bada7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:04:22 -0400 Subject: [PATCH] Bump the other group with 2 updates (#139) Bumps the other group with 2 updates: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `maplibre-gl` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/maplibre/maplibre-gl-js/releases) - [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v3.5.0...v3.5.1) Updates `@types/react` from 18.2.28 to 18.2.31 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: maplibre-gl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 155567d4..c7f0ae92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,14 +12,14 @@ "@deck.gl/react": "^8.9.30", "@geoarrow/deck.gl-layers": "^0.2.0", "apache-arrow": "^13.0.0", - "maplibre-gl": "^3.5.0", + "maplibre-gl": "^3.5.1", "parquet-wasm": "0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-map-gl": "^7.1.5" }, "devDependencies": { - "@types/react": "^18.2.28", + "@types/react": "^18.2.31", "esbuild": "^0.19.5", "nodemon": "^3.0.1" } @@ -834,9 +834,9 @@ "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==" }, "node_modules/@types/react": { - "version": "18.2.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.28.tgz", - "integrity": "sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==", + "version": "18.2.31", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.31.tgz", + "integrity": "sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -1466,9 +1466,9 @@ } }, "node_modules/maplibre-gl": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-3.5.0.tgz", - "integrity": "sha512-kPEBz6r1LBOZjUpFy+4wZU5Nvnkr60wBtYN/JD6N7oaA4Prpe21afYKxi1oWzSPSfspS1tWNF18GlpF2XcmNSA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-3.5.1.tgz", + "integrity": "sha512-XFpqAKjpm7Y6cV3B1MDZ3FGUCXyrfeM2QkXloKc4x2QK9/e6/BEHdVebtxXcTrwdzpQexKrMqzdYCbaobJRNrw==", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/jsonlint-lines-primitives": "^2.0.2", diff --git a/package.json b/package.json index b39abe94..b5ef6e74 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,14 @@ "@deck.gl/react": "^8.9.30", "@geoarrow/deck.gl-layers": "^0.2.0", "apache-arrow": "^13.0.0", - "maplibre-gl": "^3.5.0", + "maplibre-gl": "^3.5.1", "parquet-wasm": "0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-map-gl": "^7.1.5" }, "devDependencies": { - "@types/react": "^18.2.28", + "@types/react": "^18.2.31", "esbuild": "^0.19.5", "nodemon": "^3.0.1" },