You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2024/02/13 14:59:28 UTC

(camel-website) 06/14: chore: upgrade glob-parent to 5.1.2

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 24e200ad4565a964876bb636a4bf45aa1e92c659
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Tue Feb 13 12:31:34 2024 +0100

    chore: upgrade glob-parent to 5.1.2
---
 antora-ui-camel/.pnp.cjs                           |  22 ++-------------------
 ...glob-parent-npm-3.1.0-31416ad085-653d559237.zip | Bin 3584 -> 0 bytes
 ...ath-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip | Bin 3159 -> 0 bytes
 antora-ui-camel/package.json                       |   3 ++-
 antora-ui-camel/yarn.lock                          |  19 +-----------------
 5 files changed, 5 insertions(+), 39 deletions(-)

diff --git a/antora-ui-camel/.pnp.cjs b/antora-ui-camel/.pnp.cjs
index 6cd00caf..eb33dcba 100755
--- a/antora-ui-camel/.pnp.cjs
+++ b/antora-ui-camel/.pnp.cjs
@@ -2340,7 +2340,7 @@ const RAW_RUNTIME_STATE =
           ["async-each", "npm:1.0.3"],\
           ["braces", "npm:2.3.2"],\
           ["fsevents", "patch:fsevents@npm%3A1.2.13#optional!builtin<compat/fsevents>::version=1.2.13&hash=d11327"],\
-          ["glob-parent", "npm:3.1.0"],\
+          ["glob-parent", "npm:5.1.2"],\
           ["inherits", "npm:2.0.4"],\
           ["is-binary-path", "npm:1.0.1"],\
           ["is-glob", "npm:4.0.1"],\
@@ -5568,15 +5568,6 @@ const RAW_RUNTIME_STATE =
       }]\
     ]],\
     ["glob-parent", [\
-      ["npm:3.1.0", {\
-        "packageLocation": "./.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip/node_modules/glob-parent/",\
-        "packageDependencies": [\
-          ["glob-parent", "npm:3.1.0"],\
-          ["is-glob", "npm:3.1.0"],\
-          ["path-dirname", "npm:1.0.2"]\
-        ],\
-        "linkType": "HARD"\
-      }],\
       ["npm:5.1.2", {\
         "packageLocation": "./.yarn/cache/glob-parent-npm-5.1.2-021ab32634-32cd106ce8.zip/node_modules/glob-parent/",\
         "packageDependencies": [\
@@ -5593,7 +5584,7 @@ const RAW_RUNTIME_STATE =
           ["glob-stream", "npm:6.1.0"],\
           ["extend", "npm:3.0.2"],\
           ["glob", "npm:7.1.4"],\
-          ["glob-parent", "npm:3.1.0"],\
+          ["glob-parent", "npm:5.1.2"],\
           ["is-negated-glob", "npm:1.0.0"],\
           ["ordered-read-streams", "npm:1.0.1"],\
           ["pumpify", "npm:1.5.1"],\
@@ -9276,15 +9267,6 @@ const RAW_RUNTIME_STATE =
         "linkType": "HARD"\
       }]\
     ]],\
-    ["path-dirname", [\
-      ["npm:1.0.2", {\
-        "packageLocation": "./.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip/node_modules/path-dirname/",\
-        "packageDependencies": [\
-          ["path-dirname", "npm:1.0.2"]\
-        ],\
-        "linkType": "HARD"\
-      }]\
-    ]],\
     ["path-exists", [\
       ["npm:2.1.0", {\
         "packageLocation": "./.yarn/cache/path-exists-npm-2.1.0-be4aa2cccc-fdb734f1d0.zip/node_modules/path-exists/",\
diff --git a/antora-ui-camel/.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip b/antora-ui-camel/.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip
deleted file mode 100644
index 83a44fbb..00000000
Binary files a/antora-ui-camel/.yarn/cache/glob-parent-npm-3.1.0-31416ad085-653d559237.zip and /dev/null differ
diff --git a/antora-ui-camel/.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip b/antora-ui-camel/.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip
deleted file mode 100644
index e9576b11..00000000
Binary files a/antora-ui-camel/.yarn/cache/path-dirname-npm-1.0.2-d158cba006-0d2f6604ae.zip and /dev/null differ
diff --git a/antora-ui-camel/package.json b/antora-ui-camel/package.json
index c8656afd..b00b642f 100644
--- a/antora-ui-camel/package.json
+++ b/antora-ui-camel/package.json
@@ -82,6 +82,7 @@
   "resolutions": {
     "http-cache-semantics": "4.1.1",
     "nth-check": "2.1.1",
-    "semver-regex": "4.0.5"
+    "semver-regex": "4.0.5",
+    "glob-parent": "5.1.2"
   }
 }
diff --git a/antora-ui-camel/yarn.lock b/antora-ui-camel/yarn.lock
index de21d7ec..2f3c6259 100644
--- a/antora-ui-camel/yarn.lock
+++ b/antora-ui-camel/yarn.lock
@@ -4755,17 +4755,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"glob-parent@npm:^3.1.0":
-  version: 3.1.0
-  resolution: "glob-parent@npm:3.1.0"
-  dependencies:
-    is-glob: "npm:^3.1.0"
-    path-dirname: "npm:^1.0.0"
-  checksum: 10/653d559237e89a11b9934bef3f392ec42335602034c928590544d383ff5ef449f7b12f3cfa539708e74bc0a6c28ab1fe51d663cc07463cdf899ba92afd85a855
-  languageName: node
-  linkType: hard
-
-"glob-parent@npm:^5.0.0, glob-parent@npm:^5.1.2":
+"glob-parent@npm:5.1.2":
   version: 5.1.2
   resolution: "glob-parent@npm:5.1.2"
   dependencies:
@@ -8178,13 +8168,6 @@ __metadata:
   languageName: node
   linkType: hard
 
-"path-dirname@npm:^1.0.0":
-  version: 1.0.2
-  resolution: "path-dirname@npm:1.0.2"
-  checksum: 10/0d2f6604ae05a252a0025318685f290e2764ecf9c5436f203cdacfc8c0b17c24cdedaa449d766beb94ab88cc7fc70a09ec21e7933f31abc2b719180883e5e33f
-  languageName: node
-  linkType: hard
-
 "path-exists@npm:^2.0.0":
   version: 2.1.0
   resolution: "path-exists@npm:2.1.0"