RSSHub/lib/middleware
dependabot[bot] 8e49c5df65
chore(deps): bump @sentry/node from 7.88.0 to 7.89.0 (#14083)
* chore(deps): bump @sentry/node from 7.88.0 to 7.89.0

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.88.0 to 7.89.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.88.0...7.89.0)

---
updated-dependencies:
- dependency-name: "@sentry/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

* fix: replace deprecated `configureScope` in favor of `getCurrentScope()`

ref: b27c2367ac/MIGRATION.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-24 03:51:46 +08:00
..
cache perf(core): replace md5 cache key with xxhash64 (#13974) 2023-12-07 00:58:39 +08:00
templates feat(core): anti-hotlink experimental parameters (#9997) 2022-06-20 18:41:16 -07:00
access-control.js feat!: allowlist & denylist (#13681) 2023-11-03 21:21:17 +08:00
anti-hotlink.js feat(parameter): use re2js instead (#13072) 2023-08-19 00:53:54 +08:00
api-response-handler.js test: redis with quit and error cases 2019-06-13 15:23:28 +08:00
api-template.js
debug.js feat: remove hot ip in debug info 2021-01-21 11:57:16 +08:00
header.js style(eslint): add no-implicit-coercion rule (#8175) 2021-09-15 21:22:11 +08:00
load-on-demand.js feat(core): first attempt to init script standard (#8224) 2021-09-22 05:41:00 -07:00
onerror.js chore(deps): bump @sentry/node from 7.88.0 to 7.89.0 (#14083) 2023-12-24 03:51:46 +08:00
parameter.js feat(parameter): Add summary by ChatGPT (#13611) 2023-11-06 22:36:24 +08:00
template.js feat: Support RSS3 UMS output format (#13900) 2023-11-29 01:32:24 +08:00
utf8.js