From 2a91488c2aaa30225152a71879a4de8336c44ec5 Mon Sep 17 00:00:00 2001 From: "www.grogogoll.com" Date: Sat, 29 Oct 2022 07:20:34 +0200 Subject: [PATCH 1/2] Create main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1 @@ + From b6639308e13a462d398862155b40bc879188322c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 00:03:49 +0000 Subject: [PATCH 2/2] Build(deps): Bump json5 from 2.2.1 to 2.2.2 Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2. - [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.1...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c81c9e64a72e..3acc65c03602 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "html-void-elements": "2.0.1", "ignore": "5.2.0", "jest-docblock": "28.1.1", - "json5": "2.2.1", + "json5": "2.2.2", "leven": "4.0.0", "lines-and-columns": "2.0.3", "linguist-languages": "7.21.0", diff --git a/yarn.lock b/yarn.lock index 4145f37c0162..abd3c3362dcc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4537,10 +4537,10 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= -json5@2.2.1, json5@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" - integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== +json5@2.2.2, json5@^2.2.1: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== json5@^1.0.1: version "1.0.1"