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 Bot <gitlab-bot@gitlab.com>2021-03-08 03:18:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-08 03:18:14 +0300
commit710a57cc375a671f93234319b5625008300571c4 (patch)
treefcb6e9ee7adae3db62bf73c0863ce302fedc000f
parent1714d4c4028f807b83d0baee96dcce0dd6c723ac (diff)
Update NodeJS dependencies
-rw-r--r--package.json6
-rw-r--r--yarn.lock24
2 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json
index 534e9f60..ff3ed5d1 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.8",
- "@babel/preset-env": "^7.13.8",
+ "@babel/preset-env": "^7.13.9",
"@gitlab/eslint-plugin": "^8.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
@@ -34,8 +34,8 @@
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
- "@gitlab/svgs": "^1.183.0",
- "@gitlab/ui": "^27.14.0",
+ "@gitlab/svgs": "^1.184.0",
+ "@gitlab/ui": "^27.15.0",
"@tnir/instantsearch.js": "4.13.2-q.1",
"algoliasearch": "4.8.5",
"bootstrap": "^4.6.0",
diff --git a/yarn.lock b/yarn.lock
index 4e7d38b1..174bc53f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -824,10 +824,10 @@
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
"@babel/helper-plugin-utils" "^7.12.13"
-"@babel/preset-env@^7.13.8":
- version "7.13.8"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.8.tgz#1133d7ae806d6bf981b7a1a49e336d4d88db1953"
- integrity sha512-Sso1xOpV4S3ofnxW2DsWTE5ziRk62jEAKLGuQ+EJHC+YHTbFG38QUTixO3JVa1cYET9gkJhO1pMu+/+2dDhKvw==
+"@babel/preset-env@^7.13.9":
+ version "7.13.9"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
+ integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
dependencies:
"@babel/compat-data" "^7.13.8"
"@babel/helper-compilation-targets" "^7.13.8"
@@ -998,15 +998,15 @@
eslint-plugin-vue "^7.5.0"
vue-eslint-parser "^7.0.0"
-"@gitlab/svgs@^1.183.0":
- version "1.183.0"
- resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.183.0.tgz#58a3f49d2355531bfc073f35cbd71855b4a0f9da"
- integrity sha512-cOcFlgmTkRhfljT+0arKFtkYMLFMXLk0q74WtMqb9YFRtuPmthqfH0zZd47XZ2yFTSvbEJfcyAXXrPIuX8f8Rg==
+"@gitlab/svgs@^1.184.0":
+ version "1.184.0"
+ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.184.0.tgz#7fe90309999b987362eb1649aa91df24748d3df1"
+ integrity sha512-K8r5jhnjWR4347j2ADFek7yLgs+MDGqm9cjvwT04aa1vSfhvheLqyKGUy1yz8v7RzXC0Mev6+RT1AbK7m6Ay+w==
-"@gitlab/ui@^27.14.0":
- version "27.14.0"
- resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-27.14.0.tgz#f80c11df3650380f66aa763867afa32d1901d407"
- integrity sha512-cQaMN4pjcV0lCic3w1eiZUru9kV8XHwI3ZRT3LOWoBRQEbK0r3qv71SNKzEGDOtVPYq+WBl0/PRDlThk9H+CAg==
+"@gitlab/ui@^27.15.0":
+ version "27.15.0"
+ resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-27.15.0.tgz#79fde9dd314f45aa4c061dc1bee8254f1101f79d"
+ integrity sha512-xkEu/ewbcGkqHcbS7LdQoygKPpt2hUFgFHTOJ2VirgnA810/wvb5N7MrwQvKX2dy8kAdGwIbYyOZQXt3DIKzYA==
dependencies:
"@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0"