diff --git a/.changeset/renovate-f18a0fc.md b/.changeset/renovate-f18a0fc.md new file mode 100644 index 0000000000..6f17cb8c0f --- /dev/null +++ b/.changeset/renovate-f18a0fc.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Updated dependency `@types/minimatch` to `^5.0.0`. diff --git a/packages/cli/package.json b/packages/cli/package.json index 560139c71a..27b540bff6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -142,7 +142,7 @@ "@types/fs-extra": "^9.0.1", "@types/http-proxy": "^1.17.4", "@types/inquirer": "^8.1.3", - "@types/minimatch": "^3.0.5", + "@types/minimatch": "^5.0.0", "@types/mock-fs": "^4.13.0", "@types/node": "^16.11.26", "@types/npm-packlist": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index bfb3df0eb3..3eb2c0593a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7444,6 +7444,11 @@ resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== +"@types/minimatch@^5.0.0": + version "5.1.0" + resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.0.tgz#c3018161691376002f8a22ebb87f341e0dba3219" + integrity sha512-0RJHq5FqDWo17kdHe+SMDJLfxmLaqHbWnqZ6gNKzDvStUlrmx/eKIY17+ifLS1yybo7X86aUshQMlittDOVNnw== + "@types/minimist@^1.2.0": version "1.2.2" resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"