Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSwigerAtBentley authored Jun 8, 2024
1 parent 2383ca0 commit 2ac0667
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-common",
"comment": "udpate mysql2",
"type": "none"
}
],
"packageName": "@itwin/core-common"
}
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ignoreMissing": ["@babel/core", "@types/node", "@typescript-eslint/parser"]
},
"globalOverrides": {
"mysql2": "^3.9.7" // /~https://github.com/advisories/GHSA-4rch-2fh8-94vw>azurite>mysql2
"mysql2": "^3.9.8" // /~https://github.com/advisories/GHSA-4rch-2fh8-94vw>azurite>mysql2, /~https://github.com/advisories/GHSA-pmh2-wpjm-fj45
},
// A list of temporary advisories excluded from the High and Critical list.
// Warning this should only be used as a temporary measure to avoid build failures
Expand Down
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

0 comments on commit 2ac0667

Please sign in to comment.