Skip to content

Commit

Permalink
[Chore] Fix Security Vulnerability (#705)
Browse files Browse the repository at this point in the history
* chore(security-vulnerability): fix security vulnerability

* chore(security-vulnerabilities): update semver version to latest

- update semver package version to the latest
  • Loading branch information
ajimae authored May 13, 2024
1 parent ae31537 commit e008630
Show file tree
Hide file tree
Showing 3 changed files with 1,731 additions and 1,933 deletions.
8 changes: 6 additions & 2 deletions examples/newrelic-express-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"start": "node -r ./newrelic server"
},
"resolutions": {
"axios": "0.28.0"
"axios": "0.28.0",
"import-in-the-middle": "1.4.2",
"@opentelemetry/instrumentation": "0.41.2"
},
"overrides": {
"axios": "0.28.0"
"axios": "0.28.0",
"import-in-the-middle": "1.4.2",
"@opentelemetry/instrumentation": "0.41.2"
}
}
4 changes: 2 additions & 2 deletions examples/react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
"semver": "7.6.0"
"semver": "7.6.2"
},
"overrides": {
"semver": "7.6.0"
"semver": "7.6.2"
}
}
Loading

0 comments on commit e008630

Please sign in to comment.