From c459ae71f7a6f7afeb1f7a67cb9f258814204a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 04:07:30 +0000 Subject: [PATCH] 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] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9e46fb23c..404633ca0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a37e1cec7..63342c924 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: