From f99d42ab302b4ac190025a8ad78fe4e9af9089fe Mon Sep 17 00:00:00 2001 From: aabidsofi19 Date: Mon, 3 Feb 2025 15:17:36 +0530 Subject: [PATCH] bump deps Signed-off-by: aabidsofi19 --- go.mod | 3 ++- go.sum | 4 ++-- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 7a47822ddc1..7fadb23314e 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,7 @@ module github.com/layer5io/meshery go 1.23.4 +// github.com/layer5io/meshkit v0.8.7 => ../meshkit replace github.com/vektah/gqlparser/v2 => github.com/vektah/gqlparser/v2 v2.5.11 require ( @@ -34,7 +35,7 @@ require ( github.com/jinzhu/copier v0.4.0 github.com/layer5io/gowrk2 v0.6.1 github.com/layer5io/meshery-operator v0.8.1 - github.com/layer5io/meshkit v0.8.7 + github.com/layer5io/meshkit v0.8.9 github.com/layer5io/meshsync v0.8.5 github.com/layer5io/nighthawk-go v1.0.3 github.com/layer5io/service-mesh-performance v0.6.1 diff --git a/go.sum b/go.sum index 8dfd70a0e61..0659309e9ef 100644 --- a/go.sum +++ b/go.sum @@ -1594,8 +1594,8 @@ github.com/layer5io/gowrk2 v0.6.1/go.mod h1:ugxQ23+HwQ8dmZYJd1LScw/TLKbdgfN6OOtg github.com/layer5io/meshery-operator v0.8.1 h1:AP6BTQ8fi5re4+o71vJ3NoQBuwfn+33EIYjabHU0Kxg= github.com/layer5io/meshery-operator v0.8.1/go.mod h1:Wi9ODHppoq8ODtzdfiplWYJXYpqsHOJfkJyTMQeNXk4= github.com/layer5io/meshkit v0.2.7/go.mod h1:QvEKV8wIEOabiFlUgiu+s78GpJTsRpoRw5pgvEX077Y= -github.com/layer5io/meshkit v0.8.7 h1:DJ8ylJC33P1NPlB5aPtH+mpEJm/bP6Wt5ZRYB0bQdOw= -github.com/layer5io/meshkit v0.8.7/go.mod h1:KMUAUXe6Tdl12Zha73/PYps4nQVuVsb2WmjUg0//l2c= +github.com/layer5io/meshkit v0.8.9 h1:fzdyAh55u0yF+4QxR4BnPc+eOjB105iOTzzBRoJYkOU= +github.com/layer5io/meshkit v0.8.9/go.mod h1:cHWdUHroqaGojRvxDsw0AvoncvEWbRfp5n4DcxV5MBg= github.com/layer5io/meshsync v0.8.5 h1:mnRgCxaDJRHZUl/KKRxzg54s084wfxm85DaA4BREXS0= github.com/layer5io/meshsync v0.8.5/go.mod h1:FsAfvQ+9HOjbOeAutrzoHDzAohmmnWpcaDEE0ygfGyg= github.com/layer5io/nighthawk-go v1.0.3 h1:AGhip7TM8FjaDJ58jU/7BoPx+O45S7UNImfw7vC2Z0U= diff --git a/ui/package-lock.json b/ui/package-lock.json index bd96c113ee7..9498acf02e4 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", - "@layer5/sistent": "^0.14.147", + "@layer5/sistent": "^0.14.149", "@material-ui/core": "^4.12.4", "@mui/icons-material": "^5.15.11", "@mui/lab": "^5.0.0-alpha.135", @@ -1410,9 +1410,9 @@ } }, "node_modules/@layer5/sistent": { - "version": "0.14.147", - "resolved": "https://registry.npmjs.org/@layer5/sistent/-/sistent-0.14.147.tgz", - "integrity": "sha512-e4fJvPHqHg6Nbhj5UEzGkC4489Mi9Ojf6WCfOtOmfqHdhRg11pSckNmP30utMAxuZT0v+kfntpgHyGEYN+QbeQ==", + "version": "0.14.149", + "resolved": "https://registry.npmjs.org/@layer5/sistent/-/sistent-0.14.149.tgz", + "integrity": "sha512-++sG9hI+dwJ74It9wCI/tpvUxJp8vfc0hc9TPR69JPWCfep+wGUexDjeVScQIW6TJMBHmPwj4ZLYoKz2E6BS5A==", "dependencies": { "billboard.js": "^3.14.3", "js-yaml": "^4.1.0", diff --git a/ui/package.json b/ui/package.json index ed61477bba8..4ad608efc2e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", - "@layer5/sistent": "^0.14.147", + "@layer5/sistent": "^0.14.149", "@material-ui/core": "^4.12.4", "@mui/icons-material": "^5.15.11", "@mui/lab": "^5.0.0-alpha.135",