From ee898e13c8e52317ea8dda0b3798808921e76b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:48:37 +0000 Subject: [PATCH] build(deps): bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 49 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5847160..06ae69e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1566,12 +1566,45 @@ "@octokit/openapi-types" "^10.2.2" "@percolate/eslint-plugin@link:./pkgs/eslint-plugin": - version "0.0.0" - uid "" + version "1.1.19" + dependencies: + "@typescript-eslint/eslint-plugin" "2.7.0" + "@typescript-eslint/parser" "2.7.0" + eslint-import-resolver-node "0.3.2" + eslint-plugin-eslint-comments "3.1.2" + eslint-plugin-filenames "1.3.2" + eslint-plugin-import "2.18.2" + eslint-plugin-lodash "6.0.0" + eslint-plugin-react "7.16.0" + eslint-plugin-react-hooks "2.2.0" + eslint-plugin-simple-import-sort "7.0.0" + html-tags "3.1.0" "@percolate/kona@link:./pkgs/kona": - version "0.0.0" - uid "" + version "3.4.11" + dependencies: + "@commitlint/config-conventional" "12.1.1" + "@commitlint/format" "12.1.1" + "@commitlint/lint" "12.1.1" + "@commitlint/load" "12.1.1" + "@percolate/cli-utils" "0.1.17" + commitizen "4.2.4" + fast-glob "3.2.5" + find-up "4.1.0" + husky "3.0.9" + jest "26.6.3" + jest-junit "10.0.0" + jest-watch-typeahead "0.5.0" + lcov-parse "1.0.0" + lodash.clonedeep "4.5.0" + lodash.isequal "4.5.0" + lodash.template "4.5.0" + lodash.uniq "4.5.0" + micromatch "4.0.2" + p-map "4.0.0" + parse-diff "0.7.1" + yargs "16.2.0" + yarn-deduplicate "1.1.1" "@sentry/cli@1.49.0": version "1.49.0" @@ -2813,7 +2846,7 @@ component-emitter@^1.2.1: concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== concat-stream@^1.5.0: version "1.6.2" @@ -6192,9 +6225,9 @@ min-indent@^1.0.0: integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7"