From bb364181f78ef92e540411d81405b8d7545879c4 Mon Sep 17 00:00:00 2001 From: akhuoa Date: Tue, 8 Oct 2024 15:37:29 +1300 Subject: [PATCH] Update map-utilities version --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe711bb7..391bb4f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.4.1", "dependencies": { "@abi-software/gallery": "^1.1.2", - "@abi-software/map-utilities": "^1.1.1", + "@abi-software/map-utilities": "^1.1.2", "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", "algoliasearch": "^4.10.5", @@ -65,13 +65,13 @@ } }, "node_modules/@abi-software/map-utilities": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.1.1.tgz", - "integrity": "sha512-AuZdwmqdQGbqKJVESH9sY2pCbD5/EHqChe/zz443tZVPYmCJwnyyZ7cO7fm4nsLQwpFmIBqI3SuREPIa1kg54w==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.1.2.tgz", + "integrity": "sha512-NMERIqSq6pVwy7Daq+Uip8Cm1UE2KEJoquOqVXACrMoTDHV77LPbWAtawn3f7De5HK69oqLwZ+wbnFLy5aisrQ==", "dependencies": { "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", - "element-plus": "^2.7.3", + "element-plus": "2.8.4", "mitt": "^3.0.1", "vue": "^3.4.21" } diff --git a/package.json b/package.json index 246ca1be..ed218a75 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@abi-software/gallery": "^1.1.2", - "@abi-software/map-utilities": "^1.1.1", + "@abi-software/map-utilities": "^1.1.2", "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", "algoliasearch": "^4.10.5",