diff --git a/package-lock.json b/package-lock.json index 603b430..b4b2f19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "bpmn-js": "^17.5.0", - "bpmn-js-token-simulation": "^0.34.0", + "bpmn-js-token-simulation": "^0.34.1", "camunda-modeler-plugin-helpers": "^5.1.0", "copy-webpack-plugin": "^11.0.0", "min-dom": "^4.1.0", @@ -503,9 +503,9 @@ } }, "node_modules/bpmn-js-token-simulation": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/bpmn-js-token-simulation/-/bpmn-js-token-simulation-0.34.0.tgz", - "integrity": "sha512-uQaIdnJYxgt5nu6vhv3ZpD/n0iKtfMBHv72dmQY5DKlyGBtnmx2CHsmFUVrvL7qAkhgA/DVGi8ycZ2VFaz+cfQ==", + "version": "0.34.1", + "resolved": "https://registry.npmjs.org/bpmn-js-token-simulation/-/bpmn-js-token-simulation-0.34.1.tgz", + "integrity": "sha512-81rDnpRsW3IkUYQLi98ZT9MwXkEHl+p6OyqUFYlZAUWfHqrYjLx40pI13UpJlkPRnRyPvGSTCBUrP+yXL5haqg==", "dev": true, "dependencies": { "inherits-browser": "^0.1.0", @@ -2922,9 +2922,9 @@ } }, "bpmn-js-token-simulation": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/bpmn-js-token-simulation/-/bpmn-js-token-simulation-0.34.0.tgz", - "integrity": "sha512-uQaIdnJYxgt5nu6vhv3ZpD/n0iKtfMBHv72dmQY5DKlyGBtnmx2CHsmFUVrvL7qAkhgA/DVGi8ycZ2VFaz+cfQ==", + "version": "0.34.1", + "resolved": "https://registry.npmjs.org/bpmn-js-token-simulation/-/bpmn-js-token-simulation-0.34.1.tgz", + "integrity": "sha512-81rDnpRsW3IkUYQLi98ZT9MwXkEHl+p6OyqUFYlZAUWfHqrYjLx40pI13UpJlkPRnRyPvGSTCBUrP+yXL5haqg==", "dev": true, "requires": { "inherits-browser": "^0.1.0", diff --git a/package.json b/package.json index f393a64..e293707 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "devDependencies": { "bpmn-js": "^17.5.0", - "bpmn-js-token-simulation": "^0.34.0", + "bpmn-js-token-simulation": "^0.34.1", "camunda-modeler-plugin-helpers": "^5.1.0", "copy-webpack-plugin": "^11.0.0", "min-dom": "^4.1.0",