From a3ea1dcc7cae1a33468a474d58c88737c3768def Mon Sep 17 00:00:00 2001 From: alan-wu Date: Fri, 15 Nov 2024 11:37:11 +1300 Subject: [PATCH] Update packages. --- 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 13f96581..2a9f3cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,10 @@ "license": "Apache-2.0", "dependencies": { "@abi-software/flatmapvuer": "^1.6.0", - "@abi-software/map-side-bar": "^2.5.0", + "@abi-software/map-side-bar": "^2.5.1", "@abi-software/map-utilities": "^1.2.0", "@abi-software/plotvuer": "^1.0.3", - "@abi-software/scaffoldvuer": "^1.6.1", + "@abi-software/scaffoldvuer": "^1.6.2", "@abi-software/simulationvuer": "^1.0.1", "@abi-software/sparc-annotation": "0.3.1", "@abi-software/svg-sprite": "^1.0.1", @@ -132,9 +132,9 @@ } }, "node_modules/@abi-software/map-side-bar": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@abi-software/map-side-bar/-/map-side-bar-2.5.0.tgz", - "integrity": "sha512-UagI+zVV3H47RcY9ZkNqBfNqTwZowJu9Mmm661MbNoJbbF5HKpXOjv1RQ4erj+eGu5OakNBZuq3XT6zmTOhPRA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@abi-software/map-side-bar/-/map-side-bar-2.5.1.tgz", + "integrity": "sha512-ZPQj75Jm2ekg/PCRNrG/dVSgYpHlr80Q+R9Gwn67euYJeM6GQq2ymopUVizzhSOFUA2uzHJilj8Clmgfm5CPhQ==", "dependencies": { "@abi-software/gallery": "^1.1.2", "@abi-software/map-utilities": "^1.2.0", @@ -180,9 +180,9 @@ } }, "node_modules/@abi-software/scaffoldvuer": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@abi-software/scaffoldvuer/-/scaffoldvuer-1.6.1.tgz", - "integrity": "sha512-Q/sWC2VlFRKx3RcqGbkCx4U4S+RLlT7A35d/QrAXUoABH9/Or4b+RKFYaMHxP7VNSJHOA4ExcAywcbVNsgZMZA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@abi-software/scaffoldvuer/-/scaffoldvuer-1.6.2.tgz", + "integrity": "sha512-Z9BvbDUrD5Ts2xVg7+ayj763/OvRHvYllPV/1iUQHucPZpjz4rk87KY5NXNMKuwA1eimeBg10LiWJLD7/BAIEA==", "dependencies": { "@abi-software/map-utilities": "^1.2.0", "@abi-software/sparc-annotation": "^0.3.1", diff --git a/package.json b/package.json index dac72996..fa382152 100644 --- a/package.json +++ b/package.json @@ -51,10 +51,10 @@ ], "dependencies": { "@abi-software/flatmapvuer": "^1.6.0", - "@abi-software/map-side-bar": "^2.5.0", + "@abi-software/map-side-bar": "^2.5.1", "@abi-software/map-utilities": "^1.2.0", "@abi-software/plotvuer": "^1.0.3", - "@abi-software/scaffoldvuer": "^1.6.1", + "@abi-software/scaffoldvuer": "^1.6.2", "@abi-software/simulationvuer": "^1.0.1", "@abi-software/sparc-annotation": "0.3.1", "@abi-software/svg-sprite": "^1.0.1",