From d65e748699282c6c82677cc80d5f4036afd31f52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Apr 2022 23:44:27 +0000 Subject: [PATCH 1/2] fix: upgrade ol from 6.9.0 to 6.13.0 Snyk has created this PR to upgrade ol from 6.9.0 to 6.13.0. See this package in npm: https://www.npmjs.com/package/ol See this project in Snyk: https://app.snyk.io/org/ahnan/project/61fe76dc-20a0-4426-a5a5-1699c7d53f2a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 998fcd2b26..2991ac8b11 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "lodash.topairs": "4.3.0", "mapbox-gl": "1.13.2", "mapv": "2.0.62", - "ol": "6.9.0", + "ol": "6.13.0", "pbf": "3.2.1", "proj4": "2.7.5", "promise-polyfill": "8.2.1", From a3644ed081cb81ef6b4a6e997a4a15ada2b747cb Mon Sep 17 00:00:00 2001 From: luoxiao-supermap Date: Wed, 22 Jun 2022 16:29:21 +0800 Subject: [PATCH 2/2] [update]ol->6.14.1 review by xiongjj --- package.json | 2 +- src/openlayers/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2991ac8b11..29133454fd 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "lodash.topairs": "4.3.0", "mapbox-gl": "1.13.2", "mapv": "2.0.62", - "ol": "6.13.0", + "ol": "6.14.1", "pbf": "3.2.1", "proj4": "2.7.5", "promise-polyfill": "8.2.1", diff --git a/src/openlayers/package.json b/src/openlayers/package.json index a04017b1cb..b468da4d02 100644 --- a/src/openlayers/package.json +++ b/src/openlayers/package.json @@ -18,7 +18,7 @@ "@turf/turf": "6.5.0", "echarts": "4.9.0", "mapv": "2.0.62", - "ol": "6.9.0", + "ol": "6.14.1", "@supermap/iclient-common": "11.0.0-alpha", "proj4": "2.7.5", "xlsx": "0.18.0",