This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 0ab9f8d74ef86b28b88a585df8d3ae074ba7a444
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Tue Jan 30 16:37:18 2024 +0100

    chore: update json5 to 2.2.3
---
 .pnp.cjs                                              |  13 ++++++-------
 .yarn/cache/json5-npm-2.2.0-da49dc7cb5-d72ea87423.zip | Bin 63125 -> 0 bytes
 .yarn/cache/json5-npm-2.2.3-9962c55073-1db67b853f.zip | Bin 0 -> 60338 bytes
 yarn.lock                                             |   8 +++-----
 4 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/.pnp.cjs b/.pnp.cjs
index 8997b9ef..55a92e08 100755
--- a/.pnp.cjs
+++ b/.pnp.cjs
@@ -355,7 +355,7 @@ const RAW_RUNTIME_STATE =
           ["@iarna/toml", "npm:2.2.5"],\
           ["convict", "npm:6.2.4"],\
           ["js-yaml", "npm:4.1.0"],\
-          ["json5", "npm:2.2.0"]\
+          ["json5", "npm:2.2.3"]\
         ],\
         "linkType": "HARD"\
       }]\
@@ -772,7 +772,7 @@ const RAW_RUNTIME_STATE =
           ["@djencks/antora-aggregate-collector", "npm:0.1.0-beta.1"],\
           ["@iarna/toml", "npm:2.2.5"],\
           ["js-yaml", "npm:4.1.0"],\
-          ["json5", "npm:2.2.0"],\
+          ["json5", "npm:2.2.3"],\
           ["picomatch", "npm:2.3.1"]\
         ],\
         "linkType": "HARD"\
@@ -845,7 +845,7 @@ const RAW_RUNTIME_STATE =
           ["@antora/user-require-helper", "npm:2.0.0"],\
           ["@djencks/asciidoctor-report-support", "npm:0.1.3-rc.2"],\
           ["@iarna/toml", "npm:2.2.5"],\
-          ["json5", "npm:2.2.0"],\
+          ["json5", "npm:2.2.3"],\
           ["jsonpath", "npm:1.1.1"],\
           ["yaml", "npm:2.3.4"]\
         ],\
@@ -13591,11 +13591,10 @@ const RAW_RUNTIME_STATE =
       }]\
     ]],\
     ["json5", [\
-      ["npm:2.2.0", {\
-        "packageLocation": 
"./.yarn/cache/json5-npm-2.2.0-da49dc7cb5-d72ea87423.zip/node_modules/json5/",\
+      ["npm:2.2.3", {\
+        "packageLocation": 
"./.yarn/cache/json5-npm-2.2.3-9962c55073-1db67b853f.zip/node_modules/json5/",\
         "packageDependencies": [\
-          ["json5", "npm:2.2.0"],\
-          ["minimist", "npm:1.2.8"]\
+          ["json5", "npm:2.2.3"]\
         ],\
         "linkType": "HARD"\
       }]\
diff --git a/.yarn/cache/json5-npm-2.2.0-da49dc7cb5-d72ea87423.zip 
b/.yarn/cache/json5-npm-2.2.0-da49dc7cb5-d72ea87423.zip
deleted file mode 100644
index 9642fe22..00000000
Binary files a/.yarn/cache/json5-npm-2.2.0-da49dc7cb5-d72ea87423.zip and 
/dev/null differ
diff --git a/.yarn/cache/json5-npm-2.2.3-9962c55073-1db67b853f.zip 
b/.yarn/cache/json5-npm-2.2.3-9962c55073-1db67b853f.zip
new file mode 100644
index 00000000..96e99366
Binary files /dev/null and 
b/.yarn/cache/json5-npm-2.2.3-9962c55073-1db67b853f.zip differ
diff --git a/yarn.lock b/yarn.lock
index 278e7214..3878d732 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -12263,13 +12263,11 @@ __metadata:
   linkType: hard
 
 "json5@npm:^2.2.0, json5@npm:~2.2":
-  version: 2.2.0
-  resolution: "json5@npm:2.2.0"
-  dependencies:
-    minimist: "npm:^1.2.5"
+  version: 2.2.3
+  resolution: "json5@npm:2.2.3"
   bin:
     json5: lib/cli.js
-  checksum: 
d72ea87423a250c7912e4f28fc489d210a7becbae38e6d1d82efd02b5fe1cd1b61a3a9eacd21771fb50c3fa975e262af3df975b43f20b64b0e77af793c1d44aa
+  checksum: 
1db67b853ff0de3534085d630691d3247de53a2ed1390ba0ddff681ea43e9b3e30ecbdb65c5e9aab49435e44059c23dbd6fee8ee619419ba37465bb0dd7135da
   languageName: node
   linkType: hard
 

Reply via email to