From 5d8634fbf540074242bfb1ff5248f92b77a04b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 04:18:51 +0000 Subject: [PATCH] build(deps): bump json5 from 2.2.0 to 2.2.3 Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 49 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5847160..391ab70 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" @@ -5661,11 +5694,9 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= json5@2.x, json5@^2.1.2: - version "2.2.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" - integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== - dependencies: - minimist "^1.2.5" + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonfile@^4.0.0: version "4.0.0"