Skip to content

Commit b1ffc5d

Browse files
chore(deps): bump json5 from 2.2.0 to 2.2.3 (#388)
* chore(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](json5/json5@v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * test: fix deprecated goreleaser config Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <[email protected]>
1 parent 256e4b8 commit b1ffc5d

File tree

3 files changed

+8
-26
lines changed

3 files changed

+8
-26
lines changed

test/.goreleaser-signing.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ builds:
1414
- linux
1515
- windows
1616
goarch:
17-
- 386
18-
- amd64
17+
- "386"
18+
- "amd64"
1919

2020
archives:
2121
-
22-
replacements:
23-
386: i386
24-
amd64: x86_64
2522
format_overrides:
2623
- goos: windows
2724
format: zip

test/.goreleaser.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ builds:
1414
- linux
1515
- windows
1616
goarch:
17-
- 386
18-
- amd64
17+
- "386"
18+
- "amd64"
1919

2020
archives:
2121
-
22-
replacements:
23-
386: i386
24-
amd64: x86_64
2522
format_overrides:
2623
- goos: windows
2724
format: zip

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,17 +2630,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
26302630
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
26312631
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
26322632

2633-
[email protected], json5@^2.1.2:
2634-
version "2.2.0"
2635-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
2636-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
2637-
dependencies:
2638-
minimist "^1.2.5"
2639-
2640-
json5@^2.2.1:
2641-
version "2.2.1"
2642-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
2643-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
2633+
[email protected], json5@^2.1.2, json5@^2.2.1:
2634+
version "2.2.3"
2635+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
2636+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
26442637

26452638
kleur@^3.0.3:
26462639
version "3.0.3"
@@ -2763,11 +2756,6 @@ minimatch@^3.0.4:
27632756
dependencies:
27642757
brace-expansion "^1.1.7"
27652758

2766-
minimist@^1.2.5:
2767-
version "1.2.6"
2768-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
2769-
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
2770-
27712759
27722760
version "2.1.2"
27732761
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"

0 commit comments

Comments
 (0)