chore(deps): bump mysql2 from 3.9.7 to 3.9.8 (#8619)

* chore(deps): bump mysql2 from 3.9.7 to 3.9.8

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* test: dummy commit

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-04 21:55:06 +05:30
committed by GitHub
parent 2759f1982a
commit 621d7ae7e4
2 changed files with 26 additions and 9 deletions

View File

@@ -111,4 +111,7 @@ test.describe('Attachment column', () => {
expect(cells[1]).toBe('1');
expect(cells[2].includes('5.json(http://localhost:8080/dltemp/')).toBe(true);
});
// dummy commit to trigger build
//
});