diff --git a/.changeset/dependabot-afa578f.md b/.changeset/dependabot-afa578f.md new file mode 100644 index 0000000000..be438c0149 --- /dev/null +++ b/.changeset/dependabot-afa578f.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-airbrake': patch +--- + +build(deps): bump `object-hash` from 2.2.0 to 3.0.0 diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json index 42887fd217..4f2eeec043 100644 --- a/plugins/airbrake/package.json +++ b/plugins/airbrake/package.json @@ -33,7 +33,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "react-use": "^17.2.4" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index dd80570e70..002d8ad0cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18365,11 +18365,16 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" -object-hash@^2.0.1, object-hash@^2.1.1, object-hash@^2.2.0: +object-hash@^2.0.1, object-hash@^2.1.1: version "2.2.0" resolved "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== +object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== + object-inspect@^1.11.0, object-inspect@^1.12.0, object-inspect@^1.9.0: version "1.12.0" resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"