diff --git a/.yarn/plugins/@yarnpkg/plugin-backstage.cjs b/.yarn/plugins/@yarnpkg/plugin-backstage.cjs index 35e651e58..77fafe5d9 100644 --- a/.yarn/plugins/@yarnpkg/plugin-backstage.cjs +++ b/.yarn/plugins/@yarnpkg/plugin-backstage.cjs @@ -3,7 +3,7 @@ module.exports = { name: "@yarnpkg/plugin-backstage", factory: function (require) { -"use strict";var plugin=(()=>{var V=Object.create;var m=Object.defineProperty;var A=Object.getOwnPropertyDescriptor;var U=Object.getOwnPropertyNames;var j=Object.getPrototypeOf,C=Object.prototype.hasOwnProperty;var M=(e,t,r)=>t in e?m(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var p=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var F=(e,t)=>{for(var r in t)m(e,r,{get:t[r],enumerable:!0})},B=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of U(t))!C.call(e,n)&&n!==r&&m(e,n,{get:()=>t[n],enumerable:!(o=A(t,n))||o.enumerable});return e};var G=(e,t,r)=>(r=e!=null?V(j(e)):{},B(t||!e||!e.__esModule?m(r,"default",{value:e,enumerable:!0}):r,e)),W=e=>B(m({},"__esModule",{value:!0}),e);var E=(e,t,r)=>(M(e,typeof t!="symbol"?t+"":t,r),r);var ee={};F(ee,{default:()=>Z});var R=p("@yarnpkg/core");var w=p("@yarnpkg/core");var f=p("@yarnpkg/core"),l=p("@yarnpkg/fslib"),L=p("semver");var h=G(p("fs")),c=p("path");function D(e,t){let r=e;for(let o=0;o<1e3;o++){let n=(0,c.resolve)(r,"package.json");if(h.default.existsSync(n)&&t(n))return r;let a=(0,c.dirname)(r);if(a===r)return;r=a}throw new Error(`Iteration limit reached when searching for root package.json at ${e}`)}function _(e){let t=D(e,()=>!0);if(!t)throw new Error(`No package.json found while searching for package root of ${e}`);return t}function I(e){if(!h.default.existsSync((0,c.resolve)(e,"src")))throw new Error("Tried to access monorepo package root dir outside of Backstage repository");return(0,c.resolve)(e,"../..")}function P(e){let t=_(e),r=h.default.realpathSync(process.cwd()).replace(/^[a-z]:/,i=>i.toLocaleUpperCase("en-US")),o="",n=()=>(o||(o=I(t)),o),s="",a=()=>(s||(s=D(r,i=>{try{let u=h.default.readFileSync(i,"utf8"),S=JSON.parse(u);return Boolean(S.workspaces)}catch(u){throw new Error(`Failed to parse package.json file while searching for root, ${u}`)}})??r),s);return{ownDir:t,get ownRoot(){return n()},targetDir:r,get targetRoot(){return a()},resolveOwn:(...i)=>(0,c.resolve)(t,...i),resolveOwnRoot:(...i)=>(0,c.resolve)(n(),...i),resolveTarget:(...i)=>(0,c.resolve)(r,...i),resolveTargetRoot:(...i)=>(0,c.resolve)(a(),...i)}}var b="backstage.json";var N="https://versions.backstage.io",J="https://raw.githubusercontent.com/backstage/versions/main";function H(e,t){return new Promise((r,o)=>{let n=setTimeout(()=>{t.aborted||r()},e);t.addEventListener("abort",()=>{clearTimeout(n),o(new Error("Aborted"))})})}async function K(e,t,r){let o=new AbortController,n=new AbortController,s=e(o.signal).then(i=>(n.abort(),i)),a=H(r,n.signal).then(()=>t(n.signal)).then(i=>(o.abort(),i));return Promise.any([s,a]).catch(()=>s)}async function x(e){let t=encodeURIComponent(e.version),r=e.fetch??fetch,o=await K(n=>r(`${N}/v1/releases/${t}/manifest.json`,{signal:n}),n=>r(`${J}/v1/releases/${t}/manifest.json`,{signal:n}),500);if(o.status===404)throw new Error(`No release found for ${e.version} version`);if(o.status!==200)throw new Error(`Unexpected response status ${o.status} when fetching release from ${o.url}.`);return o.json()}var g="backstage:";var v=()=>{let e=l.ppath.resolve(P(l.ppath.cwd()).targetRoot),t=l.xfs.readJsonSync(l.ppath.join(e,b)),r=(0,L.valid)(t.version);if(r===null)throw new Error("Valid version string not found in backstage.json");return r},y=(e,t)=>f.structUtils.bindDescriptor(e,{v:t}),d=async(e,t)=>{let r=f.structUtils.stringifyIdent(e),o=f.structUtils.parseRange(e.range);if(o.protocol!==g)throw new Error(`Unsupported version protocol in version range "${e.range}" for package ${r}`);if(o.selector!=="^")throw new Error(`Unexpected version selector "${o.selector}" for package ${r}`);if(!o.params?.v)throw new Error(`Missing Backstage version parameter in range "${e.range}" for package ${r}`);if(Array.isArray(o.params.v))throw new Error(`Multiple Backstage versions specified in range "${e.range}" for package ${r}`);let s=(await x({version:o.params.v,fetch:async a=>{let i=await f.httpUtils.get(a,{configuration:t,jsonResponse:!0});return{status:200,url:a,json:()=>i}}})).packages.find(a=>a.name===r);if(!s)throw new Error(`Package ${r} not found in manifest for Backstage v${o.selector}. This means the specified package is not included in this Backstage release. This may imply the package has been replaced with an alternative - please review the documentation for the package. If you need to continue using this package, it will be necessary to switch to manually managing its version.`);return s.version};var q=e=>w.structUtils.parseRange(e).protocol===g,z=(e,t,r)=>e!=="dependencies"?e:r.manifest.ensureDependencyMeta(w.structUtils.makeDescriptor(t,"unknown")).optional?"optionalDependencies":e,T=async(e,t)=>{let r=v();for(let o of["dependencies","devDependencies"]){let n=Array.from(e.manifest.getForScope(o).values()).filter(s=>s.range.startsWith(g));for(let s of n){let a=w.structUtils.stringifyIdent(s);if(w.structUtils.parseRange(s.range).selector!=="^")throw new Error(`Unexpected version range "${s.range}" for dependency on "${a}"`);let u=z(o,s,e);t[u][a]=`^${await d(y(s,r),e.project.configuration)}`}}if(["dependencies","devDependencies","optionalDependencies"].some(o=>Object.values(t[o]??{}).some(q)))throw new Error(`Failed to replace all "backstage:" ranges in manifest for ${t.name}`)};var $=p("@yarnpkg/core");var O=class{supportsDescriptor=t=>t.range.startsWith(O.protocol);shouldPersistResolution=()=>!0;bindDescriptor(t){return t.range==="backstage:^"?y(t,v()):t}async getCandidates(t,r,o){return[$.structUtils.makeLocator(t,`npm:${await d(t,o.project.configuration)}`)]}async getSatisfying(t,r,o,n){let s=await d(t,n.project.configuration);return{locators:o.filter(a=>$.structUtils.areIdentsEqual(t,a)&&a.reference===`npm:${s}`),sorted:!0}}supportsLocator=()=>!1;getResolutionDependencies=()=>({});async resolve(){throw new Error("Unreachable")}},k=O;E(k,"protocol",g);var Y="\x1B[31;1m",Q="\x1B[0m";R.semverUtils.satisfiesWithPrereleases(R.YarnVersion,"^4.1.1")||(console.error(),console.error(`${Y}Unsupported yarn version${Q}: The Backstage yarn plugin only works with yarn ^4.1.1. Please upgrade yarn, or remove this plugin with "yarn plugin remove @yarnpkg/plugin-backstage".`),console.error());var X={hooks:{beforeWorkspacePacking:T},resolvers:[k]},Z=X;return W(ee);})(); +"use strict";var plugin=(()=>{var V=Object.create;var w=Object.defineProperty;var A=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,F=Object.prototype.hasOwnProperty;var c=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+e+'" is not supported')});var W=(e,t)=>{for(var r in t)w(e,r,{get:t[r],enumerable:!0})},$=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of C(t))!F.call(e,o)&&o!==r&&w(e,o,{get:()=>t[o],enumerable:!(n=A(t,o))||n.enumerable});return e};var B=(e,t,r)=>(r=e!=null?V(M(e)):{},$(t||!e||!e.__esModule?w(r,"default",{value:e,enumerable:!0}):r,e)),G=e=>$(w({},"__esModule",{value:!0}),e);var ee={};W(ee,{default:()=>Z});var y=c("@yarnpkg/core");var d=c("@yarnpkg/core");var m=c("@yarnpkg/core");var _="https://versions.backstage.io",I="https://raw.githubusercontent.com/backstage/versions/main";function N(e,t){return new Promise((r,n)=>{let o=setTimeout(()=>{t.aborted||r()},e);t.addEventListener("abort",()=>{clearTimeout(o),n(new Error("Aborted"))})})}async function J(e,t,r){let n=new AbortController,o=new AbortController,a=e(n.signal).then(s=>(o.abort(),s)),i=N(r,o.signal).then(()=>t(o.signal)).then(s=>(n.abort(),s));return Promise.any([a,i]).catch(()=>a)}async function v(e){let t=encodeURIComponent(e.version),r=e.fetch??fetch,n=await J(o=>r(`${_}/v1/releases/${t}/manifest.json`,{signal:o}),o=>r(`${I}/v1/releases/${t}/manifest.json`,{signal:o}),500);if(n.status===404)throw new Error(`No release found for ${e.version} version`);if(n.status!==200)throw new Error(`Unexpected response status ${n.status} when fetching release from ${n.url}.`);return n.json()}var f="backstage:";var S=B(c("assert")),j=c("semver"),k=c("@yarnpkg/fslib");var l=B(c("fs")),p=c("path");function E(e,t){let r=e;for(let n=0;n<1e3;n++){let o=(0,p.resolve)(r,"package.json");if(l.default.existsSync(o)&&t(o))return r;let i=(0,p.dirname)(r);if(i===r)return;r=i}throw new Error(`Iteration limit reached when searching for root package.json at ${e}`)}function H(e){let t=E(e,()=>!0);if(!t)throw new Error(`No package.json found while searching for package root of ${e}`);return t}function z(e){if(!l.default.existsSync((0,p.resolve)(e,"src")))throw new Error("Tried to access monorepo package root dir outside of Backstage repository");return(0,p.resolve)(e,"../..")}function R(e){let t=H(e),r=l.default.realpathSync(process.cwd()).replace(/^[a-z]:/,s=>s.toLocaleUpperCase("en-US")),n="",o=()=>(n||(n=z(t)),n),a="",i=()=>(a||(a=E(r,s=>{try{let g=l.default.readFileSync(s,"utf8"),U=JSON.parse(g);return Boolean(U.workspaces)}catch(g){throw new Error(`Failed to parse package.json file while searching for root, ${g}`)}})??r),a);return{ownDir:t,get ownRoot(){return o()},targetDir:r,get targetRoot(){return i()},resolveOwn:(...s)=>(0,p.resolve)(t,...s),resolveOwnRoot:(...s)=>(0,p.resolve)(o(),...s),resolveTarget:(...s)=>(0,p.resolve)(r,...s),resolveTargetRoot:(...s)=>(0,p.resolve)(i(),...s)}}var P="backstage.json";var T=e=>{let t=!1,r;return()=>(t||(r=e(),t=!0),r)};var u=c("@yarnpkg/fslib");var D=()=>u.npath.toPortablePath(R(u.npath.fromPortablePath(u.ppath.cwd())).targetRoot);var L=T(()=>{let e=k.ppath.join(D(),P),t=null;try{t=(0,j.valid)(k.xfs.readJsonSync(e).version),(0,S.default)(t!==null)}catch{throw new Error("Valid version string not found in backstage.json")}return t});var h=async(e,t)=>{let r=m.structUtils.stringifyIdent(e),n=m.structUtils.parseRange(e.range);if(n.protocol!==f)throw new Error(`Unsupported version protocol in version range "${e.range}" for package ${r}`);if(n.selector!=="^")throw new Error(`Unexpected version selector "${n.selector}" for package ${r}`);let o=L(),i=(await v({version:o,fetch:async s=>{let g=await m.httpUtils.get(s,{configuration:t,jsonResponse:!0});return{status:200,url:s,json:()=>g}}})).packages.find(s=>s.name===r);if(!i)throw new Error(`Package ${r} not found in manifest for Backstage v${o}. This means the specified package is not included in this Backstage release. This may imply the package has been replaced with an alternative - please review the documentation for the package. If you need to continue using this package, it will be necessary to switch to manually managing its version.`);return i.version};var K=e=>d.structUtils.parseRange(e).protocol===f,Y=(e,t,r)=>e!=="dependencies"?e:r.manifest.ensureDependencyMeta(d.structUtils.makeDescriptor(t,"unknown")).optional?"optionalDependencies":e,x=async(e,t)=>{for(let r of["dependencies","devDependencies"]){let n=Array.from(e.manifest.getForScope(r).values()).filter(o=>o.range.startsWith(f));for(let o of n){let a=d.structUtils.stringifyIdent(o);if(d.structUtils.parseRange(o.range).selector!=="^")throw new Error(`Unexpected version range "${o.range}" for dependency on "${a}"`);let s=Y(r,o,e);t[s][a]=`^${await h(o,e.project.configuration)}`}}if(["dependencies","devDependencies","optionalDependencies"].some(r=>Object.values(t[r]??{}).some(K)))throw new Error(`Failed to replace all "backstage:" ranges in manifest for ${t.name}`)};var b=c("@yarnpkg/core");var O=async(e,t)=>b.structUtils.parseRange(e.range).protocol===f?b.structUtils.makeDescriptor(e,`npm:^${await h(e,t.configuration)}`):e;var q="\x1B[31;1m",Q="\x1B[0m";y.semverUtils.satisfiesWithPrereleases(y.YarnVersion,"^4.1.1")||(console.error(),console.error(`${q}Unsupported yarn version${Q}: The Backstage yarn plugin only works with yarn ^4.1.1. Please upgrade yarn, or remove this plugin with "yarn plugin remove @yarnpkg/plugin-backstage".`),console.error());var X={hooks:{reduceDependency:O,beforeWorkspacePacking:x}},Z=X;return G(ee);})(); return plugin; } }; diff --git a/.yarnrc.yml b/.yarnrc.yml index 4d355591c..09f1d7eea 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -5,8 +5,8 @@ enableGlobalCache: false nodeLinker: node-modules plugins: - - checksum: 11dfd309345f75c4a3cc224b0a76d11d501f3ecce75084f94da5191429daf43c223eefc35490e67a8e18c5f9f5fe3c53d462fba5ff374b846edd1a84ed10b181 + - checksum: 254c816a15098e2a0b414345caf9144409fbf6a63da7ec8ec8d3454aa1d2edfbbc32cd264d8c464b7ec4aca7809c690848a7c1191b5f8167dec81dbdf6107b01 path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs - spec: 'https://versions.backstage.io/v1/releases/1.34.0-next.2/yarn-plugin' + spec: 'https://versions.backstage.io/v1/releases/1.34.0/yarn-plugin' yarnPath: .yarn/releases/yarn-4.5.0.cjs diff --git a/backstage.json b/backstage.json index 3f3b4b1a4..f477809ff 100644 --- a/backstage.json +++ b/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.34.0-next.2" + "version": "1.34.0" } diff --git a/yarn.lock b/yarn.lock index 1e2c05127..2482aa24c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3496,15 +3496,15 @@ __metadata: languageName: node linkType: hard -"@backstage/app-defaults@backstage:^::v=1.34.0-next.2": - version: 1.5.15-next.2 - resolution: "@backstage/app-defaults@npm:1.5.15-next.2" - dependencies: - "@backstage/core-app-api": "npm:1.15.3-next.1" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/theme": "npm:0.6.3-next.0" +"@backstage/app-defaults@npm:^1.5.15": + version: 1.5.15 + resolution: "@backstage/app-defaults@npm:1.5.15" + dependencies: + "@backstage/core-app-api": "npm:^1.15.3" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/plugin-permission-react": "npm:^0.4.29" + "@backstage/theme": "npm:^0.6.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -3515,22 +3515,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/2c692575294c09c008642cfcb4983b8befc805458f7f8e5456e4cdd921b6a5570bb5106e36c58e163ed80594a176ba2a8b4fc95409b5e90e6dc87106394fcf11 + checksum: 10/1302b723b7c93af590974268d92159fb822d936a8353f63f63e69e9d84fadcfb8bd21e9e9b86db098aa0d4c80d7dd6aac7172a201dff6db01f08945be0d6d238 languageName: node linkType: hard -"@backstage/backend-app-api@npm:1.1.0-next.2": - version: 1.1.0-next.2 - resolution: "@backstage/backend-app-api@npm:1.1.0-next.2" +"@backstage/backend-app-api@npm:^1.1.0": + version: 1.1.0 + resolution: "@backstage/backend-app-api@npm:1.1.0" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/cli-common": "npm:0.1.15" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/config-loader": "npm:1.9.3-next.1" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/cli-common": "npm:^0.1.15" + "@backstage/config": "npm:^1.3.1" + "@backstage/config-loader": "npm:^1.9.3" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/types": "npm:^1.2.0" "@manypkg/get-packages": "npm:^1.1.3" compression: "npm:^1.7.4" cookie: "npm:^0.7.0" @@ -3552,7 +3552,7 @@ __metadata: uuid: "npm:^11.0.0" winston: "npm:^3.2.1" winston-transport: "npm:^4.5.0" - checksum: 10/8bd72b824cca42213958207fdf9c57ed6c93a5922f398cb1bb145d18e1f08d482053085c70a4b83e8f96585c32e327dc0beed3aeb7cdf5336c1168cef329defc + checksum: 10/02aa5a9fddfaa97ed83efd09500064690c8c7050371ae645947ae2a5e755e4f003cb86c2a95df1ba4c81f158d82b97247b3d89081c410a2dcf7809ed4995e56d languageName: node linkType: hard @@ -3709,9 +3709,9 @@ __metadata: languageName: node linkType: hard -"@backstage/backend-defaults@backstage:^::v=1.34.0-next.2, @backstage/backend-defaults@npm:0.6.0-next.2": - version: 0.6.0-next.2 - resolution: "@backstage/backend-defaults@npm:0.6.0-next.2" +"@backstage/backend-defaults@npm:^0.6.0": + version: 0.6.0 + resolution: "@backstage/backend-defaults@npm:0.6.0" dependencies: "@aws-sdk/abort-controller": "npm:^3.347.0" "@aws-sdk/client-codecommit": "npm:^3.350.0" @@ -3720,20 +3720,20 @@ __metadata: "@aws-sdk/types": "npm:^3.347.0" "@azure/identity": "npm:^4.0.0" "@azure/storage-blob": "npm:^12.5.0" - "@backstage/backend-app-api": "npm:1.1.0-next.2" - "@backstage/backend-dev-utils": "npm:0.1.5" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/cli-common": "npm:0.1.15" - "@backstage/cli-node": "npm:0.2.11-next.1" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/config-loader": "npm:1.9.3-next.1" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/integration-aws-node": "npm:0.1.14-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-app-api": "npm:^1.1.0" + "@backstage/backend-dev-utils": "npm:^0.1.5" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/cli-common": "npm:^0.1.15" + "@backstage/cli-node": "npm:^0.2.11" + "@backstage/config": "npm:^1.3.1" + "@backstage/config-loader": "npm:^1.9.3" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/integration-aws-node": "npm:^0.1.14" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/types": "npm:^1.2.0" "@google-cloud/storage": "npm:^7.0.0" "@keyv/memcache": "npm:^2.0.1" "@keyv/redis": "npm:^4.0.1" @@ -3788,25 +3788,25 @@ __metadata: peerDependenciesMeta: "@google-cloud/cloud-sql-connector": optional: true - checksum: 10/4951b60909180fac9887795990fba20e6482113d2943989d9cd7f2828b22f9f2b7da40030d031bff8050ba9c75a7feec30ef2d10dfdbf412ac363a2c0c152c8a + checksum: 10/f9fd6da636694d5287e8d8e6c868bad954ffe8f231b98a7dff57731a5379755058ee0c674c8e9bda194e33585c01ea48d2457ec6655bd2e6c06f887971b8c0aa languageName: node linkType: hard -"@backstage/backend-dev-utils@npm:0.1.5, @backstage/backend-dev-utils@npm:^0.1.4, @backstage/backend-dev-utils@npm:^0.1.5": +"@backstage/backend-dev-utils@npm:^0.1.4, @backstage/backend-dev-utils@npm:^0.1.5": version: 0.1.5 resolution: "@backstage/backend-dev-utils@npm:0.1.5" checksum: 10/acd0992047b420dc2ffbfe1ab4c730c5804ad6888a8aa1648df96659c6a4acafbf67784acc9437350fe377ae4acb6b6e772fe77a5976a462d37d6ef2c91b9514 languageName: node linkType: hard -"@backstage/backend-openapi-utils@npm:0.4.0-next.2": - version: 0.4.0-next.2 - resolution: "@backstage/backend-openapi-utils@npm:0.4.0-next.2" +"@backstage/backend-openapi-utils@npm:^0.2.0": + version: 0.2.0 + resolution: "@backstage/backend-openapi-utils@npm:0.2.0" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.0.1" + "@backstage/errors": "npm:^1.2.4" + "@backstage/types": "npm:^1.1.1" "@types/express": "npm:^4.17.6" "@types/express-serve-static-core": "npm:^4.17.5" ajv: "npm:^8.16.0" @@ -3817,20 +3817,21 @@ __metadata: json-schema-to-ts: "npm:^3.0.0" lodash: "npm:^4.17.21" mockttp: "npm:^3.13.0" + msw: "npm:^1.0.0" openapi-merge: "npm:^1.3.2" openapi3-ts: "npm:^3.1.2" - checksum: 10/4de373079134069cf217ed383b9ab93810cf75505d0d2b8ca1d63e5f30ae4a835cfe1747074af3368e22ea69895ee86398d9aef940374615d64aff0720007004 + checksum: 10/8438e3ae5b47387c3d780f582a33a6a034ff640e30a9459fab9b484c46c53eb10729ecfbb59484e9d9b8af32fd139a8b956eb3a966ff1bf500f5471db9509630 languageName: node linkType: hard -"@backstage/backend-openapi-utils@npm:^0.2.0": - version: 0.2.0 - resolution: "@backstage/backend-openapi-utils@npm:0.2.0" +"@backstage/backend-openapi-utils@npm:^0.4.0": + version: 0.4.0 + resolution: "@backstage/backend-openapi-utils@npm:0.4.0" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" - "@backstage/backend-plugin-api": "npm:^1.0.1" - "@backstage/errors": "npm:^1.2.4" - "@backstage/types": "npm:^1.1.1" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" "@types/express": "npm:^4.17.6" "@types/express-serve-static-core": "npm:^4.17.5" ajv: "npm:^8.16.0" @@ -3841,28 +3842,9 @@ __metadata: json-schema-to-ts: "npm:^3.0.0" lodash: "npm:^4.17.21" mockttp: "npm:^3.13.0" - msw: "npm:^1.0.0" openapi-merge: "npm:^1.3.2" openapi3-ts: "npm:^3.1.2" - checksum: 10/8438e3ae5b47387c3d780f582a33a6a034ff640e30a9459fab9b484c46c53eb10729ecfbb59484e9d9b8af32fd139a8b956eb3a966ff1bf500f5471db9509630 - languageName: node - linkType: hard - -"@backstage/backend-plugin-api@backstage:^::v=1.34.0-next.2, @backstage/backend-plugin-api@npm:1.1.0-next.2": - version: 1.1.0-next.2 - resolution: "@backstage/backend-plugin-api@npm:1.1.0-next.2" - dependencies: - "@backstage/cli-common": "npm:0.1.15" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/types": "npm:1.2.0" - "@types/express": "npm:^4.17.6" - "@types/luxon": "npm:^3.0.0" - knex: "npm:^3.0.0" - luxon: "npm:^3.0.0" - checksum: 10/1a65d52d1a1646a780408927df911bc80e4c59b5547c12af9cbbba1edbec26647b2abcd08354363769dafa258a5a33ba21e3ebb4d41e9150d178ecce7213005b + checksum: 10/ffd8128fa63501e561707f590d842ce6b5b73f71a3ac05e8fc58938645e32af3621b15415be968f2f1b9a674018b00566bf7f489280e883e4f9d6a2ac7e19670 languageName: node linkType: hard @@ -3904,15 +3886,21 @@ __metadata: languageName: node linkType: hard -"@backstage/catalog-client@npm:1.9.0-next.2": - version: 1.9.0-next.2 - resolution: "@backstage/catalog-client@npm:1.9.0-next.2" +"@backstage/backend-plugin-api@npm:^1.1.0": + version: 1.1.0 + resolution: "@backstage/backend-plugin-api@npm:1.1.0" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - cross-fetch: "npm:^4.0.0" - uri-template: "npm:^2.0.0" - checksum: 10/dc0db58951e17efb40733703662c6b43e8258781aa7ca54f993ed6805ae98caa612e57275fc95ba02c5354471996923a8e2efb45966d2337a7cd9f46cf25fcc2 + "@backstage/cli-common": "npm:^0.1.15" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/types": "npm:^1.2.0" + "@types/express": "npm:^4.17.6" + "@types/luxon": "npm:^3.0.0" + knex: "npm:^3.0.0" + luxon: "npm:^3.0.0" + checksum: 10/addcfa549f46f515dea17c3eebd8efe1a7880b3490c15745b9e4cf8b613d99410158494e561b5d60fce4dbf1fd8e2048b304d1ce5fab34f297727276e5b66c7e languageName: node linkType: hard @@ -3928,15 +3916,15 @@ __metadata: languageName: node linkType: hard -"@backstage/catalog-model@backstage:^::v=1.34.0-next.2, @backstage/catalog-model@npm:1.7.2-next.0": - version: 1.7.2-next.0 - resolution: "@backstage/catalog-model@npm:1.7.2-next.0" +"@backstage/catalog-client@npm:^1.9.0": + version: 1.9.0 + resolution: "@backstage/catalog-client@npm:1.9.0" dependencies: - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" - ajv: "npm:^8.10.0" - lodash: "npm:^4.17.21" - checksum: 10/4a149de8680b30d23885f71fa8c08a7e4924aaa58e40ea41f9355e56a14c7329c39ec44417a1f36142d57ae8b3f0caa33c3da842388e2fcabefd99b72e1bf6e8 + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/errors": "npm:^1.2.6" + cross-fetch: "npm:^4.0.0" + uri-template: "npm:^2.0.0" + checksum: 10/f032e3e89ec9d058f2a986415abe59f0d5fbc62eb27c33e64e3ee81a69b83eb762f5fd3639ba2a90e55e6e83856bc78f5746ec0206df49b2ceec61783326a835 languageName: node linkType: hard @@ -3952,43 +3940,55 @@ __metadata: languageName: node linkType: hard -"@backstage/cli-common@npm:0.1.15, @backstage/cli-common@npm:^0.1.14, @backstage/cli-common@npm:^0.1.15": +"@backstage/catalog-model@npm:^1.7.2": + version: 1.7.2 + resolution: "@backstage/catalog-model@npm:1.7.2" + dependencies: + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" + ajv: "npm:^8.10.0" + lodash: "npm:^4.17.21" + checksum: 10/86481933c23e13f4184e41df409bbb2f6879505a246e455b7be0630f6be92fd0533973023268d548bd68acf14d3337977e48b37095fe468832e0f8e5b474d4d8 + languageName: node + linkType: hard + +"@backstage/cli-common@npm:^0.1.14, @backstage/cli-common@npm:^0.1.15": version: 0.1.15 resolution: "@backstage/cli-common@npm:0.1.15" checksum: 10/cb097348ce5c533125ab367d15fa7b663c1c8071b6ab2a83305fbe1ca9d754c6b6b68112decdbca9685b47a4e7512ebd30066ee8c310ae0d66524f8e484ee5be languageName: node linkType: hard -"@backstage/cli-node@npm:0.2.11-next.1": - version: 0.2.11-next.1 - resolution: "@backstage/cli-node@npm:0.2.11-next.1" +"@backstage/cli-node@npm:^0.2.11": + version: 0.2.11 + resolution: "@backstage/cli-node@npm:0.2.11" dependencies: - "@backstage/cli-common": "npm:0.1.15" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/cli-common": "npm:^0.1.15" + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" "@manypkg/get-packages": "npm:^1.1.3" "@yarnpkg/parsers": "npm:^3.0.0" fs-extra: "npm:^11.2.0" semver: "npm:^7.5.3" zod: "npm:^3.22.4" - checksum: 10/ecb2b5971729c6c6221bca55c52d65f11246832470f9b94068764072c08fb937b08d1b72ead1efcf3c520d440e4e1e13dace76e5dc475a3247fc1e9e8efb06d5 + checksum: 10/de1bed1204b97605624ab1ed65357138fe06201f775e1f4ea2a4fcf5d92c22931ab30a4813a0858365849058de2156311cb0eb7f253d9414019810d853402bd7 languageName: node linkType: hard -"@backstage/cli@backstage:^::v=1.34.0-next.2": - version: 0.29.3-next.2 - resolution: "@backstage/cli@npm:0.29.3-next.2" +"@backstage/cli@npm:^0.29.4": + version: 0.29.4 + resolution: "@backstage/cli@npm:0.29.4" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/cli-common": "npm:0.1.15" - "@backstage/cli-node": "npm:0.2.11-next.1" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/config-loader": "npm:1.9.3-next.1" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/eslint-plugin": "npm:0.1.10" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/release-manifests": "npm:0.0.12-next.1" - "@backstage/types": "npm:1.2.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/cli-common": "npm:^0.1.15" + "@backstage/cli-node": "npm:^0.2.11" + "@backstage/config": "npm:^1.3.1" + "@backstage/config-loader": "npm:^1.9.3" + "@backstage/errors": "npm:^1.2.6" + "@backstage/eslint-plugin": "npm:^0.1.10" + "@backstage/integration": "npm:^1.16.0" + "@backstage/release-manifests": "npm:^0.0.12" + "@backstage/types": "npm:^1.2.0" "@manypkg/get-packages": "npm:^1.1.3" "@module-federation/enhanced": "npm:^0.8.0" "@octokit/graphql": "npm:^5.0.0" @@ -4025,7 +4025,7 @@ __metadata: commander: "npm:^12.0.0" cross-fetch: "npm:^4.0.0" cross-spawn: "npm:^7.0.3" - css-loader: "npm:^7.0.0" + css-loader: "npm:^6.5.1" ctrlc-windows: "npm:^2.1.0" esbuild: "npm:^0.24.0" esbuild-loader: "npm:^4.0.0" @@ -4120,18 +4120,18 @@ __metadata: optional: true bin: backstage-cli: bin/backstage-cli - checksum: 10/4853d04f9efba1bb2707e320e046e209232f5ba079650960142d7327dfc546afe1f575475ea4dddaf6d48fa103668967b30965e780f2d6f1cad663b6b2667f07 + checksum: 10/e87204d0bfca25f1bf5b50383c60bf70a8efcb4d3d926e133c0a79644d0582f475c2aeaffe7ed34c516498aa10b35179e7f21f78c02a3e73da6b8c4594cfe37c languageName: node linkType: hard -"@backstage/config-loader@npm:1.9.3-next.1": - version: 1.9.3-next.1 - resolution: "@backstage/config-loader@npm:1.9.3-next.1" +"@backstage/config-loader@npm:^1.8.1, @backstage/config-loader@npm:^1.9.1": + version: 1.9.2 + resolution: "@backstage/config-loader@npm:1.9.2" dependencies: - "@backstage/cli-common": "npm:0.1.15" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/cli-common": "npm:^0.1.15" + "@backstage/config": "npm:^1.3.0" + "@backstage/errors": "npm:^1.2.5" + "@backstage/types": "npm:^1.2.0" "@types/json-schema": "npm:^7.0.6" ajv: "npm:^8.10.0" chokidar: "npm:^3.5.2" @@ -4141,19 +4141,20 @@ __metadata: json-schema-traverse: "npm:^1.0.0" lodash: "npm:^4.17.21" minimist: "npm:^1.2.5" + node-fetch: "npm:^2.7.0" typescript-json-schema: "npm:^0.65.0" yaml: "npm:^2.0.0" - checksum: 10/796f5df07e8fb75ab8a6a9e40a7119ab32a364c4cdc1bc5fa45fcd6ad4276e25ca3a7ee8606680ef244c5e08b1a8cf7e5566c4c9e45a5fd65b0ecd11e23a60e7 + checksum: 10/ef6d4cf993a1775dfbd2cbb3b8ba78edc8b0d1efec97de9dea027852b797cb2cd95ff94b306301104ccd945ee6b8107182dd484173d2e7578a9f6a2298d4c4b2 languageName: node linkType: hard -"@backstage/config-loader@npm:^1.8.1, @backstage/config-loader@npm:^1.9.1": - version: 1.9.2 - resolution: "@backstage/config-loader@npm:1.9.2" +"@backstage/config-loader@npm:^1.9.3": + version: 1.9.3 + resolution: "@backstage/config-loader@npm:1.9.3" dependencies: "@backstage/cli-common": "npm:^0.1.15" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" "@backstage/types": "npm:^1.2.0" "@types/json-schema": "npm:^7.0.6" ajv: "npm:^8.10.0" @@ -4164,21 +4165,9 @@ __metadata: json-schema-traverse: "npm:^1.0.0" lodash: "npm:^4.17.21" minimist: "npm:^1.2.5" - node-fetch: "npm:^2.7.0" typescript-json-schema: "npm:^0.65.0" yaml: "npm:^2.0.0" - checksum: 10/ef6d4cf993a1775dfbd2cbb3b8ba78edc8b0d1efec97de9dea027852b797cb2cd95ff94b306301104ccd945ee6b8107182dd484173d2e7578a9f6a2298d4c4b2 - languageName: node - linkType: hard - -"@backstage/config@backstage:^::v=1.34.0-next.2, @backstage/config@npm:1.3.1-next.0": - version: 1.3.1-next.0 - resolution: "@backstage/config@npm:1.3.1-next.0" - dependencies: - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" - ms: "npm:^2.1.3" - checksum: 10/c5050232aabe03d1d521fa93e1deed93a285962e09e4878cb8bc17166698f73af8db0f813c0ea470e1bc10b22046d6cebc6b57a7669599e60b73ddca2a4dccc0 + checksum: 10/8fdd865478f435cdb5803522497d86abb29451afda890288457c7664aec4610ca20534afdff51ba280117f7e14c4e67e2e16022846ca6af885d6395457a2055d languageName: node linkType: hard @@ -4193,31 +4182,14 @@ __metadata: languageName: node linkType: hard -"@backstage/core-app-api@backstage:^::v=1.34.0-next.2, @backstage/core-app-api@npm:1.15.3-next.1": - version: 1.15.3-next.1 - resolution: "@backstage/core-app-api@npm:1.15.3-next.1" +"@backstage/config@npm:^1.3.1": + version: 1.3.1 + resolution: "@backstage/config@npm:1.3.1" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" - "@types/prop-types": "npm:^15.7.3" - history: "npm:^5.0.0" - i18next: "npm:^22.4.15" - lodash: "npm:^4.17.21" - prop-types: "npm:^15.7.2" - react-use: "npm:^17.2.4" - zen-observable: "npm:^0.10.0" - zod: "npm:^3.22.4" - peerDependencies: - "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 - react: ^16.13.1 || ^17.0.0 || ^18.0.0 - react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 - react-router-dom: 6.0.0-beta.0 || ^6.3.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/a9323ed3f70c0d8e393b4ba4c76280503fb6d0a380fe2c60ced9728cb9a36a6b173b4743705d3c09cde6183ab1bda2e548de8300eeb2d53d90ad4a8cbc2d1dd3 + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" + ms: "npm:^2.1.3" + checksum: 10/09588bd3838015df36638d6ac85ab2250b3482d0c1c789698b77088154d4e1ee97f91c2484e2948232cc2bb0269877cf1d01240ad69b7a8215f2a26938fdca4f languageName: node linkType: hard @@ -4249,14 +4221,22 @@ __metadata: languageName: node linkType: hard -"@backstage/core-compat-api@npm:0.3.4-next.2": - version: 0.3.4-next.2 - resolution: "@backstage/core-compat-api@npm:0.3.4-next.2" +"@backstage/core-app-api@npm:^1.15.3": + version: 1.15.3 + resolution: "@backstage/core-app-api@npm:1.15.3" dependencies: - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/version-bridge": "npm:1.0.10" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" + "@types/prop-types": "npm:^15.7.3" + history: "npm:^5.0.0" + i18next: "npm:^22.4.15" lodash: "npm:^4.17.21" + prop-types: "npm:^15.7.2" + react-use: "npm:^17.2.4" + zen-observable: "npm:^0.10.0" + zod: "npm:^3.22.4" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4265,7 +4245,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/f947b4b929afe462d88b3a7fe2a4093cd6b6342c518f84ed02bd89f1671def10cd53f097ff82ce87461adc5051c3a693bd492a58c327c0b41d08af7fea512b17 + checksum: 10/a002e34efc976b6fdc14bf1a239279b5f138b482b845a80f789c46fdc4e04cf6efc92550d1ec826105eb14d239e591db24b600744a0e96e00a854952722f65cf languageName: node linkType: hard @@ -4305,47 +4285,14 @@ __metadata: languageName: node linkType: hard -"@backstage/core-components@backstage:^::v=1.34.0-next.2, @backstage/core-components@npm:0.16.2-next.2": - version: 0.16.2-next.2 - resolution: "@backstage/core-components@npm:0.16.2-next.2" +"@backstage/core-compat-api@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/core-compat-api@npm:0.3.4" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/version-bridge": "npm:1.0.10" - "@date-io/core": "npm:^1.3.13" - "@material-table/core": "npm:^3.1.0" - "@material-ui/core": "npm:^4.12.2" - "@material-ui/icons": "npm:^4.9.1" - "@material-ui/lab": "npm:4.0.0-alpha.61" - "@react-hookz/web": "npm:^24.0.0" - "@testing-library/react": "npm:^16.0.0" - "@types/react-sparklines": "npm:^1.7.0" - ansi-regex: "npm:^6.0.1" - classnames: "npm:^2.2.6" - d3-selection: "npm:^3.0.0" - d3-shape: "npm:^3.0.0" - d3-zoom: "npm:^3.0.0" - dagre: "npm:^0.8.5" - linkify-react: "npm:4.1.3" - linkifyjs: "npm:4.1.3" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/version-bridge": "npm:^1.0.10" lodash: "npm:^4.17.21" - pluralize: "npm:^8.0.0" - qs: "npm:^6.9.4" - rc-progress: "npm:3.5.1" - react-helmet: "npm:6.1.0" - react-hook-form: "npm:^7.12.2" - react-idle-timer: "npm:5.7.2" - react-markdown: "npm:^8.0.0" - react-sparklines: "npm:^1.7.0" - react-syntax-highlighter: "npm:^15.4.5" - react-use: "npm:^17.3.2" - react-virtualized-auto-sizer: "npm:^1.0.11" - react-window: "npm:^1.8.6" - remark-gfm: "npm:^3.0.1" - zen-observable: "npm:^0.10.0" - zod: "npm:^3.22.4" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4354,7 +4301,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1a3a440ecb65e097d10d9cf91de1c01abe835b4a053c3912b44947bbee6ad2629c8658258aa37093e0dab0323e5abb6b2edb4b8c2a1d33174cff756421e355f0 + checksum: 10/8be0795cbaef25ab19259bc46085c4be60455de6c648ed58b7e6a86c5e5f66c061d1144936ecadf04cddc3feb35a5a921e737921daf9f15ffa8f8b1c1a0fa879 languageName: node linkType: hard @@ -4512,15 +4459,47 @@ __metadata: languageName: node linkType: hard -"@backstage/core-plugin-api@backstage:^::v=1.34.0-next.2, @backstage/core-plugin-api@npm:1.10.2-next.0": - version: 1.10.2-next.0 - resolution: "@backstage/core-plugin-api@npm:1.10.2-next.0" +"@backstage/core-components@npm:^0.16.2": + version: 0.16.2 + resolution: "@backstage/core-components@npm:0.16.2" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" - history: "npm:^5.0.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/theme": "npm:^0.6.3" + "@backstage/version-bridge": "npm:^1.0.10" + "@date-io/core": "npm:^1.3.13" + "@material-table/core": "npm:^3.1.0" + "@material-ui/core": "npm:^4.12.2" + "@material-ui/icons": "npm:^4.9.1" + "@material-ui/lab": "npm:4.0.0-alpha.61" + "@react-hookz/web": "npm:^24.0.0" + "@testing-library/react": "npm:^16.0.0" + "@types/react-sparklines": "npm:^1.7.0" + ansi-regex: "npm:^6.0.1" + classnames: "npm:^2.2.6" + d3-selection: "npm:^3.0.0" + d3-shape: "npm:^3.0.0" + d3-zoom: "npm:^3.0.0" + dagre: "npm:^0.8.5" + linkify-react: "npm:4.1.3" + linkifyjs: "npm:4.1.3" + lodash: "npm:^4.17.21" + pluralize: "npm:^8.0.0" + qs: "npm:^6.9.4" + rc-progress: "npm:3.5.1" + react-helmet: "npm:6.1.0" + react-hook-form: "npm:^7.12.2" + react-idle-timer: "npm:5.7.2" + react-markdown: "npm:^8.0.0" + react-sparklines: "npm:^1.7.0" + react-syntax-highlighter: "npm:^15.4.5" + react-use: "npm:^17.3.2" + react-virtualized-auto-sizer: "npm:^1.0.11" + react-window: "npm:^1.8.6" + remark-gfm: "npm:^3.0.1" + zen-observable: "npm:^0.10.0" + zod: "npm:^3.22.4" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4529,7 +4508,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/2d6584b928a1cf83387b3f713016fcfd4c276e2c7cd23e66f21184754bf50469c411c1f36b028a8f611f98bfc3067c0442f61738c901c500b7b715dbf701bf3c + checksum: 10/f42772aad10d07613b16d95fa4bab7cf5daca9854d00f9fd32b7a5c8d244f133bc5b97861e228282c86d091b813c1486c53807d457fe66cb7becc30914429a80 languageName: node linkType: hard @@ -4554,7 +4533,28 @@ __metadata: languageName: node linkType: hard -"@backstage/e2e-test-utils@backstage:^::v=1.34.0-next.2": +"@backstage/core-plugin-api@npm:^1.10.2": + version: 1.10.2 + resolution: "@backstage/core-plugin-api@npm:1.10.2" + dependencies: + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" + history: "npm:^5.0.0" + peerDependencies: + "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 + react: ^16.13.1 || ^17.0.0 || ^18.0.0 + react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 + react-router-dom: 6.0.0-beta.0 || ^6.3.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/f6b4d677dec297e1261352a7506602ae5dcf6bceb28ecdbb4db3d58eeab0a2999dd0dc40a1e351f21b09e6a31298800c320d08d894a1c357b79ad7cd51792caf + languageName: node + linkType: hard + +"@backstage/e2e-test-utils@npm:^0.1.1": version: 0.1.1 resolution: "@backstage/e2e-test-utils@npm:0.1.1" dependencies: @@ -4569,27 +4569,27 @@ __metadata: languageName: node linkType: hard -"@backstage/errors@npm:1.2.6-next.0": - version: 1.2.6-next.0 - resolution: "@backstage/errors@npm:1.2.6-next.0" +"@backstage/errors@npm:^1.2.4, @backstage/errors@npm:^1.2.5": + version: 1.2.5 + resolution: "@backstage/errors@npm:1.2.5" dependencies: - "@backstage/types": "npm:1.2.0" + "@backstage/types": "npm:^1.2.0" serialize-error: "npm:^8.0.1" - checksum: 10/dc137456adc0998ec661afc1243ebda775c83750b23f5ad9f282eb01070003a392567ee5d8d2bea181d4163c879c6f5414c925948d59b0ec15f2d0fea926917c + checksum: 10/3c1163c25814c282c927f92fa48093318c2fb7e000116860ff17d5a8a12fdcd4c4652654ef1ad284026b196bbf8603cc4ce91c9ece7f967576dab5eebafb171c languageName: node linkType: hard -"@backstage/errors@npm:^1.2.4, @backstage/errors@npm:^1.2.5": - version: 1.2.5 - resolution: "@backstage/errors@npm:1.2.5" +"@backstage/errors@npm:^1.2.6": + version: 1.2.6 + resolution: "@backstage/errors@npm:1.2.6" dependencies: "@backstage/types": "npm:^1.2.0" serialize-error: "npm:^8.0.1" - checksum: 10/3c1163c25814c282c927f92fa48093318c2fb7e000116860ff17d5a8a12fdcd4c4652654ef1ad284026b196bbf8603cc4ce91c9ece7f967576dab5eebafb171c + checksum: 10/e5032bddee2f3822014ac71a884bd543ea00300fdffb53cc1b6ea20a51762f1b1d6170c3d3ecbe720e0d1cc2fa6af203fddeb34975040a74605514539e821e33 languageName: node linkType: hard -"@backstage/eslint-plugin@npm:0.1.10": +"@backstage/eslint-plugin@npm:^0.1.10": version: 0.1.10 resolution: "@backstage/eslint-plugin@npm:0.1.10" dependencies: @@ -4599,32 +4599,6 @@ __metadata: languageName: node linkType: hard -"@backstage/frontend-app-api@npm:0.10.3-next.2": - version: 0.10.3-next.2 - resolution: "@backstage/frontend-app-api@npm:0.10.3-next.2" - dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-app-api": "npm:1.15.3-next.1" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-defaults": "npm:0.1.4-next.2" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" - lodash: "npm:^4.17.21" - zod: "npm:^3.22.4" - peerDependencies: - "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 - react: ^16.13.1 || ^17.0.0 || ^18.0.0 - react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 - react-router-dom: 6.0.0-beta.0 || ^6.3.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/6c7ae8a2e2787367128956968228c7cbed9a72b81a9c3b66550ce33a4df1ee50c9d1d8d4c4cfa46036118a829083a32627e06f34f640f0839f4e2745aacc193a - languageName: node - linkType: hard - "@backstage/frontend-app-api@npm:^0.10.1": version: 0.10.1 resolution: "@backstage/frontend-app-api@npm:0.10.1" @@ -4651,16 +4625,20 @@ __metadata: languageName: node linkType: hard -"@backstage/frontend-defaults@npm:0.1.4-next.2": - version: 0.1.4-next.2 - resolution: "@backstage/frontend-defaults@npm:0.1.4-next.2" +"@backstage/frontend-app-api@npm:^0.10.3": + version: 0.10.3 + resolution: "@backstage/frontend-app-api@npm:0.10.3" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-app-api": "npm:0.10.3-next.2" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-app": "npm:0.1.4-next.2" - "@react-hookz/web": "npm:^24.0.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-app-api": "npm:^1.15.3" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-defaults": "npm:^0.1.4" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" + lodash: "npm:^4.17.21" + zod: "npm:^3.22.4" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4669,7 +4647,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/05f41c637637646af046441c0134a85dcbea4bc313bf6e16bcbec007a9b41aab4d784410d8e54deaae7fcab03a52702be9710a3a2bf32337c96e534bef757194 + checksum: 10/16fd01138d16fe718ec4c225a1a50a3c2414b0a4eec5c38aee09a123a2fa8d45dc5df8042cb877a4ead6dbe44bb2a5d48fa3ec654687fa3a5a5611bc2473d99a languageName: node linkType: hard @@ -4695,18 +4673,16 @@ __metadata: languageName: node linkType: hard -"@backstage/frontend-plugin-api@npm:0.9.3-next.2": - version: 0.9.3-next.2 - resolution: "@backstage/frontend-plugin-api@npm:0.9.3-next.2" +"@backstage/frontend-defaults@npm:^0.1.4": + version: 0.1.4 + resolution: "@backstage/frontend-defaults@npm:0.1.4" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" - "@material-ui/core": "npm:^4.12.4" - lodash: "npm:^4.17.21" - zod: "npm:^3.22.4" - zod-to-json-schema: "npm:^3.21.4" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-app-api": "npm:^0.10.3" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-app": "npm:^0.1.4" + "@react-hookz/web": "npm:^24.0.0" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4715,7 +4691,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/a3febb7607c449d7e800e4617bf23b10aa23889bdca7354d6fa999aaa841cfc107a99b454b98e431a011b2e6b93c6f25888ddc5b8de71d5d90aee87aa93cb56d + checksum: 10/dd29d0d90a4da5b9ba03661e9395d950a8485d9b20bb260dd38c09eeb4337ea7bfb6f90a4b1f1e3bcda0fad2ff291190ccba376048c6456b4cd698394a4ea0aa languageName: node linkType: hard @@ -4763,20 +4739,19 @@ __metadata: languageName: node linkType: hard -"@backstage/frontend-test-utils@npm:0.2.4-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/frontend-test-utils@npm:0.2.4-next.2" +"@backstage/frontend-plugin-api@npm:^0.9.3": + version: 0.9.3 + resolution: "@backstage/frontend-plugin-api@npm:0.9.3" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/frontend-app-api": "npm:0.10.3-next.2" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-app": "npm:0.1.4-next.2" - "@backstage/test-utils": "npm:1.7.3-next.1" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" + "@material-ui/core": "npm:^4.12.4" + lodash: "npm:^4.17.21" zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.21.4" peerDependencies: - "@testing-library/react": ^16.0.0 "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4784,7 +4759,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/0e496855e6c3fcf1cb790d0745099cf1174648ab96e67fc47a4d12d6b49e9a1d100107c776df02a23d1d2f99791215e237069a9abf9bde2b25305458133caad2 + checksum: 10/6e6a089ca4e684890f219f036291369ded8f43f1ef881806223f694e7895b77faa8b86a35b8c67914695f122e530a56f8d0fcc8feceadd3f172cf1a43d81199b languageName: node linkType: hard @@ -4813,18 +4788,28 @@ __metadata: languageName: node linkType: hard -"@backstage/integration-aws-node@npm:0.1.14-next.0": - version: 0.1.14-next.0 - resolution: "@backstage/integration-aws-node@npm:0.1.14-next.0" +"@backstage/frontend-test-utils@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/frontend-test-utils@npm:0.2.4" dependencies: - "@aws-sdk/client-sts": "npm:^3.350.0" - "@aws-sdk/credential-provider-node": "npm:^3.350.0" - "@aws-sdk/credential-providers": "npm:^3.350.0" - "@aws-sdk/types": "npm:^3.347.0" - "@aws-sdk/util-arn-parser": "npm:^3.310.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - checksum: 10/92b68bde7aaaa4adfcae6482165fb44f9da1968708bec16b31d7c83efff7c31cab3567825c195e48db7e02007c60c8db163b269de2c14f47f2f95523ef8aabff + "@backstage/config": "npm:^1.3.1" + "@backstage/frontend-app-api": "npm:^0.10.3" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-app": "npm:^0.1.4" + "@backstage/test-utils": "npm:^1.7.3" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" + zod: "npm:^3.22.4" + peerDependencies: + "@testing-library/react": ^16.0.0 + "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 + react: ^16.13.1 || ^17.0.0 || ^18.0.0 + react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 + react-router-dom: 6.0.0-beta.0 || ^6.3.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/a4a10267ee6f2a8e09c25106c096c18b83974d632d46deef517ee6c36ef1f2191d924905fd93134784c574c87cc23a45fcefd3712be74d51c3832ebb80646c22 languageName: node linkType: hard @@ -4843,13 +4828,28 @@ __metadata: languageName: node linkType: hard -"@backstage/integration-react@backstage:^::v=1.34.0-next.2, @backstage/integration-react@npm:1.2.2-next.1": - version: 1.2.2-next.1 - resolution: "@backstage/integration-react@npm:1.2.2-next.1" +"@backstage/integration-aws-node@npm:^0.1.14": + version: 0.1.14 + resolution: "@backstage/integration-aws-node@npm:0.1.14" + dependencies: + "@aws-sdk/client-sts": "npm:^3.350.0" + "@aws-sdk/credential-provider-node": "npm:^3.350.0" + "@aws-sdk/credential-providers": "npm:^3.350.0" + "@aws-sdk/types": "npm:^3.347.0" + "@aws-sdk/util-arn-parser": "npm:^3.310.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + checksum: 10/309874124e91a27a70ff298a272a110a9e7d3d3d5fd7cc7cc17c370d60fa1a97faa4390a87426dabdf1c0dd1fed5813f04ec37b8e622923a30a974886f707143 + languageName: node + linkType: hard + +"@backstage/integration-react@npm:^1.2.0, @backstage/integration-react@npm:^1.2.1": + version: 1.2.1 + resolution: "@backstage/integration-react@npm:1.2.1" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/integration": "npm:1.16.0-next.1" + "@backstage/config": "npm:^1.3.0" + "@backstage/core-plugin-api": "npm:^1.10.1" + "@backstage/integration": "npm:^1.15.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -4860,17 +4860,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/73e48aa921493ecc3d5e285470cc34ebd4a72612b62bbe695852a3cbb09357fd2c15ea352f13998db83e8d432d8b8fbb5ff1cc07d092d6074d28c3c831dc4222 + checksum: 10/4ca83b62d9e5669997e1a4f55c53718d56aa2a4ec44524b3ce175ec9770e5ebd5b6be8828a3f180a04ef56aef0ddc23559962d62bd686660845cead76be4a946 languageName: node linkType: hard -"@backstage/integration-react@npm:^1.2.0, @backstage/integration-react@npm:^1.2.1": - version: 1.2.1 - resolution: "@backstage/integration-react@npm:1.2.1" +"@backstage/integration-react@npm:^1.2.2": + version: 1.2.2 + resolution: "@backstage/integration-react@npm:1.2.2" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/integration": "npm:^1.15.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/integration": "npm:^1.16.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -4881,59 +4881,59 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/4ca83b62d9e5669997e1a4f55c53718d56aa2a4ec44524b3ce175ec9770e5ebd5b6be8828a3f180a04ef56aef0ddc23559962d62bd686660845cead76be4a946 + checksum: 10/05499cf8da8537e2670db3514bab56c5f879d1c41108b1a61dccd95815303428ec4e419e72aea6d7c073afb7069a63b0108e8427c855faf1977de9211ee40d04 languageName: node linkType: hard -"@backstage/integration@backstage:^::v=1.34.0-next.2, @backstage/integration@npm:1.16.0-next.1": - version: 1.16.0-next.1 - resolution: "@backstage/integration@npm:1.16.0-next.1" +"@backstage/integration@npm:^1.13.0, @backstage/integration@npm:^1.15.0, @backstage/integration@npm:^1.15.1, @backstage/integration@npm:^1.15.2": + version: 1.15.2 + resolution: "@backstage/integration@npm:1.15.2" dependencies: "@azure/identity": "npm:^4.0.0" - "@azure/storage-blob": "npm:^12.5.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" + "@backstage/config": "npm:^1.3.0" + "@backstage/errors": "npm:^1.2.5" "@octokit/auth-app": "npm:^4.0.0" "@octokit/rest": "npm:^19.0.3" cross-fetch: "npm:^4.0.0" git-url-parse: "npm:^15.0.0" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10/6817dd38401b3b80425d686a8f64e65a70020a2dd4f364342ba6acc572e0570130e3f495ad680d17098638a137269137304efc4a446786287943c9e1409e7c2f + checksum: 10/6d46ddd1a9d8c696827ca89fd0b0b78f3c3c99e3feaafab1b6bb35cb2aa8bc8fef66ae85b151c239ab2950880ef25fceeba4f5ec4196f122e227553866263eca languageName: node linkType: hard -"@backstage/integration@npm:^1.13.0, @backstage/integration@npm:^1.15.0, @backstage/integration@npm:^1.15.1, @backstage/integration@npm:^1.15.2": - version: 1.15.2 - resolution: "@backstage/integration@npm:1.15.2" +"@backstage/integration@npm:^1.16.0": + version: 1.16.0 + resolution: "@backstage/integration@npm:1.16.0" dependencies: "@azure/identity": "npm:^4.0.0" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" + "@azure/storage-blob": "npm:^12.5.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" "@octokit/auth-app": "npm:^4.0.0" "@octokit/rest": "npm:^19.0.3" cross-fetch: "npm:^4.0.0" git-url-parse: "npm:^15.0.0" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10/6d46ddd1a9d8c696827ca89fd0b0b78f3c3c99e3feaafab1b6bb35cb2aa8bc8fef66ae85b151c239ab2950880ef25fceeba4f5ec4196f122e227553866263eca + checksum: 10/3bf21634b8b890c5c6cb1a9db0c16d06ef25dbd5ad517047ad998a18188b75d22b87f92407a11119b16ab8f00db88625302060d9f1086158697964bef998d07b languageName: node linkType: hard -"@backstage/plugin-api-docs@backstage:^::v=1.34.0-next.2": - version: 0.12.2-next.2 - resolution: "@backstage/plugin-api-docs@npm:0.12.2-next.2" +"@backstage/plugin-api-docs@npm:^0.12.2": + version: 0.12.2 + resolution: "@backstage/plugin-api-docs@npm:0.12.2" dependencies: "@asyncapi/react-component": "npm:^2.3.3" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog": "npm:1.26.0-next.2" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog": "npm:^1.26.0" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-permission-react": "npm:^0.4.29" "@graphiql/react": "npm:^0.23.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -4952,22 +4952,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/7b9efc8ae2035ad8b7a326cc6044eedb125ede0e8403c0388fcaa71a4cf2d6343b5f7cb4e1d9c776e3062cda578660039b62e68371afa5de40774078ff8129cd + checksum: 10/5d8b9b3ab36b8ff87cc68586a93a097111113de2337372c70033f804445fffbd5837e0ff8c2f4525bf01f4270128fbaa7d3eb1fbf5b4de22cc495dfca70a6ad5 languageName: node linkType: hard -"@backstage/plugin-app-backend@backstage:^::v=1.34.0-next.2": - version: 0.4.3-next.2 - resolution: "@backstage/plugin-app-backend@npm:0.4.3-next.2" +"@backstage/plugin-app-backend@npm:^0.4.3": + version: 0.4.3 + resolution: "@backstage/plugin-app-backend@npm:0.4.3" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/config-loader": "npm:1.9.3-next.1" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-app-node": "npm:0.1.28-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/config-loader": "npm:^1.9.3" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-app-node": "npm:^0.1.28" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/types": "npm:^1.2.0" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -4978,33 +4978,33 @@ __metadata: lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" yn: "npm:^4.0.0" - checksum: 10/7f5e039c7335b0af19d4e3667250a98cfda619cccc05500276d51086fd7327d2c92577f384bf5c5f29ef9e51c5fefacba5454e5154812afedeec147c2c03302c + checksum: 10/be6b82f1a877fcae7253065d9f5761b46f446d74ba226494709938c78a2c3b64267edb051a8190c548bef79fd00013158f4e307217568bb296d2a4c689f00e17 languageName: node linkType: hard -"@backstage/plugin-app-node@npm:0.1.28-next.2": - version: 0.1.28-next.2 - resolution: "@backstage/plugin-app-node@npm:0.1.28-next.2" +"@backstage/plugin-app-node@npm:^0.1.28": + version: 0.1.28 + resolution: "@backstage/plugin-app-node@npm:0.1.28" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config-loader": "npm:1.9.3-next.1" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config-loader": "npm:^1.9.3" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" fs-extra: "npm:^11.2.0" - checksum: 10/8463d0240b26fa36d25ce3b42eb8cf7553fee5d7f587b8ab257916f491986b804d445e8109bf1755c2f7c614bb55717ec2cb14163066e448f65ba6bb27ba93de + checksum: 10/9289d4b98072fb92e549fa03636f42a3b9a63882e6dce09c1caf4a5b315e883e23993c511052886609ba30596f13333c675b30794cd2320e6c6984d00afb57cb languageName: node linkType: hard -"@backstage/plugin-app@npm:0.1.4-next.2": - version: 0.1.4-next.2 - resolution: "@backstage/plugin-app@npm:0.1.4-next.2" +"@backstage/plugin-app@npm:^0.1.2": + version: 0.1.2 + resolution: "@backstage/plugin-app@npm:0.1.2" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/integration-react": "npm:1.2.2-next.1" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/theme": "npm:0.6.3-next.0" + "@backstage/core-components": "npm:^0.16.0" + "@backstage/core-plugin-api": "npm:^1.10.1" + "@backstage/frontend-plugin-api": "npm:^0.9.1" + "@backstage/integration-react": "npm:^1.2.1" + "@backstage/plugin-permission-react": "npm:^0.4.28" + "@backstage/theme": "npm:^0.6.1" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:^4.0.0-alpha.61" @@ -5017,20 +5017,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/8b91f95ec0124ffd943ab0de433d5b4c705b7aa1142d9c1e24d09a80531cf33bac36cd294185d69acededac536e25a953fd016b793be719cc0e6b3be30231f8a + checksum: 10/282c020a32a5b6461c3ac395a18e60b598da04a7c0dc122353970eb54dd7e4ef196dd00363bd361fa5ed67bcd03d24da5985273b5526f80b3d06e9eeb893265b languageName: node linkType: hard -"@backstage/plugin-app@npm:^0.1.2": - version: 0.1.2 - resolution: "@backstage/plugin-app@npm:0.1.2" - dependencies: - "@backstage/core-components": "npm:^0.16.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/frontend-plugin-api": "npm:^0.9.1" - "@backstage/integration-react": "npm:^1.2.1" - "@backstage/plugin-permission-react": "npm:^0.4.28" - "@backstage/theme": "npm:^0.6.1" +"@backstage/plugin-app@npm:^0.1.4": + version: 0.1.4 + resolution: "@backstage/plugin-app@npm:0.1.4" + dependencies: + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/integration-react": "npm:^1.2.2" + "@backstage/plugin-permission-react": "npm:^0.4.29" + "@backstage/theme": "npm:^0.6.3" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:^4.0.0-alpha.61" @@ -5043,274 +5043,274 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/282c020a32a5b6461c3ac395a18e60b598da04a7c0dc122353970eb54dd7e4ef196dd00363bd361fa5ed67bcd03d24da5985273b5526f80b3d06e9eeb893265b + checksum: 10/40e5f94901d64b105ec19d1164691ca61808c8171cc28b78480f9a7c6983e7a16d7fe6e973653b9b37641da33e4762cfa598b6a665a2e052dfa5cb082bde57b9 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-atlassian-provider@npm:0.3.3-next.2": - version: 0.3.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-atlassian-provider@npm:0.3.3-next.2" +"@backstage/plugin-auth-backend-module-atlassian-provider@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/plugin-auth-backend-module-atlassian-provider@npm:0.3.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-atlassian-oauth2: "npm:^2.1.0" - checksum: 10/d20c951142ea9809ec54dc187214604e7e02843f7b0e800e39d10926c14ab854613a6e7b3edf889d8743e507e03809be1dd26df103b8877c953536575e1b02b9 + checksum: 10/2666255bd1797e2744f29bf77be1c1536114a7741fcb8312123a754b75e356e0cf977f65ec295cb03e47642c464db5eab4e8f95a9cadba9eb64bdbdd561ccaf8 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-auth0-provider@npm:0.1.3-next.2": - version: 0.1.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-auth0-provider@npm:0.1.3-next.2" +"@backstage/plugin-auth-backend-module-auth0-provider@npm:^0.1.3": + version: 0.1.3 + resolution: "@backstage/plugin-auth-backend-module-auth0-provider@npm:0.1.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.17.1" passport-auth0: "npm:^1.4.3" passport-oauth2: "npm:^1.6.1" - checksum: 10/5344e427bd32fb328f6648241db50cf7d85b7ff9e2478641a455d1a81b3dbde68f11c033159e53c2a2a11d1edb420cb508eb45c5e19184841800bb5cea6b0503 + checksum: 10/40fb863f1e951ba6b1426606cb84916bc5ac56c4248b2e26e92cb8bd9b73bf54fc81a8c9f33468cf459f473bf7904ab805f00a1d3598eb2f487b339ff0c15b4a languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-aws-alb-provider@npm:0.3.1-next.2": - version: 0.3.1-next.2 - resolution: "@backstage/plugin-auth-backend-module-aws-alb-provider@npm:0.3.1-next.2" +"@backstage/plugin-auth-backend-module-aws-alb-provider@npm:^0.3.1": + version: 0.3.1 + resolution: "@backstage/plugin-auth-backend-module-aws-alb-provider@npm:0.3.1" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-backend": "npm:0.24.1-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-backend": "npm:^0.24.1" + "@backstage/plugin-auth-node": "npm:^0.5.5" jose: "npm:^5.0.0" node-cache: "npm:^5.1.2" - checksum: 10/8ecf31f134725dab40d6ca1d5854b332052baf20e479d6e28a8ce9666ddf8c9587939451db3ca31016daa40a08bfdf18e594920f45f9c6a29fd98f534c1d6c0a + checksum: 10/e337c668e8fd8af4ed7cb61ce5909aa3c00c4fcd36ad7c033e7c21b8f3e32bf8f9ded8f846aee5fa167f22c09d674a5f5e823dda09c03221e006c7e031c12c50 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" "@types/passport": "npm:^1.0.16" express: "npm:^4.19.2" jose: "npm:^5.0.0" passport: "npm:^0.7.0" - checksum: 10/5a9c377cda080c543ab620f543f4ca42ae1c9f309e494fdaaecf4a718402ccfd198fcbcb0754723e38f57bec20bef43d132c767b347224b066505f2109008665 + checksum: 10/0d83e7cb3d4abdf7d341f20a05e26d87f14ca20bc648a48e666092055a1131ca81f2f9dc843029f3da29b0b2c5a3950bd4bcaaaddb3166deec36e2851c3ea99d languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-bitbucket-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-bitbucket-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-bitbucket-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-bitbucket-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-bitbucket-oauth2: "npm:^0.1.2" - checksum: 10/e954dcc71523dc7b06734609a80bb9153eea22b0f851dcb069c5853fc787fd854c389fb273977fe8ede7a93ca79281b0ca46d6337ec41dd212d78e2683f1e29a + checksum: 10/bfa7fbe3fc94d639908a4eb3f288f2f2fd3684b8094f760a878f9fd608d8d86eac4257f84c59a5f4251f52849bb6e9621767006f7e0960a72226789a17847314 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:0.1.3-next.2": - version: 0.1.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:0.1.3-next.2" +"@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:^0.1.3": + version: 0.1.3 + resolution: "@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:0.1.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" passport: "npm:^0.7.0" passport-oauth2: "npm:^1.6.1" - checksum: 10/a5c4efcb7bffadb2f7a959e72c3a86ea3f4674572abef5ce2780a1275cc53ade3b2c9d94d9f3521f4054af7276f881d062e15956c9d9985fab7c826ed0879bf4 + checksum: 10/b4c2d9fcfcca85c094166daeef1f8fb7e3d14c60b2f60627793e7af563502e750c5a29085af71d22cdb5793bf3a1c93e7b69041040e628ecb90db1db64b5346a languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:0.3.3-next.2": - version: 0.3.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:0.3.3-next.2" +"@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:0.3.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" jose: "npm:^5.0.0" - checksum: 10/67642364b7fb68e3af3eae0d9999747725bfd4285a534fb5e29366199e3596d5016c855e3b7d15f323db01da2fd8381be22749aebd0468a60b115f078eb27b38 + checksum: 10/8ff37d36d617ca8f98dab063ca8fa5f5651ecb8e65615baf412e2553494be1668a80a00e3b57befdf2eeb3932669d92dc3ce57e546bfc1dd887790aee41746a5 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:0.3.3-next.2": - version: 0.3.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:0.3.3-next.2" +"@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:0.3.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/types": "npm:^1.2.0" google-auth-library: "npm:^9.0.0" - checksum: 10/e77f6afb074858cfcc04a539a82c29aca4082bccf14217a5a5718b0bd7f5a387ee71f78640b73529031608abc8c00d9f6069840e9d800dde9c38bef852041778 + checksum: 10/bbc48e1693b3e7b7b9b7db052efa0e41e00e94d00c010df9cb49e8b03c42aec5f8cb7b30444e78407226b6a40639ac1cf61f55270f0e80d5943bede847166160 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-github-provider@backstage:^::v=1.34.0-next.2, @backstage/plugin-auth-backend-module-github-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-github-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" passport-github2: "npm:^0.1.12" - checksum: 10/1ed8db5cb031d5dee11b091628744d743e98cae62a80ba886ce01f9649b4eb026796d2048d5007e1c5795b794d12438f6260b159da23bf54cfa2f1cb2f048e0e + checksum: 10/84a9d18cae5f6878ae83e9ec53b1941fe77ceace7b885d600ed8cac1f90110e5fa46c7d68e49cdd5bdd2db93f4a40a94eb8032ec8db4b4a15f10d7efb711c304 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-gitlab-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-gitlab-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-gitlab-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-gitlab-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-gitlab2: "npm:^5.0.0" - checksum: 10/7fa2dfd428f6c94efab0b5d56ccd82e0930f168d79353e45730ba080a5ad07179fd8cf410f63c8534ffca274040e7bb54d4db60b4325f26fe398ff76c587fee5 + checksum: 10/911d61a917327658cc6e1e4ba8114588d4d12063cce4c0d3d462c5ea5cace2016116e5292cb7c428ac5b2d44f7f0e3b2bc2e884cbe93164210ec4f10242f539c languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-google-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-google-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-google-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-google-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" google-auth-library: "npm:^9.0.0" passport-google-oauth20: "npm:^2.0.0" - checksum: 10/20a3bbb63bfea9c067a3816925c309b7806813b0bffaccfe1d83b006299e33f74448e4902495789682846cd16b28bf76fdd819382fa418b6ba5fe980a5ffcfb2 + checksum: 10/ecbf6527a438d6a6a7e6701b0b5b1b5dc276a1b383a5d8a1209e7f941330e3e0aaccc1158bc09d572376de7d5b3c301b3c6c40e1a4cb01918243077597a5b556 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-guest-provider@backstage:^::v=1.34.0-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" passport-oauth2: "npm:^1.7.0" - checksum: 10/48e183da9628071b8bb1386d21367e9413c8431d3a91398dde34c82a7930748cb4edad956b0ddc91bf40c0f947d1ca3bf19a27ac748b469cadfd25bcb9db5531 + checksum: 10/546d2b5437c9a02ad4a5589498c47b662583ab5517bc782dd36477775fae7314eeb5178d2a12a68006611da4e3bce3373aba6fb2d7040ddc6b17aaeb2b18c757 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-microsoft-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-microsoft-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-microsoft-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-microsoft-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" jose: "npm:^5.0.0" passport-microsoft: "npm:^1.0.0" - checksum: 10/f89c3c307582b3dcd1128413ca8ae8a2dbc44b139d4a796edd550501e6313a93423712eabc3601404ae9831d3175a6cdf47f66846a6673fda328d3eccda4b550 + checksum: 10/42b1363de5814c8978d10bd36fd1738e06e5d9e7bd5ff02328b3a27c05c9c66387ccda8b6ef1519f19006482b2bdacd04d381350cbac861348849d106b6d4d84 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-oauth2-provider@npm:0.3.3-next.2": - version: 0.3.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-oauth2-provider@npm:0.3.3-next.2" +"@backstage/plugin-auth-backend-module-oauth2-provider@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/plugin-auth-backend-module-oauth2-provider@npm:0.3.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" passport: "npm:^0.7.0" passport-oauth2: "npm:^1.6.1" - checksum: 10/b246a64090aa29a836467c93b218eba62caf819e1d33acccb71bda20e81ef09c4a6126665e22d19993b006e24a1674b3819f0c24f556e13bb9e65ec96d2ce75e + checksum: 10/c754457984b379ad1a6197119b3f326bf4d2afe09143943b439a0571676d0760688d65bfe5e608456547bc0c32b7262cc367174c66a9c59070dead87e485ff34 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" jose: "npm:^5.0.0" - checksum: 10/beb928e13f0c6194f1877e78e392900f3dda56f97a90081f6dfa5ff8efa9ad7d07264737acd980acd154563e8585596a67979e377b3516e13cc851fe20adbec1 + checksum: 10/70f61bf940d188239e81fcdb02de4cfdf886ddafdc4a5d2668211209df53922e9425b99e588bd648cb9bc3fcd810804a014993f4a7bd3dd4c35c22302874e6b0 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-oidc-provider@npm:0.3.3-next.2": - version: 0.3.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-oidc-provider@npm:0.3.3-next.2" +"@backstage/plugin-auth-backend-module-oidc-provider@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/plugin-auth-backend-module-oidc-provider@npm:0.3.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-backend": "npm:0.24.1-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-backend": "npm:^0.24.1" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" openid-client: "npm:^5.5.0" passport: "npm:^0.7.0" - checksum: 10/5779e0d914e6a4e4ccc44c77654ef56a2e143aee80735c15052e96ab9391cf78fab354ab7090abea583282adf88185169cda5241e22b9f743affc7d57d1c3a7f + checksum: 10/77b95fb88cee83d4f817d7d52425878e9148664240d35d7a41ddc9946ca77eda2fcdfee28112596fa3f0249e599c54312d2d4be74b35421c6bc9a2a3f0117f25 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-okta-provider@npm:0.1.3-next.2": - version: 0.1.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-okta-provider@npm:0.1.3-next.2" +"@backstage/plugin-auth-backend-module-okta-provider@npm:^0.1.3": + version: 0.1.3 + resolution: "@backstage/plugin-auth-backend-module-okta-provider@npm:0.1.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" "@davidzemon/passport-okta-oauth": "npm:^0.0.5" express: "npm:^4.18.2" passport: "npm:^0.7.0" - checksum: 10/213000ddce6ce6bc6702712505fd032e40d382d6b2919ff7ef238878341232ca996c63a512bbbcc4b39958101a2abae85e20d0aec199357015ca0d26b0fba509 + checksum: 10/29148e45f14214e736cd7f333415fa10be2eb53a88b4db4ed1b5d1dea7a23441b50aaeced6a5b5453f75b3e71156b42a5d8b450b3f059bb6423a39796cc81cb7 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-onelogin-provider@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-auth-backend-module-onelogin-provider@npm:0.2.3-next.2" +"@backstage/plugin-auth-backend-module-onelogin-provider@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-auth-backend-module-onelogin-provider@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-onelogin-oauth: "npm:^0.0.1" - checksum: 10/21df59350a81eadd637eeb468f81e0bf68b821a30e381850bbfa861a61eabda91bc7da6c1e9f1e79fc4561b0e465e2ae7ff843e28d941b8ce5bf80c9dba25b53 + checksum: 10/4f2e81cc8cd2bfb18534a7059844ab2ad96ccb6c51e74b48a4c34dbf8dcd935a5cd642bc125d4057adb2a085fdcbec7c519bc2fe8e4a7b70ad13b9d8b0421cbf languageName: node linkType: hard -"@backstage/plugin-auth-backend@backstage:^::v=1.34.0-next.2, @backstage/plugin-auth-backend@npm:0.24.1-next.2": - version: 0.24.1-next.2 - resolution: "@backstage/plugin-auth-backend@npm:0.24.1-next.2" +"@backstage/plugin-auth-backend@npm:^0.24.1": + version: 0.24.1 + resolution: "@backstage/plugin-auth-backend@npm:0.24.1" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-backend-module-atlassian-provider": "npm:0.3.3-next.2" - "@backstage/plugin-auth-backend-module-auth0-provider": "npm:0.1.3-next.2" - "@backstage/plugin-auth-backend-module-aws-alb-provider": "npm:0.3.1-next.2" - "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-bitbucket-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "npm:0.1.3-next.2" - "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "npm:0.3.3-next.2" - "@backstage/plugin-auth-backend-module-gcp-iap-provider": "npm:0.3.3-next.2" - "@backstage/plugin-auth-backend-module-github-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-gitlab-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-google-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-microsoft-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-oauth2-provider": "npm:0.3.3-next.2" - "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-backend-module-oidc-provider": "npm:0.3.3-next.2" - "@backstage/plugin-auth-backend-module-okta-provider": "npm:0.1.3-next.2" - "@backstage/plugin-auth-backend-module-onelogin-provider": "npm:0.2.3-next.2" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-backend-module-atlassian-provider": "npm:^0.3.3" + "@backstage/plugin-auth-backend-module-auth0-provider": "npm:^0.1.3" + "@backstage/plugin-auth-backend-module-aws-alb-provider": "npm:^0.3.1" + "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-bitbucket-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "npm:^0.1.3" + "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "npm:^0.3.3" + "@backstage/plugin-auth-backend-module-gcp-iap-provider": "npm:^0.3.3" + "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-gitlab-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-google-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-microsoft-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-oauth2-provider": "npm:^0.3.3" + "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "npm:^0.2.3" + "@backstage/plugin-auth-backend-module-oidc-provider": "npm:^0.3.3" + "@backstage/plugin-auth-backend-module-okta-provider": "npm:^0.1.3" + "@backstage/plugin-auth-backend-module-onelogin-provider": "npm:^0.2.3" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/types": "npm:^1.2.0" "@google-cloud/firestore": "npm:^7.0.0" "@node-saml/passport-saml": "npm:^5.0.0" "@types/express": "npm:^4.17.6" @@ -5342,32 +5342,7 @@ __metadata: uuid: "npm:^11.0.0" winston: "npm:^3.2.1" yn: "npm:^4.0.0" - checksum: 10/4f6d4927878d5224370ded18a8991636ae17c1aa7f495e10501e1beb52d0bd4282a7c7e6f087f166c6c88198b6870c672d9cea68f4c92a8e606b4a3d91de3e9f - languageName: node - linkType: hard - -"@backstage/plugin-auth-node@npm:0.5.5-next.2": - version: 0.5.5-next.2 - resolution: "@backstage/plugin-auth-node@npm:0.5.5-next.2" - dependencies: - "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" - "@types/express": "npm:^4.17.6" - "@types/passport": "npm:^1.0.3" - express: "npm:^4.17.1" - jose: "npm:^5.0.0" - lodash: "npm:^4.17.21" - passport: "npm:^0.7.0" - winston: "npm:^3.2.1" - zod: "npm:^3.22.4" - zod-to-json-schema: "npm:^3.21.4" - zod-validation-error: "npm:^3.4.0" - checksum: 10/e8bd7dae832b4722b98b77af2b2c1068261852cdbccb6880639c013483b8482825294e9f80b485012ef84d81a93627a664a60872751f5187a9726f42b2f0bf87 + checksum: 10/566c9b2af5cdabef2504b3eb23a7f790d1954e8185335e50d6128b241f6125b45ed6e1f73523aaff05e89e4639f4cb7830ee2596d72f1290d9df48137b7c175e languageName: node linkType: hard @@ -5422,13 +5397,38 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-auth-react@npm:0.1.10-next.2": - version: 0.1.10-next.2 - resolution: "@backstage/plugin-auth-react@npm:0.1.10-next.2" +"@backstage/plugin-auth-node@npm:^0.5.5": + version: 0.5.5 + resolution: "@backstage/plugin-auth-node@npm:0.5.5" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" + "@backstage/backend-common": "npm:^0.25.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" + "@types/express": "npm:^4.17.6" + "@types/passport": "npm:^1.0.3" + express: "npm:^4.17.1" + jose: "npm:^5.0.0" + lodash: "npm:^4.17.21" + passport: "npm:^0.7.0" + winston: "npm:^3.2.1" + zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.21.4" + zod-validation-error: "npm:^3.4.0" + checksum: 10/cb8b6e94d9794bb704d1c56fdaf6c2b1ea86fb3f01968836d99b24f689c7860b68cb7e273304cf043b0c48ecbd3b89762d77ffa3e9bd88d53d3ad962293349ed + languageName: node + linkType: hard + +"@backstage/plugin-auth-react@npm:^0.1.10": + version: 0.1.10 + resolution: "@backstage/plugin-auth-react@npm:0.1.10" + dependencies: + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" "@material-ui/core": "npm:^4.9.13" "@react-hookz/web": "npm:^24.0.0" peerDependencies: @@ -5439,63 +5439,63 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/067108457dd287b662617cea16d597e1c9a4c6091f906be7c371f257110266e931c6db8d1a5e633ed1bea45a17bad41197183463d3342494a5310d6e30579dd6 + checksum: 10/90179fb0c50bbfa814af1280862881b544067b22c4a7c66c7de3f48c8dc30f56ba713b72c739ee5825e18cfb36f7e19d5c75c21597933ab6017b93a5c6b2e78e languageName: node linkType: hard -"@backstage/plugin-bitbucket-cloud-common@npm:0.2.26-next.1": - version: 0.2.26-next.1 - resolution: "@backstage/plugin-bitbucket-cloud-common@npm:0.2.26-next.1" +"@backstage/plugin-bitbucket-cloud-common@npm:^0.2.26": + version: 0.2.26 + resolution: "@backstage/plugin-bitbucket-cloud-common@npm:0.2.26" dependencies: - "@backstage/integration": "npm:1.16.0-next.1" + "@backstage/integration": "npm:^1.16.0" cross-fetch: "npm:^4.0.0" - checksum: 10/59da3b8331a0be184457192338f68de2a831b640a420f09ada14d0243483e3e9e5be58f5532a39756311daba205bb2af1cdbf36ba5c6fc432819e163af49b879 + checksum: 10/8e50aba3ab5ac0def28acac11ece042f55fe6306557ff0c01a98c192db42d8412e92babd44f022ff89f7a95df127dea4ac2b176f7c1585698c5a95a66b489d24 languageName: node linkType: hard -"@backstage/plugin-catalog-backend-module-logs@backstage:^::v=1.34.0-next.2": - version: 0.1.5-next.2 - resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.5-next.2" +"@backstage/plugin-catalog-backend-module-logs@npm:^0.1.5": + version: 0.1.5 + resolution: "@backstage/plugin-catalog-backend-module-logs@npm:0.1.5" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/plugin-catalog-backend": "npm:1.29.0-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - checksum: 10/c43f023c8d8d066c271d605ee14e0865eda41b2c59cf6144a71178a365bb09fa38f68b6329a6262d673348bcb13f5bd38bcfe81e7e0c102cdd17a15cb5299a30 + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/plugin-catalog-backend": "npm:^1.29.0" + "@backstage/plugin-events-node": "npm:^0.4.6" + checksum: 10/1c3a558fde13e012769971aaa6c936474e6aac9094e7e16689c1b24f60a7fcc64ce8efdc681b5204b63cf5f711118a3b42359fab27340814eefc9ea6b1b59145 languageName: node linkType: hard -"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@backstage:^::v=1.34.0-next.2, @backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.3-next.2": - version: 0.2.3-next.2 - resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.3-next.2" +"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model@npm:0.2.3" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-scaffolder-common": "npm:1.5.8-next.1" - checksum: 10/8338635cd11ffee1e285e463a41528c2a95f257687deeba47c7882d4fd1a79ecd651465939e72c18711d758fd0cbd03b692c828277331f61da51845cc7ce7891 + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-scaffolder-common": "npm:^1.5.8" + checksum: 10/2e9243dd9413977e74a99e88254584c1e2ee50b7bdd9360b3d03de0607e34e4dad4dc6b05684753925c9c101d92a085bba1cd8e3496be319a2c24b7a2cb5dd92 languageName: node linkType: hard -"@backstage/plugin-catalog-backend@backstage:^::v=1.34.0-next.2, @backstage/plugin-catalog-backend@npm:1.29.0-next.2": - version: 1.29.0-next.2 - resolution: "@backstage/plugin-catalog-backend@npm:1.29.0-next.2" +"@backstage/plugin-catalog-backend@npm:^1.29.0": + version: 1.29.0 + resolution: "@backstage/plugin-catalog-backend@npm:1.29.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-openapi-utils": "npm:0.4.0-next.2" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/plugin-search-backend-module-catalog": "npm:0.2.6-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-openapi-utils": "npm:^0.4.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/plugin-search-backend-module-catalog": "npm:^0.2.6" + "@backstage/types": "npm:^1.2.0" "@opentelemetry/api": "npm:^1.9.0" "@types/express": "npm:^4.17.6" codeowners-utils: "npm:^1.0.2" @@ -5515,18 +5515,7 @@ __metadata: yaml: "npm:^2.0.0" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10/f3b55547323bf1ce286e718c1920c982b7d16a55456bb733ba89bc2f8eca3c8a142a0a4b459467511207849117cf3ae847ff2790ecd30076f3c2784b1e00d3f8 - languageName: node - linkType: hard - -"@backstage/plugin-catalog-common@npm:1.1.2-next.0": - version: 1.1.2-next.0 - resolution: "@backstage/plugin-catalog-common@npm:1.1.2-next.0" - dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - checksum: 10/dc48ffb15689d47b55c07b9d44c91c705c4c6a1baf391b7fee40309ebc023fd9c5255088ecd2bd21db1654387a5006ce37f682fcdc8920dcbb541c1394bd9c52 + checksum: 10/d1c0aecc68b0d570f9f07886dab83ab971c6f1fbce5dff33cfab1bf10175673230e2cba2fc4d3d4dcea83ff566d89e644f433666611ef73cea26859e301b7396 languageName: node linkType: hard @@ -5541,18 +5530,29 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-catalog-graph@backstage:^::v=1.34.0-next.2": - version: 0.4.14-next.2 - resolution: "@backstage/plugin-catalog-graph@npm:0.4.14-next.2" +"@backstage/plugin-catalog-common@npm:^1.1.2": + version: 1.1.2 + resolution: "@backstage/plugin-catalog-common@npm:1.1.2" dependencies: - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-search-common": "npm:^1.2.16" + checksum: 10/ef26aa30962911c2ecddbc80c456664c354e342d614d94a4b4977290943768220d0e22a9da900d3da926a5e192d89b85960edcf672223283897bf6fe35048253 + languageName: node + linkType: hard + +"@backstage/plugin-catalog-graph@npm:^0.4.14": + version: 0.4.14 + resolution: "@backstage/plugin-catalog-graph@npm:0.4.14" + dependencies: + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -5569,23 +5569,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/02809ed72f0e50ac8b935166b1737a77719986e480a4f2728b3b1032564670b658d92e63a8b3849ee9dc5cc450c7991d9aafed4e126e251a0afe2f9049bb5f26 - languageName: node - linkType: hard - -"@backstage/plugin-catalog-node@backstage:^::v=1.34.0-next.2, @backstage/plugin-catalog-node@npm:1.15.0-next.2": - version: 1.15.0-next.2 - resolution: "@backstage/plugin-catalog-node@npm:1.15.0-next.2" - dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/types": "npm:1.2.0" - checksum: 10/fb732c5d5b46bc2af6cddf1943ab3aa96d8cc0d712322d8397d676e401c7c1c07029ce4769809f17704fb1e0b69163d2884390c0e0966f53367eed6388fea847 + checksum: 10/cb818dc318ba647b95ca80602702d0905b9dc3db05a5c4f7d99f8d73df2cb064935d372fb7cb0ca8aed2428a734f94249cfc45a72383a807051d7a42d4fb9086 languageName: node linkType: hard @@ -5605,24 +5589,40 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-catalog-react@backstage:^::v=1.34.0-next.2, @backstage/plugin-catalog-react@npm:1.14.3-next.2": - version: 1.14.3-next.2 - resolution: "@backstage/plugin-catalog-react@npm:1.14.3-next.2" - dependencies: - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/frontend-test-utils": "npm:0.2.4-next.2" - "@backstage/integration-react": "npm:1.2.2-next.1" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" +"@backstage/plugin-catalog-node@npm:^1.15.0": + version: 1.15.0 + resolution: "@backstage/plugin-catalog-node@npm:1.15.0" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/types": "npm:^1.2.0" + checksum: 10/48c3c764996fd8ac5a19af8f69a237070994c0309bde9851ef037d68e80824a37574ae0b54bf86109df34cf361123feb3abba79824cb49e986df504ed10ab3ae + languageName: node + linkType: hard + +"@backstage/plugin-catalog-react@npm:^1.14.0": + version: 1.14.1 + resolution: "@backstage/plugin-catalog-react@npm:1.14.1" + dependencies: + "@backstage/catalog-client": "npm:^1.8.0" + "@backstage/catalog-model": "npm:^1.7.1" + "@backstage/core-compat-api": "npm:^0.3.2" + "@backstage/core-components": "npm:^0.16.0" + "@backstage/core-plugin-api": "npm:^1.10.1" + "@backstage/errors": "npm:^1.2.5" + "@backstage/frontend-plugin-api": "npm:^0.9.1" + "@backstage/frontend-test-utils": "npm:^0.2.2" + "@backstage/integration-react": "npm:^1.2.1" + "@backstage/plugin-catalog-common": "npm:^1.1.1" + "@backstage/plugin-permission-common": "npm:^0.8.2" + "@backstage/plugin-permission-react": "npm:^0.4.28" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -5642,26 +5642,26 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/063983ff52706a9586cb2a4b9fbd4660882ffd4e8aae360fe1c0460abd2754e3d031d2dd28629d38f46c74c71717ab00a3feed920678a74733b532324aaed3f8 + checksum: 10/e1acf2773740bfddc192ab3ccf3379c3674b694ff48e00ea1bf510f269fd31e2f015d87f926ff8809ed88fbbac689c4216c80b2bdd2acd3e4817c94160aa6173 languageName: node linkType: hard -"@backstage/plugin-catalog-react@npm:^1.14.0": - version: 1.14.1 - resolution: "@backstage/plugin-catalog-react@npm:1.14.1" - dependencies: - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/core-compat-api": "npm:^0.3.2" - "@backstage/core-components": "npm:^0.16.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/frontend-plugin-api": "npm:^0.9.1" - "@backstage/frontend-test-utils": "npm:^0.2.2" - "@backstage/integration-react": "npm:^1.2.1" - "@backstage/plugin-catalog-common": "npm:^1.1.1" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-permission-react": "npm:^0.4.28" +"@backstage/plugin-catalog-react@npm:^1.15.0": + version: 1.15.0 + resolution: "@backstage/plugin-catalog-react@npm:1.15.0" + dependencies: + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/frontend-test-utils": "npm:^0.2.4" + "@backstage/integration-react": "npm:^1.2.2" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-react": "npm:^0.4.29" "@backstage/types": "npm:^1.2.0" "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" @@ -5683,29 +5683,29 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/e1acf2773740bfddc192ab3ccf3379c3674b694ff48e00ea1bf510f269fd31e2f015d87f926ff8809ed88fbbac689c4216c80b2bdd2acd3e4817c94160aa6173 + checksum: 10/03c3a7c507b2ade149b95f9d7281dcacce30c56d1998e709299049eb703dc9e5daec2f5592b7ab23cc4c1aa3ed734bbc2cca1c98416c2d550aa687ebf9b23289 languageName: node linkType: hard -"@backstage/plugin-catalog@backstage:^::v=1.34.0-next.2, @backstage/plugin-catalog@npm:1.26.0-next.2": - version: 1.26.0-next.2 - resolution: "@backstage/plugin-catalog@npm:1.26.0-next.2" - dependencies: - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/integration-react": "npm:1.2.2-next.1" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/plugin-scaffolder-common": "npm:1.5.8-next.1" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/plugin-search-react": "npm:1.8.4-next.2" - "@backstage/types": "npm:1.2.0" +"@backstage/plugin-catalog@npm:^1.26.0": + version: 1.26.0 + resolution: "@backstage/plugin-catalog@npm:1.26.0" + dependencies: + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/integration-react": "npm:^1.2.2" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-permission-react": "npm:^0.4.29" + "@backstage/plugin-scaffolder-common": "npm:^1.5.8" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/plugin-search-react": "npm:^1.8.4" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -5725,50 +5725,50 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/e7c9b4f433ae2663738820ac2c92bf965e63c43954f92bbb4c31e87893d72f1bfeae2b67eafbe0d626a5555fde9a2e17cbb46fe05a946b050b5119836db8321a + checksum: 10/8f80be392890d18bf025423794c08c29fe3b0a63137744984ad35a784405beae7359779ec34b1b9b30afe0c239711911f36a3ac6a041be9255a22238db5a6a14 languageName: node linkType: hard -"@backstage/plugin-events-backend@backstage:^::v=1.34.0-next.2": - version: 0.4.0-next.2 - resolution: "@backstage/plugin-events-backend@npm:0.4.0-next.2" +"@backstage/plugin-events-backend@npm:^0.4.0": + version: 0.4.0 + resolution: "@backstage/plugin-events-backend@npm:0.4.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-openapi-utils": "npm:0.4.0-next.2" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-openapi-utils": "npm:^0.4.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/types": "npm:^1.2.0" "@types/express": "npm:^4.17.6" content-type: "npm:^1.0.5" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" knex: "npm:^3.0.0" winston: "npm:^3.2.1" - checksum: 10/9305e1276573ce6bbd49d4c2cb198b6fab27e9e46dbaa1360654a19a22ee5cee6001f8409239052c94ac8ea47d548c20399787e84e26d4c778ff22d808933370 + checksum: 10/fb633a888f115787b13e1b5dba7c06827a8ff69fe920150c942bd7fb8b08bff434983d03e9dae6338a0d1d9acf7e32fcf5e063ccf048157b80bdd73ef2e03cbc languageName: node linkType: hard -"@backstage/plugin-events-node@npm:0.4.6-next.2": - version: 0.4.6-next.2 - resolution: "@backstage/plugin-events-node@npm:0.4.6-next.2" +"@backstage/plugin-events-node@npm:^0.4.6": + version: 0.4.6 + resolution: "@backstage/plugin-events-node@npm:0.4.6" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" cross-fetch: "npm:^4.0.0" uri-template: "npm:^2.0.0" - checksum: 10/88d737667e4e45002c2d0ff4e8388e06a8a2a6e6e38c9b46746bdae6ed84e9525b596f5e1b5a277116f958cb6fa849bdb2c26720d028b564568835df3186b983 + checksum: 10/cf63a9e2f75a6929c6c4bb7cb0936382e7bc5e28dae89bc2db9fe3d8437112e8a0b9e7d281e79a6de445f510e4b034e6fea2f69ec82c1dcf34e36f3331f009e5 languageName: node linkType: hard -"@backstage/plugin-home-react@npm:0.1.21-next.2": - version: 0.1.21-next.2 - resolution: "@backstage/plugin-home-react@npm:0.1.21-next.2" +"@backstage/plugin-home-react@npm:^0.1.21": + version: 0.1.21 + resolution: "@backstage/plugin-home-react@npm:0.1.21" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@rjsf/utils": "npm:5.23.1" @@ -5780,25 +5780,25 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/a725bfb19287a4cb67fe0b90913924ab3263a90e93dadeeeedf810bb7dde46e4b18c0a36371b216dc614b3cfc5b8913a2f5d844426eef4325fc33ed53e2f410a + checksum: 10/dd479db27c097c906c184039e2548b3eba006e7bdea52b14eec832d0f52aa135074a725fe4747caa80b9f668cd5a1da1d8d9eb0469b02b3b90447d30601d9f9d languageName: node linkType: hard -"@backstage/plugin-home@backstage:^::v=1.34.0-next.2": - version: 0.8.3-next.2 - resolution: "@backstage/plugin-home@npm:0.8.3-next.2" - dependencies: - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-app-api": "npm:1.15.3-next.1" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-home-react": "npm:0.1.21-next.2" - "@backstage/theme": "npm:0.6.3-next.0" +"@backstage/plugin-home@npm:^0.8.3": + version: 0.8.3 + resolution: "@backstage/plugin-home@npm:0.8.3" + dependencies: + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-app-api": "npm:^1.15.3" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-home-react": "npm:^0.1.21" + "@backstage/theme": "npm:^0.6.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -5820,32 +5820,32 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/b7bc1443170298ab25b22a35081b26ecdeea8ce4f7fa54f1acb3ff0961e0a58466158016c525af53919ba4520a6b51aed2b13977aaa09f149fd0e1c58159ccbe + checksum: 10/322816cc68c56190467f61566976459316e02bff312c0d1fddc6ab3071ac4a4bf28f75f3e3e9a121f01ef8144e6c146c302416bec52556fd95576810234e20e7 languageName: node linkType: hard -"@backstage/plugin-kubernetes-backend@backstage:^::v=1.34.0-next.2": - version: 0.19.1-next.2 - resolution: "@backstage/plugin-kubernetes-backend@npm:0.19.1-next.2" +"@backstage/plugin-kubernetes-backend@npm:^0.19.1": + version: 0.19.1 + resolution: "@backstage/plugin-kubernetes-backend@npm:0.19.1" dependencies: "@aws-crypto/sha256-js": "npm:^5.0.0" "@aws-sdk/credential-providers": "npm:^3.350.0" "@aws-sdk/signature-v4": "npm:^3.347.0" "@azure/identity": "npm:^4.0.0" "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration-aws-node": "npm:0.1.14-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-kubernetes-common": "npm:0.9.1-next.0" - "@backstage/plugin-kubernetes-node": "npm:0.2.1-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration-aws-node": "npm:^0.1.14" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-kubernetes-common": "npm:^0.9.1" + "@backstage/plugin-kubernetes-node": "npm:^0.2.1" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/types": "npm:^1.2.0" "@google-cloud/container": "npm:^5.0.0" "@jest-mock/express": "npm:^2.0.1" "@kubernetes/client-node": "npm:1.0.0-rc7" @@ -5866,50 +5866,50 @@ __metadata: stream-buffers: "npm:^3.0.2" winston: "npm:^3.2.1" yn: "npm:^4.0.0" - checksum: 10/66de81555f2df6eb30802172d777f557e68e8b0c6d954fc93a8231075f5e55610ef1eb60526862754bc85f6b65a3fa6d47ed8ba2d5e389f8fef9473002f5b6f4 + checksum: 10/41d3d4fed77309e86583b9fc31d9c7df951ce699e61f367836a81242c9c64c3d5c58120228d1ffa345c1c6c217c7f2fcf7cdd57eca882751527988a0f3efe095 languageName: node linkType: hard -"@backstage/plugin-kubernetes-common@npm:0.9.1-next.0": - version: 0.9.1-next.0 - resolution: "@backstage/plugin-kubernetes-common@npm:0.9.1-next.0" +"@backstage/plugin-kubernetes-common@npm:^0.9.1": + version: 0.9.1 + resolution: "@backstage/plugin-kubernetes-common@npm:0.9.1" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/types": "npm:^1.2.0" "@kubernetes/client-node": "npm:1.0.0-rc7" kubernetes-models: "npm:^4.3.1" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10/55a170c2bb0d05514b1599613aaecf237036907fa0d4426a520f7be52d020c24a70be7536c4375e29a9aa1e07684239cdc24082f75c9e185b02b63128630a284 + checksum: 10/6853d8fdf731d9521674e307f0c2c99c38bc6da1ad13acbf0104a202eb7bfb07c2e90f0166bf2238fd8cbdbc758065d03ba78d98d5474b4c1bcd5a59f9c5a654 languageName: node linkType: hard -"@backstage/plugin-kubernetes-node@npm:0.2.1-next.2": - version: 0.2.1-next.2 - resolution: "@backstage/plugin-kubernetes-node@npm:0.2.1-next.2" +"@backstage/plugin-kubernetes-node@npm:^0.2.1": + version: 0.2.1 + resolution: "@backstage/plugin-kubernetes-node@npm:0.2.1" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/plugin-kubernetes-common": "npm:0.9.1-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/plugin-kubernetes-common": "npm:^0.9.1" + "@backstage/types": "npm:^1.2.0" "@kubernetes/client-node": "npm:1.0.0-rc7" node-fetch: "npm:^2.7.0" winston: "npm:^3.2.1" - checksum: 10/7e33957e4272f4e79f16808ebef5f883b39c4a9f88596730020e7c9238fe5bb57fd46e65428bf5ecdc3b0b5ec8ac5d864c48ac0f1329dfb962a274c379a84930 + checksum: 10/d4a75dbc358e69da08ae9b79a59ba3846b87f8c1187c36a9eff67a86bf4f53df227620a392ff47203be398509a415d9ffef6e1bae76248f65934b7fc0d0f6054 languageName: node linkType: hard -"@backstage/plugin-kubernetes-react@npm:0.5.2-next.2": - version: 0.5.2-next.2 - resolution: "@backstage/plugin-kubernetes-react@npm:0.5.2-next.2" +"@backstage/plugin-kubernetes-react@npm:^0.5.2": + version: 0.5.2 + resolution: "@backstage/plugin-kubernetes-react@npm:0.5.2" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-kubernetes-common": "npm:0.9.1-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-kubernetes-common": "npm:^0.9.1" + "@backstage/types": "npm:^1.2.0" "@kubernetes-models/apimachinery": "npm:^2.0.0" "@kubernetes-models/base": "npm:^5.0.0" "@kubernetes/client-node": "npm:1.0.0-rc7" @@ -5933,22 +5933,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1fe631730522ef40cfbbb44c72d64aac81195191ae6fd05a23a9cf4a4883c46ffb0f988e053606bea1eb1d3e1e6adc23f095f7e67bbaf8239aebeac7d4eb6734 + checksum: 10/848a98b8faa3975e8c39f1742c4952d9339725757c2efa093011282f25674e5f40dcc7707af8d6ce92bf0f1ff5893cf2c93dade6ae76b9eb22245f55546e8b1c languageName: node linkType: hard -"@backstage/plugin-kubernetes@backstage:^::v=1.34.0-next.2": - version: 0.12.2-next.2 - resolution: "@backstage/plugin-kubernetes@npm:0.12.2-next.2" - dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-kubernetes-common": "npm:0.9.1-next.0" - "@backstage/plugin-kubernetes-react": "npm:0.5.2-next.2" +"@backstage/plugin-kubernetes@npm:^0.12.2": + version: 0.12.2 + resolution: "@backstage/plugin-kubernetes@npm:0.12.2" + dependencies: + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-kubernetes-common": "npm:^0.9.1" + "@backstage/plugin-kubernetes-react": "npm:^0.5.2" "@kubernetes-models/apimachinery": "npm:^2.0.0" "@kubernetes-models/base": "npm:^5.0.0" "@kubernetes/client-node": "npm:1.0.0-rc7" @@ -5969,72 +5969,72 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/2bad8559fd038cc3ad64ea997700fd56b370591af6bb8f822b40137965eb059753fa56ba1d153ac205920f7c0ca90d7689908635dee468b183e3a9a92bb51c91 + checksum: 10/f3bb41c63c9aa9d0fa642b082f841526b6ef18c4cb9abdb5c36e660f4325d6a2942729f3b978e3e01cb96b86f0904418144819ae131338ff5a56e33db6d3399d languageName: node linkType: hard -"@backstage/plugin-notifications-backend@backstage:^::v=1.34.0-next.2": - version: 0.5.0-next.2 - resolution: "@backstage/plugin-notifications-backend@npm:0.5.0-next.2" +"@backstage/plugin-notifications-backend@npm:^0.5.0": + version: 0.5.0 + resolution: "@backstage/plugin-notifications-backend@npm:0.5.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/plugin-notifications-common": "npm:0.0.7-next.0" - "@backstage/plugin-notifications-node": "npm:0.2.10-next.2" - "@backstage/plugin-signals-node": "npm:0.1.15-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/plugin-notifications-common": "npm:^0.0.7" + "@backstage/plugin-notifications-node": "npm:^0.2.10" + "@backstage/plugin-signals-node": "npm:^0.1.15" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" knex: "npm:^3.0.0" uuid: "npm:^11.0.0" winston: "npm:^3.2.1" yn: "npm:^4.0.0" - checksum: 10/34101111371e968306838d35a08325feec4329c677d4cb21d639d22e96ffa252f5681bb9b025aa6eae4f6cd0e4c3d2fd2d1462a8dd1f02d9a10a72f7f52fe1b3 + checksum: 10/4fee300dcb41e2cff732d6124e614e0e7f42ce57ab44d6ec557176ea22c3196d3ffa5a6a4b6d6508660383b3e760c659c54e8e9ee4ddf0c6008c003cb862287b languageName: node linkType: hard -"@backstage/plugin-notifications-common@npm:0.0.7-next.0": - version: 0.0.7-next.0 - resolution: "@backstage/plugin-notifications-common@npm:0.0.7-next.0" +"@backstage/plugin-notifications-common@npm:^0.0.7": + version: 0.0.7 + resolution: "@backstage/plugin-notifications-common@npm:0.0.7" dependencies: - "@backstage/config": "npm:1.3.1-next.0" + "@backstage/config": "npm:^1.3.1" "@material-ui/icons": "npm:^4.9.1" - checksum: 10/682c7f28600ecdf567c2e2a6805eaa13805387ccbb95d6436be8f6b2e0efd7ce9dc98f8f86ffb86adb55af4e44337b3feba05568ac6383cb4461754c4bb7aa76 + checksum: 10/784575670e37db1494d5ab381044ff4fb1bdf85d5061d093c0253451b04bc2700bb35ee75ac160f3cba17e38fddaf3eaa3502a2fafdd7d78499c7c2c94992006 languageName: node linkType: hard -"@backstage/plugin-notifications-node@npm:0.2.10-next.2": - version: 0.2.10-next.2 - resolution: "@backstage/plugin-notifications-node@npm:0.2.10-next.2" +"@backstage/plugin-notifications-node@npm:^0.2.10": + version: 0.2.10 + resolution: "@backstage/plugin-notifications-node@npm:0.2.10" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/plugin-notifications-common": "npm:0.0.7-next.0" - "@backstage/plugin-signals-node": "npm:0.1.15-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/plugin-notifications-common": "npm:^0.0.7" + "@backstage/plugin-signals-node": "npm:^0.1.15" knex: "npm:^3.0.0" uuid: "npm:^11.0.0" - checksum: 10/0c879c01b410e0945191bb609a26fbac9dc391a73d2f7d03290a07f88d1018a502266eb54b2e3f408643115bcf0b12018297005910fc4408e4200245c1864356 + checksum: 10/1de66e08d6071a1439374018c985b1bb1a20cf527df2312d33da997c059b87dfc15413ec10c08477f4cba481927ca008a2e6e2ac80e0a9af8d6f98316a61411a languageName: node linkType: hard -"@backstage/plugin-notifications@backstage:^::v=1.34.0-next.2": - version: 0.5.0-next.2 - resolution: "@backstage/plugin-notifications@npm:0.5.0-next.2" - dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-notifications-common": "npm:0.0.7-next.0" - "@backstage/plugin-signals-react": "npm:0.0.8-next.0" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/types": "npm:1.2.0" +"@backstage/plugin-notifications@npm:^0.5.0": + version: 0.5.0 + resolution: "@backstage/plugin-notifications@npm:0.5.0" + dependencies: + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-notifications-common": "npm:^0.0.7" + "@backstage/plugin-signals-react": "npm:^0.0.8" + "@backstage/theme": "npm:^0.6.3" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:^4.0.0-alpha.61" @@ -6051,21 +6051,21 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/6f1f7cdbd78cbdd83cc41c5e8a60125cf6a55604dddf0a9ba8d8e8d1eadcac401624f09dcd0494e6ea3cb879f654f49d0be741321fa88827bb59b561ff770a99 + checksum: 10/8d4d3f668622607d95827d2c4b67a668bb2f0d2d152e70c4ca622d01efecb2f340cbe31f869cdcb2028af1078094343ff6fb62cf7f3ea1dfbb6f05f34b9ced0f languageName: node linkType: hard -"@backstage/plugin-org@backstage:^::v=1.34.0-next.2": - version: 0.6.34-next.2 - resolution: "@backstage/plugin-org@npm:0.6.34-next.2" +"@backstage/plugin-org@npm:^0.6.34": + version: 0.6.34 + resolution: "@backstage/plugin-org@npm:0.6.34" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-react": "npm:^1.15.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -6082,22 +6082,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/8301998f3d34753c9c5629aaa922347516610a6a4c3179a356215a54516dd544eb3fe77bd8233af83d4b003292f6d44e6d6b4f8c1dfa6ecf26597076d65f1306 - languageName: node - linkType: hard - -"@backstage/plugin-permission-common@npm:0.8.3-next.0": - version: 0.8.3-next.0 - resolution: "@backstage/plugin-permission-common@npm:0.8.3-next.0" - dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/types": "npm:1.2.0" - cross-fetch: "npm:^4.0.0" - uuid: "npm:^11.0.0" - zod: "npm:^3.22.4" - zod-to-json-schema: "npm:^3.20.4" - checksum: 10/0f1e9770aa44f475845913543de5bda06c6a7918ad5ae1684efc6b61a56e1c2510ed091c9647966f4cc3cccc7c6ce14d8f102a794e36267271b7b4df159ad056 + checksum: 10/c2d6ea975085b6335c90eabe8d3fb7919ea024f8eea8b13396b1a1e1aa136b8785be063326f0b27b39e67a342eaf588de315f6742af5909ddb74535d5b18f836 languageName: node linkType: hard @@ -6116,22 +6101,18 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-permission-node@npm:0.8.6-next.2": - version: 0.8.6-next.2 - resolution: "@backstage/plugin-permission-node@npm:0.8.6-next.2" +"@backstage/plugin-permission-common@npm:^0.8.3": + version: 0.8.3 + resolution: "@backstage/plugin-permission-common@npm:0.8.3" dependencies: - "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@types/express": "npm:^4.17.6" - express: "npm:^4.17.1" - express-promise-router: "npm:^4.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/types": "npm:^1.2.0" + cross-fetch: "npm:^4.0.0" + uuid: "npm:^11.0.0" zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.20.4" - checksum: 10/281ecb82a6a4cdd26ec9a538389202800d4095fc2e834dd5427861e0ccc51245c377441ce8940df72835499093ea44b38b83629e2fd12d59d1d59b53058d9a0f + checksum: 10/699e8d7f173a2beac8364ae48034985b38407a767b25a578e09e65161ecb5a35bf6f022484079575fdeb9d41681dc6ce449c50d103d1f02d5c950d74837dd0e5 languageName: node linkType: hard @@ -6154,13 +6135,32 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-permission-react@npm:0.4.29-next.0": - version: 0.4.29-next.0 - resolution: "@backstage/plugin-permission-react@npm:0.4.29-next.0" +"@backstage/plugin-permission-node@npm:^0.8.6": + version: 0.8.6 + resolution: "@backstage/plugin-permission-node@npm:0.8.6" + dependencies: + "@backstage/backend-common": "npm:^0.25.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@types/express": "npm:^4.17.6" + express: "npm:^4.17.1" + express-promise-router: "npm:^4.1.0" + zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.20.4" + checksum: 10/03316d83a0b8510188dad4045b33bd964cefe945452f0f6753093a2295b1d672a04b1a505c3939666e2c80e6405957c8a1d4ff27bbe8ff7369b5cc34d6be8b6f + languageName: node + linkType: hard + +"@backstage/plugin-permission-react@npm:^0.4.28": + version: 0.4.28 + resolution: "@backstage/plugin-permission-react@npm:0.4.28" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" + "@backstage/config": "npm:^1.3.0" + "@backstage/core-plugin-api": "npm:^1.10.1" + "@backstage/plugin-permission-common": "npm:^0.8.2" swr: "npm:^2.0.0" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -6170,17 +6170,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/4e167e8a144b86c60dccd098a016fa2993f3c2f2aaad7502d6315635f30f6fb31299e34ed7a373b2c4088a626dc182317d52579c17e221c609f5190b9a317f2b + checksum: 10/16f188e5b6a7f7afd69ac0aeb80315fff280a2ba1cf434fc8e582b860fb5a6cf46ab7d40cf0a05f02f0aadfd2be0477dd2ca38acb858bd7ad70c749e17cd7040 languageName: node linkType: hard -"@backstage/plugin-permission-react@npm:^0.4.28": - version: 0.4.28 - resolution: "@backstage/plugin-permission-react@npm:0.4.28" +"@backstage/plugin-permission-react@npm:^0.4.29": + version: 0.4.29 + resolution: "@backstage/plugin-permission-react@npm:0.4.29" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/plugin-permission-common": "npm:^0.8.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" swr: "npm:^2.0.0" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -6190,18 +6190,18 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/16f188e5b6a7f7afd69ac0aeb80315fff280a2ba1cf434fc8e582b860fb5a6cf46ab7d40cf0a05f02f0aadfd2be0477dd2ca38acb858bd7ad70c749e17cd7040 + checksum: 10/a7f5b63431fd409403969a719f61b9d811a3960e2c301ef38c067180daedbd874a85a097787a09a9027435dcdba8086e4eb8edeadd651b2f97a514f725e03a7d languageName: node linkType: hard -"@backstage/plugin-proxy-backend@backstage:^::v=1.34.0-next.2": - version: 0.5.9-next.2 - resolution: "@backstage/plugin-proxy-backend@npm:0.5.9-next.2" +"@backstage/plugin-proxy-backend@npm:^0.5.9": + version: 0.5.9 + resolution: "@backstage/plugin-proxy-backend@npm:0.5.9" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/types": "npm:^1.2.0" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -6212,171 +6212,171 @@ __metadata: yaml: "npm:^2.0.0" yn: "npm:^4.0.0" yup: "npm:^1.0.0" - checksum: 10/51e612e4bc95266a186c3c443beaded570138a5893aef4edf5496621dd56ff791ad7e798999ed53b45f281e52f9c38d83ac26a4d5224c79b727f4d21ef39b859 + checksum: 10/a3efbc50fd7b332c2769bedcd9d72c8d060ed6c4f11faa6e4525e84b0a87f914b7b3cbf077a1e836a1b0012bb1f09c3210127d7b150a8f39fc397b10547a9447 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.4-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.4-next.2" +"@backstage/plugin-scaffolder-backend-module-azure@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-scaffolder-backend-module-azure@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" azure-devops-node-api: "npm:^14.0.0" yaml: "npm:^2.0.0" - checksum: 10/9a9130fb62f050531de831a54eaacdf03ac58286be40249f12591aab2dc5b52211e632f0c9bf57062ba1511b2fbcd2b61cda76585b5b7cb2c845b3c8e2239e9f + checksum: 10/c12e92be5a6e22198b3f99eba4e3195c4c25e867c2b054640aa5279a8e394da4e7809315b6c3c1e44f4474b96a5095e1febf52c7370f2f0fe0cbbf7a4658f6d8 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.4-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.4-next.2" +"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-bitbucket-cloud-common": "npm:0.2.26-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-bitbucket-cloud-common": "npm:^0.2.26" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" fs-extra: "npm:^11.2.0" yaml: "npm:^2.0.0" - checksum: 10/eaa7b594b0abd10a89bc6920555bf6d548181eef72477cf1b6cc996035e1b1ddbf5d48029c7f0b458e178f808eb46c1659e9a280de04ca3980e8cd01898e9f95 + checksum: 10/ef49b41a4cbee8961e952947d23126f8bd10c2f1bcac8335df5bedac2160d429c32c76b4606e85e45c414af940ee923c25acf791314cbbb82ec594318a643277 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.4-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.4-next.2" +"@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket-server@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" fs-extra: "npm:^11.2.0" yaml: "npm:^2.0.0" - checksum: 10/a7ab7b0b8278eef36227af04965b291aab54c101f22008e51482474a29b691a18f0524189332d59f7da2eaa2122b4519caf697d9ccdf0d421c71bfceefe478c6 + checksum: 10/481ecb4fe2d811478135dbabfb3f7454cd9d8eb71f4070de1c846e804d424322ff849be6534f2c02512be3989bf58701e762044d96226a8e916dbd3b09bcd807 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.5-next.2": - version: 0.3.5-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.5-next.2" - dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" +"@backstage/plugin-scaffolder-backend-module-bitbucket@npm:^0.3.5": + version: 0.3.5 + resolution: "@backstage/plugin-scaffolder-backend-module-bitbucket@npm:0.3.5" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.4" + "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.4" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" fs-extra: "npm:^11.2.0" yaml: "npm:^2.0.0" - checksum: 10/28a320b002cbb9cd1876787e563882f33e85cfa5dd29d547351ba4a31d8c72ffae5e4c6fead354c621f682191e110dcef0615a2e636af06e3add835a81b52f10 + checksum: 10/71b317077d707d5504269811f8927cac7e4556c6e911d79eee8b75cab77d9287ec073dda44dbd0e2c652f6e1216f2b8122034bbe778ec5a4547f5283b1b4bbf3 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.4-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.4-next.2" +"@backstage/plugin-scaffolder-backend-module-gerrit@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-scaffolder-backend-module-gerrit@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" yaml: "npm:^2.0.0" - checksum: 10/6d8d5eb44301cd5c5175cbfbce32e253b2216a81da1b77e1626c23178ad3306a969b05eaf4e28d593025754ca45b2239b9d1cb4acb261194df70bfbf915c5a5d + checksum: 10/79eb1fddde7055615320f423971e04195fa00b544aa38e18008b5f783a8bb6ae5183390d5ac788b97386134a504b74dcb769d4142123e362c5b9ba85a41ed0c3 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.4-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.4-next.2" +"@backstage/plugin-scaffolder-backend-module-gitea@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-scaffolder-backend-module-gitea@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" yaml: "npm:^2.0.0" - checksum: 10/a140caa89174c5fcaeb45c16496849a04ba34537769bdb94a48aeafa48739543608e0b5d020970ae27b839f3ce99766c479cc1eb82331c18027c34cd95ef3ffe + checksum: 10/adf16f4ae7511a2a60bf1ea8bfcac260733611b04a431094e2bcec0aa749caeee74902ba14002625026658caacfc9005aa2f46d3b6992ae36b2bfa389a375259 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-github@backstage:^::v=1.34.0-next.2, @backstage/plugin-scaffolder-backend-module-github@npm:0.5.4-next.2": - version: 0.5.4-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.5.4-next.2" +"@backstage/plugin-scaffolder-backend-module-github@npm:^0.5.4": + version: 0.5.4 + resolution: "@backstage/plugin-scaffolder-backend-module-github@npm:0.5.4" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" "@octokit/webhooks": "npm:^10.9.2" libsodium-wrappers: "npm:^0.7.11" octokit: "npm:^3.0.0" octokit-plugin-create-pull-request: "npm:^5.0.0" yaml: "npm:^2.0.0" - checksum: 10/c000de026938de7dd3af96c72db8cc9090e5cf70591c38bfb4ce3ad13a3000504153619ed0b3e013d2d3ceb36ab230fa513b0a2bc38c6568abaf48f14ca21791 + checksum: 10/f44e73efb4ac525754017e9dfddbd53bdc86392801a37e887a92e1a73c56f79cc67439d4fa2bdf3336e2b30b0b4763b12add7f58d186ea0e9a0557148005a6e1 languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.7.0-next.2": - version: 0.7.0-next.2 - resolution: "@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.7.0-next.2" +"@backstage/plugin-scaffolder-backend-module-gitlab@npm:^0.7.0": + version: 0.7.0 + resolution: "@backstage/plugin-scaffolder-backend-module-gitlab@npm:0.7.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" "@gitbeaker/rest": "npm:^41.2.0" luxon: "npm:^3.0.0" winston: "npm:^3.2.1" yaml: "npm:^2.0.0" zod: "npm:^3.22.4" - checksum: 10/06e97102261f4340e6cbff1e3315410f7ac848255aadd1e3e046964f1f31da5011c38d5cff91f5356aebd287d1f3deee825587287309e4bde64c1c6acaa41be2 + checksum: 10/f83c3bdf64a7b5ae1b282ec6bbdbd5743c0153d4c67154167d9852c02b7ff57e8fd1efd2f148cdb5991a75e6722d57d948bfbac6b76a8b3832053c0fc6ef372a languageName: node linkType: hard -"@backstage/plugin-scaffolder-backend@backstage:^::v=1.34.0-next.2": - version: 1.28.0-next.2 - resolution: "@backstage/plugin-scaffolder-backend@npm:1.28.0-next.2" +"@backstage/plugin-scaffolder-backend@npm:^1.28.0": + version: 1.28.0 + resolution: "@backstage/plugin-scaffolder-backend@npm:1.28.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-defaults": "npm:0.6.0-next.2" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-bitbucket-cloud-common": "npm:0.2.26-next.1" - "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:0.2.3-next.2" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/plugin-scaffolder-backend-module-azure": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-backend-module-bitbucket": "npm:0.3.5-next.2" - "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-backend-module-gerrit": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-backend-module-gitea": "npm:0.2.4-next.2" - "@backstage/plugin-scaffolder-backend-module-github": "npm:0.5.4-next.2" - "@backstage/plugin-scaffolder-backend-module-gitlab": "npm:0.7.0-next.2" - "@backstage/plugin-scaffolder-common": "npm:1.5.8-next.1" - "@backstage/plugin-scaffolder-node": "npm:0.6.2-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-defaults": "npm:^0.6.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-bitbucket-cloud-common": "npm:^0.2.26" + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "npm:^0.2.3" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/plugin-scaffolder-backend-module-azure": "npm:^0.2.4" + "@backstage/plugin-scaffolder-backend-module-bitbucket": "npm:^0.3.5" + "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "npm:^0.2.4" + "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "npm:^0.2.4" + "@backstage/plugin-scaffolder-backend-module-gerrit": "npm:^0.2.4" + "@backstage/plugin-scaffolder-backend-module-gitea": "npm:^0.2.4" + "@backstage/plugin-scaffolder-backend-module-github": "npm:^0.5.4" + "@backstage/plugin-scaffolder-backend-module-gitlab": "npm:^0.7.0" + "@backstage/plugin-scaffolder-common": "npm:^1.5.8" + "@backstage/plugin-scaffolder-node": "npm:^0.6.2" + "@backstage/types": "npm:^1.2.0" "@opentelemetry/api": "npm:^1.9.0" "@types/express": "npm:^4.17.6" "@types/luxon": "npm:^3.0.0" @@ -6404,32 +6404,32 @@ __metadata: yaml: "npm:^2.0.0" zen-observable: "npm:^0.10.0" zod: "npm:^3.22.4" - checksum: 10/ef6127d4d7db9e4c4deed2a33dbd473605cf303e8e0fcf33ea9de9ab13b29f07f74d0f9f94b8c61f168c64a0680bb440f394515bbf2fa7be6029d219d2d67959 + checksum: 10/ab6c4973962825a1587a21905b43158839f2894327fcbca991165efa04469b00409607bc14c69757afdfb45e8d581d335107882b6f9ecdfaa0ebfc4220255492 languageName: node linkType: hard -"@backstage/plugin-scaffolder-common@npm:1.5.8-next.1": - version: 1.5.8-next.1 - resolution: "@backstage/plugin-scaffolder-common@npm:1.5.8-next.1" +"@backstage/plugin-scaffolder-common@npm:^1.5.8": + version: 1.5.8 + resolution: "@backstage/plugin-scaffolder-common@npm:1.5.8" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/types": "npm:1.2.0" - checksum: 10/48302374481e312512b52affe67c3108f2fd504153df88d6594583234c2b822bccaf1ee7d5ef7c034d707bfa41f3420ca1545b121ad238b7a247a6e272057960 + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/types": "npm:^1.2.0" + checksum: 10/6ad9a6dc339d15e6345d5ad7b3a6a6a8634b5e9e164970a7546e823f718ad6ce435912466c6d7842751d0796536694cdf74dad904cf14b87557adb5b939d10fc languageName: node linkType: hard -"@backstage/plugin-scaffolder-node@npm:0.6.2-next.2": - version: 0.6.2-next.2 - resolution: "@backstage/plugin-scaffolder-node@npm:0.6.2-next.2" +"@backstage/plugin-scaffolder-node@npm:^0.6.2": + version: 0.6.2 + resolution: "@backstage/plugin-scaffolder-node@npm:0.6.2" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-scaffolder-common": "npm:1.5.8-next.1" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-scaffolder-common": "npm:^1.5.8" + "@backstage/types": "npm:^1.2.0" concat-stream: "npm:^2.0.0" fs-extra: "npm:^11.2.0" globby: "npm:^11.0.0" @@ -6440,25 +6440,25 @@ __metadata: winston: "npm:^3.2.1" zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.20.4" - checksum: 10/84cc93756697bf6a93346a654ddf12f151ccfb7fba857e622b8a2465a086a900f53e69dd1cdbfcc454bce9472e9d100a79b77bd6dfde363fe8c2e6f5a4616a1c + checksum: 10/b3c205ba9a92984cdb303323205f0db950582b3181b3b6b729d86d3839f2a122070d54edf6dda0d27b24ec68b11e0d5abe84ac510a7616cd173242ef243f4778 languageName: node linkType: hard -"@backstage/plugin-scaffolder-react@npm:1.14.2-next.2": - version: 1.14.2-next.2 - resolution: "@backstage/plugin-scaffolder-react@npm:1.14.2-next.2" +"@backstage/plugin-scaffolder-react@npm:^1.14.2": + version: 1.14.2 + resolution: "@backstage/plugin-scaffolder-react@npm:1.14.2" dependencies: - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/plugin-scaffolder-common": "npm:1.5.8-next.1" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-permission-react": "npm:^0.4.29" + "@backstage/plugin-scaffolder-common": "npm:^1.5.8" + "@backstage/theme": "npm:^0.6.3" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -6490,29 +6490,29 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/48150e0dc9b698f5c8dc4d089e318872fc3803f272c24b596a3301beaca6e8e8f221903f78ac016bf6ded77f65a642ab36d9e166ac46e83610838bcb3daa3e7d - languageName: node - linkType: hard - -"@backstage/plugin-scaffolder@backstage:^::v=1.34.0-next.2": - version: 1.27.2-next.2 - resolution: "@backstage/plugin-scaffolder@npm:1.27.2-next.2" - dependencies: - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/integration-react": "npm:1.2.2-next.1" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/plugin-scaffolder-common": "npm:1.5.8-next.1" - "@backstage/plugin-scaffolder-react": "npm:1.14.2-next.2" - "@backstage/types": "npm:1.2.0" + checksum: 10/a4a2cf969a2e9663897ea4e1e3f5e1c4efa01d5947f72098be2c95d828e1e7dc05a9e7c549a98a7464e36ef6b868aaaff5beaf77eb8905f27827678c3cd258f3 + languageName: node + linkType: hard + +"@backstage/plugin-scaffolder@npm:^1.27.2": + version: 1.27.2 + resolution: "@backstage/plugin-scaffolder@npm:1.27.2" + dependencies: + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/integration": "npm:^1.16.0" + "@backstage/integration-react": "npm:^1.2.2" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-permission-react": "npm:^0.4.29" + "@backstage/plugin-scaffolder-common": "npm:^1.5.8" + "@backstage/plugin-scaffolder-react": "npm:^1.14.2" + "@backstage/types": "npm:^1.2.0" "@codemirror/language": "npm:^6.0.0" "@codemirror/legacy-modes": "npm:^6.1.0" "@codemirror/view": "npm:^6.0.0" @@ -6551,97 +6551,97 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1059f67ff435ce5684b327e68a6641aeec4f111b4914e8e9a2b147e9d7085491a38d4636f878f3bd3ee489a92e67140be8d3e6d9da79d8136c9371c6a9456b75 + checksum: 10/dbfc843948a450c137a8f309f6d6e9b913a4b75c9d07f041ea95befbbea8b04de9904ffcedebbd1cdcd4247f1daf1c504434d584df2980dfaf17392991eb5cd8 languageName: node linkType: hard -"@backstage/plugin-search-backend-module-catalog@backstage:^::v=1.34.0-next.2, @backstage/plugin-search-backend-module-catalog@npm:0.2.6-next.2": - version: 0.2.6-next.2 - resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.2.6-next.2" +"@backstage/plugin-search-backend-module-catalog@npm:^0.2.6": + version: 0.2.6 + resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.2.6" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-search-backend-node": "npm:1.3.6-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - checksum: 10/03e5029381b6975368b0b5b2b71d1921a48ace0421a161d61b7764b50e14d9e87cc40f1bc362c0815d5802f251b556e7b6f976195f66d080e7afdab4858e3ea2 + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-search-backend-node": "npm:^1.3.6" + "@backstage/plugin-search-common": "npm:^1.2.16" + checksum: 10/cbfccaf070000237d3c1ded740acffc9ab3af0bdbc6f0f48547dfa454d1fbf929aac0f8db8a03a98cebe045520851d729b0071e7b97c431d7c29a70e2098153d languageName: node linkType: hard -"@backstage/plugin-search-backend-module-explore@backstage:^::v=1.34.0-next.2": - version: 0.2.6-next.2 - resolution: "@backstage/plugin-search-backend-module-explore@npm:0.2.6-next.2" +"@backstage/plugin-search-backend-module-explore@npm:^0.2.6": + version: 0.2.6 + resolution: "@backstage/plugin-search-backend-module-explore@npm:0.2.6" dependencies: "@backstage-community/plugin-explore-common": "npm:^0.0.7" "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/plugin-search-backend-node": "npm:1.3.6-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - checksum: 10/ffd95ac6a3816966245f518b9cf752263fbffbd1a5746c2d8fe7b6a881d0eda5fac2b1d0714db0ca80d5701407888ba6059e18e4e1bdde3e0d424173040c0268 + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/plugin-search-backend-node": "npm:^1.3.6" + "@backstage/plugin-search-common": "npm:^1.2.16" + checksum: 10/726cac5025f400f7417a7c1a4f96738c1f3e807b6affdd4f4f5a21e6d94d99beeabb1c095f5fa9c4ca10f16109c97fae0247d1054a9571d570244796b8dbd6a0 languageName: node linkType: hard -"@backstage/plugin-search-backend-module-techdocs@npm:0.3.4-next.2": - version: 0.3.4-next.2 - resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.3.4-next.2" +"@backstage/plugin-search-backend-module-techdocs@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/plugin-search-backend-module-techdocs@npm:0.3.4" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-search-backend-node": "npm:1.3.6-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/plugin-techdocs-node": "npm:1.12.15-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-search-backend-node": "npm:^1.3.6" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/plugin-techdocs-node": "npm:^1.12.15" lodash: "npm:^4.17.21" p-limit: "npm:^3.1.0" - checksum: 10/ec3b714e158c76f264c214c735bb59a191d123d7218306d2b9386385057e690f68e59ce856f10485ff3e1f81c36e14d8c2a73b4b9dfa4259c481bbf637cac5aa + checksum: 10/1eb5afc4d7303827d31a445dbb2a56192fd108fe7ae6154c800b2e17f340aa34fa83d223102d937923d50caf90cf22aad8cc3dfa9e725998e935e36779a22eac languageName: node linkType: hard -"@backstage/plugin-search-backend-node@npm:1.3.6-next.2": - version: 1.3.6-next.2 - resolution: "@backstage/plugin-search-backend-node@npm:1.3.6-next.2" +"@backstage/plugin-search-backend-node@npm:^1.3.6": + version: 1.3.6 + resolution: "@backstage/plugin-search-backend-node@npm:1.3.6" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-search-common": "npm:^1.2.16" "@types/lunr": "npm:^2.3.3" lodash: "npm:^4.17.21" lunr: "npm:^2.3.9" ndjson: "npm:^2.0.0" uuid: "npm:^11.0.0" - checksum: 10/9a12cc1012501df5b9aebad760ed22713e5bcf040334a23436d5d8bf5394202119ad7963b231e3dbb43d46ebd781bf4fa77a05cbd5437bd63a4c6da9d7afb0a3 + checksum: 10/65dd6bb3454e06be090bfa7cf1fa58b90b6821618d8d2a966290dabfba53d68ff7d6dc76c575ae4c71ce0a8dacdd9fba4218b3da64833d5ef2c157671bd5d8e6 languageName: node linkType: hard -"@backstage/plugin-search-backend@backstage:^::v=1.34.0-next.2": - version: 1.8.0-next.2 - resolution: "@backstage/plugin-search-backend@npm:1.8.0-next.2" +"@backstage/plugin-search-backend@npm:^1.8.0": + version: 1.8.0 + resolution: "@backstage/plugin-search-backend@npm:1.8.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-defaults": "npm:0.6.0-next.2" - "@backstage/backend-openapi-utils": "npm:0.4.0-next.2" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-node": "npm:0.8.6-next.2" - "@backstage/plugin-search-backend-node": "npm:1.3.6-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-defaults": "npm:^0.6.0" + "@backstage/backend-openapi-utils": "npm:^0.4.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-node": "npm:^0.8.6" + "@backstage/plugin-search-backend-node": "npm:^1.3.6" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/types": "npm:^1.2.0" "@types/express": "npm:^4.17.6" dataloader: "npm:^2.0.0" express: "npm:^4.17.1" @@ -6649,17 +6649,7 @@ __metadata: qs: "npm:^6.10.1" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10/a98aec0a4bf58f7fe981ce605beaa2a797927454b61b307188512ad40e5fa9ef39dcb990c94dd22887498ead9b5055da925634b3f84df3fcad1bafee3f1e3a0d - languageName: node - linkType: hard - -"@backstage/plugin-search-common@npm:1.2.16-next.0": - version: 1.2.16-next.0 - resolution: "@backstage/plugin-search-common@npm:1.2.16-next.0" - dependencies: - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/types": "npm:1.2.0" - checksum: 10/708f9775f01183afa13c7f5b422221bb8e91d825200e8e4ac9d4fc4826727f0a11ce3a9a13c89913158104b80cdf2c035c0f15fc7dea33946b39acab3684009f + checksum: 10/b1511e0c546e801a38d971a2e0d2ad852a48879d333af44efe95d0ef67f29b303ff2e17ac5a2ca08bc24b91c4715cbd5e7b5f3e816d30c47eb876110284fc9d2 languageName: node linkType: hard @@ -6673,24 +6663,33 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-search-react@backstage:^::v=1.34.0-next.2, @backstage/plugin-search-react@npm:1.8.4-next.2": - version: 1.8.4-next.2 - resolution: "@backstage/plugin-search-react@npm:1.8.4-next.2" +"@backstage/plugin-search-common@npm:^1.2.16": + version: 1.2.16 + resolution: "@backstage/plugin-search-common@npm:1.2.16" + dependencies: + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/types": "npm:^1.2.0" + checksum: 10/1a590af3e2963f489f80a4ebd3feb4adfc2219fa5c94d5b6c6bf6b316c48496d5745f176436e18b684b537c980cc1a2332a3b356d4c3c2e6413731eda7f33446 + languageName: node + linkType: hard + +"@backstage/plugin-search-react@npm:^1.8.1": + version: 1.8.2 + resolution: "@backstage/plugin-search-react@npm:1.8.2" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" + "@backstage/core-components": "npm:^0.16.0" + "@backstage/core-plugin-api": "npm:^1.10.1" + "@backstage/frontend-plugin-api": "npm:^0.9.1" + "@backstage/plugin-search-common": "npm:^1.2.15" + "@backstage/theme": "npm:^0.6.1" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" lodash: "npm:^4.17.21" qs: "npm:^6.9.4" react-use: "npm:^17.3.2" - uuid: "npm:^11.0.2" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -6699,19 +6698,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/e8c52e60078160f8656568293aef72b981719c93098fdc7b5b5298c0383a2f20f3a78f408277c7e08c2be65976302b0e32a1e3a3ef39eb87715dfc71378bef56 + checksum: 10/ef9ba925514fd2da1187e01da878cc2edc34a22b18af334c54342ee2eb9297c1f0e9deac450f0a31c74a4f854a6882862fc047d52a9ca65da2493639d2643613 languageName: node linkType: hard -"@backstage/plugin-search-react@npm:^1.8.1": - version: 1.8.2 - resolution: "@backstage/plugin-search-react@npm:1.8.2" +"@backstage/plugin-search-react@npm:^1.8.4": + version: 1.8.4 + resolution: "@backstage/plugin-search-react@npm:1.8.4" dependencies: - "@backstage/core-components": "npm:^0.16.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/frontend-plugin-api": "npm:^0.9.1" - "@backstage/plugin-search-common": "npm:^1.2.15" - "@backstage/theme": "npm:^0.6.1" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/theme": "npm:^0.6.3" "@backstage/types": "npm:^1.2.0" "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" @@ -6720,6 +6719,7 @@ __metadata: lodash: "npm:^4.17.21" qs: "npm:^6.9.4" react-use: "npm:^17.3.2" + uuid: "npm:^11.0.2" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -6728,24 +6728,24 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/ef9ba925514fd2da1187e01da878cc2edc34a22b18af334c54342ee2eb9297c1f0e9deac450f0a31c74a4f854a6882862fc047d52a9ca65da2493639d2643613 + checksum: 10/3730c0bdfe23f8dd8ae3a0ef1e8bc487b24a4fa69bdff636ca2d2277b97fd1ae77fbb2e8bd2d9bcd5a6135b3355d22d3d0684b564af9aa1a7a7552683a9e2e49 languageName: node linkType: hard -"@backstage/plugin-search@backstage:^::v=1.34.0-next.2": - version: 1.4.21-next.2 - resolution: "@backstage/plugin-search@npm:1.4.21-next.2" +"@backstage/plugin-search@npm:^1.4.21": + version: 1.4.21 + resolution: "@backstage/plugin-search@npm:1.4.21" dependencies: - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/plugin-search-react": "npm:1.8.4-next.2" - "@backstage/types": "npm:1.2.0" - "@backstage/version-bridge": "npm:1.0.10" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/plugin-search-react": "npm:^1.8.4" + "@backstage/types": "npm:^1.2.0" + "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" qs: "npm:^6.9.4" @@ -6758,21 +6758,21 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1aeb9c5f2c7a2d1c1cd431c598868bfe1195c9fe5da67bc644961b88424fe33b98cd91b257aad20dc8189d326a45b347138f7018409e8dd8a51f9cacc2c40e8d + checksum: 10/1a22f4e904f8f17d99503b7dc7a786d9dfb1bd606b8646e28da953e450c70538f34c3c23f4b054dff3c0397abed88ff3356032bd3061614a0ec07acf29432da6 languageName: node linkType: hard -"@backstage/plugin-signals-backend@backstage:^::v=1.34.0-next.2": - version: 0.2.4-next.2 - resolution: "@backstage/plugin-signals-backend@npm:0.2.4-next.2" +"@backstage/plugin-signals-backend@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-signals-backend@npm:0.2.4" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/plugin-signals-node": "npm:0.1.15-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/plugin-signals-node": "npm:^0.1.15" + "@backstage/types": "npm:^1.2.0" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -6781,32 +6781,32 @@ __metadata: winston: "npm:^3.2.1" ws: "npm:^8.18.0" yn: "npm:^4.0.0" - checksum: 10/90e9e9e5a6e9c635468ac10df97ea918339dde8662a61f32b2b50820c31851b92b862f84bf6df20dc7f9756f768af4753c819c5940e7a5f7c2bfa3aea4b2b71f + checksum: 10/f37517fcfb3b6c42669c4d2146624e2a6d46bcbbfb772151ef47c7f5efcbe5a7f242ab8bf6fd31c4460ec2da50ea6db1f6f58bef918b87f8d4b7063de6e0b7af languageName: node linkType: hard -"@backstage/plugin-signals-node@npm:0.1.15-next.2": - version: 0.1.15-next.2 - resolution: "@backstage/plugin-signals-node@npm:0.1.15-next.2" +"@backstage/plugin-signals-node@npm:^0.1.15": + version: 0.1.15 + resolution: "@backstage/plugin-signals-node@npm:0.1.15" dependencies: - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/plugin-auth-node": "npm:0.5.5-next.2" - "@backstage/plugin-events-node": "npm:0.4.6-next.2" - "@backstage/types": "npm:1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/config": "npm:^1.3.1" + "@backstage/plugin-auth-node": "npm:^0.5.5" + "@backstage/plugin-events-node": "npm:^0.4.6" + "@backstage/types": "npm:^1.2.0" express: "npm:^4.17.1" uuid: "npm:^11.0.0" ws: "npm:^8.18.0" - checksum: 10/b2fb9088a7aa256715048dbe7673a810dbff20d264dc88d944b01c74a1e370c290ee27516e05f7be9b20a68cc42e3514986906cf4ae0777b5527768fdd173d63 + checksum: 10/a59db5f5b6b76fa82d9f651be39b336c7edbc29614742a1ff39707891bd2458c622a661a6b4bba34e7303f5500bc54d89ce11cfbfcedac864d0344eb2df40f38 languageName: node linkType: hard -"@backstage/plugin-signals-react@npm:0.0.8-next.0": - version: 0.0.8-next.0 - resolution: "@backstage/plugin-signals-react@npm:0.0.8-next.0" +"@backstage/plugin-signals-react@npm:^0.0.8": + version: 0.0.8 + resolution: "@backstage/plugin-signals-react@npm:0.0.8" dependencies: - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.4" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -6816,19 +6816,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/7d5bee86e11af194e066d8ce5eab0c2453dced390bb2dfb63d987e4a61da16b5616bad18cf9222906fa793baf4e746a0828d591d5175d299c9142519455114af + checksum: 10/17f7163f3f1b27db352a121c527a2c22fb033cd69116d39c66b8a88c7f4334b5953a080845e32f0a4a946fb2e2c27bd35471839013102c0643f25416f819f0ba languageName: node linkType: hard -"@backstage/plugin-signals@backstage:^::v=1.34.0-next.2": - version: 0.0.14-next.2 - resolution: "@backstage/plugin-signals@npm:0.0.14-next.2" +"@backstage/plugin-signals@npm:^0.0.14": + version: 0.0.14 + resolution: "@backstage/plugin-signals@npm:0.0.14" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/plugin-signals-react": "npm:0.0.8-next.0" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/plugin-signals-react": "npm:^0.0.8" + "@backstage/theme": "npm:^0.6.3" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.4" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:^4.0.0-alpha.61" @@ -6842,27 +6842,27 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/7c49475bd5b6a9bcfb4c793e2be8726a8c0307b126cb0d6be015a2f487af3632d64348cda476b03ffb59e2ed33ce5d9ca3595dd3c374d7ae02c8a13be6b9f3c1 + checksum: 10/864ada125f177b3f1414facd4a33fc29269ebd49b7035de1650822e71610eca22cd0fadea79fce051fe07f2327d1e8fc9a9c6769691d59d0e122fa780337a72d languageName: node linkType: hard -"@backstage/plugin-techdocs-backend@backstage:^::v=1.34.0-next.2": - version: 1.11.4-next.2 - resolution: "@backstage/plugin-techdocs-backend@npm:1.11.4-next.2" +"@backstage/plugin-techdocs-backend@npm:^1.11.4": + version: 1.11.4 + resolution: "@backstage/plugin-techdocs-backend@npm:1.11.4" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-client": "npm:1.9.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/plugin-catalog-common": "npm:1.1.2-next.0" - "@backstage/plugin-catalog-node": "npm:1.15.0-next.2" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-search-backend-module-techdocs": "npm:0.3.4-next.2" - "@backstage/plugin-techdocs-common": "npm:0.1.0" - "@backstage/plugin-techdocs-node": "npm:1.12.15-next.2" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-client": "npm:^1.9.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/plugin-catalog-common": "npm:^1.1.2" + "@backstage/plugin-catalog-node": "npm:^1.15.0" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-search-backend-module-techdocs": "npm:^0.3.4" + "@backstage/plugin-techdocs-common": "npm:^0.1.0" + "@backstage/plugin-techdocs-node": "npm:^1.12.15" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -6871,26 +6871,26 @@ __metadata: lodash: "npm:^4.17.21" p-limit: "npm:^3.1.0" winston: "npm:^3.2.1" - checksum: 10/7b0b79d6611300e5966fa34fad1dbc161bf65148ee01c44c58da9a8fe2bf1164a1bb007140c9c931ecca3245d2bddfecdb0c1de4cb341e9e9c5684a665d8df49 + checksum: 10/3a79a2814c3d8727edccc2c9deda3433d74a02530c0928185a8f3db23ea9d276ef117c5f99f32b93bc49aa74dd559dd32fefc0285775ae5a9cce97f2f75ce955 languageName: node linkType: hard -"@backstage/plugin-techdocs-common@npm:0.1.0": +"@backstage/plugin-techdocs-common@npm:^0.1.0": version: 0.1.0 resolution: "@backstage/plugin-techdocs-common@npm:0.1.0" checksum: 10/e38752e54cd4d516e6ab4908dca16cad7863ecd8c81cf4f0d52a4dbe159c3a2080788f3941395b45011dd47d72930236cd44567a5c7a39efb9a3a037df1b2cba languageName: node linkType: hard -"@backstage/plugin-techdocs-module-addons-contrib@backstage:^::v=1.34.0-next.2": - version: 1.1.19-next.2 - resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.19-next.2" +"@backstage/plugin-techdocs-module-addons-contrib@npm:^1.1.19": + version: 1.1.19 + resolution: "@backstage/plugin-techdocs-module-addons-contrib@npm:1.1.19" dependencies: - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/integration-react": "npm:1.2.2-next.1" - "@backstage/plugin-techdocs-react": "npm:1.2.12-next.2" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/integration": "npm:^1.16.0" + "@backstage/integration-react": "npm:^1.2.2" + "@backstage/plugin-techdocs-react": "npm:^1.2.12" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@react-hookz/web": "npm:^24.0.0" @@ -6904,13 +6904,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/240e16c1c200e7704634ab51b6cb8c508798cd826b6fe03138c542103f5c2eb51633fe09c666667877a447fa01409336a2ffb4c5ccb026ae02d1321fbe0b561d + checksum: 10/1ac734ff370741d1039d6877a088bc1493a8f4b8afbc30c03dd1ee8e6bdd15558143c3d7e8a30efeab2cd95a97813001df1380380372575e942c358b512556bf languageName: node linkType: hard -"@backstage/plugin-techdocs-node@backstage:^::v=1.34.0-next.2, @backstage/plugin-techdocs-node@npm:1.12.15-next.2": - version: 1.12.15-next.2 - resolution: "@backstage/plugin-techdocs-node@npm:1.12.15-next.2" +"@backstage/plugin-techdocs-node@npm:^1.12.15": + version: 1.12.15 + resolution: "@backstage/plugin-techdocs-node@npm:1.12.15" dependencies: "@aws-sdk/client-s3": "npm:^3.350.0" "@aws-sdk/credential-providers": "npm:^3.350.0" @@ -6918,14 +6918,14 @@ __metadata: "@aws-sdk/types": "npm:^3.347.0" "@azure/identity": "npm:^4.0.0" "@azure/storage-blob": "npm:^12.5.0" - "@backstage/backend-plugin-api": "npm:1.1.0-next.2" - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/integration-aws-node": "npm:0.1.14-next.0" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/plugin-techdocs-common": "npm:0.1.0" + "@backstage/backend-plugin-api": "npm:^1.1.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/errors": "npm:^1.2.6" + "@backstage/integration": "npm:^1.16.0" + "@backstage/integration-aws-node": "npm:^0.1.14" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/plugin-techdocs-common": "npm:^0.1.0" "@google-cloud/storage": "npm:^7.0.0" "@smithy/node-http-handler": "npm:^3.0.0" "@trendyol-js/openstack-swift-sdk": "npm:^0.0.7" @@ -6941,19 +6941,19 @@ __metadata: p-limit: "npm:^3.1.0" recursive-readdir: "npm:^2.2.2" winston: "npm:^3.2.1" - checksum: 10/351178dddd08cea3f1db35a7ad776cb08362c812af3c675cc526e1bd77a024fbb29158230a973c505287166902cf0d1b3ec548a1776db69a6b1fe9fac96ac414 + checksum: 10/55697678f205e77179902c8e576d2b59712d41e8bd06b7e503fbeef5103b62c4d09706ce4529dfb31c32bd738978249ba5622d17fb3bf7178a2bd55eee527470 languageName: node linkType: hard -"@backstage/plugin-techdocs-react@backstage:^::v=1.34.0-next.2, @backstage/plugin-techdocs-react@npm:1.2.12-next.2": - version: 1.2.12-next.2 - resolution: "@backstage/plugin-techdocs-react@npm:1.2.12-next.2" +"@backstage/plugin-techdocs-react@npm:^1.2.12": + version: 1.2.12 + resolution: "@backstage/plugin-techdocs-react@npm:1.2.12" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/version-bridge": "npm:1.0.10" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" "@material-ui/styles": "npm:^4.11.0" jss: "npm:~10.10.0" @@ -6968,7 +6968,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/03d011edf2d7e489797764077aaa2b63e360c7140f86bd651a1c55cc6a430c881794cde03dd144afba91bfd529918c80e3bf1ca7af51e15d9094ecf5dabf10c9 + checksum: 10/f6096bc46f95bfb3d01e7337dfce648973cde263a5c47986b540841bc3e88b0d38cd4a4c8a06d55c053ebc8b0dc31f6af49593cfb39022e47b82f4415ab650ee languageName: node linkType: hard @@ -6999,26 +6999,26 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-techdocs@backstage:^::v=1.34.0-next.2": - version: 1.11.3-next.2 - resolution: "@backstage/plugin-techdocs@npm:1.11.3-next.2" - dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/integration": "npm:1.16.0-next.1" - "@backstage/integration-react": "npm:1.2.2-next.1" - "@backstage/plugin-auth-react": "npm:0.1.10-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-search-common": "npm:1.2.16-next.0" - "@backstage/plugin-search-react": "npm:1.8.4-next.2" - "@backstage/plugin-techdocs-common": "npm:0.1.0" - "@backstage/plugin-techdocs-react": "npm:1.2.12-next.2" - "@backstage/theme": "npm:0.6.3-next.0" +"@backstage/plugin-techdocs@npm:^1.12.0": + version: 1.12.0 + resolution: "@backstage/plugin-techdocs@npm:1.12.0" + dependencies: + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/config": "npm:^1.3.1" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/integration": "npm:^1.16.0" + "@backstage/integration-react": "npm:^1.2.2" + "@backstage/plugin-auth-react": "npm:^0.1.10" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-search-common": "npm:^1.2.16" + "@backstage/plugin-search-react": "npm:^1.8.4" + "@backstage/plugin-techdocs-common": "npm:^0.1.0" + "@backstage/plugin-techdocs-react": "npm:^1.2.12" + "@backstage/theme": "npm:^0.6.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -7038,33 +7038,33 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/25d109c494ca904b886f3781029fa418519adf7243c8ee6283e9ba64cb589a227c3758f2913acf69d3f1c22112d2059efe56eff7be7e112cb79103f0c701d7d6 + checksum: 10/195fdac935bafef4870f46791a2ff90e17cdfe82276383c56d3b06e6c5b9f9fe1261d084431db52ff669fd70558b0354e9af677049dab2b74ce2c8f7e9a3c44c languageName: node linkType: hard -"@backstage/plugin-user-settings-common@npm:0.0.1": +"@backstage/plugin-user-settings-common@npm:^0.0.1": version: 0.0.1 resolution: "@backstage/plugin-user-settings-common@npm:0.0.1" checksum: 10/7039a028542e03a94ee859c759f5e3759fb3d7545cf1276c15c976eeee9fd7a719012e49c6c6e7ddc942e52fdfcc1daafd721050a1d159c5bd6eda5d93e8d77a languageName: node linkType: hard -"@backstage/plugin-user-settings@backstage:^::v=1.34.0-next.2": - version: 0.8.17-next.2 - resolution: "@backstage/plugin-user-settings@npm:0.8.17-next.2" +"@backstage/plugin-user-settings@npm:^0.8.17": + version: 0.8.17 + resolution: "@backstage/plugin-user-settings@npm:0.8.17" dependencies: - "@backstage/catalog-model": "npm:1.7.2-next.0" - "@backstage/core-app-api": "npm:1.15.3-next.1" - "@backstage/core-compat-api": "npm:0.3.4-next.2" - "@backstage/core-components": "npm:0.16.2-next.2" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/errors": "npm:1.2.6-next.0" - "@backstage/frontend-plugin-api": "npm:0.9.3-next.2" - "@backstage/plugin-catalog-react": "npm:1.14.3-next.2" - "@backstage/plugin-signals-react": "npm:0.0.8-next.0" - "@backstage/plugin-user-settings-common": "npm:0.0.1" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/catalog-model": "npm:^1.7.2" + "@backstage/core-app-api": "npm:^1.15.3" + "@backstage/core-compat-api": "npm:^0.3.4" + "@backstage/core-components": "npm:^0.16.2" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/errors": "npm:^1.2.6" + "@backstage/frontend-plugin-api": "npm:^0.9.3" + "@backstage/plugin-catalog-react": "npm:^1.15.0" + "@backstage/plugin-signals-react": "npm:^0.0.8" + "@backstage/plugin-user-settings-common": "npm:^0.0.1" + "@backstage/theme": "npm:^0.6.3" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" "@material-ui/lab": "npm:4.0.0-alpha.61" @@ -7078,28 +7078,28 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/efa1d738b2da6d0fbf41c1b5c6407d3e58c55a6067b71636dae9c319963761dce6f6c20d4312210fcbc8c34a24efabc66955c75ebd289165157c187ac44e90bd + checksum: 10/05a6069a46b333ea6c22f3af41732e70a464992b681e714e6de0935d944d84fca1c5aef598984b67b72c7172625716e66b901e6835937c0bac19fad81daa9623 languageName: node linkType: hard -"@backstage/release-manifests@npm:0.0.12-next.1": - version: 0.0.12-next.1 - resolution: "@backstage/release-manifests@npm:0.0.12-next.1" - checksum: 10/b6d76daafd8df18382ef0ac2f61f4a4fc51ef1371438b538bb5d1ec3f0b98087ee2827bac95eb0e086a7b7e13bd9c828b7e70b366abef0a142cbf3a4f92f59cb +"@backstage/release-manifests@npm:^0.0.12": + version: 0.0.12 + resolution: "@backstage/release-manifests@npm:0.0.12" + checksum: 10/482108faf39bd4095dfda34d00007065bff54a5aff836ef7c935a7a583baa6ae9d25e9d0c58a419e4d7d65eeb4f50357da47ab4d9cbd2d79da331fa426f64a3c languageName: node linkType: hard -"@backstage/test-utils@npm:1.7.3-next.1": - version: 1.7.3-next.1 - resolution: "@backstage/test-utils@npm:1.7.3-next.1" +"@backstage/test-utils@npm:^1.7.1": + version: 1.7.1 + resolution: "@backstage/test-utils@npm:1.7.1" dependencies: - "@backstage/config": "npm:1.3.1-next.0" - "@backstage/core-app-api": "npm:1.15.3-next.1" - "@backstage/core-plugin-api": "npm:1.10.2-next.0" - "@backstage/plugin-permission-common": "npm:0.8.3-next.0" - "@backstage/plugin-permission-react": "npm:0.4.29-next.0" - "@backstage/theme": "npm:0.6.3-next.0" - "@backstage/types": "npm:1.2.0" + "@backstage/config": "npm:^1.3.0" + "@backstage/core-app-api": "npm:^1.15.2" + "@backstage/core-plugin-api": "npm:^1.10.1" + "@backstage/plugin-permission-common": "npm:^0.8.2" + "@backstage/plugin-permission-react": "npm:^0.4.28" + "@backstage/theme": "npm:^0.6.1" + "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" cross-fetch: "npm:^4.0.0" @@ -7117,20 +7117,20 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10/4f430e74e6a2bb7f4a07db89c8f4a01f58d2caed2eb926d75e44736eab9f7b30ffe8bebcf4c6af2f864ff1912b887add9a66ca755348bb665d3d50928607db8e + checksum: 10/45a1fa6dfd90b8d530fdb1a0fd91a41d33d7ebc862516d7a4b34815f25265cc496822bcc01108c309e20524c6b8a083584b6ca493074b771136bc71e8b3b7108 languageName: node linkType: hard -"@backstage/test-utils@npm:^1.7.1": - version: 1.7.1 - resolution: "@backstage/test-utils@npm:1.7.1" - dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/core-app-api": "npm:^1.15.2" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-permission-react": "npm:^0.4.28" - "@backstage/theme": "npm:^0.6.1" +"@backstage/test-utils@npm:^1.7.3": + version: 1.7.3 + resolution: "@backstage/test-utils@npm:1.7.3" + dependencies: + "@backstage/config": "npm:^1.3.1" + "@backstage/core-app-api": "npm:^1.15.3" + "@backstage/core-plugin-api": "npm:^1.10.2" + "@backstage/plugin-permission-common": "npm:^0.8.3" + "@backstage/plugin-permission-react": "npm:^0.4.29" + "@backstage/theme": "npm:^0.6.3" "@backstage/types": "npm:^1.2.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -7149,13 +7149,13 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10/45a1fa6dfd90b8d530fdb1a0fd91a41d33d7ebc862516d7a4b34815f25265cc496822bcc01108c309e20524c6b8a083584b6ca493074b771136bc71e8b3b7108 + checksum: 10/25826e7ded458ec76ced3b871f4585801184425bbbd076357495529cfcac9f2c339a864dfcdc62ea83e784e3db8c89fd09bd4b9745e479bf38678388e742b691 languageName: node linkType: hard -"@backstage/theme@backstage:^::v=1.34.0-next.2, @backstage/theme@npm:0.6.3-next.0": - version: 0.6.3-next.0 - resolution: "@backstage/theme@npm:0.6.3-next.0" +"@backstage/theme@npm:^0.5.6": + version: 0.5.7 + resolution: "@backstage/theme@npm:0.5.7" dependencies: "@emotion/react": "npm:^11.10.5" "@emotion/styled": "npm:^11.10.5" @@ -7165,17 +7165,13 @@ __metadata: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 - react-router-dom: 6.0.0-beta.0 || ^6.3.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/a8e48725d321efa9ca450a447551fa76c2bef87e7e632b34f5b2b32ddc0d6f284e726821a65d2de59ff0832929b5d526a14e9955714b8cd3a966f1d0c5886559 + checksum: 10/b826aabc3f483e7f0dd2285c1510c4a59797433a2884a2423b22bfce6627aefabcd258aac23edecb58edb8275a87deb4ef212646d1832721a56862d46d8b4001 languageName: node linkType: hard -"@backstage/theme@npm:^0.5.6": - version: 0.5.7 - resolution: "@backstage/theme@npm:0.5.7" +"@backstage/theme@npm:^0.6.0, @backstage/theme@npm:^0.6.1": + version: 0.6.1 + resolution: "@backstage/theme@npm:0.6.1" dependencies: "@emotion/react": "npm:^11.10.5" "@emotion/styled": "npm:^11.10.5" @@ -7185,13 +7181,17 @@ __metadata: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 - checksum: 10/b826aabc3f483e7f0dd2285c1510c4a59797433a2884a2423b22bfce6627aefabcd258aac23edecb58edb8275a87deb4ef212646d1832721a56862d46d8b4001 + react-router-dom: 6.0.0-beta.0 || ^6.3.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/3d6f663fdd21e08a4402df8c182142a98278ec1b86de6c2d24a7ac79047f80d6313c601ed35d89299223ac6df4b8e266649a2aeb7da122ddbb3f031e2dcac064 languageName: node linkType: hard -"@backstage/theme@npm:^0.6.0, @backstage/theme@npm:^0.6.1": - version: 0.6.1 - resolution: "@backstage/theme@npm:0.6.1" +"@backstage/theme@npm:^0.6.3": + version: 0.6.3 + resolution: "@backstage/theme@npm:0.6.3" dependencies: "@emotion/react": "npm:^11.10.5" "@emotion/styled": "npm:^11.10.5" @@ -7205,18 +7205,18 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/3d6f663fdd21e08a4402df8c182142a98278ec1b86de6c2d24a7ac79047f80d6313c601ed35d89299223ac6df4b8e266649a2aeb7da122ddbb3f031e2dcac064 + checksum: 10/f66605244aed7fba746ca38765276a375d5530557823cfc9d2c6d726d5c24b52ecf36189845c12ee078732fcd35153bb214e80393408654340ccc467fc5356d8 languageName: node linkType: hard -"@backstage/types@npm:1.2.0, @backstage/types@npm:^1.1.1, @backstage/types@npm:^1.2.0": +"@backstage/types@npm:^1.1.1, @backstage/types@npm:^1.2.0": version: 1.2.0 resolution: "@backstage/types@npm:1.2.0" checksum: 10/7e7b35ed04d055153854d7dd9b2c03097ca4abba12d42d07a3444e2c8474e63c951bad4fb08e95936e2e6a6362d0ea2faa70adebaf19afceadf8e6a765a7ee01 languageName: node linkType: hard -"@backstage/version-bridge@npm:1.0.10, @backstage/version-bridge@npm:^1.0.10, @backstage/version-bridge@npm:^1.0.8": +"@backstage/version-bridge@npm:^1.0.10, @backstage/version-bridge@npm:^1.0.8": version: 1.0.10 resolution: "@backstage/version-bridge@npm:1.0.10" peerDependencies: @@ -18595,9 +18595,9 @@ __metadata: languageName: node linkType: hard -"css-loader@npm:^7.0.0": - version: 7.1.2 - resolution: "css-loader@npm:7.1.2" +"css-loader@npm:^6.5.1": + version: 6.11.0 + resolution: "css-loader@npm:6.11.0" dependencies: icss-utils: "npm:^5.1.0" postcss: "npm:^8.4.33" @@ -18609,13 +18609,13 @@ __metadata: semver: "npm:^7.5.4" peerDependencies: "@rspack/core": 0.x || 1.x - webpack: ^5.27.0 + webpack: ^5.0.0 peerDependenciesMeta: "@rspack/core": optional: true webpack: optional: true - checksum: 10/ddde22fb103888320f60a1414a6a04638d2e9760a532a52d03c45e6e2830b32dd76c734aeef426f78dd95b2d15f77eeec3854ac53061aff02569732dc6e6801c + checksum: 10/9e3665509f6786d46683de5c5f5c4bdd4aa62396b4017b41dbbb41ea5ada4012c80ee1e3302b79b504bc24da7fa69e3552d99006cecc953e0d9eef4a3053b929 languageName: node linkType: hard