diff --git a/app/package-lock.json b/app/package-lock.json index 91d4089..2b57c07 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -19,7 +19,7 @@ "@codemirror/state": "^6.4.0", "@codemirror/view": "^6.34.0", "@lezer/highlight": "^1.2.3", - "comline-simulator": "git+https://github.com/ComlineProject/simulator.git#feat/prepare-builds-scripted" + "comline-simulator": "git+https://github.com/ComlineProject/simulator.git#c3ac42f520a3fca82e996d4b57c1036f9b0eb947" }, "devDependencies": { "@types/node": "^20.19.43", @@ -1090,7 +1090,8 @@ }, "node_modules/comline-simulator": { "version": "0.0.0", - "resolved": "git+ssh://git@github.com/ComlineProject/simulator.git#e83b4f3d5c5f655db5fbcc947a066274e7c9c62a", + "resolved": "git+ssh://git@github.com/ComlineProject/simulator.git#c3ac42f520a3fca82e996d4b57c1036f9b0eb947", + "integrity": "sha512-Koe9z2eX4EMdhfCm14IxAWKiFhxRLsaXgGHV6FH4Hws5JUZ/aE2TaUFgRE87kFHH7g7RkW4A2WrTVC0uR86QYQ==", "license": "MPL-2.0" }, "node_modules/crelt": { diff --git a/app/package.json b/app/package.json index 5958b90..8d61170 100644 --- a/app/package.json +++ b/app/package.json @@ -11,7 +11,7 @@ "test": "tsc -p tsconfig.test.json && node --import tsx --test \"src/sim/**/*.test.ts\"" }, "dependencies": { - "comline-simulator": "git+https://github.com/ComlineProject/simulator.git#feat/prepare-builds-scripted", + "comline-simulator": "git+https://github.com/ComlineProject/simulator.git#c3ac42f520a3fca82e996d4b57c1036f9b0eb947", "@codemirror/autocomplete": "^6.18.0", "@codemirror/commands": "^6.7.0", "@codemirror/lang-javascript": "^6.2.5",