Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump mysql2 from 3.6.3 to 3.9.8 in /migration_scripts/to_version_7_0_12 #999

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump mysql2 in /migration_scripts/to_version_7_0_12
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.3 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](sidorares/node-mysql2@v3.6.3...v3.9.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored May 30, 2024
commit f0e60c12a993fdcaf3152bddac2b894565cbc215
8 changes: 4 additions & 4 deletions migration_scripts/to_version_7_0_12/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion migration_scripts/to_version_7_0_12/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"dependencies": {
"knex": "^3.0.1",
"libphonenumber-js": "^1.10.49",
"mysql2": "^3.6.3",
"mysql2": "^3.9.8",
"pg": "^8.11.3"
}
}