Skip to content

Commit

Permalink
Bump mysql2 from 3.2.0 to 3.9.7 in /api
Browse files Browse the repository at this point in the history
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.2.0 to 3.9.7.
- [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.2.0...v3.9.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and andrewwippler committed May 6, 2024
1 parent 68b673e commit f537e8f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
32 changes: 16 additions & 16 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@adonisjs/repl": "^3.1.11",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"mysql2": "^3.2.0",
"mysql2": "^3.9.7",
"phc-bcrypt": "^1.0.8",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
Expand Down
12 changes: 8 additions & 4 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3132,6 +3132,10 @@ lru-cache@^7.14.1:
version "7.18.3"
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz"

lru-cache@^8.0.0:
version "8.0.5"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-8.0.5.tgz#983fe337f3e176667f8e567cfcce7cb064ea214e"

luxon@^3.0.3, luxon@^3.0.4, luxon@^3.1.0, luxon@^3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz"
Expand Down Expand Up @@ -3413,15 +3417,15 @@ mustache@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz"

mysql2@^3.2.0:
version "3.2.0"
resolved "https://registry.npmjs.org/mysql2/-/mysql2-3.2.0.tgz"
mysql2@^3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.9.7.tgz#843755daf65b5ef08afe545fe14b8fb62824741a"
dependencies:
denque "^2.1.0"
generate-function "^2.3.1"
iconv-lite "^0.6.3"
long "^5.2.1"
lru-cache "^7.14.1"
lru-cache "^8.0.0"
named-placeholders "^1.1.3"
seq-queue "^0.0.5"
sqlstring "^2.3.2"
Expand Down

0 comments on commit f537e8f

Please sign in to comment.