From 7e81c9bdecb0e9bf8929f97adac47a910dd4e7a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:00:42 +0000 Subject: [PATCH] deps: update ConfigHub JS SDK packages --- configboard/app/package-lock.json | 38 +++++++++++------------ configboard/app/package.json | 6 ++-- cost-estimator/app/package-lock.json | 30 +++++++++--------- cost-estimator/app/package.json | 4 +-- fleet-ql/package-lock.json | 30 +++++++++--------- fleet-ql/package.json | 4 +-- pilot-example-addons-manager/package.json | 4 +-- promoter/app/package-lock.json | 38 +++++++++++------------ promoter/app/package.json | 6 ++-- rbac-manager/app/package-lock.json | 38 +++++++++++------------ rbac-manager/app/package.json | 6 ++-- sec-scanner/app/package-lock.json | 38 +++++++++++------------ sec-scanner/app/package.json | 6 ++-- webkit/package-lock.json | 32 +++++++++---------- webkit/package.json | 12 +++---- 15 files changed, 146 insertions(+), 146 deletions(-) diff --git a/configboard/app/package-lock.json b/configboard/app/package-lock.json index 28a1b8d..68f3c73 100644 --- a/configboard/app/package-lock.json +++ b/configboard/app/package-lock.json @@ -8,10 +8,10 @@ "name": "configboard", "version": "0.0.1", "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.5.0", @@ -38,9 +38,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -53,9 +53,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -357,9 +357,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "license": "MIT", "dependencies": { "openapi-fetch": "^0.13.1" @@ -370,21 +370,21 @@ "link": true }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "node_modules/@confighub/rtk-query": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.6.tgz", - "integrity": "sha512-vyoq948gqU9JOAHH8trkuYkdnpQiFgYbEOuo51NDrVWLvWKhYQlAjisdyLdXjIxdzfUWNb6ec7v6tjnTNVFtRA==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.15.tgz", + "integrity": "sha512-32Rx4sDz4594T66jCc5whJfmxcrLyqhgLnqZ+3Z2wa/qhNdYNP4BqXlNaVuN0VbAUj14757UQUXONiSEclPyTQ==", "license": "MIT", "peerDependencies": { "@reduxjs/toolkit": "^2.12.0", diff --git a/configboard/app/package.json b/configboard/app/package.json index fac454b..81530f1 100644 --- a/configboard/app/package.json +++ b/configboard/app/package.json @@ -12,10 +12,10 @@ "test": "vitest run" }, "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.5.0", diff --git a/cost-estimator/app/package-lock.json b/cost-estimator/app/package-lock.json index b576ece..3966ba7 100644 --- a/cost-estimator/app/package-lock.json +++ b/cost-estimator/app/package-lock.json @@ -8,9 +8,9 @@ "name": "cost-estimator-console", "version": "0.1.0", "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", + "@confighub/react-auth": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -32,9 +32,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -47,9 +47,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -351,9 +351,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "license": "MIT", "dependencies": { "openapi-fetch": "^0.13.1" @@ -364,12 +364,12 @@ "link": true }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" diff --git a/cost-estimator/app/package.json b/cost-estimator/app/package.json index 6b74122..aa3c50d 100644 --- a/cost-estimator/app/package.json +++ b/cost-estimator/app/package.json @@ -11,9 +11,9 @@ "test": "vitest run --passWithNoTests" }, "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", + "@confighub/react-auth": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", diff --git a/fleet-ql/package-lock.json b/fleet-ql/package-lock.json index f3cffef..82f6d25 100644 --- a/fleet-ql/package-lock.json +++ b/fleet-ql/package-lock.json @@ -8,9 +8,9 @@ "name": "fleet-ql", "version": "0.1.0", "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../webkit", - "@confighub/react-auth": "^0.4.6", + "@confighub/react-auth": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -32,9 +32,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -47,9 +47,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -351,9 +351,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "license": "MIT", "dependencies": { "openapi-fetch": "^0.13.1" @@ -364,12 +364,12 @@ "link": true }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" diff --git a/fleet-ql/package.json b/fleet-ql/package.json index f27cad2..1c348dd 100644 --- a/fleet-ql/package.json +++ b/fleet-ql/package.json @@ -11,9 +11,9 @@ "test": "vitest run" }, "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../webkit", - "@confighub/react-auth": "^0.4.6", + "@confighub/react-auth": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", diff --git a/pilot-example-addons-manager/package.json b/pilot-example-addons-manager/package.json index 0f4d2bb..f7c06cf 100644 --- a/pilot-example-addons-manager/package.json +++ b/pilot-example-addons-manager/package.json @@ -31,8 +31,8 @@ "verify": "node scripts/verify.mjs && npm test" }, "dependencies": { - "@confighub/react-auth": "^0.4.6", - "@confighub/api": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/api": "^0.4.15", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/promoter/app/package-lock.json b/promoter/app/package-lock.json index e80d4d1..236b9f0 100644 --- a/promoter/app/package-lock.json +++ b/promoter/app/package-lock.json @@ -8,10 +8,10 @@ "name": "promoter", "version": "0.0.1", "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -36,9 +36,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -51,9 +51,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -355,9 +355,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "license": "MIT", "dependencies": { "openapi-fetch": "^0.13.1" @@ -368,21 +368,21 @@ "link": true }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "node_modules/@confighub/rtk-query": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.6.tgz", - "integrity": "sha512-vyoq948gqU9JOAHH8trkuYkdnpQiFgYbEOuo51NDrVWLvWKhYQlAjisdyLdXjIxdzfUWNb6ec7v6tjnTNVFtRA==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.15.tgz", + "integrity": "sha512-32Rx4sDz4594T66jCc5whJfmxcrLyqhgLnqZ+3Z2wa/qhNdYNP4BqXlNaVuN0VbAUj14757UQUXONiSEclPyTQ==", "license": "MIT", "peerDependencies": { "@reduxjs/toolkit": "^2.12.0", diff --git a/promoter/app/package.json b/promoter/app/package.json index c2c4027..61031a6 100644 --- a/promoter/app/package.json +++ b/promoter/app/package.json @@ -11,10 +11,10 @@ "test": "vitest run --passWithNoTests" }, "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", diff --git a/rbac-manager/app/package-lock.json b/rbac-manager/app/package-lock.json index fb03fbb..7152f5a 100644 --- a/rbac-manager/app/package-lock.json +++ b/rbac-manager/app/package-lock.json @@ -8,10 +8,10 @@ "name": "rbac-manager", "version": "0.0.1", "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -38,9 +38,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -53,9 +53,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -357,9 +357,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "license": "MIT", "dependencies": { "openapi-fetch": "^0.13.1" @@ -370,21 +370,21 @@ "link": true }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "node_modules/@confighub/rtk-query": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.6.tgz", - "integrity": "sha512-vyoq948gqU9JOAHH8trkuYkdnpQiFgYbEOuo51NDrVWLvWKhYQlAjisdyLdXjIxdzfUWNb6ec7v6tjnTNVFtRA==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.15.tgz", + "integrity": "sha512-32Rx4sDz4594T66jCc5whJfmxcrLyqhgLnqZ+3Z2wa/qhNdYNP4BqXlNaVuN0VbAUj14757UQUXONiSEclPyTQ==", "license": "MIT", "peerDependencies": { "@reduxjs/toolkit": "^2.12.0", diff --git a/rbac-manager/app/package.json b/rbac-manager/app/package.json index c60580c..f00a160 100644 --- a/rbac-manager/app/package.json +++ b/rbac-manager/app/package.json @@ -11,10 +11,10 @@ "test": "vitest run --passWithNoTests" }, "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", diff --git a/sec-scanner/app/package-lock.json b/sec-scanner/app/package-lock.json index dda7253..d6cbee9 100644 --- a/sec-scanner/app/package-lock.json +++ b/sec-scanner/app/package-lock.json @@ -8,10 +8,10 @@ "name": "sec-scanner", "version": "0.0.1", "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -38,9 +38,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -53,9 +53,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -357,9 +357,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "license": "MIT", "dependencies": { "openapi-fetch": "^0.13.1" @@ -370,21 +370,21 @@ "link": true }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "node_modules/@confighub/rtk-query": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.6.tgz", - "integrity": "sha512-vyoq948gqU9JOAHH8trkuYkdnpQiFgYbEOuo51NDrVWLvWKhYQlAjisdyLdXjIxdzfUWNb6ec7v6tjnTNVFtRA==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.15.tgz", + "integrity": "sha512-32Rx4sDz4594T66jCc5whJfmxcrLyqhgLnqZ+3Z2wa/qhNdYNP4BqXlNaVuN0VbAUj14757UQUXONiSEclPyTQ==", "license": "MIT", "peerDependencies": { "@reduxjs/toolkit": "^2.12.0", diff --git a/sec-scanner/app/package.json b/sec-scanner/app/package.json index 0d21f13..9f83c8e 100644 --- a/sec-scanner/app/package.json +++ b/sec-scanner/app/package.json @@ -11,10 +11,10 @@ "test": "vitest run --passWithNoTests" }, "dependencies": { - "@confighub/api": "^0.4.6", + "@confighub/api": "^0.4.15", "@confighub/examples-webkit": "file:../../webkit", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", diff --git a/webkit/package-lock.json b/webkit/package-lock.json index d6567c9..c1b1126 100644 --- a/webkit/package-lock.json +++ b/webkit/package-lock.json @@ -9,9 +9,9 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8", @@ -24,9 +24,9 @@ "vitest": "^2.1.9" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -190,9 +190,9 @@ } }, "node_modules/@confighub/api": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.6.tgz", - "integrity": "sha512-eWv7V2IVv/XRZRmxLL5GJi1l31SEk95eZbAK8RuPRQBczyChaRyqAlM59iIORN140AgcfyfEoBtDVj2Zn11G8w==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/api/-/api-0.4.15.tgz", + "integrity": "sha512-ycPlPLq7KSjd3ck50XHCyQ5AI5tCYJgZ9sHAQwtNrnymMXSEpfKnaujTokfw7nPAorNalTNv2kjumKUid7DVyw==", "dev": true, "license": "MIT", "dependencies": { @@ -200,22 +200,22 @@ } }, "node_modules/@confighub/react-auth": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.6.tgz", - "integrity": "sha512-f3AQdLzasK6WKWyH2KRP5pA8KSlswd2tPlzQIDtvB+ZIqVPUpug5yXIm4cbOWHea507iaKUpS/qIGwVZRjwkWg==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/react-auth/-/react-auth-0.4.15.tgz", + "integrity": "sha512-8w9hr5alM8m5oj2FZ32FrYyPZ5WWuxmCMjaUXYe9RmyEJPeGlzEU2uMrRU4WbLgTITkDH9HFZu9Wu/fqQV0+uw==", "dev": true, "license": "MIT", "dependencies": { - "@confighub/api": "^0.4.6" + "@confighub/api": "^0.4.15" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "node_modules/@confighub/rtk-query": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.6.tgz", - "integrity": "sha512-vyoq948gqU9JOAHH8trkuYkdnpQiFgYbEOuo51NDrVWLvWKhYQlAjisdyLdXjIxdzfUWNb6ec7v6tjnTNVFtRA==", + "version": "0.4.15", + "resolved": "https://registry.npmjs.org/@confighub/rtk-query/-/rtk-query-0.4.15.tgz", + "integrity": "sha512-32Rx4sDz4594T66jCc5whJfmxcrLyqhgLnqZ+3Z2wa/qhNdYNP4BqXlNaVuN0VbAUj14757UQUXONiSEclPyTQ==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/webkit/package.json b/webkit/package.json index d40026d..1ad0c1a 100644 --- a/webkit/package.json +++ b/webkit/package.json @@ -18,9 +18,9 @@ "test": "vitest run" }, "peerDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@mui/material": "^6.4.8", "react": "^18.3.1" }, @@ -33,9 +33,9 @@ } }, "devDependencies": { - "@confighub/api": "^0.4.6", - "@confighub/react-auth": "^0.4.6", - "@confighub/rtk-query": "^0.4.6", + "@confighub/api": "^0.4.15", + "@confighub/react-auth": "^0.4.15", + "@confighub/rtk-query": "^0.4.15", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^6.4.8",