diff --git a/package-lock.json b/package-lock.json index 67469b2e..6def14c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@boxyhq/metrics": "0.2.9", "@bugsnag/js": "8.1.2", - "@bugsnag/plugin-express": "8.0.0", + "@bugsnag/plugin-express": "8.1.1", "@maxmind/geoip2-node": "5.0.0", "@opensearch-project/opensearch": "2.12.0", "@retracedhq/retraced": "0.7.16", @@ -593,12 +593,11 @@ } }, "node_modules/@bugsnag/plugin-express": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@bugsnag/plugin-express/-/plugin-express-8.0.0.tgz", - "integrity": "sha512-Xzc4yy7ybV9Wx/mZMCOcl+f/wAV1eFqwx/RPLnA2bga6Z1CcFc9Gr6LS13tExC5R8VQKnDw44YSB2GGlCUiMHA==", - "license": "MIT", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@bugsnag/plugin-express/-/plugin-express-8.1.1.tgz", + "integrity": "sha512-lfJpbZYAu+PXER59l/QX0GL3z1n37LHlQ6TZlkI/mtDw0r0ZptUu4DMNR0/Keom2oGidndzEogAnFlqr1j6Ztg==", "peerDependencies": { - "@bugsnag/core": "^8.0.0-alpha.1" + "@bugsnag/core": "^8.0.0" } }, "node_modules/@bugsnag/safe-json-stringify": { diff --git a/package.json b/package.json index 6c076918..4afdfde8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@boxyhq/metrics": "0.2.9", "@bugsnag/js": "8.1.2", - "@bugsnag/plugin-express": "8.0.0", + "@bugsnag/plugin-express": "8.1.1", "@maxmind/geoip2-node": "5.0.0", "@opensearch-project/opensearch": "2.12.0", "@retracedhq/retraced": "0.7.16",