)]}'
{
  "log": [
    {
      "commit": "3da0c5e30139fb25fb8cb87c97c157a2310fac0f",
      "tree": "d8a3768c6b2fef209bbdc1d90984c4a52be2cec8",
      "parents": [
        "f44c128057704bceae570451e0f9ff143972ca17"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jul 29 13:59:44 2026 +0900"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jul 29 13:59:44 2026 +0900"
      },
      "message": "Add script to summarize log by keyword\n\nChange-Id: Ida060dd5654a56d9271fb55b85ceaab463159128\n"
    },
    {
      "commit": "f44c128057704bceae570451e0f9ff143972ca17",
      "tree": "56eeb5178bd936c0d93011f43b13bcdfe148ba66",
      "parents": [
        "5698154ead3a314a1b0d83e32e31f58346890e8a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 06 16:04:03 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jul 06 16:04:03 2026 +0200"
      },
      "message": "Fix false-positive glimpse failures by leaving glimpse on by default\n\nThe dedicated \"Can turn glimpse off\" test asserted nothing and was\ntiming out on pages with slow-loading embeds (e.g. YouTube thumbnails\non korap.dnb.de), causing false alarms. Glimpse is now left on before\nsearches by default, which also reduces server load while still\nproving the server responds with hits. Set KORAP_DISABLE_GLIMPSE\u003dtrue\nto force it off for uncapped result counts.\n\nChange-Id: Ie2719536e935ad5b7fa2f55f3f062c560e09dd8c\n"
    },
    {
      "commit": "5698154ead3a314a1b0d83e32e31f58346890e8a",
      "tree": "cd60bce75aa0acbeb3d87f0458ca308be663b5ae",
      "parents": [
        "6329cac3a774e8f3bace30e02470784d84704d1b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 16 09:09:44 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 16 09:09:44 2026 +0200"
      },
      "message": "Add timestamp, virtual corpus and actual URL to test output and notifications\n\nMake failures easier to trace at a glance:\n\n- Log a \"Run started \u003cISO time\u003e on \u003curl\u003e (virtual corpus: ...)\" line at startup.\n- Include the configured KORAP_VC in the has-hits test titles, so it shows in\n  both the console output and the Slack/Nextcloud Talk notifications.\n- Prefix Slack/Nextcloud Talk notifications with an ISO timestamp and echo the\n  result to the console log.\n- Report the actual page URL (the full search results URL with query and cq)\n  in the console log, the Nextcloud Talk message and the Slack URL field, so a\n  failing search can be reproduced immediately. Falls back to the instance URL\n  for tests that never navigated.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\nChange-Id: I6e372e12db7fe5fdc6f6987b1fc3c46981c333a0\n"
    },
    {
      "commit": "6329cac3a774e8f3bace30e02470784d84704d1b",
      "tree": "2fc34b8664087a84af2cce0379028724d363ade7",
      "parents": [
        "92e78fce7d4fd16c2eef28f88343dc8a524b7287"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 15 16:39:55 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jun 15 16:39:55 2026 +0200"
      },
      "message": "Fix false-positive search failures: real timeout + logged-in searches\n\nThe \"has hits\" searches produced false-positive failures in two ways:\n\n- search() relied on Puppeteer\u0027s default 30s navigation timeout, which is\n  independent of KORAP_SEARCH_TIMEOUT, so complex queries on very large\n  corpora timed out at 30s even when the timeout was raised. The caller\n  timeout now flows into waitForNavigation and waitForFunction.\n\n- \"Logout works\" ran before the searches: Mocha executes a suite\u0027s direct\n  it() tests before its nested describe() suites, so the top-level logout\n  test fired first and logged us out, leaving the searches to query the\n  (tiny) public corpus and report 0 hits. Logout is now wrapped in its own\n  suite declared after the searches, so it runs last; the searches\u0027 before\n  hook also asserts a required login actually succeeded.\n\nAdd an optional KORAP_VC env var to restrict the searches to a virtual\ncorpus (passed as cq), keeping complex queries fast enough to finish within\nthe timeout.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\nChange-Id: If72a0b9c36700ca1a546acfd4850ee447d586a38\n"
    },
    {
      "commit": "92e78fce7d4fd16c2eef28f88343dc8a524b7287",
      "tree": "820fdd877f0f7ceef63833b0971f227dee17aeba",
      "parents": [
        "f007969b37d332b0ccc2bbb5d0ac23275837db62"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 14 20:38:50 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 14 20:38:50 2026 +0200"
      },
      "message": "Reliably embed failure screenshots in Nextcloud Talk\n\nScreenshots often fell back to \"too large to embed\" text instead of the\nactual proof image. A single fixed 800px PNG encode exceeds Nextcloud\nTalk\u0027s 32000-char message limit once base64-expanded (~74KB).\n\nEncode as JPEG (much smaller for UI screenshots) and step the width down\nthrough a list of candidates until the embedded message fits, keeping the\nlargest size that does. Typical search-failure screenshots now embed at\nfull 800px width; even a 336KB screenshot embeds at 520px.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\nChange-Id: I32a71646c3e6c57a18e1230080c53abf952b3dd7\n"
    },
    {
      "commit": "f007969b37d332b0ccc2bbb5d0ac23275837db62",
      "tree": "5b3e8820a6cb71615db4b52672a38980f1516df1",
      "parents": [
        "96aa415e1f9d7762dbeb2accd8da14ed2878a6eb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 14 20:25:54 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Jun 14 20:31:09 2026 +0200"
      },
      "message": "Fix false-positive failures in \"has hits\" search tests\n\nThe search tests sometimes reported failure (and fired notifications) even\nthough the result page showed matches. Two changes:\n\n- The per-search mocha timeout was a hard 20s, shorter than search()\u0027s own\n  internal waits, so a slow total-count computation could trip it before the\n  count was read. The timeout is now configurable via KORAP_SEARCH_TIMEOUT\n  (default 60s).\n\n- search() no longer relies on a fixed 2s sleep. It waits until the result\n  page has settled -- the total is shown, matches are listed, or a \"no\n  matches\" message appears -- and reads the outcome immediately.\n\nNote this slightly relaxes what \"has hits\" verifies: when glimpse/cutoff is\non, Kalamar lists matches without computing a total, so the test now accepts\nthe presence of listed matches as proof of hits rather than requiring a\ncounted total. This keeps the check stable across glimpse states; when\nglimpse is off the exact total is still read and asserted.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\nChange-Id: I92f2004ba668722939e3a70e3ab8aa7eae698b4d\n"
    },
    {
      "commit": "96aa415e1f9d7762dbeb2accd8da14ed2878a6eb",
      "tree": "4fd604aa957663ba244f747be2d6cc2f3f0922cb",
      "parents": [
        "ed513cd56446ee38e99df7d0cb73f606cc2dba81"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 12 17:20:32 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 12 17:22:32 2026 +0200"
      },
      "message": "Fix login and logout flows for newer Kalamar versions\n\nChange-Id: If7d15f1ada102f7201b97c76f277f2a1db41afb9\n"
    },
    {
      "commit": "ed513cd56446ee38e99df7d0cb73f606cc2dba81",
      "tree": "b8d342c4e65b75eec184a6eed52a460db06ebbae",
      "parents": [
        "dde5062b2a294fe2adb6d697d0c19807246e6a13"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 04 14:23:22 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 11 16:24:03 2026 +0200"
      },
      "message": "Bump axios from 1.13.6 to 1.17.0\n\nBumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.17.0.\n- [Release notes](https://github.com/axios/axios/releases)\n- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)\n- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: axios\n  dependency-version: 1.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #154\n\nChange-Id: Id56089fa4b4198e9ac7e323b11edcd18a48d6dc6\n"
    },
    {
      "commit": "dde5062b2a294fe2adb6d697d0c19807246e6a13",
      "tree": "c9cfe0e9ee46497e15d53508081626e7576f9b24",
      "parents": [
        "587ccb7fc2ec377e0ea475589bfe4fa0391cc965"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 04 14:23:29 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 11 16:24:03 2026 +0200"
      },
      "message": "Bump mocha from 11.7.5 to 11.7.6\n\nBumps [mocha](https://github.com/mochajs/mocha) from 11.7.5 to 11.7.6.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.7.6)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.7.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #155\n\nChange-Id: I6b09944fa38d0106e9f5b890812123bdb7ac88ae\n"
    },
    {
      "commit": "587ccb7fc2ec377e0ea475589bfe4fa0391cc965",
      "tree": "9d31e995e743946aa4e83d14d412b51001949c03",
      "parents": [
        "b4d62a86939dd8fdfe633a668716a2cd93ac3945"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 11 14:23:02 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 11 16:24:03 2026 +0200"
      },
      "message": "Bump sharp from 0.34.5 to 0.35.0\n\nBumps [sharp](https://github.com/lovell/sharp) from 0.34.5 to 0.35.0.\n- [Release notes](https://github.com/lovell/sharp/releases)\n- [Commits](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.0)\n\n---\nupdated-dependencies:\n- dependency-name: sharp\n  dependency-version: 0.35.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #156\n\nChange-Id: I11534592ba58873c7b03ad577d31c7aa5c265f1b\n"
    },
    {
      "commit": "b4d62a86939dd8fdfe633a668716a2cd93ac3945",
      "tree": "593d5fa6419fe848354cdd5821e09da3464b1283",
      "parents": [
        "7271b9aa69daeddbf33eac643f0007fc85c30b78"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 04 14:52:28 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 04 14:52:28 2026 +0200"
      },
      "message": "feat: implement failure notifications via Nextcloud Talk for browser initialization errors\n\nChange-Id: I0ba46441f0f9df5fc2908ee8563c19da53b54dde\n"
    },
    {
      "commit": "7271b9aa69daeddbf33eac643f0007fc85c30b78",
      "tree": "de75d565a7bdbb811b5ad016f6d482c4ea248877",
      "parents": [
        "0462c7d305217710656363f4b1a84a10a5974f90"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 04 14:48:55 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 04 14:48:55 2026 +0200"
      },
      "message": "Update dependencies\n\nChange-Id: I3eeb412d7bb4ffbc593f7dbaea3d675926c7cd23\n"
    },
    {
      "commit": "0462c7d305217710656363f4b1a84a10a5974f90",
      "tree": "ecbbe8fb6631835851a8a708e60aa19858f79ddb",
      "parents": [
        "819a52d1626e2b453f11e379b3d9b7654696c9e3"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 21 10:10:00 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 21 10:10:00 2026 +0100"
      },
      "message": "Fix broken glimpse button compatibility\n\ndac5f133b17d2d948d1320fd30c2ee2e798789be broke the E2E tests by removing\nthe glimpse id and making it a class instead.\n\nThis change makes both versions work and also foresees that \"cutoff\"\nmight disappear at some point.\n\nChange-Id: Iea3251a466500e30e88e5e78bed35e6bb00dd602\n"
    },
    {
      "commit": "819a52d1626e2b453f11e379b3d9b7654696c9e3",
      "tree": "597c5df7892ddbd17564210e907a86fdbf097780",
      "parents": [
        "541f6b260665078fce057ef3d664cee90f0b6e67"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 21 09:41:28 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 21 09:41:28 2026 +0100"
      },
      "message": "Add KORAP_HEADLESS env variable\n\nChange-Id: Ic686328636e97291647dcc7d9683a7c3fe2d42fe\n"
    },
    {
      "commit": "541f6b260665078fce057ef3d664cee90f0b6e67",
      "tree": "d6203bef0745846566454fb1da9245ddce9529e0",
      "parents": [
        "a67ab8ea56f7a80107914007b7098aa52df75aca"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 13 14:23:15 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 21 09:20:07 2026 +0100"
      },
      "message": "Bump @slack/web-api from 7.13.0 to 7.15.0\n\nBumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.13.0 to 7.15.0.\n- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)\n- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.13.0...@slack/web-api@7.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@slack/web-api\"\n  dependency-version: 7.15.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #141\n\nChange-Id: I48d8059201a2ce2c9dff5ad23cfb8a4acd01a975\n"
    },
    {
      "commit": "a67ab8ea56f7a80107914007b7098aa52df75aca",
      "tree": "3d8634faf476a9e61922444ac394550920079a7a",
      "parents": [
        "bbe6de0feb82b41e3000cf797ef0359af838ce17"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Mar 19 14:23:39 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Mar 21 09:20:07 2026 +0100"
      },
      "message": "Bump puppeteer from 24.36.1 to 24.40.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.36.1 to 24.40.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.36.1...puppeteer-v24.40.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.40.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #143\n\nChange-Id: Ic0c9be830c9e5e95f51889dbb8e61c401a411e85\n"
    },
    {
      "commit": "bbe6de0feb82b41e3000cf797ef0359af838ce17",
      "tree": "0c83d4c558aec3580c5faeed3291a56f15b4fdd4",
      "parents": [
        "a10add3301aef83ba2eb7201a1fd465524539ba8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 04 09:39:48 2026 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 04 09:39:48 2026 +0100"
      },
      "message": "New env switch NOTIFY_ON_SUCCESS to reverse notification logic\n\nChange-Id: Ib236bf91f0ac43abfc2da720783a01dd86635c06\n"
    },
    {
      "commit": "a10add3301aef83ba2eb7201a1fd465524539ba8",
      "tree": "0fe6b91bcd1c99883c97be6e19183d1ce062294c",
      "parents": [
        "d130738425915ba3dc66038eaedde74745353dc5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Dec 23 14:05:54 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 04 09:25:37 2026 +0100"
      },
      "message": "Bump chai from 6.2.1 to 6.2.2\n\nBumps [chai](https://github.com/chaijs/chai) from 6.2.1 to 6.2.2.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v6.2.1...v6.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 6.2.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #124\n\nChange-Id: I5a5605b5ab3650df2fa4069cf6cf09b190b300c1\n"
    },
    {
      "commit": "d130738425915ba3dc66038eaedde74745353dc5",
      "tree": "f1740fdbdb5f6798cd84cbe811123a6c3440b204",
      "parents": [
        "b937d4e626fc5331dff04c12ec2db57aa597eb91"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 28 14:23:20 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 04 09:25:37 2026 +0100"
      },
      "message": "Bump puppeteer from 24.35.0 to 24.36.1\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.35.0 to 24.36.1.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.35.0...puppeteer-v24.36.1)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.36.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #129\n\nChange-Id: Iec3e811babaacac064ec785527bb84efbc666337\n"
    },
    {
      "commit": "b937d4e626fc5331dff04c12ec2db57aa597eb91",
      "tree": "11b3bbf4719f0ac27f1d116a441dcca50e75193b",
      "parents": [
        "3346dd1cdcbaf779f6928e694d908162b6ded70f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 08 14:06:41 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jan 12 19:48:15 2026 +0100"
      },
      "message": "Bump sharp from 0.33.5 to 0.34.5\n\nBumps [sharp](https://github.com/lovell/sharp) from 0.33.5 to 0.34.5.\n- [Release notes](https://github.com/lovell/sharp/releases)\n- [Commits](https://github.com/lovell/sharp/compare/v0.33.5...v0.34.5)\n\n---\nupdated-dependencies:\n- dependency-name: sharp\n  dependency-version: 0.34.5\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #120\n\nChange-Id: Ib93788adf95d39745c67f332bbb2d6753c8648f0\n"
    },
    {
      "commit": "3346dd1cdcbaf779f6928e694d908162b6ded70f",
      "tree": "d54cd4428fdf1a3bbb8d5cceb632e3334489a72f",
      "parents": [
        "13d7e3da58c315e37ccb4eb118ca6df07c30c4e6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 12 18:09:34 2026 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Jan 12 19:48:15 2026 +0100"
      },
      "message": "Bump puppeteer from 24.32.0 to 24.35.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.32.0 to 24.35.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.32.0...puppeteer-v24.35.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.35.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #125\n\nChange-Id: Ic56a0508eb5b5c65ebb89e5276cdb63b0b7b3875\n"
    },
    {
      "commit": "13d7e3da58c315e37ccb4eb118ca6df07c30c4e6",
      "tree": "043e4c01d5a0245080c59e6b2d51fac2449cc086",
      "parents": [
        "e627ad66a1887833522672c7f05da2d1b98f8df0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Dec 04 14:15:38 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:48:44 2025 +0100"
      },
      "message": "Bump mocha from 11.7.4 to 11.7.5\n\nBumps [mocha](https://github.com/mochajs/mocha) from 11.7.4 to 11.7.5.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.7.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #110\n\nChange-Id: I7cb75a6588c4aa569f6bed296a2e3e4767da23dc\n"
    },
    {
      "commit": "e627ad66a1887833522672c7f05da2d1b98f8df0",
      "tree": "cf85aefa0a722548e6fce676e84123b8f3688cfe",
      "parents": [
        "f959b0e581563f34ab2b081bc41823fc15c5f542"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Dec 06 10:24:53 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:48:44 2025 +0100"
      },
      "message": "Bump chai from 6.2.0 to 6.2.1\n\nBumps [chai](https://github.com/chaijs/chai) from 6.2.0 to 6.2.1.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v6.2.0...v6.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 6.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #112\n\nChange-Id: Icb58cf5e0a55932ed0328a13b156a6392d2ed149\n"
    },
    {
      "commit": "f959b0e581563f34ab2b081bc41823fc15c5f542",
      "tree": "734006cc137e998f0d624546da6076030f27969f",
      "parents": [
        "c8b9894bef4c9a1d957191feeef4ce3a350024ab"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Dec 06 10:24:59 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:48:44 2025 +0100"
      },
      "message": "Bump @slack/web-api from 7.12.0 to 7.13.0\n\nBumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.12.0 to 7.13.0.\n- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)\n- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.12.0...@slack/web-api@7.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@slack/web-api\"\n  dependency-version: 7.13.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #115\n\nChange-Id: I02f0c3ffabbb752f755860daa1cc69f892cc04ac\n"
    },
    {
      "commit": "c8b9894bef4c9a1d957191feeef4ce3a350024ab",
      "tree": "fcb576114c8a256067d921c268f126d0c70345e3",
      "parents": [
        "7c205043ad36182778746d07e46e67ce2d67a9ff"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:46:52 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:48:14 2025 +0100"
      },
      "message": "Bump glob to v10.5.0\n\nChange-Id: I3c59524c2c307838e4909eb6ed1f9df2d5383063\n"
    },
    {
      "commit": "7c205043ad36182778746d07e46e67ce2d67a9ff",
      "tree": "4a95e1a833a17663b5345917315ca669b163e011",
      "parents": [
        "2f17a764c88a63737102955aee49f0ca77b36171"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:46:29 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:48:14 2025 +0100"
      },
      "message": "Bump js-yaml to v4.1.1\n\nChange-Id: I60001420f433d81c2a9ed1f9fac1c52f4e7b48ce\n"
    },
    {
      "commit": "2f17a764c88a63737102955aee49f0ca77b36171",
      "tree": "ceae1fcb7605d1d49f7b2e3aa8543aeb1f120724",
      "parents": [
        "65dea514a9f467906c91bbe4a7b0bead731a0390"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:45:49 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Dec 06 11:48:05 2025 +0100"
      },
      "message": "Extract NC talk functions from tests to library\n\nChange-Id: I789a893d073a00025ec4bb65311bb893b58b1a06\n"
    },
    {
      "commit": "65dea514a9f467906c91bbe4a7b0bead731a0390",
      "tree": "6427ec9f5d55563d5e01d6a005f21cf4474d2960",
      "parents": [
        "d0ee97e07af3d29b498592c8fec5fec553b85210"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 04 17:55:57 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 04 17:55:57 2025 +0100"
      },
      "message": "Try to send also the screenshots to NC Talk\n\nChange-Id: I6295d2b4d5cc44b6a1fdda7b97081fb3ce4826f5\n"
    },
    {
      "commit": "d0ee97e07af3d29b498592c8fec5fec553b85210",
      "tree": "f4bdd641a21fdd508f236d1ae5f31220cb3137ee",
      "parents": [
        "624715849f664c2ec82f6aa05e0181f10b0bf9d7"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 04 15:46:14 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 04 15:46:14 2025 +0100"
      },
      "message": "Send E2E test failures to NC Talk conversion if credentials provided\n\nChange-Id: Ibe20bdb7e57eac536a2e7e7fe12fb2a5df4ed736\n"
    },
    {
      "commit": "624715849f664c2ec82f6aa05e0181f10b0bf9d7",
      "tree": "88049992ac4413e151dbe7b13af2dc53de6c0dda",
      "parents": [
        "4edd5ab773dc5e9f7f387304a09c5a7b31011b74"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 03 14:06:43 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 04 15:03:41 2025 +0100"
      },
      "message": "Bump puppeteer from 24.30.0 to 24.32.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.30.0 to 24.32.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.30.0...puppeteer-v24.32.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.32.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #117\n\nChange-Id: Ibd21b29555029527c9210f51c975c41704f6d20f\n"
    },
    {
      "commit": "4edd5ab773dc5e9f7f387304a09c5a7b31011b74",
      "tree": "fb194191fdc6242be2a67370153db20a54913f86",
      "parents": [
        "68e99b203c60f280d76d7b7d3a8ccac785af3da1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 27 15:20:06 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 27 14:28:40 2025 +0100"
      },
      "message": "Bump @slack/web-api from 7.10.0 to 7.12.0\n\nBumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.10.0 to 7.12.0.\n- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)\n- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.10.0...@slack/web-api@7.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@slack/web-api\"\n  dependency-version: 7.12.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #106\n\nChange-Id: I67d9534c863fe57fbf2a4faa0183137dc23c4b0c\n"
    },
    {
      "commit": "68e99b203c60f280d76d7b7d3a8ccac785af3da1",
      "tree": "4c4032eb22959a28b4df185c2af97e0395cc673c",
      "parents": [
        "e44c2a9d7e87ee0b1bcf546696f6031de15d869c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Nov 13 14:06:23 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 27 14:28:40 2025 +0100"
      },
      "message": "Bump puppeteer from 24.23.0 to 24.30.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.23.0 to 24.30.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.23.0...puppeteer-v24.30.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.30.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #113\n\nChange-Id: Ie71d616830c1b007e019de01743cd2fd1d420307\n"
    },
    {
      "commit": "e44c2a9d7e87ee0b1bcf546696f6031de15d869c",
      "tree": "23a84ff512969de6ed352474a4d554c780ea9342",
      "parents": [
        "f93849e8df351d1a0ff7b8106a285a9cf7ff43a2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 17 14:09:54 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 27 14:28:40 2025 +0100"
      },
      "message": "Bump form-data from 4.0.4 to 4.0.5\n\nBumps [form-data](https://github.com/form-data/form-data) from 4.0.4 to 4.0.5.\n- [Release notes](https://github.com/form-data/form-data/releases)\n- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/form-data/form-data/compare/v4.0.4...v4.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: form-data\n  dependency-version: 4.0.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #114\n\nChange-Id: I124c1198501c182f176af40fa02df764491fe4f2\n"
    },
    {
      "commit": "f93849e8df351d1a0ff7b8106a285a9cf7ff43a2",
      "tree": "01d0a835cd8c7e75fb25876fb9aeae2decc113ff",
      "parents": [
        "db80f4b1d6811c840017bf8dce8dd8cb35c91700"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 02 14:05:26 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Oct 02 16:24:16 2025 +0200"
      },
      "message": "Bump puppeteer from 24.22.3 to 24.23.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.22.3 to 24.23.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.22.3...puppeteer-v24.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.23.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #98\n\nChange-Id: Ica0599099bcb953b74e651c805ec7d604b1b88bc\n"
    },
    {
      "commit": "db80f4b1d6811c840017bf8dce8dd8cb35c91700",
      "tree": "a551734bb171b3e6d7bf8dc78a75833c3764e3f6",
      "parents": [
        "61983f946cb894ee580630b7d234b239800bc36f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 02 14:05:34 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Oct 02 16:24:16 2025 +0200"
      },
      "message": "Bump mocha from 11.7.2 to 11.7.4\n\nBumps [mocha](https://github.com/mochajs/mocha) from 11.7.2 to 11.7.4.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v11.7.2...v11.7.4)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.7.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #99\n\nChange-Id: I66956f8bf9629762784c77bf94bd866c99e01593\n"
    },
    {
      "commit": "61983f946cb894ee580630b7d234b239800bc36f",
      "tree": "875f8ef48ed2985b93314fc306f23df9f9e06a8a",
      "parents": [
        "d5ee859795fa0567811836eac964dc75a5240c61"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 30 07:04:17 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 30 09:05:59 2025 +0200"
      },
      "message": "Bump axios from 1.11.0 to 1.12.2\n\nBumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.2.\n- [Release notes](https://github.com/axios/axios/releases)\n- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)\n- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.2)\n\n---\nupdated-dependencies:\n- dependency-name: axios\n  dependency-version: 1.12.2\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #96\n\nChange-Id: I6de29c3b60631322e7bf8efc20ddb9f44b5041ba\n"
    },
    {
      "commit": "d5ee859795fa0567811836eac964dc75a5240c61",
      "tree": "634a7d9232dd4cf106f6680d7f39e8be2b4b593f",
      "parents": [
        "10e5b53ea747ca6529ac35b19802bf42af3db8e7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 25 14:21:16 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 30 09:00:31 2025 +0200"
      },
      "message": "Bump puppeteer from 24.22.2 to 24.22.3\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.22.2 to 24.22.3.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.22.2...puppeteer-v24.22.3)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.22.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #94\n\nChange-Id: I393d19d3fcab5bc6cb30d738b8ad6f997c21aac6\n"
    },
    {
      "commit": "10e5b53ea747ca6529ac35b19802bf42af3db8e7",
      "tree": "c77cf592dc48e881acbfe3452bef03c85c4eb5a2",
      "parents": [
        "e82418f48f8effc1f7840c4fd42314e0ccc87807"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 30 00:59:48 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 30 09:00:31 2025 +0200"
      },
      "message": "Bump chai from 6.0.1 to 6.2.0\n\nBumps [chai](https://github.com/chaijs/chai) from 6.0.1 to 6.2.0.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v6.0.1...v6.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 6.2.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #95\n\nChange-Id: Ib1ddfbb998f7e40f7bb76f5d93fe9523dc16f79c\n"
    },
    {
      "commit": "e82418f48f8effc1f7840c4fd42314e0ccc87807",
      "tree": "3b438cffa6c18c61698bc5ad22f79695418ddb75",
      "parents": [
        "d6762c03d97d6c872c3c0791a47e6c76e89b446c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 25 07:15:05 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 25 09:19:12 2025 +0200"
      },
      "message": "Bump tar-fs from 3.1.0 to 3.1.1 [CVE-2025-59343]\n\nBumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.1.0 to 3.1.1.\n- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.1.0...v3.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: tar-fs\n  dependency-version: 3.1.1\n  dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #93\n\nChange-Id: I052fbb86d473075654b4a1668d9cdda2ee64aeb8\n\nChange-Id: Ibdd156fe0bb6f3050a5a88a1388e7ad62bbf730f\n"
    },
    {
      "commit": "d6762c03d97d6c872c3c0791a47e6c76e89b446c",
      "tree": "6ceec8b7a66eb203cb2e176562e97d917130d54f",
      "parents": [
        "cb1e86f180c00c673ce3985eef10aecf7f2794fa"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 24 14:06:40 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 24 16:14:00 2025 +0200"
      },
      "message": "Bump puppeteer from 24.18.0 to 24.22.2\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.18.0 to 24.22.2.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.18.0...puppeteer-v24.22.2)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.22.2\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #92\n\nChange-Id: I426759331763d98007811066f29d52783df3ecca\n"
    },
    {
      "commit": "cb1e86f180c00c673ce3985eef10aecf7f2794fa",
      "tree": "1666913571f1ca6d95c906574bcffece42e100e4",
      "parents": [
        "d48932b0c6034f78d1870726a547ba012ca0d7e0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 29 15:28:30 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 03 16:00:56 2025 +0200"
      },
      "message": "Bump chai from 5.2.1 to 6.0.1\n\nBumps [chai](https://github.com/chaijs/chai) from 5.2.1 to 6.0.1.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v5.2.1...v6.0.1)\n\nChange-Id: I405d9b8e9887221efc1960d862d8e0844cda6ab9\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 6.0.1\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #83\n\nChange-Id: Ib0f6d5493abdff576fe3b18246558c1332701553\n"
    },
    {
      "commit": "d48932b0c6034f78d1870726a547ba012ca0d7e0",
      "tree": "2e63cb2551c250df741bc592723c43a50632b63a",
      "parents": [
        "4d087f826fd761fcda4a617f872c53e9351fa355"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 03 09:16:56 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 03 16:00:48 2025 +0200"
      },
      "message": "Bump mocha from 11.7.1 to 11.7.2\n\nBumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.2.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v11.7.1...v11.7.2)\n\nChange-Id: Ibc39cbcc8bbd33e34a59425ea0886c6994d5fb4a\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.7.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #85\n\nChange-Id: I201a884408cafdb7d6bf8185671abe5f29b04b10\n"
    },
    {
      "commit": "4d087f826fd761fcda4a617f872c53e9351fa355",
      "tree": "f42dc7cc2ff5c83fa0026c8d932805cbe7225fdf",
      "parents": [
        "6300b6526c8a63bdf2037239aed9b02548ed6364"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 03 13:31:32 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 03 16:00:26 2025 +0200"
      },
      "message": "Bump puppeteer from 24.17.1 to 24.18.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.17.1 to 24.18.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.17.1...puppeteer-v24.18.0)\n\nChange-Id: Ifaa3a2f0d11574487d1d1113ccbcd9778d5cec69\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.18.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #86\n\nChange-Id: Ia2df0d0cb9988c51459e0e425080081d0add3990\n"
    },
    {
      "commit": "6300b6526c8a63bdf2037239aed9b02548ed6364",
      "tree": "21160e44bf13dc0dca53e861fab6d2d69e14e7b7",
      "parents": [
        "4d98f88674ec99a06e14ae3f5dc58bfaf802bbe8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 29 15:22:42 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 29 17:26:45 2025 +0200"
      },
      "message": "Bump puppeteer from 24.14.0 to 24.17.1\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.14.0 to 24.17.1.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.14.0...puppeteer-v24.17.1)\n\nChange-Id: I2b4696da6065869133fc5ec5814a69f1a85c40dd\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.17.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #84\n\nChange-Id: I02e03100a4a1d4d99066328254acd2ea556a7e13\n"
    },
    {
      "commit": "4d98f88674ec99a06e14ae3f5dc58bfaf802bbe8",
      "tree": "20169dd264f9c633dcd56963367c08eea24fe276",
      "parents": [
        "2dda18260e09dd956782dcbe7313d8a59350a8e6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 29 15:24:56 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 29 17:26:32 2025 +0200"
      },
      "message": "Bump @slack/web-api from 7.9.3 to 7.10.0\n\nBumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 7.9.3 to 7.10.0.\n- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)\n- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.9.3...@slack/web-api@7.10.0)\n\nChange-Id: Ia6363e858018078f67348ee547c38744c72ad32b\n\n---\nupdated-dependencies:\n- dependency-name: \"@slack/web-api\"\n  dependency-version: 7.10.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #81\n\nChange-Id: I2ac14145d15328ff568daa0de827d99453692b72\n"
    },
    {
      "commit": "2dda18260e09dd956782dcbe7313d8a59350a8e6",
      "tree": "14bc5fbcaf30b61682b92d57b1100c14062d44bc",
      "parents": [
        "0e3eb84abf6805423b37b182a698f5c06f58741d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 21 14:58:42 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 26 10:52:22 2025 +0200"
      },
      "message": "Bump puppeteer from 24.14.0 to 24.17.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.14.0 to 24.17.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.14.0...puppeteer-v24.17.0)\n\nChange-Id: I3e5ceb771edd17320f0e9a148b9ee648e3755ffb\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.17.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #80\n\nChange-Id: Ia5e81d51ac38d50c49189d1c88afe2dc882e4145\n"
    },
    {
      "commit": "0e3eb84abf6805423b37b182a698f5c06f58741d",
      "tree": "69d124d32c4bd8aa09bc1e6901b60b827437ec23",
      "parents": [
        "3b366de1797c3d43b2deaade15db3db57a1135ae"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 22 14:51:25 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 26 10:49:56 2025 +0200"
      },
      "message": "Bump chai from 5.2.1 to 6.0.0\n\nBumps [chai](https://github.com/chaijs/chai) from 5.2.1 to 6.0.0.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v5.2.1...v6.0.0)\n\nChange-Id: I3e23b56847c443c976d0ae6acb88e0db6cd40a36\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 6.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #82\n\nChange-Id: Icc76e7577710e91600e092c8e9e45e905151b287\n"
    },
    {
      "commit": "3b366de1797c3d43b2deaade15db3db57a1135ae",
      "tree": "5a6640ad8cad06bda68d6dbf4d185928f19cfed4",
      "parents": [
        "736175a12258d804d6f3bac059af2c8e66d11eec"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 17 14:35:36 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 17 16:47:59 2025 +0200"
      },
      "message": "Bump form-data from 4.0.3 to 4.0.4\n\nChange-Id: If0c77e4dba0ae3a5ba187d169204b7bb51c8217a\n\n---\nupdated-dependencies:\n- dependency-name: form-data\n  dependency-version: 4.0.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #73\n\nChange-Id: Ib529934ad821808403108c18000649601e1861a7\n"
    },
    {
      "commit": "736175a12258d804d6f3bac059af2c8e66d11eec",
      "tree": "d2e7575045a47697241276dd2898d89aed054382",
      "parents": [
        "a0f881963a19b829e38c7e11b19f4ebfdb896737"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 17 14:35:43 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 17 16:47:47 2025 +0200"
      },
      "message": "Bump puppeteer from 24.12.1 to 24.14.0\n\nChange-Id: Ifb3333038ffae5c71689f8d0101c73588c7f47e0\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.14.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #74\n\nChange-Id: Ib3c1f1e826a36ee3a2cd1679a9db46ef0d096651\n"
    },
    {
      "commit": "a0f881963a19b829e38c7e11b19f4ebfdb896737",
      "tree": "9e3a9b805efef9b2edd961a37ec928798ec82a4f",
      "parents": [
        "77b7049bde69b132d8a6a9b02eda90ef2c77a2b7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 09 14:34:49 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 12 17:03:58 2025 +0200"
      },
      "message": "Bump puppeteer from 24.11.0 to 24.12.1\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.11.0 to 24.12.1.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.11.0...puppeteer-v24.12.1)\n\nChange-Id: I6b955b0a6a5227ac42f43fcc9a1005e7d43a27e2\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.12.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #70\n\nChange-Id: Id6d00c702ef41acfdedfb95063822cf3ed82c501\n"
    },
    {
      "commit": "77b7049bde69b132d8a6a9b02eda90ef2c77a2b7",
      "tree": "45ac94dcb37983ced6060f6aeb0de039d502fe78",
      "parents": [
        "669c043431778bac52757e8e582e1cb9e45d13bb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 09 14:34:54 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 12 17:03:49 2025 +0200"
      },
      "message": "Bump chai from 5.2.0 to 5.2.1\n\nBumps [chai](https://github.com/chaijs/chai) from 5.2.0 to 5.2.1.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v5.2.0...v5.2.1)\n\nChange-Id: Ia3a0329d59e3d2d3a61191a674babec3d34ab241\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 5.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #71\n\nChange-Id: I709766d6be5746d598fb7c77143d194efd0da6cd\n"
    },
    {
      "commit": "669c043431778bac52757e8e582e1cb9e45d13bb",
      "tree": "bf6c884a616672d23a81b62f0cd9d2f952e4693f",
      "parents": [
        "e8e7d317bbe65254ab0c3c5068be73e5deffecf0"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 12 12:33:42 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 12 15:38:01 2025 +0200"
      },
      "message": "Add debug logging for token count test\n\nChange-Id: I7702d270880ee61f4a0deb01a9b7589bb1017c44\n"
    },
    {
      "commit": "e8e7d317bbe65254ab0c3c5068be73e5deffecf0",
      "tree": "4ea2e7b1f9936828fecc752506ded2766610a177",
      "parents": [
        "93d7f7096806b6c78342e573993e4ac816528a64"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 27 14:34:13 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 27 17:06:27 2025 +0200"
      },
      "message": "Bump puppeteer from 24.10.2 to 24.11.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.10.2 to 24.11.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.10.2...puppeteer-v24.11.0)\n\nChange-Id: Id00604cc109d14b9b9f43fe063436987b87e5373\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.11.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #66\n\nChange-Id: I06844273f26443ed07c608ec7138c019fe864af2\n"
    },
    {
      "commit": "93d7f7096806b6c78342e573993e4ac816528a64",
      "tree": "377f8a232757ff7cc27e4541b6e225bbb5ba8e92",
      "parents": [
        "b00e846149dc9193e046dc18194a3f6fd56c20cc"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 27 15:41:48 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 27 15:42:11 2025 +0200"
      },
      "message": "First test if server is reachable and via https\n\nChange-Id: I02bdb64e0300d2d7913e3929505eb2e5e29f79ea\n"
    },
    {
      "commit": "b00e846149dc9193e046dc18194a3f6fd56c20cc",
      "tree": "8f3bc788805f53981ee6e50e5b7aaf0cf182991d",
      "parents": [
        "22b5c7493d2dd32079ae132e89bea5a58ef9ea12"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 27 15:41:00 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 27 15:42:11 2025 +0200"
      },
      "message": "Add more chrom(e|ium) downloads to .gitignore\n\nChange-Id: Ie16ab8aa22348edb81df438c17b448d3b1f52f60\n"
    },
    {
      "commit": "22b5c7493d2dd32079ae132e89bea5a58ef9ea12",
      "tree": "2fc90f04b866afe050f2a6ad2e71cd5dbf749456",
      "parents": [
        "a4e39350b40afead2e868caa953e98b7d895b6a6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 24 14:45:58 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 27 15:41:58 2025 +0200"
      },
      "message": "Bump mocha from 11.7.0 to 11.7.1\n\nBumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 to 11.7.1.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v11.7.0...v11.7.1)\n\nChange-Id: I6739e6b4ddfb1b778a8935597511bdb9a0d94cc1\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.7.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #65\n\nChange-Id: I4a7a8bff532ae1b0b7a09dbcf1e92082e9dea478\n"
    },
    {
      "commit": "a4e39350b40afead2e868caa953e98b7d895b6a6",
      "tree": "206c692ec561b668ff9c0b9ce3721fb5d94aca81",
      "parents": [
        "8f7c2045f56a40ad34979d5cb53608df4c4fa141"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 11:30:43 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 11:30:43 2025 +0200"
      },
      "message": "Bump version to 1.1.0\n\nChange-Id: I681ec5f67e560743434621228b371819b817ff7a\n"
    },
    {
      "commit": "8f7c2045f56a40ad34979d5cb53608df4c4fa141",
      "tree": "a96e67d3a923029ea6aaf8a9db49691d188f23fc",
      "parents": [
        "ae9c724a1b3321a241fb1bc49abc75c0984dd6e6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 09:55:03 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 11:07:14 2025 +0200"
      },
      "message": "Send proof screenshot of failed test to slack\n\nChange-Id: I43e025203df77057b017131e2bb95e1dfe442d77\n"
    },
    {
      "commit": "ae9c724a1b3321a241fb1bc49abc75c0984dd6e6",
      "tree": "35e9dc71c9a2f4b9e3c76f7e418eaa80739ec1d3",
      "parents": [
        "790fd099598ee140d613f70e5c15cd61885f0d9a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 09:54:37 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 09:54:37 2025 +0200"
      },
      "message": "Double timeout for corpus statistics\n\nChange-Id: I30a6955478190c208b554d8bbe901923f5763251\n"
    },
    {
      "commit": "790fd099598ee140d613f70e5c15cd61885f0d9a",
      "tree": "82c6d3afc8a109b52aae03b4f6e3eeba2b784a26",
      "parents": [
        "5d971af25cccb9c61dad408b25c53e89afaaafb7"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 09:50:41 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 09:50:41 2025 +0200"
      },
      "message": "Update Readme.md with new env variables\n\nChange-Id: I84b849268b3d520565c8759e28835fe696b040aa\n"
    },
    {
      "commit": "5d971af25cccb9c61dad408b25c53e89afaaafb7",
      "tree": "f3f74fd5cb73aceae8e700e22ceb3f6a4d3ab338",
      "parents": [
        "dfffd51ab2b5965894067fe0e8fec1ed15e44fbf"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 19 14:43:20 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 24 09:40:34 2025 +0200"
      },
      "message": "Bump puppeteer from 24.10.1 to 24.10.2\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.10.1 to 24.10.2.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.10.1...puppeteer-v24.10.2)\n\nChange-Id: Ib2363b7844af0c798e74a250885087828d82c288\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.10.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #64\n\nChange-Id: Ic1692b396bd377d5f8ac366da33cbad4319b46e2\n"
    },
    {
      "commit": "dfffd51ab2b5965894067fe0e8fec1ed15e44fbf",
      "tree": "22c10a45b1c3d6d75aae8f6f16194c20df44e935",
      "parents": [
        "a6f3c4d4bf06a21bd63a0a9be7613c1b2ca8a87e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 12 14:39:45 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 18 18:04:18 2025 +0200"
      },
      "message": "Bump puppeteer from 24.10.0 to 24.10.1\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.10.0 to 24.10.1.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.10.0...puppeteer-v24.10.1)\n\nChange-Id: Ifadc5a86335c89d9d26618aec56d262816fe4525\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.10.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #62\n\nChange-Id: Ib5901f81821a7ea3bcc68f8d9ede4725b88a6917\n"
    },
    {
      "commit": "a6f3c4d4bf06a21bd63a0a9be7613c1b2ca8a87e",
      "tree": "50fdc6468ba4c4decf82e4901778492c05f4e2e1",
      "parents": [
        "43769d4243d43f86ffd474df9ddd7e34d17e81d5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 18 14:28:23 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 18 18:04:09 2025 +0200"
      },
      "message": "Bump mocha from 11.5.0 to 11.7.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 11.5.0 to 11.7.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v11.5.0...v11.7.0)\n\nChange-Id: I6212cf16d422b5c78827b1351bff24cfc68c5a0b\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.7.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #63\n\nChange-Id: I805feb0aae7a03461debe2e93740f86661683aeb\n"
    },
    {
      "commit": "43769d4243d43f86ffd474df9ddd7e34d17e81d5",
      "tree": "43cfbf311bce1ad0d1d71220a5e0d7b4e48a3326",
      "parents": [
        "c8ffb2b9bc3484a073299e85f1b3d930788d14d2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 14 12:05:01 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jun 14 12:05:01 2025 +0200"
      },
      "message": "ci scripts: MIN_TOKEN_IN_CORPUS -\u003e KORAP_MIN_TOKENS_IN_CORPUS\n\nChange-Id: I5d644f5d932348a702c26da74a319f2c6b49e42b\n"
    },
    {
      "commit": "c8ffb2b9bc3484a073299e85f1b3d930788d14d2",
      "tree": "6b55a46f2f54cc49da322dd7e765b6fb17250768",
      "parents": [
        "35287a4777df0c4d94fc70fb8f224c39ccf1d4ee"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 12 16:44:23 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 12 17:02:12 2025 +0200"
      },
      "message": "Add check for min tokens in corpus\n\nResolves #61\n\nChange-Id: I75dec5876f4728d948ea2b6e1be143c4ba655aaa\n"
    },
    {
      "commit": "35287a4777df0c4d94fc70fb8f224c39ccf1d4ee",
      "tree": "03dbd9094201283c0a3d1208df4b7e0067222592",
      "parents": [
        "301c3a700d97a5d5ac4c73ffa8edd551aa65bacf"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 04 15:34:19 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 04 17:45:34 2025 +0200"
      },
      "message": "Bump chai from 4.5.0 to 5.2.0\n\nBumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.2.0.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v4.5.0...v5.2.0)\n\nChange-Id: Icd85d046064686d3746b8c396b63ba20cbfdff32\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-version: 5.2.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #57\n\nChange-Id: Ie21bb4eb4a9c2da90acea43f4c67dac39c1da465\n"
    },
    {
      "commit": "301c3a700d97a5d5ac4c73ffa8edd551aa65bacf",
      "tree": "7fca880cecdfad24ecca4ef0db393a876d4d7a7a",
      "parents": [
        "e57693039145035a2fb3b1943bd96e6536edb93b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 04 15:36:50 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 04 17:45:24 2025 +0200"
      },
      "message": "Bump puppeteer from 23.11.1 to 24.10.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.11.1 to 24.10.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.11.1...puppeteer-v24.10.0)\n\nChange-Id: I44ee991a540991a22c657c88ee54d68af8a47db0\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-version: 24.10.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #58\n\nChange-Id: Ie45c42cf7b345c26892c396f63caeaa665d95ad0\n"
    },
    {
      "commit": "e57693039145035a2fb3b1943bd96e6536edb93b",
      "tree": "5dcaa72fdb28b4c6e8ff4d388abb791f021952b7",
      "parents": [
        "d8f3a7f61bdd5745f035b22434f306563c92d57e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 04 15:06:49 2025 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Jun 04 17:26:12 2025 +0200"
      },
      "message": "Bump mocha from 10.8.2 to 11.5.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.5.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.8.2...v11.5.0)\n\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-version: 11.5.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #59\n\nChange-Id: Ifa7479059cf6c2f7cf0dba0f9e06703c4761bc9f\n"
    },
    {
      "commit": "d8f3a7f61bdd5745f035b22434f306563c92d57e",
      "tree": "43298427e1dbd62ed6d461a6b541b9c5020c0dfa",
      "parents": [
        "bfb2301d51d0e3324f603832e29045f2ab64b640"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 03 16:09:41 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 03 16:09:41 2025 +0200"
      },
      "message": "Add .gitignore\n\nChange-Id: I94bb7a3929bc7844b70257f05367c704e3d965f3\n"
    },
    {
      "commit": "bfb2301d51d0e3324f603832e29045f2ab64b640",
      "tree": "d537ebb8d400448582f8e1e537594b894d91be70",
      "parents": [
        "964e7770cfe67e4ab952c800a9fffc128ad6dca4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 03 15:47:10 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 03 16:04:53 2025 +0200"
      },
      "message": "Add gitlab ci script\n\nChange-Id: I0d4d2a0a934b4a47f0e778fbb83f6307fc0a752a\n"
    },
    {
      "commit": "964e7770cfe67e4ab952c800a9fffc128ad6dca4",
      "tree": "c5d831d3344eaf00ed6b4269f775f3b7b35920e5",
      "parents": [
        "9e0f51938cad6ca133e287382320c9c20f91eccb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 03 15:02:30 2025 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Jun 03 15:03:40 2025 +0200"
      },
      "message": "Update dependencies and stabilize\n\nResolves #49\nResolves #54\n\nChange-Id: Ia76e520e400dc62823c70910dafbd2736f38cc0f\n"
    },
    {
      "commit": "9e0f51938cad6ca133e287382320c9c20f91eccb",
      "tree": "a08ba3ad9d93c59cbe81045a59738b3bb78c20ef",
      "parents": [
        "490b05314822e60ec12e67bd9995e614eb2edac5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Mar 09 12:12:16 2025 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Mar 09 12:12:16 2025 +0100"
      },
      "message": "🚑 hotfix compatibility with new UI\n\nResolves #56\n\nIssues:\n\n* not backwards compatible with old UI\n* in a sound way, E2E tests can only be developed closely connected\n  to the Kalamar development (it starts with needed elements having no\n  IDs...)\n\nChange-Id: I9bdeeb6f2b2f108031628420a1e667f72c2e19b3\n"
    },
    {
      "commit": "490b05314822e60ec12e67bd9995e614eb2edac5",
      "tree": "875f5e881da7d603c1de8d4bfdd1577af43ac7e6",
      "parents": [
        "bf5c93fae98bc1899bee0dd1b237cc1932f61f9a"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 05 09:36:21 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 05 09:36:21 2024 +0200"
      },
      "message": "Disable safebrowsing for puppeteer chrome\n\npassword2 ...\n\nChange-Id: Iecae30d40680a3279fc0f93dfba5b0b97f6065c6\n"
    },
    {
      "commit": "bf5c93fae98bc1899bee0dd1b237cc1932f61f9a",
      "tree": "1e361c4d08f0a5133ee12735114e83295e09c321",
      "parents": [
        "70182f500e47c859c657c3656fcdf8d77e51b926"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 05 09:19:39 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 05 09:19:39 2024 +0200"
      },
      "message": "Update dependencies\n\nChange-Id: Ic8f4372d9b096f936d5753fadcf6499f6bf74af9\n"
    },
    {
      "commit": "70182f500e47c859c657c3656fcdf8d77e51b926",
      "tree": "aab40acac487f1d7aaef3b1c229f93357bdbf0b0",
      "parents": [
        "3dafb4e99ee79485151ab27e4f02403b41637e47"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 04 16:52:03 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 04 16:54:18 2024 +0200"
      },
      "message": "Downgrade to puppeteer@22.1.0\n\nChange-Id: I4a399ee22e4bcc64aa5629606ce82b6fddc333cb\n"
    },
    {
      "commit": "3dafb4e99ee79485151ab27e4f02403b41637e47",
      "tree": "5c2dec14593a31354f835cb7d2f9aff73ec7a4da",
      "parents": [
        "4d335a3c57ac1635d0023134f72b2e03edff63ab"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 04 16:14:10 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 04 16:14:10 2024 +0200"
      },
      "message": "Update dependencies\n\nChange-Id: If2c2c156507a180a82e91cb865641f3792d1cece\n"
    },
    {
      "commit": "4d335a3c57ac1635d0023134f72b2e03edff63ab",
      "tree": "7af813d40efd54c1373820402dee4148f32f046e",
      "parents": [
        "ceaf8af8ec226b756b9b5d756a7679c3e4bc15c6"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 04 16:13:48 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Sep 04 16:13:48 2024 +0200"
      },
      "message": "Log browser version\n\nChange-Id: I3de0e251f23ea384b21da4f33b7cd46063a44258\n"
    },
    {
      "commit": "ceaf8af8ec226b756b9b5d756a7679c3e4bc15c6",
      "tree": "d82327603a5457d3fbea93f4eac954d32befb28b",
      "parents": [
        "57e24421a79f2d640c9016ebfe663264376d7cb9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 27 13:25:42 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 27 13:25:42 2024 +0200"
      },
      "message": "Update dependencies\n\nalso fix CVE-2024-37890 and CVE-2024-4068\n\nChange-Id: I1dd6f2303f9413d665eaa7addfc57ab4e8d660f0\n"
    },
    {
      "commit": "57e24421a79f2d640c9016ebfe663264376d7cb9",
      "tree": "cecd635e5c51a39a1354cff12158e1a7c4ad782a",
      "parents": [
        "7f1666ab00c38a2ab075e8fbefe6f3f113700868"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 13 10:40:52 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 13 10:40:52 2024 +0200"
      },
      "message": "Speed up logout check: wait for notification\n\nChange-Id: I1b4d61f555a6062f12ef9feaf60696e26415cdbd\n"
    },
    {
      "commit": "7f1666ab00c38a2ab075e8fbefe6f3f113700868",
      "tree": "4f2e96532cadd2199bb18e392849e70e4d3910f8",
      "parents": [
        "ee6400254ebbf67110d166c0d65d0c09e6501fcf"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 12 18:35:31 2024 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Jul 13 10:00:59 2024 +0200"
      },
      "message": "Add failure notifications via slack\n\nChange-Id: If9f5711497c838a8f307fbc078b59672353ed5d3\n"
    },
    {
      "commit": "ee6400254ebbf67110d166c0d65d0c09e6501fcf",
      "tree": "6179348577ae9198c7e0b59847b43a6f88390cb0",
      "parents": [
        "65baf7402aacac0b100dc25b089b770bb16272a2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 03 14:22:19 2024 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 04 08:54:30 2024 +0200"
      },
      "message": "Bump mocha from 10.5.2 to 10.6.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.5.2 to 10.6.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.5.2...v10.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "65baf7402aacac0b100dc25b089b770bb16272a2",
      "tree": "6bb2e60d7fb818f46116d8cca895857626d37b63",
      "parents": [
        "62db1246b24128cf4f198fb241f865f39571cf55"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 27 14:26:58 2024 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jun 27 16:44:53 2024 +0200"
      },
      "message": "Bump mocha from 10.4.0 to 10.5.2\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.4.0...v10.5.2)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "62db1246b24128cf4f198fb241f865f39571cf55",
      "tree": "11569af104f0077866f0a41819c76c7a53dec358",
      "parents": [
        "73cfd8467603dd8fe613021fc6fa30cd3ea07dc3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 27 14:06:14 2024 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jun 21 16:01:51 2024 +0200"
      },
      "message": "Bump mocha from 10.3.0 to 10.4.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.3.0...v10.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "73cfd8467603dd8fe613021fc6fa30cd3ea07dc3",
      "tree": "0327829b50943b3978d83bab1b6bdb903aa30ebb",
      "parents": [
        "1818c6483caa115a4174f58343804a8a26b2e27f"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 21 11:19:22 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 21 11:24:40 2024 +0100"
      },
      "message": "Bump version to v1.0.0\n\nChange-Id: Ia54077737f52b91f7f2e29a4bc82b7d3c1179f1c\n"
    },
    {
      "commit": "1818c6483caa115a4174f58343804a8a26b2e27f",
      "tree": "dce8d9779aa62ad9023d5e21f8ec74faa2a43973",
      "parents": [
        "c9174c5b3d33ed726475e96b45318ae474d2bc27"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 21 11:16:53 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Feb 21 11:23:35 2024 +0100"
      },
      "message": "Update dependencies\n\nResolves #30, CVE-2023-42282\n\nChange-Id: I558f04ec58fc77167fd0ddd9c8608863d3df41da\n"
    },
    {
      "commit": "c9174c5b3d33ed726475e96b45318ae474d2bc27",
      "tree": "be2ab5b394fa0341133bbeff1cb3d38426842d10",
      "parents": [
        "d4126e2aab00e18d88e64be54b6cf4739ca74425"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Fri Feb 16 11:25:41 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Feb 16 14:04:29 2024 +0100"
      },
      "message": "Upgrade resolver dependency\n\nChange-Id: I6d8c23895041c9b0c23506202c318668a9a1f18c\n"
    },
    {
      "commit": "d4126e2aab00e18d88e64be54b6cf4739ca74425",
      "tree": "adeced7057127d19aa3de484f2449f582827f0cb",
      "parents": [
        "8f8ad62be93b1448af442fe1aed9e6dd08c79162"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Feb 10 06:29:08 2024 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 10 07:29:45 2024 +0100"
      },
      "message": "Bump mocha from 10.2.0 to 10.3.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.2.0...v10.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8f8ad62be93b1448af442fe1aed9e6dd08c79162",
      "tree": "40cf560e362eab6a78c69337b77087577b7d3411",
      "parents": [
        "aa545e658de672d1744fd9736324469fbb6cba13"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 05 14:54:59 2024 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Feb 10 07:28:30 2024 +0100"
      },
      "message": "Bump puppeteer from 21.9.0 to 22.0.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.9.0 to 22.0.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.9.0...puppeteer-v22.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "aa545e658de672d1744fd9736324469fbb6cba13",
      "tree": "2268395b2d0a0d11d35c166813d98e4e09a02926",
      "parents": [
        "f841730fe98d0c30c4579167e3c41952b41d8df1"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 25 16:16:46 2024 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jan 25 16:20:22 2024 +0100"
      },
      "message": "Bump puppeteer from 21.5.2 to 21.9.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.2 to 21.9.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.2...puppeteer-v21.9.0)\n\nChange-Id: Ic00d43c50bbadc3170f64e9e1aec292e77fc671b\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #23\n\nChange-Id: Ie287dad23a6a9a9300f01d56e077ca9c0f9c83d8\n"
    },
    {
      "commit": "f841730fe98d0c30c4579167e3c41952b41d8df1",
      "tree": "8c828c3680ebc3da189bd5c2ddfd6a8bc98a1784",
      "parents": [
        "af0232f30d5659cc0222c66a4e57e8fe09f338f0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Nov 15 14:56:20 2023 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 15 16:06:27 2023 +0100"
      },
      "message": "Bump puppeteer from 21.5.1 to 21.5.2\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.1 to 21.5.2.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.1...puppeteer-v21.5.2)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "af0232f30d5659cc0222c66a4e57e8fe09f338f0",
      "tree": "3c57d19aa00f447baa36229a681180bb2a478117",
      "parents": [
        "69e02800e57c02357c76378d60058457b15ec94e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Nov 09 14:55:21 2023 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Nov 09 16:35:53 2023 +0100"
      },
      "message": "Bump puppeteer from 21.5.0 to 21.5.1\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.0 to 21.5.1.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.0...puppeteer-v21.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "69e02800e57c02357c76378d60058457b15ec94e",
      "tree": "e0c268e72d475ecac2ac1d563d0e336d2913741a",
      "parents": [
        "6b4b68ebbefe99ea10b9c334d5feb901fd086e1e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 08 14:37:22 2023 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Nov 08 14:37:22 2023 +0100"
      },
      "message": "Use headless:\"new\" mode for puppeteer\n\nChange-Id: I2fb01ed4927e959ae64189609bb882339b7937cb\n"
    },
    {
      "commit": "6b4b68ebbefe99ea10b9c334d5feb901fd086e1e",
      "tree": "584b332f6bd1c56dbc7cbc61d4d93b7c5ccc6322",
      "parents": [
        "d76b6ec54174e16344650634d6a25e7de6c5c33e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Nov 07 14:17:18 2023 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Nov 07 16:28:34 2023 +0100"
      },
      "message": "Bump chai from 4.3.7 to 4.3.10\n\nBumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 4.3.10.\n- [Release notes](https://github.com/chaijs/chai/releases)\n- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md)\n- [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.10)\n\n---\nupdated-dependencies:\n- dependency-name: chai\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d76b6ec54174e16344650634d6a25e7de6c5c33e",
      "tree": "f1fcec2845b55e67c6f40879db10ca83693d5dd4",
      "parents": [
        "298d062785ff7b65e0005b8fa1d0d2d5be57887e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Nov 07 14:17:38 2023 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Nov 07 16:28:10 2023 +0100"
      },
      "message": "Bump puppeteer from 19.7.4 to 21.5.0\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.4 to 21.5.0.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.4...puppeteer-v21.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "298d062785ff7b65e0005b8fa1d0d2d5be57887e",
      "tree": "a84cd73a9a9a975159ba171d48b889073d50f560",
      "parents": [
        "0667f4d85f657011821de72c4480f6104bd554c9",
        "e327c28a3ecf7ede2e8f8638acb4a48cdfdb5d2c"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 18:32:58 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 06 18:32:58 2023 +0100"
      },
      "message": "Merge pull request #14 from KorAP/dependabot/npm_and_yarn/puppeteer-19.7.4\n\nBump puppeteer from 19.3.0 to 19.7.4"
    },
    {
      "commit": "e327c28a3ecf7ede2e8f8638acb4a48cdfdb5d2c",
      "tree": "a84cd73a9a9a975159ba171d48b889073d50f560",
      "parents": [
        "fed485e98b7401ac31f2e0eaa5d6af10bcff5ab5",
        "0667f4d85f657011821de72c4480f6104bd554c9"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 18:28:09 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 06 18:28:09 2023 +0100"
      },
      "message": "Merge branch \u0027master\u0027 into dependabot/npm_and_yarn/puppeteer-19.7.4"
    },
    {
      "commit": "0667f4d85f657011821de72c4480f6104bd554c9",
      "tree": "7d8ca1304987903c1d2fdba9f832ffcfc1464254",
      "parents": [
        "31fcc118b0d247b3596159d4e047c83c73d29f6d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 14 08:38:29 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Nov 06 18:24:58 2023 +0100"
      },
      "message": "Bump mocha from 10.1.0 to 10.2.0\n\nBumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.0.\n- [Release notes](https://github.com/mochajs/mocha/releases)\n- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v10.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: mocha\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "fed485e98b7401ac31f2e0eaa5d6af10bcff5ab5",
      "tree": "a22790471d10a0bb7910d5a7a41a1ad90964344b",
      "parents": [
        "31fcc118b0d247b3596159d4e047c83c73d29f6d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 10 15:09:45 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 10 15:09:45 2023 +0000"
      },
      "message": "Bump puppeteer from 19.3.0 to 19.7.4\n\nBumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.3.0 to 19.7.4.\n- [Release notes](https://github.com/puppeteer/puppeteer/releases)\n- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)\n- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.3.0...puppeteer-v19.7.4)\n\n---\nupdated-dependencies:\n- dependency-name: puppeteer\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "31fcc118b0d247b3596159d4e047c83c73d29f6d",
      "tree": "d64bdc234347682026a75604d445c76024cc6493",
      "parents": [
        "2810d3c2fe35c9dcf68bff9ea79a9920744d6126",
        "be1159f40fbd2dd1f566ace14ed165031dc1d8aa"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 14 09:37:50 2022 +0100"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "gerrit2@korap.ids-mannheim.de",
        "time": "Wed Dec 14 09:37:50 2022 +0100"
      },
      "message": "Merge changes If17a4475,Ibe078078\n\n* changes:\n  Add dependabot config\n  Add CI test\n"
    },
    {
      "commit": "be1159f40fbd2dd1f566ace14ed165031dc1d8aa",
      "tree": "d23ae0938ce72203f2b5d9a508c8a574bf2e68c5",
      "parents": [
        "687dfec9465d9de45c18b1e995934e3e72972103"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Dec 07 07:11:35 2022 +0100"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Dec 08 10:05:47 2022 +0100"
      },
      "message": "Add dependabot config\n\nChange-Id: If17a44756c1f0cda795c4550227f45fe5e2cb5f4\n"
    }
  ],
  "next": "687dfec9465d9de45c18b1e995934e3e72972103"
}
