diff --git a/package-lock.json b/package-lock.json index 93ad4db..52610c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@abi-software/simulationvuer", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/simulationvuer", - "version": "3.2.1", + "version": "3.2.2", "license": "Apache-2.0", "dependencies": { "@abi-software/plotvuer": "1.0.7", - "@opencor/opencor": "^0.20260612.2", + "@opencor/opencor": "^0.20260612.3", "element-plus": "2.8.4", "jsonschema": "^1.4.0", "mathjs": "^15.1.0", @@ -1734,9 +1734,9 @@ } }, "node_modules/@opencor/opencor": { - "version": "0.20260612.2", - "resolved": "https://registry.npmjs.org/@opencor/opencor/-/opencor-0.20260612.2.tgz", - "integrity": "sha512-bVuAh2xjHDfSSrlrVginKy/s63YF/xigcTb7Txd336RUGwqI1WL6m3f0sY0YVun6cxF3C7pW4PRS7NnfakCdSg==", + "version": "0.20260612.3", + "resolved": "https://registry.npmjs.org/@opencor/opencor/-/opencor-0.20260612.3.tgz", + "integrity": "sha512-zMQmdLaLLLg2aQ8LrZa9C0CPMN/otGq/cM2NOPNQzKxOHtCLl7kqu6Wv1onjZmxI8+qihFGvN41hX85DV7RZjg==", "license": "Apache-2.0", "dependencies": { "@napi-rs/keyring": "^1.2.0", diff --git a/package.json b/package.json index feb8a62..6895d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/simulationvuer", - "version": "3.2.1", + "version": "3.2.2", "private": false, "scripts": { "serve": "vite serve --host --force", @@ -21,7 +21,7 @@ }, "dependencies": { "@abi-software/plotvuer": "1.0.7", - "@opencor/opencor": "^0.20260612.2", + "@opencor/opencor": "^0.20260612.3", "element-plus": "2.8.4", "jsonschema": "^1.4.0", "mathjs": "^15.1.0",