Commit Graph

1856 Commits

Author SHA1 Message Date
dependabot[bot] b1f2be63ce
chore(deps-dev): bump @types/crypto-js from 4.1.3 to 4.2.0 (#13710)
* chore(deps-dev): bump @types/crypto-js from 4.1.3 to 4.2.0

Bumps [@types/crypto-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/crypto-js) from 4.1.3 to 4.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/crypto-js)

---
updated-dependencies:
- dependency-name: "@types/crypto-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:43:53 +00:00
dependabot[bot] 2200b6d302
chore(deps): bump @tonyrl/rand-user-agent from 2.0.37 to 2.0.38 (#13708)
* chore(deps): bump @tonyrl/rand-user-agent from 2.0.37 to 2.0.38

Bumps [@tonyrl/rand-user-agent](https://github.com/TonyRL/rand-user-agent) from 2.0.37 to 2.0.38.
- [Release notes](https://github.com/TonyRL/rand-user-agent/releases)
- [Commits](https://github.com/TonyRL/rand-user-agent/compare/v2.0.37...v2.0.38)

---
updated-dependencies:
- dependency-name: "@tonyrl/rand-user-agent"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 23:44:27 +00:00
zzturn e594309e7e
feat(parameter): Add summary by ChatGPT (#13611)
* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* feat: 添加使用 ChatGPT 进行总结的功能

* style: camelCase

---------
2023-11-06 22:36:24 +08:00
dependabot[bot] cbf693e471
chore(deps): bump proxy-chain from 2.3.0 to 2.4.0 (#13691)
* chore(deps): bump proxy-chain from 2.3.0 to 2.4.0

Bumps [proxy-chain](https://github.com/apify/proxy-chain) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/apify/proxy-chain/releases)
- [Changelog](https://github.com/apify/proxy-chain/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apify/proxy-chain/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: proxy-chain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 00:35:39 +08:00
dependabot[bot] 116dc2996f
chore(deps-dev): bump nock from 13.3.7 to 13.3.8 (#13692)
* chore(deps-dev): bump nock from 13.3.7 to 13.3.8

Bumps [nock](https://github.com/nock/nock) from 13.3.7 to 13.3.8.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.3.7...v13.3.8)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 23:38:00 +08:00
Tony 06721a0f21
docs: ts config (#13690)
* docs: ts config

* chore: esm format script

* chore: bring back ast based formatting

* chore: revert 7b0493fbf4d93794a729289b24867e93732e703d

* chore: update dependabot config

* docs: rename to mdx extension

* fix: unused import

* docs: fix search build

* chore: remove deps changes
2023-11-03 23:17:17 +08:00
dependabot[bot] a39aa1ed71
chore(deps): bump puppeteer from 21.4.1 to 21.5.0 (#13683)
* chore(deps): bump puppeteer from 21.4.1 to 21.5.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.4.1 to 21.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.4.1...puppeteer-v21.5.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 02:24:19 +00:00
dependabot[bot] 3f627453e1
chore(deps): bump @sentry/node from 7.76.0 to 7.77.0 (#13669)
* chore(deps): bump @sentry/node from 7.76.0 to 7.77.0

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.76.0 to 7.77.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.76.0...7.77.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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 23:03:52 +00:00
dependabot[bot] d754660727
chore(deps): bump @tonyrl/rand-user-agent from 2.0.36 to 2.0.37 (#13661)
* chore(deps): bump @tonyrl/rand-user-agent from 2.0.36 to 2.0.37

Bumps [@tonyrl/rand-user-agent](https://github.com/TonyRL/rand-user-agent) from 2.0.36 to 2.0.37.
- [Release notes](https://github.com/TonyRL/rand-user-agent/releases)
- [Commits](https://github.com/TonyRL/rand-user-agent/compare/v2.0.36...v2.0.37)

---
updated-dependencies:
- dependency-name: "@tonyrl/rand-user-agent"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 01:15:39 +00:00
dependabot[bot] b4585853d7
chore(deps-dev): bump nock from 13.3.6 to 13.3.7 (#13660)
* chore(deps-dev): bump nock from 13.3.6 to 13.3.7

Bumps [nock](https://github.com/nock/nock) from 13.3.6 to 13.3.7.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.3.6...v13.3.7)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 01:11:38 +00:00
dependabot[bot] 257973a9ed
chore(deps): bump rfc4648 from 1.5.2 to 1.5.3 (#13647)
* chore(deps): bump rfc4648 from 1.5.2 to 1.5.3

Bumps [rfc4648](https://github.com/swansontec/rfc4648.js) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/swansontec/rfc4648.js/releases)
- [Changelog](https://github.com/swansontec/rfc4648.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swansontec/rfc4648.js/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: rfc4648
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 23:05:55 +00:00
dependabot[bot] a7193ca237
chore(deps): bump @sentry/node from 7.75.1 to 7.76.0 (#13646)
* chore(deps): bump @sentry/node from 7.75.1 to 7.76.0

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.75.1 to 7.76.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.75.1...7.76.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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 23:00:21 +00:00
dependabot[bot] 0d183fb129
chore(deps): bump imapflow from 1.0.144 to 1.0.147 (#13644)
* chore(deps): bump imapflow from 1.0.144 to 1.0.147

Bumps [imapflow](https://github.com/postalsys/imapflow) from 1.0.144 to 1.0.147.
- [Release notes](https://github.com/postalsys/imapflow/releases)
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postalsys/imapflow/compare/v1.0.144...v1.0.147)

---
updated-dependencies:
- dependency-name: imapflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 21:53:28 +00:00
dependabot[bot] 32bb5dddd6
chore(deps-dev): bump @types/koa__router from 12.0.2 to 12.0.3 (#13645)
* chore(deps-dev): bump @types/koa__router from 12.0.2 to 12.0.3

Bumps [@types/koa__router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa__router) from 12.0.2 to 12.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa__router)

---
updated-dependencies:
- dependency-name: "@types/koa__router"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 21:50:22 +00:00
dependabot[bot] 59a879bf08
chore(deps): bump crypto-js from 4.1.1 to 4.2.0 (#13638)
* chore(deps): bump crypto-js from 4.1.1 to 4.2.0

Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0.
- [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-25 23:05:31 +00:00
dependabot[bot] f7e6616fb2
chore(deps): bump @sentry/node from 7.75.0 to 7.75.1 (#13639)
* chore(deps): bump @sentry/node from 7.75.0 to 7.75.1

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.75.0 to 7.75.1.
- [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.75.0...7.75.1)

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

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-25 22:05:19 +00:00
dependabot[bot] fbfdba6457
chore(deps): bump puppeteer from 21.4.0 to 21.4.1 (#13634)
* chore(deps): bump puppeteer from 21.4.0 to 21.4.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.4.0 to 21.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.4.0...puppeteer-v21.4.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 23:46:34 +00:00
dependabot[bot] 44b2ccc1e8
chore(deps): bump @sentry/node from 7.74.1 to 7.75.0 (#13633)
* chore(deps): bump @sentry/node from 7.74.1 to 7.75.0

Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 7.74.1 to 7.75.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.74.1...7.75.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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 23:18:24 +00:00
dependabot[bot] 2526b3cbbe
chore(deps-dev): bump @types/markdown-it from 13.0.4 to 13.0.5 (#13620)
* chore(deps-dev): bump @types/markdown-it from 13.0.4 to 13.0.5

Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 13.0.4 to 13.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 01:47:46 +00:00
dependabot[bot] e0dd678a62
chore(deps): bump @tonyrl/rand-user-agent from 2.0.35 to 2.0.36 (#13619)
* chore(deps): bump @tonyrl/rand-user-agent from 2.0.35 to 2.0.36

Bumps [@tonyrl/rand-user-agent](https://github.com/TonyRL/rand-user-agent) from 2.0.35 to 2.0.36.
- [Release notes](https://github.com/TonyRL/rand-user-agent/releases)
- [Commits](https://github.com/TonyRL/rand-user-agent/compare/v2.0.35...v2.0.36)

---
updated-dependencies:
- dependency-name: "@tonyrl/rand-user-agent"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 01:45:14 +00:00
dependabot[bot] 7410aaac90
chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 (#13591)
* chore(deps-dev): bump eslint from 8.51.0 to 8.52.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 23:26:43 +00:00
dependabot[bot] 018e8947c6
chore(deps-dev): bump @types/etag from 1.8.1 to 1.8.2 (#13592)
* chore(deps-dev): bump @types/etag from 1.8.1 to 1.8.2

Bumps [@types/etag](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/etag) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/etag)

---
updated-dependencies:
- dependency-name: "@types/etag"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 23:25:55 +00:00
dependabot[bot] 294e8cf9cc
chore(deps): bump googleapis from 127.0.0 to 128.0.0 (#13587)
* chore(deps): bump googleapis from 127.0.0 to 128.0.0

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 127.0.0 to 128.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v127.0.0...googleapis-v128.0.0)

---
updated-dependencies:
- dependency-name: googleapis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 04:26:45 +08:00
dependabot[bot] 55a5bcf257
chore(deps): bump puppeteer from 21.3.8 to 21.4.0 (#13585)
* chore(deps): bump puppeteer from 21.3.8 to 21.4.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.8 to 21.4.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.8...puppeteer-v21.4.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 04:23:54 +08:00
dependabot[bot] c0a3106da7
chore(deps-dev): bump @types/markdown-it from 13.0.2 to 13.0.4 (#13589)
* chore(deps-dev): bump @types/markdown-it from 13.0.2 to 13.0.4

Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 13.0.2 to 13.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 04:22:59 +08:00
dependabot[bot] f94366a2b8
chore(deps-dev): bump @types/jsdom from 21.1.3 to 21.1.4 (#13584)
* chore(deps-dev): bump @types/jsdom from 21.1.3 to 21.1.4

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 21.1.3 to 21.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/jsdom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 04:22:47 +08:00
dependabot[bot] b1342c64d3
chore(deps-dev): bump @types/koa__router from 12.0.1 to 12.0.2 (#13586)
* chore(deps-dev): bump @types/koa__router from 12.0.1 to 12.0.2

Bumps [@types/koa__router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa__router) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa__router)

---
updated-dependencies:
- dependency-name: "@types/koa__router"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 04:01:36 +08:00
dependabot[bot] 3b20f748db
chore(deps-dev): bump @types/tough-cookie from 4.0.3 to 4.0.4 (#13583)
* chore(deps-dev): bump @types/tough-cookie from 4.0.3 to 4.0.4

Bumps [@types/tough-cookie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tough-cookie) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tough-cookie)

---
updated-dependencies:
- dependency-name: "@types/tough-cookie"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 04:00:17 +08:00
dependabot[bot] 1d0ed13942
chore(deps-dev): bump @types/mailparser from 3.4.2 to 3.4.3 (#13588)
* chore(deps-dev): bump @types/mailparser from 3.4.2 to 3.4.3

Bumps [@types/mailparser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mailparser) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mailparser)

---
updated-dependencies:
- dependency-name: "@types/mailparser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 03:58:34 +08:00
dependabot[bot] 9fbbe6397f
chore(deps-dev): bump @types/pidusage from 2.0.3 to 2.0.4 (#13582)
* chore(deps-dev): bump @types/pidusage from 2.0.3 to 2.0.4

Bumps [@types/pidusage](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pidusage) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pidusage)

---
updated-dependencies:
- dependency-name: "@types/pidusage"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 03:58:13 +08:00
dependabot[bot] a7db625eef
chore(deps-dev): bump @types/imapflow from 1.0.14 to 1.0.15 (#13581)
* chore(deps-dev): bump @types/imapflow from 1.0.14 to 1.0.15

Bumps [@types/imapflow](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/imapflow) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/imapflow)

---
updated-dependencies:
- dependency-name: "@types/imapflow"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-21 03:57:44 +08:00
dependabot[bot] 2d4420200f
chore(deps-dev): bump @types/koa-static from 4.0.2 to 4.0.3 (#13574)
* chore(deps-dev): bump @types/koa-static from 4.0.2 to 4.0.3

Bumps [@types/koa-static](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-static) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-static)

---
updated-dependencies:
- dependency-name: "@types/koa-static"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 20:05:55 +08:00
dependabot[bot] a4503867ee
chore(deps-dev): bump @types/eslint from 8.44.4 to 8.44.6 (#13570)
* chore(deps-dev): bump @types/eslint from 8.44.4 to 8.44.6

Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 8.44.4 to 8.44.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

---
updated-dependencies:
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 20:05:37 +08:00
dependabot[bot] 3e2412c5c1
chore(deps-dev): bump lint-staged from 15.0.1 to 15.0.2 (#13575)
* chore(deps-dev): bump lint-staged from 15.0.1 to 15.0.2

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.0.1...v15.0.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:42:06 +08:00
dependabot[bot] 5bdbb5d4dd
chore(deps-dev): bump nock from 13.3.4 to 13.3.6 (#13573)
* chore(deps-dev): bump nock from 13.3.4 to 13.3.6

Bumps [nock](https://github.com/nock/nock) from 13.3.4 to 13.3.6.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.3.4...v13.3.6)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:41:35 +08:00
dependabot[bot] f23928a3af
chore(deps-dev): bump @types/tiny-async-pool from 2.0.0 to 2.0.1 (#13576)
* chore(deps-dev): bump @types/tiny-async-pool from 2.0.0 to 2.0.1

Bumps [@types/tiny-async-pool](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tiny-async-pool) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tiny-async-pool)

---
updated-dependencies:
- dependency-name: "@types/tiny-async-pool"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:40:54 +08:00
dependabot[bot] 7eb64ee03e
chore(deps-dev): bump @types/nodemon from 1.19.3 to 1.19.4 (#13569)
* chore(deps-dev): bump @types/nodemon from 1.19.3 to 1.19.4

Bumps [@types/nodemon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemon) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemon)

---
updated-dependencies:
- dependency-name: "@types/nodemon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:31:17 +08:00
dependabot[bot] 2298a5c565
chore(deps-dev): bump @types/koa-mount from 4.0.3 to 4.0.4 (#13577)
* chore(deps-dev): bump @types/koa-mount from 4.0.3 to 4.0.4

Bumps [@types/koa-mount](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-mount) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-mount)

---
updated-dependencies:
- dependency-name: "@types/koa-mount"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:30:40 +08:00
dependabot[bot] 3d007390fa
chore(deps-dev): bump @types/crypto-js from 4.1.2 to 4.1.3 (#13571)
* chore(deps-dev): bump @types/crypto-js from 4.1.2 to 4.1.3

Bumps [@types/crypto-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/crypto-js) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/crypto-js)

---
updated-dependencies:
- dependency-name: "@types/crypto-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:26:37 +08:00
dependabot[bot] 3e2f765ce5
chore(deps-dev): bump @types/koa from 2.13.9 to 2.13.10 (#13572)
* chore(deps-dev): bump @types/koa from 2.13.9 to 2.13.10

Bumps [@types/koa](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa) from 2.13.9 to 2.13.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa)

---
updated-dependencies:
- dependency-name: "@types/koa"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 19:20:35 +08:00
dependabot[bot] a8e65588a7
chore(deps-dev): bump @types/koa-basic-auth from 2.0.4 to 2.0.5 (#13559)
* chore(deps-dev): bump @types/koa-basic-auth from 2.0.4 to 2.0.5

Bumps [@types/koa-basic-auth](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-basic-auth) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-basic-auth)

---
updated-dependencies:
- dependency-name: "@types/koa-basic-auth"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 04:03:57 +00:00
dependabot[bot] 88da591f16
chore(deps-dev): bump @types/lint-staged from 13.2.0 to 13.2.1 (#13562)
* chore(deps-dev): bump @types/lint-staged from 13.2.0 to 13.2.1

Bumps [@types/lint-staged](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lint-staged) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lint-staged)

---
updated-dependencies:
- dependency-name: "@types/lint-staged"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 04:03:17 +00:00
dependabot[bot] 73e465e4bd
chore(deps-dev): bump @types/showdown from 2.0.2 to 2.0.3 (#13554)
* chore(deps-dev): bump @types/showdown from 2.0.2 to 2.0.3

Bumps [@types/showdown](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/showdown) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/showdown)

---
updated-dependencies:
- dependency-name: "@types/showdown"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 04:02:53 +00:00
dependabot[bot] 79c74541a3
chore(deps-dev): bump @types/git-rev-sync from 2.0.0 to 2.0.1 (#13551)
* chore(deps-dev): bump @types/git-rev-sync from 2.0.0 to 2.0.1

Bumps [@types/git-rev-sync](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/git-rev-sync) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/git-rev-sync)

---
updated-dependencies:
- dependency-name: "@types/git-rev-sync"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 03:33:37 +00:00
dependabot[bot] d90e1eeb37
chore(deps-dev): bump @types/koa-favicon from 2.1.1 to 2.1.2 (#13561)
* chore(deps-dev): bump @types/koa-favicon from 2.1.1 to 2.1.2

Bumps [@types/koa-favicon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/koa-favicon) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/koa-favicon)

---
updated-dependencies:
- dependency-name: "@types/koa-favicon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 03:12:25 +00:00
dependabot[bot] c4be9eee0f
chore(deps-dev): bump @types/plist from 3.0.3 to 3.0.4 (#13560)
* chore(deps-dev): bump @types/plist from 3.0.3 to 3.0.4

Bumps [@types/plist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/plist) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/plist)

---
updated-dependencies:
- dependency-name: "@types/plist"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 03:11:08 +00:00
dependabot[bot] 608366ebb0
chore(deps-dev): bump @types/json-bigint from 1.0.2 to 1.0.3 (#13556)
* chore(deps-dev): bump @types/json-bigint from 1.0.2 to 1.0.3

Bumps [@types/json-bigint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-bigint) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json-bigint)

---
updated-dependencies:
- dependency-name: "@types/json-bigint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 22:26:11 +00:00
dependabot[bot] e161e928b2
chore(deps-dev): bump @types/request-promise-native from 1.0.19 to 1.0.20 (#13552)
* chore(deps-dev): bump @types/request-promise-native

Bumps [@types/request-promise-native](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request-promise-native) from 1.0.19 to 1.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request-promise-native)

---
updated-dependencies:
- dependency-name: "@types/request-promise-native"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 22:24:49 +00:00
dependabot[bot] dc0fa0bc6e
chore(deps-dev): bump @types/fs-extra from 11.0.2 to 11.0.3 (#13549)
* chore(deps-dev): bump @types/fs-extra from 11.0.2 to 11.0.3

Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra)

---
updated-dependencies:
- dependency-name: "@types/fs-extra"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 22:24:26 +00:00
dependabot[bot] 81a20351cc
chore(deps-dev): bump @types/supertest from 2.0.14 to 2.0.15 (#13550)
* chore(deps-dev): bump @types/supertest from 2.0.14 to 2.0.15

Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.14 to 2.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supertest)

---
updated-dependencies:
- dependency-name: "@types/supertest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-18 21:53:21 +00:00