chore(deps-dev): bump @types/require-all from 3.0.3 to 3.0.4 (#13431)

* chore(deps-dev): bump @types/require-all from 3.0.3 to 3.0.4

Bumps [@types/require-all](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/require-all) 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/require-all)

---
updated-dependencies:
- dependency-name: "@types/require-all"
  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>
This commit is contained in:
dependabot[bot] 2023-09-28 04:07:30 +00:00 committed by GitHub
parent 4fb44a37df
commit c459ae71f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -174,7 +174,7 @@
"@types/pidusage": "2.0.3",
"@types/plist": "3.0.3",
"@types/request-promise-native": "1.0.19",
"@types/require-all": "3.0.3",
"@types/require-all": "3.0.4",
"@types/showdown": "2.0.2",
"@types/supertest": "2.0.13",
"@types/tiny-async-pool": "2.0.0",

View File

@ -275,8 +275,8 @@ devDependencies:
specifier: 1.0.19
version: 1.0.19
'@types/require-all':
specifier: 3.0.3
version: 3.0.3
specifier: 3.0.4
version: 3.0.4
'@types/showdown':
specifier: 2.0.2
version: 2.0.2
@ -1711,8 +1711,8 @@ packages:
'@types/tough-cookie': 4.0.3
form-data: 2.5.1
/@types/require-all@3.0.3:
resolution: {integrity: sha512-y9IkD6jpxoYD2SNK4CHN2NNSL+6EVtTp26Jg3l1VbBjPdXNaKg5PeclIjdAj8lGxh0Cpur5sHRJPKRa3cPtqgA==}
/@types/require-all@3.0.4:
resolution: {integrity: sha512-huqCdyD1zXN7eFJ6Duj3CrSb9Xxqqs8wT6oIKsBlG5x8/sgMUYQq3l9RTAQiHPOkkhKA5N3XPjMavu5sm3WQQQ==}
dev: true
/@types/responselike@1.0.0: