Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/logging-winston to v6 (#3492)
Browse files Browse the repository at this point in the history
Co-authored-by: Patti Shin <pattishin@users.noreply.github.com>
  • Loading branch information
renovate-bot and pattishin authored Sep 12, 2023
1 parent 5e04889 commit 2681f09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"@google-cloud/logging-winston": "^5.0.0",
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"express": "^4.17.1",
"promise-mysql": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@google-cloud/cloud-sql-connector": "^0.5.0",
"@google-cloud/functions-framework": "^3.0.0",
"@google-cloud/logging-winston": "^5.0.0",
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"express": "^4.17.1",
"mysql2": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@google-cloud/cloud-sql-connector": "^0.5.0",
"@google-cloud/functions-framework": "^3.0.0",
"@google-cloud/logging-winston": "^5.0.0",
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"express": "^4.16.2",
"knex": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sqlserver/mssql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"@google-cloud/logging-winston": "^5.0.0",
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"express": "^4.17.1",
"mssql": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sqlserver/tedious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@google-cloud/cloud-sql-connector": "^0.5.0",
"@google-cloud/functions-framework": "^3.0.0",
"@google-cloud/logging-winston": "^5.0.0",
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"express": "^4.17.1",
"pug": "^3.0.0",
Expand Down

0 comments on commit 2681f09

Please sign in to comment.