Skip to content

Commit

Permalink
fix(deps): update dependency mathjs to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 26, 2023
1 parent 0d0b20a commit c8fff7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@google-cloud/automl": "^4.0.2",
"csv": "^6.0.0",
"mathjs": "^11.0.0",
"mathjs": "^12.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-language/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/automl": "^4.0.0",
"mathjs": "^11.0.0",
"mathjs": "^12.0.0",
"@google-cloud/language": "^6.1.0",
"@google-cloud/storage": "^7.0.0",
"yargs": "^17.0.0"
Expand Down

0 comments on commit c8fff7a

Please sign in to comment.