Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-04-10 13:16:35 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-04-10 13:16:35 +0300
commit15a768f1f798675090ae482840b984a238eee8dc (patch)
treef05872cd311dc3a7b817cfd7daba88dfb0d320f9
parent8e2780bc440f12dad41bed6c275692764ba62d5a (diff)
Update NodeJS dependencies
-rw-r--r--package.json4
-rw-r--r--yarn.lock64
2 files changed, 34 insertions, 34 deletions
diff --git a/package.json b/package.json
index f92b1794..40ba7e01 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
"@docsearch/js": "3",
"@gitlab/fonts": "^1.2.0",
"@gitlab/svgs": "^3.38.0",
- "@gitlab/ui": "^58.8.0",
+ "@gitlab/ui": "^60.0.0",
"@popperjs/core": "^2.11.7",
"algoliasearch": "^4.17.0",
"bootstrap": "^4.6.1",
@@ -59,7 +59,7 @@
"compare-versions": "^5.0.3",
"eslint-plugin-filenames": "^1.3.2",
"front-matter": "^4.0.2",
- "glob": "^9.3.5",
+ "glob": "^10.0.0",
"instantsearch.css": "^8.0.0",
"instantsearch.js": "^4.54.0",
"jquery": "^3.6.4",
diff --git a/yarn.lock b/yarn.lock
index 894e5594..bfccddd4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1247,10 +1247,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.38.0.tgz#5c316bc139b3017eea92bb8d603c7ff26fa9ddb7"
integrity sha512-yDkZnuYDQlBB7Eb7noSHGlNpZE6KgM6kX2zB0bmGdHBY2w4wbnjgCR8INYFblH19QGlIToxoW3rOL9iobu4Puw==
-"@gitlab/ui@^58.8.0":
- version "58.8.0"
- resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-58.8.0.tgz#47662d2266fd6fea3c9dd594614cb594514dc519"
- integrity sha512-pEvZc95FU3kKumd4ipXfSqeyuScgpB8bBPY5hq89sY7XlHNDc6rBpYTVgqvSkGahZ1LKGJWYDgebzMNWPYAswA==
+"@gitlab/ui@^60.0.0":
+ version "60.0.0"
+ resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-60.0.0.tgz#dc5331c9658881487f5fa1e769b4f33572999729"
+ integrity sha512-/2RyNmM/Ji2/hetMbmsbk7p2Ody5dH9/Rp0jryhNeCARxxcFUeUxZbe0Un61k1Tcln6v/IStA05woSUcp257EQ==
dependencies:
"@popperjs/core" "^2.11.2"
bootstrap-vue "2.23.1"
@@ -4015,6 +4015,16 @@ glob-parent@^6.0.2:
dependencies:
is-glob "^4.0.3"
+glob@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
+ integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
+ dependencies:
+ fs.realpath "^1.0.0"
+ minimatch "^9.0.0"
+ minipass "^5.0.0"
+ path-scurry "^1.6.4"
+
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
version "7.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4038,16 +4048,6 @@ glob@^8.0.3, glob@~8.0.3:
minimatch "^5.0.1"
once "^1.3.0"
-glob@^9.3.5:
- version "9.3.5"
- resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
- integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
- dependencies:
- fs.realpath "^1.0.0"
- minimatch "^8.0.2"
- minipass "^4.2.4"
- path-scurry "^1.6.1"
-
global-modules@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
@@ -5471,10 +5471,10 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"
-lru-cache@^7.14.1:
- version "7.18.3"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
- integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
+lru-cache@^9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.0.0.tgz#daece36a9fc332e93f8e75f3fcfd17900253567c"
+ integrity sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==
lunr@^2.3.9:
version "2.3.9"
@@ -5703,10 +5703,10 @@ minimatch@^5.0.1, minimatch@~5.1.2:
dependencies:
brace-expansion "^2.0.1"
-minimatch@^8.0.2:
- version "8.0.2"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.2.tgz#ba35f8afeb255a4cbad4b6677b46132f3278c469"
- integrity sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==
+minimatch@^9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
+ integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
dependencies:
brace-expansion "^2.0.1"
@@ -5724,10 +5724,10 @@ minimist@^1.2.0, minimist@^1.2.6:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
-minipass@^4.0.2, minipass@^4.2.4:
- version "4.2.5"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
- integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
+minipass@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
+ integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
mitt@^2.1.0:
version "2.1.0"
@@ -6015,13 +6015,13 @@ path-parse@^1.0.7:
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
-path-scurry@^1.6.1:
- version "1.6.1"
- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
- integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
+path-scurry@^1.6.4:
+ version "1.6.4"
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
+ integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
dependencies:
- lru-cache "^7.14.1"
- minipass "^4.0.2"
+ lru-cache "^9.0.0"
+ minipass "^5.0.0"
path-type@^4.0.0:
version "4.0.0"