Skip to content

Commit d15af78

Browse files
chore(deps): update dependency @types/json5 to v2
1 parent ed4dc8c commit d15af78

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/jest": "^26.0.16",
3333
"@types/js-yaml": "^3.12.1",
3434
"@types/jsdom": "^16.2.5",
35-
"@types/json5": "^0.0.30",
35+
"@types/json5": "^2.0.0",
3636
"@types/memory-fs": "^0.3.2",
3737
"@types/node": "^14.14.10",
3838
"@types/webpack": "^4.41.26",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -816,10 +816,12 @@
816816
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
817817
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
818818

819-
"@types/json5@^0.0.30":
820-
version "0.0.30"
821-
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.30.tgz#44cb52f32a809734ca562e685c6473b5754a7818"
822-
integrity sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==
819+
"@types/json5@^2.0.0":
820+
version "2.2.0"
821+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-2.2.0.tgz#afff29abf9182a7d4a7e39105ca051f11c603d13"
822+
integrity sha512-NrVug5woqbvNZ0WX+Gv4R+L4TGddtmFek2u8RtccAgFZWtS9QXF2xCXY22/M4nzkaKF0q9Fc6M/5rxLDhfwc/A==
823+
dependencies:
824+
json5 "*"
823825

824826
"@types/memory-fs@^0.3.2":
825827
version "0.3.2"
@@ -5320,6 +5322,11 @@ json3@^3.3.3:
53205322
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
53215323
integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==
53225324

5325+
json5@*:
5326+
version "2.2.3"
5327+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
5328+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
5329+
53235330
[email protected], json5@^2.1.1, json5@^2.1.2:
53245331
version "2.2.0"
53255332
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"

0 commit comments

Comments
 (0)