Skip to content

Commit

Permalink
build(deps): bump mysql2 from 3.9.7 to 3.9.8 in /graphql-server
Browse files Browse the repository at this point in the history
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](sidorares/node-mysql2@v3.9.7...v3.9.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 95ea595 commit f3a9f09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cors": "^2.8.5",
"graphql": "^16.7.1",
"graphql-upload": "15.0.0",
"mysql2": "^3.9.7",
"mysql2": "^3.9.8",
"pg": "^8.11.3",
"pg-copy-streams": "^6.0.6",
"reflect-metadata": "^0.1.13",
Expand Down
10 changes: 5 additions & 5 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ __metadata:
graphql: "npm:^16.7.1"
graphql-upload: "npm:15.0.0"
jest: "npm:^29.5.0"
mysql2: "npm:^3.9.7"
mysql2: "npm:^3.9.8"
pg: "npm:^8.11.3"
pg-copy-streams: "npm:^6.0.6"
prettier: "npm:^3.1.1"
Expand Down Expand Up @@ -6836,9 +6836,9 @@ __metadata:
languageName: node
linkType: hard

"mysql2@npm:^3.9.7":
version: 3.9.7
resolution: "mysql2@npm:3.9.7"
"mysql2@npm:^3.9.8":
version: 3.10.0
resolution: "mysql2@npm:3.10.0"
dependencies:
denque: "npm:^2.1.0"
generate-function: "npm:^2.3.1"
Expand All @@ -6848,7 +6848,7 @@ __metadata:
named-placeholders: "npm:^1.1.3"
seq-queue: "npm:^0.0.5"
sqlstring: "npm:^2.3.2"
checksum: c9cae85339b0478fdf1ff6242dfc4574e8d53c3edf207cc1b052ecfc95fec3b38ab8cc2e63ce6e5839978231dea50d563297345ec7bd1d5fbeeda1ecf0de0cef
checksum: 0e54fea1349ca3df82acd43a1402e5c4d2dc42f8ed797441973385af566ff0060dc7316ecc49fab5081eaeb0f433dfffe719caca62b166bf6f788e6acf8b7bec
languageName: node
linkType: hard

Expand Down

0 comments on commit f3a9f09

Please sign in to comment.