You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2023/04/26 00:59:34 UTC

[skywalking-banyandb] branch main updated: Bump yaml from 2.2.1 to 2.2.2 in /ui (#268)

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

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new f06d586b Bump yaml from 2.2.1 to 2.2.2 in /ui (#268)
f06d586b is described below

commit f06d586b83c88dcd2c5a9e37241945aa47a0ce71
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 26 08:59:30 2023 +0800

    Bump yaml from 2.2.1 to 2.2.2 in /ui (#268)
    
    Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 ui/package-lock.json | 14 +++++++-------
 ui/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index 65f66eb3..3e6b6435 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -20,7 +20,7 @@
         "sass": "^1.54.9",
         "vue": "^3.2.38",
         "vue-router": "^4.1.5",
-        "yaml": "^2.2.1"
+        "yaml": "^2.2.2"
       },
       "devDependencies": {
         "@vitejs/plugin-vue": "^3.0.3",
@@ -1513,9 +1513,9 @@
       "dev": true
     },
     "node_modules/yaml": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
-      "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
+      "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
       "engines": {
         "node": ">= 14"
       }
@@ -2572,9 +2572,9 @@
       "dev": true
     },
     "yaml": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
-      "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw=="
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
+      "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA=="
     },
     "zrender": {
       "version": "5.4.1",
diff --git a/ui/package.json b/ui/package.json
index cde82590..0e8242d1 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -22,7 +22,7 @@
     "sass": "^1.54.9",
     "vue": "^3.2.38",
     "vue-router": "^4.1.5",
-    "yaml": "^2.2.1"
+    "yaml": "^2.2.2"
   },
   "devDependencies": {
     "@vitejs/plugin-vue": "^3.0.3",