Skip to content

Commit b301861

Browse files
build(deps): bump json5 from 2.2.0 to 2.2.3 (#12)
* 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](json5/json5@v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * re-generate yarn.lock.nix file Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleg Lebedev <[email protected]>
1 parent 279eaf6 commit b301861

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

yarn.lock

+3-10
Original file line numberDiff line numberDiff line change
@@ -2182,11 +2182,9 @@ jsesc@^2.5.1:
21822182
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
21832183

21842184
json5@^2.1.2:
2185-
version "2.2.0"
2186-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
2187-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
2188-
dependencies:
2189-
minimist "^1.2.5"
2185+
version "2.2.3"
2186+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
2187+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
21902188

21912189
kleur@^3.0.3:
21922190
version "3.0.3"
@@ -2310,11 +2308,6 @@ minimatch@^5.0.1:
23102308
dependencies:
23112309
brace-expansion "^2.0.1"
23122310

2313-
minimist@^1.2.5:
2314-
version "1.2.5"
2315-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
2316-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
2317-
23182311
minimist@~0.0.1:
23192312
version "0.0.10"
23202313
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

yarn.lock.nix

+6-18
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ self: super: {
4242
4343
4444
45-
45+
4646
4747
4848
];
@@ -3494,18 +3494,15 @@ self: super: {
34943494
};
34953495
};
34963496
"jsesc@^2.5.1" = self."[email protected]";
3497-
"[email protected].0" = self.buildNodeModule {
3497+
"[email protected].3" = self.buildNodeModule {
34983498
id = { scope = ""; name = "json5"; };
3499-
version = "2.2.0";
3499+
version = "2.2.3";
35003500
src = self.fetchurl {
3501-
url = "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz";
3502-
sha1 = "2dfefe720c6ba525d9ebd909950f0515316c89a3";
3501+
url = "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz";
3502+
sha1 = "78cd6f1a19bdc12b73db5ad0c61efd66c1e29283";
35033503
};
3504-
modules = [
3505-
3506-
];
35073504
};
3508-
"json5@^2.1.2" = self."[email protected].0";
3505+
"json5@^2.1.2" = self."[email protected].3";
35093506
"[email protected]" = self.buildNodeModule {
35103507
id = { scope = ""; name = "kleur"; };
35113508
version = "3.0.3";
@@ -3713,15 +3710,6 @@ self: super: {
37133710
sha1 = "de3f98543dbf96082be48ad1a0c7cda836301dcf";
37143711
};
37153712
};
3716-
"[email protected]" = self.buildNodeModule {
3717-
id = { scope = ""; name = "minimist"; };
3718-
version = "1.2.5";
3719-
src = self.fetchurl {
3720-
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz";
3721-
sha1 = "67d66014b66a6a8aaa0c083c5fd58df4e4e97602";
3722-
};
3723-
};
3724-
"minimist@^1.2.5" = self."[email protected]";
37253713
"minimist@~0.0.1" = self."[email protected]";
37263714
"[email protected]" = self.buildNodeModule {
37273715
id = { scope = ""; name = "minipass-collect"; };

0 commit comments

Comments
 (0)