diff --git a/backstage.json b/backstage.json index df7e7ff..a0197e8 100644 --- a/backstage.json +++ b/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.33.5" + "version": "1.35.0" } diff --git a/package.json b/package.json index 23be2c7..41eddb3 100644 --- a/package.json +++ b/package.json @@ -33,16 +33,15 @@ ] }, "dependencies": { - "@backstage/app-defaults": "^1.5.14", + "@backstage/app-defaults": "^1.5.16", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.3.0" }, "devDependencies": { - "@backstage/cli": "^0.29.2", + "@backstage/cli": "^0.29.5", "@backstage/e2e-test-utils": "^0.1.1", "@playwright/test": "^1.32.3", - "@spotify/prettier-config": "^12.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "husky": "^9.1.1", @@ -56,7 +55,7 @@ "@types/react": "^18", "@types/react-dom": "^18" }, - "prettier": "@spotify/prettier-config", + "prettier": "@backstage/cli/config/prettier", "lint-staged": { "*.{js,jsx,ts,tsx,mjs,cjs}": [ "eslint --fix", diff --git a/plugins/policy-reporter-backend/package.json b/plugins/policy-reporter-backend/package.json index 7556787..cfa3aed 100644 --- a/plugins/policy-reporter-backend/package.json +++ b/plugins/policy-reporter-backend/package.json @@ -1,6 +1,6 @@ { "name": "@kyverno/backstage-plugin-policy-reporter-backend", - "version": "2.0.0", + "version": "2.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -33,25 +33,24 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-defaults": "^0.5.3", - "@backstage/backend-plugin-api": "^1.0.2", - "@backstage/config": "^1.3.0", - "@backstage/plugin-catalog-node": "^1.14.0", + "@backstage/backend-defaults": "^0.7.0", + "@backstage/backend-plugin-api": "^1.1.1", + "@backstage/config": "^1.3.2", + "@backstage/plugin-catalog-node": "^1.15.1", "@kyverno/backstage-plugin-policy-reporter-common": "workspace:^", "@types/express": "*", "express": "^4.17.1", "express-promise-router": "^4.1.0", - "node-fetch": "^3.3.2", "winston": "^3.2.1", "yn": "^4.0.0" }, "devDependencies": { - "@backstage/backend-test-utils": "^1.1.0", - "@backstage/catalog-model": "^1.7.1", - "@backstage/cli": "^0.29.2", - "@backstage/plugin-auth-backend": "^0.24.0", - "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.2", - "@backstage/plugin-catalog-backend": "^1.28.0", + "@backstage/backend-test-utils": "^1.2.1", + "@backstage/catalog-model": "^1.7.3", + "@backstage/cli": "^0.29.5", + "@backstage/plugin-auth-backend": "^0.24.2", + "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.4", + "@backstage/plugin-catalog-backend": "^1.30.0", "@types/supertest": "^2.0.12", "better-sqlite3": "^9.0.0", "msw": "^1.0.0", diff --git a/plugins/policy-reporter-common/package.json b/plugins/policy-reporter-common/package.json index 85d3be9..ed9b728 100644 --- a/plugins/policy-reporter-common/package.json +++ b/plugins/policy-reporter-common/package.json @@ -1,7 +1,7 @@ { "name": "@kyverno/backstage-plugin-policy-reporter-common", "description": "Common functionalities for the policy-reporter plugin", - "version": "2.0.0", + "version": "2.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -34,7 +34,7 @@ "postpack": "backstage-cli package postpack" }, "devDependencies": { - "@backstage/cli": "^0.29.2" + "@backstage/cli": "^0.29.5" }, "files": [ "dist" diff --git a/plugins/policy-reporter/package.json b/plugins/policy-reporter/package.json index 532c184..0baecb6 100644 --- a/plugins/policy-reporter/package.json +++ b/plugins/policy-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@kyverno/backstage-plugin-policy-reporter", - "version": "2.0.0", + "version": "2.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -34,12 +34,12 @@ "directory": "plugins/policy-reporter" }, "dependencies": { - "@backstage/catalog-client": "^1.8.0", - "@backstage/catalog-model": "^1.7.1", - "@backstage/core-components": "^0.16.1", - "@backstage/core-plugin-api": "^1.10.1", - "@backstage/plugin-catalog-react": "^1.14.2", - "@backstage/theme": "^0.6.2", + "@backstage/catalog-client": "^1.9.1", + "@backstage/catalog-model": "^1.7.3", + "@backstage/core-components": "^0.16.3", + "@backstage/core-plugin-api": "^1.10.3", + "@backstage/plugin-catalog-react": "^1.15.1", + "@backstage/theme": "^0.6.3", "@kyverno/backstage-plugin-policy-reporter-common": "workspace:^", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", @@ -50,10 +50,10 @@ "react": "^16.13.1 || ^17.0.0 || ^18.0.0" }, "devDependencies": { - "@backstage/cli": "^0.29.2", - "@backstage/core-app-api": "^1.15.2", - "@backstage/dev-utils": "^1.1.4", - "@backstage/test-utils": "^1.7.2", + "@backstage/cli": "^0.29.5", + "@backstage/core-app-api": "^1.15.4", + "@backstage/dev-utils": "^1.1.6", + "@backstage/test-utils": "^1.7.4", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", diff --git a/yarn.lock b/yarn.lock index 6ca3178..c31f145 100644 --- a/yarn.lock +++ b/yarn.lock @@ -934,7 +934,7 @@ __metadata: languageName: node linkType: hard -"@azure/abort-controller@npm:^2.0.0": +"@azure/abort-controller@npm:^2.0.0, @azure/abort-controller@npm:^2.1.2": version: 2.1.2 resolution: "@azure/abort-controller@npm:2.1.2" dependencies: @@ -954,7 +954,18 @@ __metadata: languageName: node linkType: hard -"@azure/core-client@npm:^1.4.0": +"@azure/core-auth@npm:^1.8.0": + version: 1.9.0 + resolution: "@azure/core-auth@npm:1.9.0" + dependencies: + "@azure/abort-controller": "npm:^2.0.0" + "@azure/core-util": "npm:^1.11.0" + tslib: "npm:^2.6.2" + checksum: 10c0/b7d8f33b81a8c9a76531acacc7af63d888429f0d763bb1ab8e28e91ddbf1626fc19cf8ca74f79c39b0a3e5acb315bdc4c4276fb979816f315712ea1bd611273d + languageName: node + linkType: hard + +"@azure/core-client@npm:^1.3.0, @azure/core-client@npm:^1.4.0, @azure/core-client@npm:^1.6.2": version: 1.9.2 resolution: "@azure/core-client@npm:1.9.2" dependencies: @@ -969,6 +980,38 @@ __metadata: languageName: node linkType: hard +"@azure/core-http-compat@npm:^2.0.0": + version: 2.1.2 + resolution: "@azure/core-http-compat@npm:2.1.2" + dependencies: + "@azure/abort-controller": "npm:^2.0.0" + "@azure/core-client": "npm:^1.3.0" + "@azure/core-rest-pipeline": "npm:^1.3.0" + checksum: 10c0/e7b5374819d740c96c075956c756a753b7e9f6d7774bbadcc5000c3c4f808554e4d7146ccde7b94bcb21c39ed4a7e5b043b2a3b7d208b959310ea7e1440decca + languageName: node + linkType: hard + +"@azure/core-lro@npm:^2.2.0": + version: 2.7.2 + resolution: "@azure/core-lro@npm:2.7.2" + dependencies: + "@azure/abort-controller": "npm:^2.0.0" + "@azure/core-util": "npm:^1.2.0" + "@azure/logger": "npm:^1.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/bee809e47661b40021bbbedf88de54019715fdfcc95ac552b1d901719c29d78e293eeab51257b8f5155aac768eb4ea420715004d00d6e32109f5f97db5960d39 + languageName: node + linkType: hard + +"@azure/core-paging@npm:^1.1.1": + version: 1.6.2 + resolution: "@azure/core-paging@npm:1.6.2" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/c727782f8dc66eff50c03421af2ca55f497f33e14ec845f5918d76661c57bc8e3a7ca9fa3d39181287bfbfa45f28cb3d18b67c31fd36bbe34146387dbd07b440 + languageName: node + linkType: hard + "@azure/core-rest-pipeline@npm:^1.1.0, @azure/core-rest-pipeline@npm:^1.9.1": version: 1.16.0 resolution: "@azure/core-rest-pipeline@npm:1.16.0" @@ -985,6 +1028,22 @@ __metadata: languageName: node linkType: hard +"@azure/core-rest-pipeline@npm:^1.10.1, @azure/core-rest-pipeline@npm:^1.3.0": + version: 1.18.2 + resolution: "@azure/core-rest-pipeline@npm:1.18.2" + dependencies: + "@azure/abort-controller": "npm:^2.0.0" + "@azure/core-auth": "npm:^1.8.0" + "@azure/core-tracing": "npm:^1.0.1" + "@azure/core-util": "npm:^1.11.0" + "@azure/logger": "npm:^1.0.0" + http-proxy-agent: "npm:^7.0.0" + https-proxy-agent: "npm:^7.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/3e5891b948aeac8c1c255664708b3cdd02f118afa22aa60e7af9df830be6fd64e14c82a6d3d51f5ba941626115fb4950a97bc8647bc8b81d600a14c81bd83204 + languageName: node + linkType: hard + "@azure/core-tracing@npm:^1.0.0, @azure/core-tracing@npm:^1.0.1": version: 1.1.2 resolution: "@azure/core-tracing@npm:1.1.2" @@ -994,6 +1053,15 @@ __metadata: languageName: node linkType: hard +"@azure/core-tracing@npm:^1.1.2": + version: 1.2.0 + resolution: "@azure/core-tracing@npm:1.2.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/7cd114b3c11730a1b8b71d89b64f9d033dfe0710f2364ef65645683381e2701173c08ff8625a0b0bc65bb3c3e0de46c80fdb2735e37652425489b65a283f043d + languageName: node + linkType: hard + "@azure/core-util@npm:^1.1.0, @azure/core-util@npm:^1.3.0, @azure/core-util@npm:^1.6.1, @azure/core-util@npm:^1.9.0": version: 1.9.0 resolution: "@azure/core-util@npm:1.9.0" @@ -1004,6 +1072,26 @@ __metadata: languageName: node linkType: hard +"@azure/core-util@npm:^1.11.0, @azure/core-util@npm:^1.2.0": + version: 1.11.0 + resolution: "@azure/core-util@npm:1.11.0" + dependencies: + "@azure/abort-controller": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/245c93ec7fb3f2cb3a0b2f3a3be8d02ee401acba3cdd71620aa9e4e3ca50d831849f692332327bdbe1238ab979a76218f16a5166488ee31d5b67004298d110a3 + languageName: node + linkType: hard + +"@azure/core-xml@npm:^1.4.3": + version: 1.4.4 + resolution: "@azure/core-xml@npm:1.4.4" + dependencies: + fast-xml-parser: "npm:^4.4.1" + tslib: "npm:^2.6.2" + checksum: 10c0/92c643a9b80272b27a7bf9b756627f21beec5289995f3188099f056d255de702e1f8959bfc0f14d7445a1f6da4d037957ba47d757545ade5e77f610c4124c3fa + languageName: node + linkType: hard + "@azure/identity@npm:^4.0.0": version: 4.2.0 resolution: "@azure/identity@npm:4.2.0" @@ -1062,6 +1150,27 @@ __metadata: languageName: node linkType: hard +"@azure/storage-blob@npm:^12.5.0": + version: 12.26.0 + resolution: "@azure/storage-blob@npm:12.26.0" + dependencies: + "@azure/abort-controller": "npm:^2.1.2" + "@azure/core-auth": "npm:^1.4.0" + "@azure/core-client": "npm:^1.6.2" + "@azure/core-http-compat": "npm:^2.0.0" + "@azure/core-lro": "npm:^2.2.0" + "@azure/core-paging": "npm:^1.1.1" + "@azure/core-rest-pipeline": "npm:^1.10.1" + "@azure/core-tracing": "npm:^1.1.2" + "@azure/core-util": "npm:^1.6.1" + "@azure/core-xml": "npm:^1.4.3" + "@azure/logger": "npm:^1.0.0" + events: "npm:^3.0.0" + tslib: "npm:^2.2.0" + checksum: 10c0/069b7a85dddb33ee793efd74fbc1a3377c6d14dbb11094c2ebae87e324f16d23292806d5dcdf04280456dafc4d960e847968f6f01e384039b47363d61faf1017 + languageName: node + linkType: hard + "@babel/code-frame@npm:7.0.0": version: 7.0.0 resolution: "@babel/code-frame@npm:7.0.0" @@ -2484,7 +2593,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.20.6, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.4.4, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.6.0, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": version: 7.24.7 resolution: "@babel/runtime@npm:7.24.7" dependencies: @@ -2533,15 +2642,15 @@ __metadata: languageName: node linkType: hard -"@backstage/app-defaults@npm:^1.5.14": - version: 1.5.14 - resolution: "@backstage/app-defaults@npm:1.5.14" +"@backstage/app-defaults@npm:^1.5.16": + version: 1.5.16 + resolution: "@backstage/app-defaults@npm:1.5.16" dependencies: - "@backstage/core-app-api": "npm:^1.15.2" - "@backstage/core-components": "npm:^0.16.1" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/plugin-permission-react": "npm:^0.4.28" - "@backstage/theme": "npm:^0.6.2" + "@backstage/core-app-api": "npm:^1.15.4" + "@backstage/core-components": "npm:^0.16.3" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/plugin-permission-react": "npm:^0.4.30" + "@backstage/theme": "npm:^0.6.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -2552,28 +2661,26 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/53017b9833d84e53f7d5591d056986ff00cba719518faef2ed79b9ec609e0779fd5c39a38be04028484a85b58f072d2cc3842ad468ad57d0ad2f908bfd47d0db + checksum: 10c0/73b809a051f2eeac0e018be42587c0455c1c0599fc8e65e1ce08fbe1deec4ddd08f39d82009577dfe00a50e58d622d119251cc97f6f7836cca600dec16af237d languageName: node linkType: hard -"@backstage/backend-app-api@npm:^1.0.2": - version: 1.0.2 - resolution: "@backstage/backend-app-api@npm:1.0.2" +"@backstage/backend-app-api@npm:^1.1.1": + version: 1.1.1 + resolution: "@backstage/backend-app-api@npm:1.1.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" + "@backstage/backend-plugin-api": "npm:^1.1.1" "@backstage/cli-common": "npm:^0.1.15" - "@backstage/config": "npm:^1.3.0" - "@backstage/config-loader": "npm:^1.9.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/plugin-permission-node": "npm:^0.8.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/config": "npm:^1.3.2" + "@backstage/config-loader": "npm:^1.9.5" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/plugin-permission-node": "npm:^0.8.7" + "@backstage/types": "npm:^1.2.1" "@manypkg/get-packages": "npm:^1.1.3" compression: "npm:^1.7.4" cookie: "npm:^0.7.0" cors: "npm:^2.8.5" - express: "npm:^4.17.1" - express-promise-router: "npm:^4.1.0" helmet: "npm:^6.0.0" jose: "npm:^5.0.0" knex: "npm:^3.0.0" @@ -2583,7 +2690,6 @@ __metadata: minimatch: "npm:^9.0.0" minimist: "npm:^1.2.5" morgan: "npm:^1.10.0" - node-fetch: "npm:^2.7.0" node-forge: "npm:^1.3.1" path-to-regexp: "npm:^8.0.0" selfsigned: "npm:^2.0.0" @@ -2592,7 +2698,7 @@ __metadata: uuid: "npm:^11.0.0" winston: "npm:^3.2.1" winston-transport: "npm:^4.5.0" - checksum: 10c0/40c8b832fb1457cc54d077fe6031e3a7fc998ba9e71ee67dce61e6a8c925dcb8679621115f0a99bd7f7cb1fb91f17e9d74bf5bff8c037ac26f178be54dc8df1e + checksum: 10c0/6e53d02e753e45b35881ecf5951a46f93a02a5ce23d767d10c0eec13e26092423912da2f1780a68aea544fd3c4d8be32dfef109555472cc9ee0b68ac5e203c2f languageName: node linkType: hard @@ -2673,35 +2779,37 @@ __metadata: languageName: node linkType: hard -"@backstage/backend-defaults@npm:^0.5.3": - version: 0.5.3 - resolution: "@backstage/backend-defaults@npm:0.5.3" +"@backstage/backend-defaults@npm:^0.7.0": + version: 0.7.0 + resolution: "@backstage/backend-defaults@npm:0.7.0" dependencies: "@aws-sdk/abort-controller": "npm:^3.347.0" "@aws-sdk/client-codecommit": "npm:^3.350.0" "@aws-sdk/client-s3": "npm:^3.350.0" "@aws-sdk/credential-providers": "npm:^3.350.0" "@aws-sdk/types": "npm:^3.347.0" - "@backstage/backend-app-api": "npm:^1.0.2" + "@azure/identity": "npm:^4.0.0" + "@azure/storage-blob": "npm:^12.5.0" + "@backstage/backend-app-api": "npm:^1.1.1" "@backstage/backend-dev-utils": "npm:^0.1.5" - "@backstage/backend-plugin-api": "npm:^1.0.2" + "@backstage/backend-plugin-api": "npm:^1.1.1" "@backstage/cli-common": "npm:^0.1.15" - "@backstage/cli-node": "npm:^0.2.10" - "@backstage/config": "npm:^1.3.0" - "@backstage/config-loader": "npm:^1.9.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/integration": "npm:^1.15.2" - "@backstage/integration-aws-node": "npm:^0.1.13" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/plugin-events-node": "npm:^0.4.5" - "@backstage/plugin-permission-node": "npm:^0.8.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/cli-node": "npm:^0.2.12" + "@backstage/config": "npm:^1.3.2" + "@backstage/config-loader": "npm:^1.9.5" + "@backstage/errors": "npm:^1.2.7" + "@backstage/integration": "npm:^1.16.1" + "@backstage/integration-aws-node": "npm:^0.1.15" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/plugin-events-node": "npm:^0.4.7" + "@backstage/plugin-permission-node": "npm:^0.8.7" + "@backstage/types": "npm:^1.2.1" "@google-cloud/storage": "npm:^7.0.0" - "@keyv/memcache": "npm:^1.3.5" - "@keyv/redis": "npm:^2.5.3" + "@keyv/memcache": "npm:^2.0.1" + "@keyv/redis": "npm:^4.0.1" "@manypkg/get-packages": "npm:^1.1.3" "@octokit/rest": "npm:^19.0.3" - "@opentelemetry/api": "npm:^1.3.0" + "@opentelemetry/api": "npm:^1.9.0" "@types/cors": "npm:^2.8.6" "@types/express": "npm:^4.17.6" archiver: "npm:^7.0.0" @@ -2719,25 +2827,24 @@ __metadata: helmet: "npm:^6.0.0" isomorphic-git: "npm:^1.23.0" jose: "npm:^5.0.0" - keyv: "npm:^4.5.2" + keyv: "npm:^5.2.1" knex: "npm:^3.0.0" lodash: "npm:^4.17.21" logform: "npm:^2.3.2" luxon: "npm:^3.0.0" minimatch: "npm:^9.0.0" minimist: "npm:^1.2.5" - morgan: "npm:^1.10.0" mysql2: "npm:^3.0.0" node-fetch: "npm:^2.7.0" node-forge: "npm:^1.3.1" p-limit: "npm:^3.1.0" + p-throttle: "npm:^4.1.1" path-to-regexp: "npm:^8.0.0" pg: "npm:^8.11.3" pg-connection-string: "npm:^2.3.0" pg-format: "npm:^1.0.4" raw-body: "npm:^2.4.1" selfsigned: "npm:^2.0.0" - stoppable: "npm:^1.1.0" tar: "npm:^6.1.12" triple-beam: "npm:^1.4.1" uuid: "npm:^11.0.0" @@ -2746,7 +2853,12 @@ __metadata: yauzl: "npm:^3.0.0" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10c0/a931958fa99c2aee3f7bfa695538b4331e1745e1b187ff3dbd5a7426c422df537021200fa70219a77da863f5def319e9da3e45fe3579c1a68690c0b9ad4111a9 + peerDependencies: + "@google-cloud/cloud-sql-connector": ^1.4.0 + peerDependenciesMeta: + "@google-cloud/cloud-sql-connector": + optional: true + checksum: 10c0/592e7859e068e1bff7126c15a1377fb781d168c8300d7055d80fdc3fabd5054fb7ddc1854cbd9782d47fc0264741bedbf4ad4f90b504ead67cd4d889ecaa2921 languageName: node linkType: hard @@ -2757,14 +2869,14 @@ __metadata: languageName: node linkType: hard -"@backstage/backend-openapi-utils@npm:^0.3.0": - version: 0.3.0 - resolution: "@backstage/backend-openapi-utils@npm:0.3.0" +"@backstage/backend-openapi-utils@npm:^0.4.1": + version: 0.4.1 + resolution: "@backstage/backend-openapi-utils@npm:0.4.1" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" "@types/express": "npm:^4.17.6" "@types/express-serve-static-core": "npm:^4.17.5" ajv: "npm:^8.16.0" @@ -2777,7 +2889,7 @@ __metadata: mockttp: "npm:^3.13.0" openapi-merge: "npm:^1.3.2" openapi3-ts: "npm:^3.1.2" - checksum: 10c0/478e8bc66701ef78d21ba263dfe8f312484800b81d6212f1ee344c82d532fdd1125c584b7c6f659a4618f08f0451544b788f74968adbd46d7b1c246b068b6dcd + checksum: 10c0/dd12cbfdd6863ec78dc324edfd895721b3c81b0da1d09e24677b1ccda67f375768162199b23bc610a11598181ceec7666a1bba3cf3cbb7e0cdecfa9f6ed23a3f languageName: node linkType: hard @@ -2800,39 +2912,38 @@ __metadata: languageName: node linkType: hard -"@backstage/backend-plugin-api@npm:^1.0.2": - version: 1.0.2 - resolution: "@backstage/backend-plugin-api@npm:1.0.2" +"@backstage/backend-plugin-api@npm:^1.1.1": + version: 1.1.1 + resolution: "@backstage/backend-plugin-api@npm:1.1.1" dependencies: "@backstage/cli-common": "npm:^0.1.15" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/types": "npm:^1.2.0" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/types": "npm:^1.2.1" "@types/express": "npm:^4.17.6" "@types/luxon": "npm:^3.0.0" - express: "npm:^4.17.1" knex: "npm:^3.0.0" luxon: "npm:^3.0.0" - checksum: 10c0/78c093909625c532afcba78c38ce8f4824581c39a0b2798b7550a6d28d8c853897950db212d7a07b937792e4ee827808587a09ee12742d8173e1b4ce808d5564 + checksum: 10c0/cf19449f4046a3096906ec7d434f53198257fa3a48c2913b000fe7b3e992d95c05b6a5424573ebf4d81d18ba402388538a15a843e34e2ff56189b76d441d01b6 languageName: node linkType: hard -"@backstage/backend-test-utils@npm:^1.1.0": - version: 1.1.0 - resolution: "@backstage/backend-test-utils@npm:1.1.0" - dependencies: - "@backstage/backend-app-api": "npm:^1.0.2" - "@backstage/backend-defaults": "npm:^0.5.3" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/plugin-events-node": "npm:^0.4.5" - "@backstage/types": "npm:^1.2.0" - "@keyv/memcache": "npm:^1.3.5" - "@keyv/redis": "npm:^2.5.3" +"@backstage/backend-test-utils@npm:^1.2.1": + version: 1.2.1 + resolution: "@backstage/backend-test-utils@npm:1.2.1" + dependencies: + "@backstage/backend-app-api": "npm:^1.1.1" + "@backstage/backend-defaults": "npm:^0.7.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/plugin-events-node": "npm:^0.4.7" + "@backstage/types": "npm:^1.2.1" + "@keyv/memcache": "npm:^2.0.1" + "@keyv/redis": "npm:^4.0.1" "@types/express": "npm:^4.17.6" "@types/express-serve-static-core": "npm:^4.17.5" "@types/keyv": "npm:^4.2.0" @@ -2841,7 +2952,7 @@ __metadata: cookie: "npm:^0.7.0" express: "npm:^4.17.1" fs-extra: "npm:^11.0.0" - keyv: "npm:^4.5.2" + keyv: "npm:^5.2.1" knex: "npm:^3.0.0" mysql2: "npm:^3.0.0" pg: "npm:^8.11.3" @@ -2852,7 +2963,7 @@ __metadata: yn: "npm:^4.0.0" peerDependencies: "@types/jest": "*" - checksum: 10c0/e7046ef659a4d8301ddb8c2b4b39eff07cdd5cb0c4b89af0d6ab5f6987d6d072b8d851eaff0b962d97111a23c1a09da30083616242fe0c5fdfabae7c61064be5 + checksum: 10c0/d0e769d534cabd24728c30967b9ebeedb1eaaad4316e8c7e3e345c8c81a41e2da9a13404a9be2de27e30015b0f994a9c0f5eb80118d3b0902bd286d66db8df2b languageName: node linkType: hard @@ -2868,15 +2979,15 @@ __metadata: languageName: node linkType: hard -"@backstage/catalog-client@npm:^1.8.0": - version: 1.8.0 - resolution: "@backstage/catalog-client@npm:1.8.0" +"@backstage/catalog-client@npm:^1.9.1": + version: 1.9.1 + resolution: "@backstage/catalog-client@npm:1.9.1" dependencies: - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/errors": "npm:^1.2.5" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/errors": "npm:^1.2.7" cross-fetch: "npm:^4.0.0" uri-template: "npm:^2.0.0" - checksum: 10c0/adc460fa8e23bc9209d3389de92ea59ce231c64b7a04f742f9fb0a951b1428a822223dc7e2913858a86519a3186dd729c0e25ee349b9576ff1bc76dc082c1fe0 + checksum: 10c0/8b9a9e61026418e4ba85d5e8129e2ba0b0e39f526b94a5f0e6d0b862770c5304f1677e028c444e52fd8fd1d14193c5effce022996264fd3d3365c5d8b8e45551 languageName: node linkType: hard @@ -2892,15 +3003,15 @@ __metadata: languageName: node linkType: hard -"@backstage/catalog-model@npm:^1.7.1": - version: 1.7.1 - resolution: "@backstage/catalog-model@npm:1.7.1" +"@backstage/catalog-model@npm:^1.7.3": + version: 1.7.3 + resolution: "@backstage/catalog-model@npm:1.7.3" dependencies: - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" ajv: "npm:^8.10.0" lodash: "npm:^4.17.21" - checksum: 10c0/bff1eafa838abb2405bf6b4d74ea60d5b3a154bbe0927322ca6f34a76583e35a6a56f3656c230207fff37df5c4e65e4792ecc19621cf3b5075e688522c83df58 + checksum: 10c0/6bd3644be089ea5bb980a40426663b609d5a224d1b27a6967a335d497d3591a6463cfd0c5ab27151bb4a8727cd0f881c25423dcb993352b0eb60fe1c7e55f1be languageName: node linkType: hard @@ -2918,38 +3029,38 @@ __metadata: languageName: node linkType: hard -"@backstage/cli-node@npm:^0.2.10": - version: 0.2.10 - resolution: "@backstage/cli-node@npm:0.2.10" +"@backstage/cli-node@npm:^0.2.12": + version: 0.2.12 + resolution: "@backstage/cli-node@npm:0.2.12" dependencies: "@backstage/cli-common": "npm:^0.1.15" - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" "@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: 10c0/378e2c0b984eaaac30fc0da7a062d2b5fae665a0c2a579d2d83ba02176b34b7980420460c808e3e85456a722a279441459d2c4c6faa2216dfe3b01a2d65e01a7 + checksum: 10c0/e1c8d2e43b0cfa30d1fae3e7d7d7c349a87f899674422b49a0093d962f9360b339a8505a5180a199b4780281a9f6c9ef73e125882dff661808bf78937caeb4f4 languageName: node linkType: hard -"@backstage/cli@npm:^0.29.2": - version: 0.29.2 - resolution: "@backstage/cli@npm:0.29.2" +"@backstage/cli@npm:^0.29.5": + version: 0.29.5 + resolution: "@backstage/cli@npm:0.29.5" dependencies: - "@backstage/catalog-model": "npm:^1.7.1" + "@backstage/catalog-model": "npm:^1.7.3" "@backstage/cli-common": "npm:^0.1.15" - "@backstage/cli-node": "npm:^0.2.10" - "@backstage/config": "npm:^1.3.0" - "@backstage/config-loader": "npm:^1.9.2" - "@backstage/errors": "npm:^1.2.5" + "@backstage/cli-node": "npm:^0.2.12" + "@backstage/config": "npm:^1.3.2" + "@backstage/config-loader": "npm:^1.9.5" + "@backstage/errors": "npm:^1.2.7" "@backstage/eslint-plugin": "npm:^0.1.10" - "@backstage/integration": "npm:^1.15.2" - "@backstage/release-manifests": "npm:^0.0.11" - "@backstage/types": "npm:^1.2.0" + "@backstage/integration": "npm:^1.16.1" + "@backstage/release-manifests": "npm:^0.0.12" + "@backstage/types": "npm:^1.2.1" "@manypkg/get-packages": "npm:^1.1.3" - "@module-federation/enhanced": "npm:^0.7.0" + "@module-federation/enhanced": "npm:^0.8.0" "@octokit/graphql": "npm:^5.0.0" "@octokit/graphql-schema": "npm:^13.7.0" "@octokit/oauth-app": "npm:^4.2.0" @@ -2973,8 +3084,8 @@ __metadata: "@swc/jest": "npm:^0.2.22" "@types/jest": "npm:^29.5.11" "@types/webpack-env": "npm:^1.15.2" - "@typescript-eslint/eslint-plugin": "npm:^6.12.0" - "@typescript-eslint/parser": "npm:^6.7.2" + "@typescript-eslint/eslint-plugin": "npm:^8.17.0" + "@typescript-eslint/parser": "npm:^8.16.0" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:^3.0.0" bfj: "npm:^8.0.0" @@ -2984,21 +3095,21 @@ __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" eslint: "npm:^8.6.0" eslint-config-prettier: "npm:^9.0.0" eslint-formatter-friendly: "npm:^7.0.0" - eslint-plugin-deprecation: "npm:^2.0.0" - eslint-plugin-import: "npm:^2.25.4" - eslint-plugin-jest: "npm:^28.0.0" - eslint-plugin-jsx-a11y: "npm:^6.5.1" - eslint-plugin-react: "npm:^7.28.0" - eslint-plugin-react-hooks: "npm:^4.3.0" - eslint-plugin-unused-imports: "npm:^3.0.0" - eslint-webpack-plugin: "npm:^4.0.0" + eslint-plugin-deprecation: "npm:^3.0.0" + eslint-plugin-import: "npm:^2.31.0" + eslint-plugin-jest: "npm:^28.9.0" + eslint-plugin-jsx-a11y: "npm:^6.10.2" + eslint-plugin-react: "npm:^7.37.2" + eslint-plugin-react-hooks: "npm:^5.0.0" + eslint-plugin-unused-imports: "npm:^4.1.4" + eslint-webpack-plugin: "npm:^4.2.0" express: "npm:^4.17.1" fork-ts-checker-webpack-plugin: "npm:^9.0.0" fs-extra: "npm:^11.2.0" @@ -3018,7 +3129,6 @@ __metadata: lodash: "npm:^4.17.21" mini-css-extract-plugin: "npm:^2.4.2" minimatch: "npm:^9.0.0" - node-fetch: "npm:^2.7.0" node-libs-browser: "npm:^2.2.1" npm-packlist: "npm:^5.0.0" ora: "npm:^5.3.0" @@ -3053,34 +3163,19 @@ __metadata: yn: "npm:^4.0.0" zod: "npm:^3.22.4" peerDependencies: - "@modyfi/vite-plugin-yaml": ^1.1.0 "@rspack/core": ^1.0.10 "@rspack/dev-server": ^1.0.9 "@rspack/plugin-react-refresh": ^1.0.0 - "@vitejs/plugin-react": ^4.0.4 - vite: ^5.0.0 - vite-plugin-html: ^3.2.0 - vite-plugin-node-polyfills: ^0.22.0 peerDependenciesMeta: - "@modyfi/vite-plugin-yaml": - optional: true "@rspack/core": optional: true "@rspack/dev-server": optional: true "@rspack/plugin-react-refresh": optional: true - "@vitejs/plugin-react": - optional: true - vite: - optional: true - vite-plugin-html: - optional: true - vite-plugin-node-polyfills: - optional: true bin: backstage-cli: bin/backstage-cli - checksum: 10c0/40d5ef2636bab5c837bc5393bcffe68fdd6c9de5cda9e47df74a8109f87d7ab224031565a557735356f3b951ec6b0abcf96bcc431ff25d359449b54138c2e34e + checksum: 10c0/58e712db5f4ddf031531ff3eedac40a272483b36a5eba1093c46f931dc9c173ad01b4ec9a0b315829604afddab5e9d6ddaacb756d8071922ca1504ca6eda6142 languageName: node linkType: hard @@ -3108,14 +3203,14 @@ __metadata: languageName: node linkType: hard -"@backstage/config-loader@npm:^1.9.2": - version: 1.9.2 - resolution: "@backstage/config-loader@npm:1.9.2" +"@backstage/config-loader@npm:^1.9.5": + version: 1.9.5 + resolution: "@backstage/config-loader@npm:1.9.5" dependencies: "@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" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" "@types/json-schema": "npm:^7.0.6" ajv: "npm:^8.10.0" chokidar: "npm:^3.5.2" @@ -3125,10 +3220,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: 10c0/6f4d1830b9c3818e10136df7b20c36d603422603eb1a970d6054614a94e4195866f0a3463242d501695e7cfc75ae5560ac37db715fa26e83fa3770a95c7b39f8 + checksum: 10c0/7eaa2ab204052b379ea50090e8d10b1fdecdd95a74ac78b5e37dfa3d385285926e41b55acf7b6f189620ce09eacb231a352b96f9bb207a372a3115dfdae35d90 languageName: node linkType: hard @@ -3142,24 +3236,24 @@ __metadata: languageName: node linkType: hard -"@backstage/config@npm:^1.3.0": - version: 1.3.0 - resolution: "@backstage/config@npm:1.3.0" +"@backstage/config@npm:^1.3.2": + version: 1.3.2 + resolution: "@backstage/config@npm:1.3.2" dependencies: - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" ms: "npm:^2.1.3" - checksum: 10c0/07e4ef47b8e1e8e75a222f0d45f232e0bc6b57b4b74c3fb44709dea40fd32fff8a255bfcfe6998f5342e49bce8ce1ddaabd00a924716da81aebb82330cb2120a + checksum: 10c0/9d3dfac9b359727b727567834c2576cc2af96e149b3a0b45565251b02f2dfda9559ee3719d1eed240f5cae4f6b8bb9babfbffc3a35d2d2d8fbe5c408c41c42e3 languageName: node linkType: hard -"@backstage/core-app-api@npm:^1.15.2": - version: 1.15.2 - resolution: "@backstage/core-app-api@npm:1.15.2" +"@backstage/core-app-api@npm:^1.15.4": + version: 1.15.4 + resolution: "@backstage/core-app-api@npm:1.15.4" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/types": "npm:^1.2.0" + "@backstage/config": "npm:^1.3.2" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.10" "@types/prop-types": "npm:^15.7.3" history: "npm:^5.0.0" @@ -3177,16 +3271,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/72757d3278d030223c16422b0f5b2ed3242d280187ffa7bc461f74c7c1bcbb78e762ec5174b8d6274b0702fdd6a884c7ad998a60fed0b2dc9cd5c61e65f998d8 + checksum: 10c0/c9853bf3b8ba091056c88a3dbb513fc0fb105912a643918db2c3cbdb97f31473dc63b1e66715041408cae606594dbc3ff803a6fe98e324a13d5a36eb6cf9f426 languageName: node linkType: hard -"@backstage/core-compat-api@npm:^0.3.3": - version: 0.3.3 - resolution: "@backstage/core-compat-api@npm:0.3.3" +"@backstage/core-compat-api@npm:^0.3.5": + version: 0.3.5 + resolution: "@backstage/core-compat-api@npm:0.3.5" dependencies: - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/frontend-plugin-api": "npm:^0.9.2" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/frontend-plugin-api": "npm:^0.9.4" "@backstage/version-bridge": "npm:^1.0.10" lodash: "npm:^4.17.21" peerDependencies: @@ -3197,18 +3291,18 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/2be542c28de35329e3073c82581ed6dea52dba09dfe38454527fe44cca6d3bfdd408984dabc5ad6290d70514b2a436f7c20dc894f81d65a1f07052419a8adbb8 + checksum: 10c0/1a657234f5420384fcbd7770655204ffacc639750182707066035911c4fd1c08e2d1a45d256cf81e59c41f5362e85bcb5daf943eb41be0ed0880736f9b9c68a6 languageName: node linkType: hard -"@backstage/core-components@npm:^0.16.1": - version: 0.16.1 - resolution: "@backstage/core-components@npm:0.16.1" +"@backstage/core-components@npm:^0.16.3": + version: 0.16.3 + resolution: "@backstage/core-components@npm:0.16.3" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/theme": "npm:^0.6.2" + "@backstage/config": "npm:^1.3.2" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/errors": "npm:^1.2.7" + "@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" @@ -3250,17 +3344,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/bf5a062374121cd9079a2861baba09f163ef3908e438ef53f2d4dd8f982bce21982d3b58dc621f09cd0e9342d9daee113d8fe0089a2c4e4e75a7c2f8d3e669e0 + checksum: 10c0/fcc2c7fb8bc55be1f46aad3336dbaf8de762dd892b0c76cd9902871b502b792c1d976b5d7db4f6cca0c690b31cc62afe4d61bc13ecee93dbb4c11b5136b5b4fa languageName: node linkType: hard -"@backstage/core-plugin-api@npm:^1.10.1": - version: 1.10.1 - resolution: "@backstage/core-plugin-api@npm:1.10.1" +"@backstage/core-plugin-api@npm:^1.10.3": + version: 1.10.3 + resolution: "@backstage/core-plugin-api@npm:1.10.3" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.10" history: "npm:^5.0.0" peerDependencies: @@ -3271,22 +3365,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/2b4d3fd3f2aa165924b0e223f69a6ceb123745487b7859de7e2415e016709f9868d25a3b96e9f8c23814a03583c692f6c6112547de7e56aac6fb46aed27b3abb + checksum: 10c0/69f15e83708405e2f2bc926c9ca5c16d7fd8bd12dafb437175e1a29b4706a32b2d17e61df14a7a13a9d76fc52fb51af5fdd8add880547f5fe7579d29da78ce66 languageName: node linkType: hard -"@backstage/dev-utils@npm:^1.1.4": - version: 1.1.4 - resolution: "@backstage/dev-utils@npm:1.1.4" - dependencies: - "@backstage/app-defaults": "npm:^1.5.14" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/core-app-api": "npm:^1.15.2" - "@backstage/core-components": "npm:^0.16.1" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/integration-react": "npm:^1.2.1" - "@backstage/plugin-catalog-react": "npm:^1.14.2" - "@backstage/theme": "npm:^0.6.2" +"@backstage/dev-utils@npm:^1.1.6": + version: 1.1.6 + resolution: "@backstage/dev-utils@npm:1.1.6" + dependencies: + "@backstage/app-defaults": "npm:^1.5.16" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/core-app-api": "npm:^1.15.4" + "@backstage/core-components": "npm:^0.16.3" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/integration-react": "npm:^1.2.3" + "@backstage/plugin-catalog-react": "npm:^1.15.1" + "@backstage/theme": "npm:^0.6.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" react-use: "npm:^17.2.4" @@ -3298,7 +3392,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/47aec4b6f5aa93249271a56dd4391754a4e9fe199a2516a219c6a0285878d05b80e4b0b9cbe9ffb50017e612b0591adc11a7592aa495e46b5924d0fdd6e59acc + checksum: 10c0/311f5fadda960e87e8010c5eb0be0ded417d8bfb6991a019da59103cbbc2dee38aefc7e6f22190962324fc6e7d37a08bd1127ae66341a822c28c49a55e0ac8dd languageName: node linkType: hard @@ -3327,13 +3421,13 @@ __metadata: languageName: node linkType: hard -"@backstage/errors@npm:^1.2.5": - version: 1.2.5 - resolution: "@backstage/errors@npm:1.2.5" +"@backstage/errors@npm:^1.2.7": + version: 1.2.7 + resolution: "@backstage/errors@npm:1.2.7" dependencies: - "@backstage/types": "npm:^1.2.0" + "@backstage/types": "npm:^1.2.1" serialize-error: "npm:^8.0.1" - checksum: 10c0/b3586aacf8ccbee675f33a2eaf8ecd6b83c6ac578eb54e7bec668fcf7ba0ab3596b2c54d95513daa1e3a525c539d643b0498392ee3010bb4d49be88a43897220 + checksum: 10c0/ce04dccc96c49bf121f1de86a589bbe3a613a32f63546b100a9d074bf2cb79c8ba889e1e7ba39c44c717b1bc7dea7654de85b1229fb7e4106e31dd60327c10c1 languageName: node linkType: hard @@ -3347,17 +3441,17 @@ __metadata: languageName: node linkType: hard -"@backstage/frontend-app-api@npm:^0.10.2": - version: 0.10.2 - resolution: "@backstage/frontend-app-api@npm:0.10.2" - dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/core-app-api": "npm:^1.15.2" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/frontend-defaults": "npm:^0.1.3" - "@backstage/frontend-plugin-api": "npm:^0.9.2" - "@backstage/types": "npm:^1.2.0" +"@backstage/frontend-app-api@npm:^0.10.4": + version: 0.10.4 + resolution: "@backstage/frontend-app-api@npm:0.10.4" + dependencies: + "@backstage/config": "npm:^1.3.2" + "@backstage/core-app-api": "npm:^1.15.4" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/errors": "npm:^1.2.7" + "@backstage/frontend-defaults": "npm:^0.1.5" + "@backstage/frontend-plugin-api": "npm:^0.9.4" + "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.10" lodash: "npm:^4.17.21" zod: "npm:^3.22.4" @@ -3369,19 +3463,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/b341b6a96e0e92dff380df0296c6b93f7befc7720daedd83584b2ca515dada0b3cfc06f912548f26f9816cb5a7c69009c77614c7d329fac09320b0f1e7c2ddb9 + checksum: 10c0/8ff3a072d28a9fd653d494ce668f41082c1c743f145487e36256ab2c95af2af8721daea50e0decbbe3516fc4b8ece53e72a029471e35bfdc54c6d60970bba8a0 languageName: node linkType: hard -"@backstage/frontend-defaults@npm:^0.1.3": - version: 0.1.3 - resolution: "@backstage/frontend-defaults@npm:0.1.3" +"@backstage/frontend-defaults@npm:^0.1.5": + version: 0.1.5 + resolution: "@backstage/frontend-defaults@npm:0.1.5" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/frontend-app-api": "npm:^0.10.2" - "@backstage/frontend-plugin-api": "npm:^0.9.2" - "@backstage/plugin-app": "npm:^0.1.3" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/frontend-app-api": "npm:^0.10.4" + "@backstage/frontend-plugin-api": "npm:^0.9.4" + "@backstage/plugin-app": "npm:^0.1.5" "@react-hookz/web": "npm:^24.0.0" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -3391,17 +3485,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/cc7fa45bd7fbaa6543ab79384b514523e6fdaccba743edce069be1c60d7127130a75a399dcc98cf9560372778963c3e08ff1ea0799c74f408a407980cf8511f5 + checksum: 10c0/63fdc1b2ab4abeb73bc6514f52d9dbb283bef5ef3b6849f81b1e5a564844c08e2ddb3520be03a6f9d048300e94a957870c660b868cca542579aec0e88e25f617 languageName: node linkType: hard -"@backstage/frontend-plugin-api@npm:^0.9.2": - version: 0.9.2 - resolution: "@backstage/frontend-plugin-api@npm:0.9.2" +"@backstage/frontend-plugin-api@npm:^0.9.4": + version: 0.9.4 + resolution: "@backstage/frontend-plugin-api@npm:0.9.4" dependencies: - "@backstage/core-components": "npm:^0.16.1" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/types": "npm:^1.2.0" + "@backstage/core-components": "npm:^0.16.3" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.4" lodash: "npm:^4.17.21" @@ -3415,20 +3509,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/a7fb2d3772b63bdca47b3d7902e8b62e9a51e8f9704a7404501d5c05be18cd768645c8831a9572c155ecc98784d5338e0415b8072d9de8c33791a94f287dc597 + checksum: 10c0/5dea99bc4f24526cf758398f4e6db95b21579d3c437ac54fb2a826d4d21cf284b8a8a43f1c836fc5c58e8b4abff58fcf4c7a4cbd4352d5bfb0d2852eb77fba70 languageName: node linkType: hard -"@backstage/frontend-test-utils@npm:^0.2.3": - version: 0.2.3 - resolution: "@backstage/frontend-test-utils@npm:0.2.3" - dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/frontend-app-api": "npm:^0.10.2" - "@backstage/frontend-plugin-api": "npm:^0.9.2" - "@backstage/plugin-app": "npm:^0.1.3" - "@backstage/test-utils": "npm:^1.7.2" - "@backstage/types": "npm:^1.2.0" +"@backstage/frontend-test-utils@npm:^0.2.5": + version: 0.2.5 + resolution: "@backstage/frontend-test-utils@npm:0.2.5" + dependencies: + "@backstage/config": "npm:^1.3.2" + "@backstage/frontend-app-api": "npm:^0.10.4" + "@backstage/frontend-plugin-api": "npm:^0.9.4" + "@backstage/plugin-app": "npm:^0.1.5" + "@backstage/test-utils": "npm:^1.7.4" + "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.10" zod: "npm:^3.22.4" peerDependencies: @@ -3440,7 +3534,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/839cd29fff9fab2ba98365e54f021608313e5a8a8c0f5043d03eb3c8a19899742a58fba4acbadd5c83dfc9e0d134dc1d88d5b34be3f6a137be478e697368f0c1 + checksum: 10c0/af35a0920a7cb1fc3fa287e1f529fe579c66dc092817eccccbb598a073a6bc161e36303ab8930c3156b440455046f246ee2f43d602b39d033b678115c17d6ecd languageName: node linkType: hard @@ -3459,28 +3553,28 @@ __metadata: languageName: node linkType: hard -"@backstage/integration-aws-node@npm:^0.1.13": - version: 0.1.13 - resolution: "@backstage/integration-aws-node@npm:0.1.13" +"@backstage/integration-aws-node@npm:^0.1.15": + version: 0.1.15 + resolution: "@backstage/integration-aws-node@npm:0.1.15" 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.0" - "@backstage/errors": "npm:^1.2.5" - checksum: 10c0/b4686783521eaf207f9754a90690147753bf89b59c4ce4b1151c7f8f9fccba91aae889a384d9f35e80521f56861f19d87bccd528983003ed0cee8ea3f53d7ec5 + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + checksum: 10c0/e5c2d0bc87e2996a06bb61e91fb716e50fb4e12447c611a9ec2f43f96cd727ec70157f97d27119398a6bec8c80c2f434a3ca79c7eea953669a762a3df790142c languageName: node linkType: hard -"@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.3": + version: 1.2.3 + resolution: "@backstage/integration-react@npm:1.2.3" 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.2" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/integration": "npm:^1.16.1" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -3491,7 +3585,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/cb171455b75b009f501779ae1a6b4f77998c2ed0f1e464f6a564288c0c2334c5eef37c7ba073e5faa61e7bcc19fb2e9ac37bda241302a134e04c702b1a45ae7d + checksum: 10c0/d7bfdfa5828b1a74a4ad9b5090e9850adaf52d091e950d4390409ff0351fb03d9d26f0b4adefd45ea912875894a842efd22042b8dcb72ebb7e7538b849862ab0 languageName: node linkType: hard @@ -3512,33 +3606,34 @@ __metadata: languageName: node linkType: hard -"@backstage/integration@npm:^1.15.2": - version: 1.15.2 - resolution: "@backstage/integration@npm:1.15.2" +"@backstage/integration@npm:^1.16.1": + version: 1.16.1 + resolution: "@backstage/integration@npm:1.16.1" 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.2" + "@backstage/errors": "npm:^1.2.7" "@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: 10c0/c99aa56a37e939b3a9c8d1dad10d96b4b25e08be09cf682c4687321dcb6c1eb4a60511745eeaf1f3a598b9b98a4f249233b7a571e6749410ee1ead857724db00 + checksum: 10c0/8e6c6edb3772bf0e12f7cd517f6a0bae071a9ff22d89d238a30f680acc3f550e4c5f54d81783697341e6c190ff4c00ed9dcb9cb69244d549c4099118804445b2 languageName: node linkType: hard -"@backstage/plugin-app@npm:^0.1.3": - version: 0.1.3 - resolution: "@backstage/plugin-app@npm:0.1.3" - dependencies: - "@backstage/core-components": "npm:^0.16.1" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/frontend-plugin-api": "npm:^0.9.2" - "@backstage/integration-react": "npm:^1.2.1" - "@backstage/plugin-permission-react": "npm:^0.4.28" - "@backstage/theme": "npm:^0.6.2" +"@backstage/plugin-app@npm:^0.1.5": + version: 0.1.5 + resolution: "@backstage/plugin-app@npm:0.1.5" + dependencies: + "@backstage/core-components": "npm:^0.16.3" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/frontend-plugin-api": "npm:^0.9.4" + "@backstage/integration-react": "npm:^1.2.3" + "@backstage/plugin-permission-react": "npm:^0.4.30" + "@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" @@ -3551,278 +3646,274 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/9205b43b4fba7b7ee2ad735c0a3289d4c01980f9161769dd743883a02e8ba6694f2da985dee51c9736ebdfcf6de23bea87e36d22d6710cd6e3f7e9e5a6b97b01 + checksum: 10c0/628396eece5fd398a41e2fd9e3a84071cefa615ec9319243d2ba507ea4c5c0541a073315944da660b19843c8c4bcc3fc3c44538106eb171d45210b38fe61e218 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-atlassian-provider@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/plugin-auth-backend-module-atlassian-provider@npm:0.3.2" +"@backstage/plugin-auth-backend-module-atlassian-provider@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/plugin-auth-backend-module-atlassian-provider@npm:0.3.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-atlassian-oauth2: "npm:^2.1.0" - checksum: 10c0/34664881097b2c380aab63257518a19730040527f2e78baa6a33e6b2e1f631fead37f1cbe394f680457e925d3997e05596ffac7e10267e5f35e7729f7d352055 + checksum: 10c0/254e7f868d3b02a4f30a51e42759e56a50578970f84086978a5a211eca266d129d65c0aa06bcef36d722528749425fc4745e6ea5887003537801877247327cfb languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-auth0-provider@npm:^0.1.2": - version: 0.1.2 - resolution: "@backstage/plugin-auth-backend-module-auth0-provider@npm:0.1.2" +"@backstage/plugin-auth-backend-module-auth0-provider@npm:^0.1.4": + version: 0.1.4 + resolution: "@backstage/plugin-auth-backend-module-auth0-provider@npm:0.1.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.17.1" passport-auth0: "npm:^1.4.3" passport-oauth2: "npm:^1.6.1" - checksum: 10c0/4aa3a220da663a5c9aee07983f4ee84c842873f76ed9e060f216b9e1c2d8ff2eb17815ab881d5e0f0145e823b1f504239282b955f07731d267211a11ff77a6d8 + checksum: 10c0/e3acfd21c99c6c82c732fd3c357abd73bcce7786c2e2ab12189a82c59384e890cfe65fda9b1284b60e81ccad65f147fd4d79259e47d512a72d8c505d26832949 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-aws-alb-provider@npm:^0.3.0": - version: 0.3.0 - resolution: "@backstage/plugin-auth-backend-module-aws-alb-provider@npm:0.3.0" +"@backstage/plugin-auth-backend-module-aws-alb-provider@npm:^0.3.2": + version: 0.3.2 + resolution: "@backstage/plugin-auth-backend-module-aws-alb-provider@npm:0.3.2" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-backend": "npm:^0.24.0" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-backend": "npm:^0.24.2" + "@backstage/plugin-auth-node": "npm:^0.5.6" jose: "npm:^5.0.0" node-cache: "npm:^5.1.2" - node-fetch: "npm:^2.7.0" - checksum: 10c0/0ed67e5924d0ecb0a438cf84fb07b37959accdca62cfc8a842911eeb866d33690ffb0fc2ee7da2151a7d00c9b344b23779ac23fbbd749f50a77c13b14015da7e + checksum: 10c0/bfd6471a1e4972f3bcaedb4f91730fe140daaea5fcbc8b9207c25b92a3a0806c5329bd7da6b2ac6659604039d50dc5a4656ba6c1dfa1932b93268c1c0e44ad54 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-azure-easyauth-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" "@types/passport": "npm:^1.0.16" express: "npm:^4.19.2" jose: "npm:^5.0.0" passport: "npm:^0.7.0" - checksum: 10c0/0d1cd1c6ac45c79a275a03e983be1261f8fddbef9d2905c98325644a689557aa20a3d70f3fcbe2d456d8f41bf07aabc52091136c81e2526770fe4824609ea610 + checksum: 10c0/188d14eec0cebceeeb8ea33899d5186c29906430f7a71a81d26deae97e4186910fbd46570a536d0ac245be3c710b404b616510baa77f62e7cab9780706d80299 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-bitbucket-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-bitbucket-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-bitbucket-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-bitbucket-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-bitbucket-oauth2: "npm:^0.1.2" - checksum: 10c0/5b192b893fa53cc84e0888b8332ad7544d96c03a11505cff6dab0eb70bb23d60164d3163a1601829d98bdd3bceaeb124731bb736d9c0e219a9ee03a16a6a8301 + checksum: 10c0/244e2abf7b9c794fc76062f74bc1a31255da805c2b2f88f864b42cc373e2867bab6f58a1405102214da34bb08475f2f1a80d7e7fea1a05bc80f2c8adee67ff61 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:^0.1.2": - version: 0.1.2 - resolution: "@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:0.1.2" +"@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:^0.1.4": + version: 0.1.4 + resolution: "@backstage/plugin-auth-backend-module-bitbucket-server-provider@npm:0.1.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" - node-fetch: "npm:^2.7.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" passport: "npm:^0.7.0" passport-oauth2: "npm:^1.6.1" - checksum: 10c0/f14d1fd6348f2fca6d061272d671c778fab4fcd0bd82e45ee7ee81a00441785a57d261bdec7830514196cc8599aa2d5ca285a547f9813f1f151c036947a614d5 + checksum: 10c0/7ab1ff78c258de223ce50afa6b83c989d501f769af389b80ce5efddc7406eadd8a3843468c591e600cd97d63eea74208ce4698b0d604df40a6f37d5af2607b59 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:0.3.2" +"@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/plugin-auth-backend-module-cloudflare-access-provider@npm:0.3.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" jose: "npm:^5.0.0" - node-fetch: "npm:^2.7.0" - checksum: 10c0/c431221ab397289611ccb34e81f3677a044d74e69657f33419bfb520e29d9cb6c27874ec2380895867fc7cfe43465f1cafffbc61242a6231c4d8cad557d4c9ed + checksum: 10c0/cf5a980b251b61a0cd357151fc275d2623c24fc15c4c3a95492dca5d31c8fa70bf64c56da40b92eba59663ac3666bc3accb11fced9a098a7a73e190c17b426fc languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:0.3.2" +"@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/plugin-auth-backend-module-gcp-iap-provider@npm:0.3.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/types": "npm:^1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/types": "npm:^1.2.1" google-auth-library: "npm:^9.0.0" - checksum: 10c0/07138cfdd726f33fdc0ecf9fce85c02c1c23bd7b9b565ce2dfa8b5d42955a4461073836fdd4cffb464757fbe69179411b5dd916fe6554961069d28d36483fff4 + checksum: 10c0/b69f69d1790b6bb0e38682f0ef0944e4501bfbace4db6fd83bb719baf7e4c4affa878a7017e7dd3c766dcd87f10ce17d748f19d6d159f46283015a126087aba9 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-github-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-github-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-github-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" passport-github2: "npm:^0.1.12" - checksum: 10c0/01daf53fb846d55fade3c022f0899dcc6a160c033fc0001db726c3e80bb6a1233e7d6526edef566107f57d66a4b6dfdd68b2a3b7cacfbb078556346d31a79e65 + checksum: 10c0/e40c7eab95a65e4a477581a93928efbfffa3890e23d5869e5c36f0144b26beb6460f7f912bb64f28b299db0aed6dbedc1366533b1ea65996b0582097daded997 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-gitlab-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-gitlab-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-gitlab-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-gitlab-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-gitlab2: "npm:^5.0.0" - checksum: 10c0/2f701b5dcc4608a874d1bef30fcfb79f507231f169f3689f4f616a36f199773d1342d3ebc21ca3359182f8fe1a473831041e1e3fa432bd0c050d9046c2b79c85 + checksum: 10c0/41ad36176dbc7dccc102dfeedd9a148cafc75f2f4b9ef0317f5288760629cff09a390eea8d436ca76a4cd594bcd48117210d1dddc8dc5cb0620ff2e10e6fad70 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-google-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-google-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-google-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-google-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" google-auth-library: "npm:^9.0.0" passport-google-oauth20: "npm:^2.0.0" - checksum: 10c0/3667a86a698e58bb0b0a00a3a4e49be26df58774a017dbe4dbfe8f2c59914c511f24ba465d82264314c44f04ad619b2145c283b75fc698e76ab5e6da6dcb130a + checksum: 10c0/3907ae5d8e549f9368a925001f81dc13c679d96cc26bf1cd0ba977478e08bba0a25a3bf27dcfd3d21a57fbd0fbc83e7e6dda50dfd24531ca93be2b8ab77e2718 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" passport-oauth2: "npm:^1.7.0" - checksum: 10c0/4345157c7718385a43670aa11f566ce6aa60f0b03a8fad9e2816e978d8fcd7922a0b14c0ee98e4bd18cf7403ad4a5664c634ea6753af3443e77003696cc54acd + checksum: 10c0/ee8b88f7b51568d6e8cdacae2164b811116b7831b6fab27d3159ad55c42ac7ca82975f36228fe1ae2df5cf819dcf27cf0749519656e0caa1d18f7517fd27cd03 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-microsoft-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-microsoft-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-microsoft-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-microsoft-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" jose: "npm:^5.0.0" - node-fetch: "npm:^2.7.0" passport-microsoft: "npm:^1.0.0" - checksum: 10c0/1a89159c1e023256a25e3561aa4c13b2837dc7dae850384763ccd6bf872bfe09339c38775620c6ddd9691b6b3f7b8c5411db66fe42d39657b1f9abd59c197130 + checksum: 10c0/5433215822f678e430b82d829b7714f3e1a92670494e5be5d781810f6b7948328b5ef135812c7b5d51e5dc7f01f32e5777a76bb9cd2d32127ea9bd748cda0f6c languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-oauth2-provider@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/plugin-auth-backend-module-oauth2-provider@npm:0.3.2" +"@backstage/plugin-auth-backend-module-oauth2-provider@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/plugin-auth-backend-module-oauth2-provider@npm:0.3.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" passport: "npm:^0.7.0" passport-oauth2: "npm:^1.6.1" - checksum: 10c0/bd25de57779e47b4782ee2c75a34c1ce1383a56e1b58f05610c1d5e5bca262a299b17fa3903cdff7de06104b9d3beb0d10d581f3700b79a434e6cd8062574734 + checksum: 10c0/cbb01c556f711055d6663b7759a9b4d98defafc021b2d27bb5863047709c2ab7c7a8b24c199bb8a4cf4911599b27bbab960baa837d76a7729b63ac3082be5f81 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-oauth2-proxy-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" jose: "npm:^5.0.0" - checksum: 10c0/4a5f3297c73215f808f71103f505ebf4aae9f0dd1d2e25a9e1aaafbb16ba5c23e94cd9af042ae63a95fdc518fabd2c674a1297574cc90cee9f20769056c5dd68 + checksum: 10c0/7c06a9e706ca45f7f2e922e4e635854f721ce7afcaded556bf279acbe18cb38b0ae27d5c4105fc07f976e0a76ed7ec31d2e0c8c0895afe5c871783d65cebcc04 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-oidc-provider@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/plugin-auth-backend-module-oidc-provider@npm:0.3.2" +"@backstage/plugin-auth-backend-module-oidc-provider@npm:^0.3.4": + version: 0.3.4 + resolution: "@backstage/plugin-auth-backend-module-oidc-provider@npm:0.3.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-backend": "npm:^0.24.0" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-backend": "npm:^0.24.2" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" openid-client: "npm:^5.5.0" passport: "npm:^0.7.0" - checksum: 10c0/00fe6d48e688af075e637649778f959e35f9bd15713d09ade57c499bed1a29ae25acd0fe0e0991e1c2629a548439ab5fc4bffc25058344b2c3fbfb67a30743eb + checksum: 10c0/c3bc3260cce42c86fe8fd5c384f3dbeb3688357d630f71a2e5bbbd4fcfe48dc912f098bba724b786707858b60ae685577e8b694841f7c39f7096c3dde204017a languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-okta-provider@npm:^0.1.2": - version: 0.1.2 - resolution: "@backstage/plugin-auth-backend-module-okta-provider@npm:0.1.2" +"@backstage/plugin-auth-backend-module-okta-provider@npm:^0.1.4": + version: 0.1.4 + resolution: "@backstage/plugin-auth-backend-module-okta-provider@npm:0.1.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" "@davidzemon/passport-okta-oauth": "npm:^0.0.5" express: "npm:^4.18.2" passport: "npm:^0.7.0" - checksum: 10c0/11a03e8ee7a04416fe8b49459e43af8d98fb13f1e497e0ea2f171a56eef7310202f1245c64ee2c177661bfbf376995eff4b64958c8672df06b9b8ac8f2e3c4ad + checksum: 10c0/37c78be56f617d3f55f22de00e773b0705b014175bb8306409b791edd687556402db428aa32603ebb13cc2f9a75f834988248eddbc37c612b2337910d1339db5 languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-onelogin-provider@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/plugin-auth-backend-module-onelogin-provider@npm:0.2.2" +"@backstage/plugin-auth-backend-module-onelogin-provider@npm:^0.2.4": + version: 0.2.4 + resolution: "@backstage/plugin-auth-backend-module-onelogin-provider@npm:0.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/plugin-auth-node": "npm:^0.5.6" express: "npm:^4.18.2" passport: "npm:^0.7.0" passport-onelogin-oauth: "npm:^0.0.1" - checksum: 10c0/b2706ca0b36a0523af955bcaeed3b203f9a56c9c06b31170f71057f954a8701fcebc94aecfb72ff8a31f2f151da95d927269839fd88a8aa818d8c0f85d143f94 + checksum: 10c0/e7d2ad8bc32eee7444184ce3f870e967fda7bc5f9949be95b17316a655ac1c465e56bd7d03c78c5d2331c66f8e508f1e2fd68253825846d7472f99192e219669 languageName: node linkType: hard -"@backstage/plugin-auth-backend@npm:^0.24.0": - version: 0.24.0 - resolution: "@backstage/plugin-auth-backend@npm:0.24.0" +"@backstage/plugin-auth-backend@npm:^0.24.2": + version: 0.24.2 + resolution: "@backstage/plugin-auth-backend@npm:0.24.2" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-backend-module-atlassian-provider": "npm:^0.3.2" - "@backstage/plugin-auth-backend-module-auth0-provider": "npm:^0.1.2" - "@backstage/plugin-auth-backend-module-aws-alb-provider": "npm:^0.3.0" - "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-bitbucket-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "npm:^0.1.2" - "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "npm:^0.3.2" - "@backstage/plugin-auth-backend-module-gcp-iap-provider": "npm:^0.3.2" - "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-gitlab-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-google-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-microsoft-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-oauth2-provider": "npm:^0.3.2" - "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "npm:^0.2.2" - "@backstage/plugin-auth-backend-module-oidc-provider": "npm:^0.3.2" - "@backstage/plugin-auth-backend-module-okta-provider": "npm:^0.1.2" - "@backstage/plugin-auth-backend-module-onelogin-provider": "npm:^0.2.2" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/plugin-catalog-node": "npm:^1.14.0" - "@backstage/types": "npm:^1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-backend-module-atlassian-provider": "npm:^0.3.4" + "@backstage/plugin-auth-backend-module-auth0-provider": "npm:^0.1.4" + "@backstage/plugin-auth-backend-module-aws-alb-provider": "npm:^0.3.2" + "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-bitbucket-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-bitbucket-server-provider": "npm:^0.1.4" + "@backstage/plugin-auth-backend-module-cloudflare-access-provider": "npm:^0.3.4" + "@backstage/plugin-auth-backend-module-gcp-iap-provider": "npm:^0.3.4" + "@backstage/plugin-auth-backend-module-github-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-gitlab-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-google-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-microsoft-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-oauth2-provider": "npm:^0.3.4" + "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "npm:^0.2.4" + "@backstage/plugin-auth-backend-module-oidc-provider": "npm:^0.3.4" + "@backstage/plugin-auth-backend-module-okta-provider": "npm:^0.1.4" + "@backstage/plugin-auth-backend-module-onelogin-provider": "npm:^0.2.4" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/plugin-catalog-node": "npm:^1.15.1" + "@backstage/types": "npm:^1.2.1" "@google-cloud/firestore": "npm:^7.0.0" "@node-saml/passport-saml": "npm:^5.0.0" "@types/express": "npm:^4.17.6" @@ -3843,7 +3934,6 @@ __metadata: minimatch: "npm:^9.0.0" morgan: "npm:^1.10.0" node-cache: "npm:^5.1.2" - node-fetch: "npm:^2.7.0" openid-client: "npm:^5.2.1" passport: "npm:^0.7.0" passport-auth0: "npm:^1.4.3" @@ -3855,7 +3945,7 @@ __metadata: uuid: "npm:^11.0.0" winston: "npm:^3.2.1" yn: "npm:^4.0.0" - checksum: 10c0/d1bbe47f5cdc2cc3275ceb78f0ac078a8d2c38d989494ace4d43c7d7f480828df6c8f73e6e7cae89d9131a5353a967a86637e6e93bd7a8ebd53cd1cd7bbf2620 + checksum: 10c0/e6d2b809cfbd787596152086ae7dba7ddde606ffb1e6cd93fe01e646be156436826ae3654373d565b0f4e151dab1f493cf1a5a243c0534ce84857ef66e9ed751 languageName: node linkType: hard @@ -3884,52 +3974,52 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-auth-node@npm:^0.5.4": - version: 0.5.4 - resolution: "@backstage/plugin-auth-node@npm:0.5.4" +"@backstage/plugin-auth-node@npm:^0.5.6": + version: 0.5.6 + resolution: "@backstage/plugin-auth-node@npm:0.5.6" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" - "@types/express": "npm:*" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" + "@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" - node-fetch: "npm:^2.7.0" 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: 10c0/68920b42f67e58d26c526d186a0ce69fecd83450f11bfc86e0b74b0a6908f0b4fe8f3eb836806f2d6fb2a6733faa447395ac46c853a21762f420bde65885022c + checksum: 10c0/cd6d77fcaf16a0ccdcb8e7ce620b64e3995d588c68787c6c8b7ef089ebc94fefd175c339856dacf9e51ca7847893bcf3732f223199b94edfa96fa72efba24a75 languageName: node linkType: hard -"@backstage/plugin-catalog-backend@npm:^1.28.0": - version: 1.28.0 - resolution: "@backstage/plugin-catalog-backend@npm:1.28.0" +"@backstage/plugin-catalog-backend@npm:^1.30.0": + version: 1.30.0 + resolution: "@backstage/plugin-catalog-backend@npm:1.30.0" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-openapi-utils": "npm:^0.3.0" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/integration": "npm:^1.15.2" - "@backstage/plugin-catalog-common": "npm:^1.1.1" - "@backstage/plugin-catalog-node": "npm:^1.14.0" - "@backstage/plugin-events-node": "npm:^0.4.5" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-permission-node": "npm:^0.8.5" - "@backstage/plugin-search-backend-module-catalog": "npm:^0.2.5" - "@backstage/types": "npm:^1.2.0" - "@opentelemetry/api": "npm:^1.3.0" + "@backstage/backend-openapi-utils": "npm:^0.4.1" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/integration": "npm:^1.16.1" + "@backstage/plugin-catalog-common": "npm:^1.1.3" + "@backstage/plugin-catalog-node": "npm:^1.15.1" + "@backstage/plugin-events-node": "npm:^0.4.7" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-permission-node": "npm:^0.8.7" + "@backstage/plugin-search-backend-module-catalog": "npm:^0.3.0" + "@backstage/plugin-search-common": "npm:^1.2.17" + "@backstage/types": "npm:^1.2.1" + "@opentelemetry/api": "npm:^1.9.0" "@types/express": "npm:^4.17.6" codeowners-utils: "npm:^1.0.2" core-js: "npm:^3.6.5" @@ -3942,61 +4032,60 @@ __metadata: lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" minimatch: "npm:^9.0.0" - node-fetch: "npm:^2.7.0" p-limit: "npm:^3.0.2" prom-client: "npm:^15.0.0" uuid: "npm:^11.0.0" yaml: "npm:^2.0.0" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10c0/3ffb3799b176919f992a51b7f769b6cb425cd87ea5e0f5def159a0ae62955c892a4305fde43c9fb8ae1e1108310b61a70d28a2f24cb55ae2960bbb63f156bcba + checksum: 10c0/5adcc6fdb56ddd8983434339fb65b432edfabe4d1d807097e6152071efb0edab8e84bca777ad2a99ba37bc34b76d192e048d6f4eaa9e1a2787063481c840a16c languageName: node linkType: hard -"@backstage/plugin-catalog-common@npm:^1.1.1": - version: 1.1.1 - resolution: "@backstage/plugin-catalog-common@npm:1.1.1" - dependencies: - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-search-common": "npm:^1.2.15" - checksum: 10c0/fb4c8cb8349e0be8232f66ec0d265f2c8ebe15ca356c816561dc6dd149828d74433abc584a33e17d072edc0c2c97de443b5533a22fb3114887e15540fd8bb97d - languageName: node - linkType: hard - -"@backstage/plugin-catalog-node@npm:^1.14.0": - version: 1.14.0 - resolution: "@backstage/plugin-catalog-node@npm:1.14.0" - dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-catalog-common": "npm:^1.1.1" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-permission-node": "npm:^0.8.5" - "@backstage/types": "npm:^1.2.0" - checksum: 10c0/3e54ba4571bc87d82b0f9806b6f99d337138ad2920163a77db8c6258da0fc4671b7ef21e406f072c41687d4be6703a58ae45018f2ed49344ef2e9591a23c3804 - languageName: node - linkType: hard - -"@backstage/plugin-catalog-react@npm:^1.14.2": - version: 1.14.2 - resolution: "@backstage/plugin-catalog-react@npm:1.14.2" - dependencies: - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/core-compat-api": "npm:^0.3.3" - "@backstage/core-components": "npm:^0.16.1" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/errors": "npm:^1.2.5" - "@backstage/frontend-plugin-api": "npm:^0.9.2" - "@backstage/frontend-test-utils": "npm:^0.2.3" - "@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/plugin-catalog-common@npm:^1.1.3": + version: 1.1.3 + resolution: "@backstage/plugin-catalog-common@npm:1.1.3" + dependencies: + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-search-common": "npm:^1.2.17" + checksum: 10c0/b470d76ff6640ba320b4278ef349793ffb6d5bd24bb99eb93d5f615de48a10b180590d4522baadd8603f6597a6e928f1ea4c7db4968ab4cc0ed1aa4da49b8372 + languageName: node + linkType: hard + +"@backstage/plugin-catalog-node@npm:^1.15.1": + version: 1.15.1 + resolution: "@backstage/plugin-catalog-node@npm:1.15.1" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-catalog-common": "npm:^1.1.3" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-permission-node": "npm:^0.8.7" + "@backstage/types": "npm:^1.2.1" + checksum: 10c0/0694d52a9652b25b5743fc36757fcc33f1285ad5417af93cd6565b9d4402e1bf5ef2880270e6d3631d4570177e30e5d55e3d5c19c6d7a75ad043319ca9d56940 + languageName: node + linkType: hard + +"@backstage/plugin-catalog-react@npm:^1.15.1": + version: 1.15.1 + resolution: "@backstage/plugin-catalog-react@npm:1.15.1" + dependencies: + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/core-compat-api": "npm:^0.3.5" + "@backstage/core-components": "npm:^0.16.3" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/errors": "npm:^1.2.7" + "@backstage/frontend-plugin-api": "npm:^0.9.4" + "@backstage/frontend-test-utils": "npm:^0.2.5" + "@backstage/integration-react": "npm:^1.2.3" + "@backstage/plugin-catalog-common": "npm:^1.1.3" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-permission-react": "npm:^0.4.30" + "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.10" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -4017,20 +4106,20 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/cd44751ac7f1d8e864ef229c865cabf92b3deca25d0e6a39b4e8f365002bace99d78aca086bb0c983ef0345416c8b50f5375a08220a3ee994bb198dcf00f89fe + checksum: 10c0/ef672acdaa27253f9c10323264dcdb56f4440803e1a8760b7430459494e61135e53f74cd9e40677571e839ff72f474f62338f9635aaa084ca404a05c1627a4e7 languageName: node linkType: hard -"@backstage/plugin-events-node@npm:^0.4.5": - version: 0.4.5 - resolution: "@backstage/plugin-events-node@npm:0.4.5" +"@backstage/plugin-events-node@npm:^0.4.7": + version: 0.4.7 + resolution: "@backstage/plugin-events-node@npm:0.4.7" dependencies: - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" cross-fetch: "npm:^4.0.0" uri-template: "npm:^2.0.0" - checksum: 10c0/8628efecbe4088aab4da1f60a23983659ca2da5dd56e7e760705c7603816b52fc0e03af9156c5a79d1c4a6e6a1ec43b858127833b71eb469d8aa0a7de45c843f + checksum: 10c0/3d9c1bdbc76fc9170a1600bf828a240f234f8436273532d0d3363d508016674e501181cc6310189bd775d9124f3d6d8821a0ad44de17502240052491d7bf4746 languageName: node linkType: hard @@ -4049,47 +4138,47 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-permission-common@npm:^0.8.2": - version: 0.8.2 - resolution: "@backstage/plugin-permission-common@npm:0.8.2" +"@backstage/plugin-permission-common@npm:^0.8.4": + version: 0.8.4 + resolution: "@backstage/plugin-permission-common@npm:0.8.4" dependencies: - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/types": "npm:^1.2.0" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/types": "npm:^1.2.1" 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: 10c0/23c3b788f9961eb4f97baffd07a37559c989772fe3ed78e316b43775cd3b98af76c7dac2b1ed0ab349fc65b27d70d65730d94d930d44fafb5994ce1b3c0d0522 + checksum: 10c0/35d52365c1abb23c6ad167149ab78aad0396b97d5c9e591f5a5e397ea029855a6b88f05060e2215e2480244bec797d92871ad92fa613255eeddd54228c01b7f1 languageName: node linkType: hard -"@backstage/plugin-permission-node@npm:^0.8.5": - version: 0.8.5 - resolution: "@backstage/plugin-permission-node@npm:0.8.5" +"@backstage/plugin-permission-node@npm:^0.8.7": + version: 0.8.7 + resolution: "@backstage/plugin-permission-node@npm:0.8.7" dependencies: "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-auth-node": "npm:^0.5.4" - "@backstage/plugin-permission-common": "npm:^0.8.2" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-auth-node": "npm:^0.5.6" + "@backstage/plugin-permission-common": "npm:^0.8.4" "@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: 10c0/32f40ad79b79989a516bc788e7a9abfcf98c430fa631e01977b6e59fa82b10c85daa82cfd2f051b7d98378ae23b3406fa598019b6f34d1b8cf9365891a922b8b + checksum: 10c0/013e8a39550fa6d1b20e75f95924e53074b1e0986beb3e39e6b8db415d12e6507b9c5b4ba56f40c7dd44ba264c8fe5df1a0021197e286115fa1501f2a222f7fd 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.30": + version: 0.4.30 + resolution: "@backstage/plugin-permission-react@npm:0.4.30" 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.2" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/plugin-permission-common": "npm:^0.8.4" swr: "npm:^2.0.0" peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -4099,78 +4188,74 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/a62d124150ee31c2747e3b412f29dfed3bb7aae40384a05ddf1c65e466cbb4e14bfcc555c8872de3cfec227ef4eafd76552cb35595beaf4438113d51a59829df - languageName: node - linkType: hard - -"@backstage/plugin-search-backend-module-catalog@npm:^0.2.5": - version: 0.2.5 - resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.2.5" - dependencies: - "@backstage/backend-common": "npm:^0.25.0" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-catalog-common": "npm:^1.1.1" - "@backstage/plugin-catalog-node": "npm:^1.14.0" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-search-backend-node": "npm:^1.3.5" - "@backstage/plugin-search-common": "npm:^1.2.15" - checksum: 10c0/aac6ab4eefca65b3a195f56ed57c6bc12c5646d3d77eecc9e8d178b20549406a7dbf1a1c661a565fa700b53eb62341edf94b592c102d15750fd0a1efd934fc8b + checksum: 10c0/9ec4a1b4368d95458389260a7e6f4f4832345d81e29dee328cf5a6ff2df6845119918e5dfad3d7969405cb4b4a948c9047ddd917d1eec20f5b9f22b55de6b327 languageName: node linkType: hard -"@backstage/plugin-search-backend-node@npm:^1.3.5": - version: 1.3.5 - resolution: "@backstage/plugin-search-backend-node@npm:1.3.5" - dependencies: - "@backstage/backend-defaults": "npm:^0.5.3" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/config": "npm:^1.3.0" - "@backstage/errors": "npm:^1.2.5" - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/plugin-search-common": "npm:^1.2.15" +"@backstage/plugin-search-backend-module-catalog@npm:^0.3.0": + version: 0.3.0 + resolution: "@backstage/plugin-search-backend-module-catalog@npm:0.3.0" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-catalog-common": "npm:^1.1.3" + "@backstage/plugin-catalog-node": "npm:^1.15.1" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-search-backend-node": "npm:^1.3.7" + "@backstage/plugin-search-common": "npm:^1.2.17" + checksum: 10c0/2a88919f82ba271f8cd020be9e962feb81ef66aeefd127a203618c267917c5b80347a36b2d49bfe25475b28cee6dad557d043292cc5952d645855a1d1c7a415a + languageName: node + linkType: hard + +"@backstage/plugin-search-backend-node@npm:^1.3.7": + version: 1.3.7 + resolution: "@backstage/plugin-search-backend-node@npm:1.3.7" + dependencies: + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/config": "npm:^1.3.2" + "@backstage/errors": "npm:^1.2.7" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-search-common": "npm:^1.2.17" "@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: 10c0/dc222de482e5c18f39d0b18f2c10368e55c67e3567d2c6c3527c59e10e13b1ddb0eb921bd9d500daf45418c8c2161a1d973d8c9fab9acfeece37f52fb94c22f1 + checksum: 10c0/e7d34f72eced632efa401f76c288594c05324189cfb8fc5c936ea67ab2d2a1078bffb1f44eaef2c7cb7beb6dbccba2f7995b637426b93f2a18d40a01a872d0eb languageName: node linkType: hard -"@backstage/plugin-search-common@npm:^1.2.15": - version: 1.2.15 - resolution: "@backstage/plugin-search-common@npm:1.2.15" +"@backstage/plugin-search-common@npm:^1.2.17": + version: 1.2.17 + resolution: "@backstage/plugin-search-common@npm:1.2.17" dependencies: - "@backstage/plugin-permission-common": "npm:^0.8.2" - "@backstage/types": "npm:^1.2.0" - checksum: 10c0/ba9180f76faa50587ed6dc8464c3a69585a82c8ad61220961ac70d73437ed02d834ffade0dafa2accb098d296e1f84bdb59e07864399f24eb785045a76f84b6d + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/types": "npm:^1.2.1" + checksum: 10c0/8415a816543590ff856771d2f773636b1e78b73ac918f0460daf70c2bdec12b3e524792efb61f6801c8c07c64132d8d987fc9bebf2f185b48bb3d836db79b3d0 languageName: node linkType: hard -"@backstage/release-manifests@npm:^0.0.11": - version: 0.0.11 - resolution: "@backstage/release-manifests@npm:0.0.11" - dependencies: - cross-fetch: "npm:^4.0.0" - checksum: 10c0/610ef329ff914edcff9f0e242aeee47f8b68b16ff072634c5891cb59a858c6f39c667aeebb44a3f63086dcc33be155c0ac9e0e6c4f82d3b5ff9881e211649184 +"@backstage/release-manifests@npm:^0.0.12": + version: 0.0.12 + resolution: "@backstage/release-manifests@npm:0.0.12" + checksum: 10c0/3bde1d0b0b30f92f6324ad18a33930db38c339d81256bca82c3fdf91a5ba9ab35bcdc8e0058f84a7bf138291d9882644ebc896bad797786176031fd9df2a5f63 languageName: node linkType: hard -"@backstage/test-utils@npm:^1.7.2": - version: 1.7.2 - resolution: "@backstage/test-utils@npm:1.7.2" - 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.2" - "@backstage/types": "npm:^1.2.0" +"@backstage/test-utils@npm:^1.7.4": + version: 1.7.4 + resolution: "@backstage/test-utils@npm:1.7.4" + dependencies: + "@backstage/config": "npm:^1.3.2" + "@backstage/core-app-api": "npm:^1.15.4" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/plugin-permission-common": "npm:^0.8.4" + "@backstage/plugin-permission-react": "npm:^0.4.30" + "@backstage/theme": "npm:^0.6.3" + "@backstage/types": "npm:^1.2.1" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" cross-fetch: "npm:^4.0.0" @@ -4188,13 +4273,13 @@ __metadata: optional: true "@types/react": optional: true - checksum: 10c0/9066c40dd532470f82707c334ec0f5be5e7ff298053a24146b636febc67ec8b393b3e79287f93b4a2fb27a8a971ca6675e5d2ddf629ee96ec5f21dc712295cc9 + checksum: 10c0/ad24e0f41863bf34cb212f3844f6f22958ba63055247af5c24b24346ad9e948eb34169b291db51f401da94dd90f9c0a36d5c93895aefd41fb0f47aa037623525 languageName: node linkType: hard -"@backstage/theme@npm:^0.6.2": - version: 0.6.2 - resolution: "@backstage/theme@npm:0.6.2" +"@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" @@ -4208,7 +4293,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/7afef6fee2d0a61d8a28a2bc3fd2d60be8dfe8958d9579abb8782b6a9055ee783366aad7f799084af20eefba73e2ff19e2814f9e2e6c2d2ef34323cce4f9fa8d + checksum: 10c0/5226c77443b44ae4db5ffacd8e7c5d42683998a59283958a7d80018e9128cd3a0453adf848ea5433b6b79a137cdfcc38a6669439a19ae032de78f5e7f798a771 languageName: node linkType: hard @@ -4219,10 +4304,10 @@ __metadata: languageName: node linkType: hard -"@backstage/types@npm:^1.2.0": - version: 1.2.0 - resolution: "@backstage/types@npm:1.2.0" - checksum: 10c0/7fd20efcf365446a6dc057b6af92254cb9082a89fd487c0369df631cb904c2bab7e5bc6bb9097c05c1af5124cffef3b2ad55953ed7dce0d444ca807da5d7cf3a +"@backstage/types@npm:^1.2.1": + version: 1.2.1 + resolution: "@backstage/types@npm:1.2.1" + checksum: 10c0/e7ed5ee0c4e6afa997a3885b7851ce51fc8c1c99cec98a2724da79dbc626f3f9055c5c72f097a2e2f762293e74ecd6b5d30617c27c3b27aa9a63a436f07b576d languageName: node linkType: hard @@ -4812,7 +4897,14 @@ __metadata: languageName: node linkType: hard -"@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1": +"@eslint-community/regexpp@npm:^4.10.0": + version: 4.12.1 + resolution: "@eslint-community/regexpp@npm:4.12.1" + checksum: 10c0/a03d98c246bcb9109aec2c08e4d10c8d010256538dcb3f56610191607214523d4fb1b00aa81df830b6dffb74c5fa0be03642513a289c567949d3e550ca11cdf6 + languageName: node + linkType: hard + +"@eslint-community/regexpp@npm:^4.6.1": version: 4.10.1 resolution: "@eslint-community/regexpp@npm:4.10.1" checksum: 10c0/f59376025d0c91dd9fdf18d33941df499292a3ecba3e9889c360f3f6590197d30755604588786cdca0f9030be315a26b206014af4b65c0ff85b4ec49043de780 @@ -5489,6 +5581,17 @@ __metadata: languageName: node linkType: hard +"@keyv/memcache@npm:^2.0.1": + version: 2.0.1 + resolution: "@keyv/memcache@npm:2.0.1" + dependencies: + "@keyv/serialize": "npm:*" + buffer: "npm:^6.0.3" + memjs: "npm:^1.3.2" + checksum: 10c0/86a47984717f0cba79b9ab233cefd6dd5a2cc116b86483f0958ca52462c62c4142c793d740731bef154c5c88c014dd4f7faad4da6554547ab258ebbe040b5a12 + languageName: node + linkType: hard + "@keyv/redis@npm:^2.5.3": version: 2.8.5 resolution: "@keyv/redis@npm:2.8.5" @@ -5498,6 +5601,26 @@ __metadata: languageName: node linkType: hard +"@keyv/redis@npm:^4.0.1": + version: 4.2.0 + resolution: "@keyv/redis@npm:4.2.0" + dependencies: + cluster-key-slot: "npm:^1.1.2" + keyv: "npm:^5.2.2" + redis: "npm:^4.7.0" + checksum: 10c0/3fd39d9d4b9a41e27a55bf840b7b5584bee781f4c886d5e22cb4299f85d10bb501d43a6485a7a3de23a9b9001d0ab407599f1bbfcea7f07cd3ba13c2836662c9 + languageName: node + linkType: hard + +"@keyv/serialize@npm:*, @keyv/serialize@npm:^1.0.2": + version: 1.0.2 + resolution: "@keyv/serialize@npm:1.0.2" + dependencies: + buffer: "npm:^6.0.3" + checksum: 10c0/31c5cb0938d22ce890314befc4d00c248c4c9be9664885978d6449b1787993dbc91999041076d53437888bb5f4280233276fbc4c72f97955d111d7a6ccd4cd67 + languageName: node + linkType: hard + "@kubernetes/client-node@npm:0.20.0": version: 0.20.0 resolution: "@kubernetes/client-node@npm:0.20.0" @@ -5528,16 +5651,16 @@ __metadata: version: 0.0.0-use.local resolution: "@kyverno/backstage-plugin-policy-reporter-backend@workspace:plugins/policy-reporter-backend" dependencies: - "@backstage/backend-defaults": "npm:^0.5.3" - "@backstage/backend-plugin-api": "npm:^1.0.2" - "@backstage/backend-test-utils": "npm:^1.1.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/cli": "npm:^0.29.2" - "@backstage/config": "npm:^1.3.0" - "@backstage/plugin-auth-backend": "npm:^0.24.0" - "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.2" - "@backstage/plugin-catalog-backend": "npm:^1.28.0" - "@backstage/plugin-catalog-node": "npm:^1.14.0" + "@backstage/backend-defaults": "npm:^0.7.0" + "@backstage/backend-plugin-api": "npm:^1.1.1" + "@backstage/backend-test-utils": "npm:^1.2.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/cli": "npm:^0.29.5" + "@backstage/config": "npm:^1.3.2" + "@backstage/plugin-auth-backend": "npm:^0.24.2" + "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.4" + "@backstage/plugin-catalog-backend": "npm:^1.30.0" + "@backstage/plugin-catalog-node": "npm:^1.15.1" "@kyverno/backstage-plugin-policy-reporter-common": "workspace:^" "@types/express": "npm:*" "@types/supertest": "npm:^2.0.12" @@ -5545,7 +5668,6 @@ __metadata: express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" msw: "npm:^1.0.0" - node-fetch: "npm:^3.3.2" supertest: "npm:^6.2.4" winston: "npm:^3.2.1" yn: "npm:^4.0.0" @@ -5556,7 +5678,7 @@ __metadata: version: 0.0.0-use.local resolution: "@kyverno/backstage-plugin-policy-reporter-common@workspace:plugins/policy-reporter-common" dependencies: - "@backstage/cli": "npm:^0.29.2" + "@backstage/cli": "npm:^0.29.5" languageName: unknown linkType: soft @@ -5564,16 +5686,16 @@ __metadata: version: 0.0.0-use.local resolution: "@kyverno/backstage-plugin-policy-reporter@workspace:plugins/policy-reporter" dependencies: - "@backstage/catalog-client": "npm:^1.8.0" - "@backstage/catalog-model": "npm:^1.7.1" - "@backstage/cli": "npm:^0.29.2" - "@backstage/core-app-api": "npm:^1.15.2" - "@backstage/core-components": "npm:^0.16.1" - "@backstage/core-plugin-api": "npm:^1.10.1" - "@backstage/dev-utils": "npm:^1.1.4" - "@backstage/plugin-catalog-react": "npm:^1.14.2" - "@backstage/test-utils": "npm:^1.7.2" - "@backstage/theme": "npm:^0.6.2" + "@backstage/catalog-client": "npm:^1.9.1" + "@backstage/catalog-model": "npm:^1.7.3" + "@backstage/cli": "npm:^0.29.5" + "@backstage/core-app-api": "npm:^1.15.4" + "@backstage/core-components": "npm:^0.16.3" + "@backstage/core-plugin-api": "npm:^1.10.3" + "@backstage/dev-utils": "npm:^1.1.6" + "@backstage/plugin-catalog-react": "npm:^1.15.1" + "@backstage/test-utils": "npm:^1.7.4" + "@backstage/theme": "npm:^0.6.3" "@kyverno/backstage-plugin-policy-reporter-common": "workspace:^" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" @@ -5903,39 +6025,39 @@ __metadata: languageName: node linkType: hard -"@module-federation/bridge-react-webpack-plugin@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.7.7" +"@module-federation/bridge-react-webpack-plugin@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.8.9" dependencies: - "@module-federation/sdk": "npm:0.7.7" + "@module-federation/sdk": "npm:0.8.9" "@types/semver": "npm:7.5.8" semver: "npm:7.6.3" - checksum: 10c0/67dd5f6b90d9c8ce312f12084cfe2621e682c321f2585fb20abbaaae4839f366781b563723338d00f34f45e1447fe51e2dc2b4e3342a827d3674a7685054e19d + checksum: 10c0/7baf6d35c5b0e783efc926bf297402059e858418ec9f12652bc019d2de76f8c8508b40eaa9861622bf322faea2f7e49bd1d890ed8662a22854f4bb228bfc993d languageName: node linkType: hard -"@module-federation/data-prefetch@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/data-prefetch@npm:0.7.7" +"@module-federation/data-prefetch@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/data-prefetch@npm:0.8.9" dependencies: - "@module-federation/runtime": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" + "@module-federation/runtime": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" fs-extra: "npm:9.1.0" peerDependencies: react: ">=16.9.0" react-dom: ">=16.9.0" - checksum: 10c0/521bb4f9548d8853e36066f44d7e218f891fc017857c7a86c65c8145b0b8eac162d3b856b90325c85d4a17c9512d3d7dc9ab1bfc05f3671540815f572e187927 + checksum: 10c0/613145ab31ea4b45d438ba04e72b7d8362f147b6f638e04cf6fe9f7a9a62092160dd20adcd8147e0d7787386aac4cc01d49cb3e19c30eccd2304ab70d1eda8de languageName: node linkType: hard -"@module-federation/dts-plugin@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/dts-plugin@npm:0.7.7" +"@module-federation/dts-plugin@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/dts-plugin@npm:0.8.9" dependencies: - "@module-federation/error-codes": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - "@module-federation/third-party-dts-extractor": "npm:0.7.7" + "@module-federation/error-codes": "npm:0.8.9" + "@module-federation/managers": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" + "@module-federation/third-party-dts-extractor": "npm:0.8.9" adm-zip: "npm:^0.5.10" ansi-colors: "npm:^4.1.3" axios: "npm:^1.7.4" @@ -5954,22 +6076,24 @@ __metadata: peerDependenciesMeta: vue-tsc: optional: true - checksum: 10c0/45662d5d2fd5e5a3a2fab77bd66ba35222d9f8bff9e8bf8c19fd04327ea6341194fdffbef8121a53749018b33a8468500e0d4a256ce5d6f25e5dcafe2cfb6f8a + checksum: 10c0/a597868e2f24f7b5c0409929574a915d936d69e0f772546cb9232e2d6d6f9e8e70572098a361ee548fb9908d8964fee362bf3480dfedabb9442ba93252554d77 languageName: node linkType: hard -"@module-federation/enhanced@npm:^0.7.0": - version: 0.7.7 - resolution: "@module-federation/enhanced@npm:0.7.7" +"@module-federation/enhanced@npm:^0.8.0": + version: 0.8.9 + resolution: "@module-federation/enhanced@npm:0.8.9" dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.7.7" - "@module-federation/data-prefetch": "npm:0.7.7" - "@module-federation/dts-plugin": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/manifest": "npm:0.7.7" - "@module-federation/rspack": "npm:0.7.7" - "@module-federation/runtime-tools": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" + "@module-federation/bridge-react-webpack-plugin": "npm:0.8.9" + "@module-federation/data-prefetch": "npm:0.8.9" + "@module-federation/dts-plugin": "npm:0.8.9" + "@module-federation/error-codes": "npm:0.8.9" + "@module-federation/inject-external-runtime-core-plugin": "npm:0.8.9" + "@module-federation/managers": "npm:0.8.9" + "@module-federation/manifest": "npm:0.8.9" + "@module-federation/rspack": "npm:0.8.9" + "@module-federation/runtime-tools": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" btoa: "npm:^1.2.1" upath: "npm:2.0.1" peerDependencies: @@ -5983,52 +6107,63 @@ __metadata: optional: true webpack: optional: true - checksum: 10c0/b2e4be21bb35943af1c5854402342ec4282d5aa146858b4e9bf2b7a4da9fb3f4bef87aa425db8f59526aebe7e61e46458d5f7abe9394bce6f30bd7e1c6b32082 + checksum: 10c0/4b01235614dae19529d11e34db4cfe43afdf17be6eacc1b02d4ac90d9b523aca4d1fe2e2922ea72e2b5cb30e2f3fec7f481d9cb8634846ec579a6fa42a4ce151 + languageName: node + linkType: hard + +"@module-federation/error-codes@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/error-codes@npm:0.8.9" + checksum: 10c0/637757d586b78c90d6a778abc58f527c2173af95a55d0c1bb8a4f6a31998a6630a6fb72cf7b1c45ec1bb978f2acf14a5d72b0a418cfee2831cc2bd31385885f0 languageName: node linkType: hard -"@module-federation/error-codes@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/error-codes@npm:0.7.7" - checksum: 10c0/4d452719f6f40be5a8574232937ff58661345cf7bed3ca9163fe56beae9ab1ef8195b1e6a845228213c88f1792a56be6c6080c88a0b2459292fd204e1d8ae524 +"@module-federation/inject-external-runtime-core-plugin@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/inject-external-runtime-core-plugin@npm:0.8.9" + peerDependencies: + "@module-federation/runtime-tools": 0.8.9 + checksum: 10c0/8aa920409a06ab64a8a5cd5364f9bc19a5d98e38d626c540378149d4615c45435a0717fb5b6d1a01dcf46e55a93779324652277a59be0fd9ac1b86a51867537d languageName: node linkType: hard -"@module-federation/managers@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/managers@npm:0.7.7" +"@module-federation/managers@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/managers@npm:0.8.9" dependencies: - "@module-federation/sdk": "npm:0.7.7" + "@module-federation/sdk": "npm:0.8.9" find-pkg: "npm:2.0.0" fs-extra: "npm:9.1.0" - checksum: 10c0/9df23d2c5e6bcad363ee5524a628e408c56ee8262a8bf75eeccb02cae5d27fc1e8a17bd86e7e1ebfb56a3dd5fa7c6cfc22657691eb824a7b6da4c7664e434441 + checksum: 10c0/e4c7c16a25f1bdd81438c5a372c5ad76ed80629817140cab78f8b92a9dc28b36e2da042800cb2766ec8eec2669dd07bf4ba9938b4bfdb676c654bea70c4047a1 languageName: node linkType: hard -"@module-federation/manifest@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/manifest@npm:0.7.7" +"@module-federation/manifest@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/manifest@npm:0.8.9" dependencies: - "@module-federation/dts-plugin": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" + "@module-federation/dts-plugin": "npm:0.8.9" + "@module-federation/managers": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" chalk: "npm:3.0.0" find-pkg: "npm:2.0.0" - checksum: 10c0/484cb278c362bd573882f7eff148ddf224c6af83c92968158400afa7ff97622780891e14159ce7a6c6e42b7a91d7f9345ad835001abdecf32e9141cbb3044040 + checksum: 10c0/2084aaeb3445a7e2b678204615107a2056f6a2311f883a185279a39ad34255db7ec9d41a47979c0395655d1f06a1a389b539b59a6e630845d634c9736c88fd97 languageName: node linkType: hard -"@module-federation/rspack@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/rspack@npm:0.7.7" +"@module-federation/rspack@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/rspack@npm:0.8.9" dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.7.7" - "@module-federation/dts-plugin": "npm:0.7.7" - "@module-federation/managers": "npm:0.7.7" - "@module-federation/manifest": "npm:0.7.7" - "@module-federation/runtime-tools": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" + "@module-federation/bridge-react-webpack-plugin": "npm:0.8.9" + "@module-federation/dts-plugin": "npm:0.8.9" + "@module-federation/inject-external-runtime-core-plugin": "npm:0.8.9" + "@module-federation/managers": "npm:0.8.9" + "@module-federation/manifest": "npm:0.8.9" + "@module-federation/runtime-tools": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" peerDependencies: + "@rspack/core": ">=0.7" typescript: ^4.9.0 || ^5.0.0 vue-tsc: ">=1.0.24" peerDependenciesMeta: @@ -6036,57 +6171,68 @@ __metadata: optional: true vue-tsc: optional: true - checksum: 10c0/53c53478371c3788029abeddb083fc63d72c994b18b01f3f2dac439b36bc7ab41d0375f27a97f462770360d7ec2b75df6784cbdb917beb45c41503bfec658f8c + checksum: 10c0/95347db8e3f871bc7b59765afd12ed76123919eab59f580bc160e7375df4d6d10d10a8ac63481195fc1fb6296c59eee2ab91f34eea45c113de8d93b2a92f5159 + languageName: node + linkType: hard + +"@module-federation/runtime-core@npm:0.6.17": + version: 0.6.17 + resolution: "@module-federation/runtime-core@npm:0.6.17" + dependencies: + "@module-federation/error-codes": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" + checksum: 10c0/f6f0d4659629de1c601e5482b9249e37ea720d4170699e445f36130616375bcbb276c96491575db3ca15ccb38891667ec5a9db336f017e3085e81a69a5d2e1f1 languageName: node linkType: hard -"@module-federation/runtime-tools@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/runtime-tools@npm:0.7.7" +"@module-federation/runtime-tools@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/runtime-tools@npm:0.8.9" dependencies: - "@module-federation/runtime": "npm:0.7.7" - "@module-federation/webpack-bundler-runtime": "npm:0.7.7" - checksum: 10c0/0a653ca8338bbe301adfd9222961393deb9bd534789d42fbc0c6fa4dde9ab1744d198fa1f86279b1e41d8f74409f3d8b24d21bcceb670f1ebc6f2adfefc3f80f + "@module-federation/runtime": "npm:0.8.9" + "@module-federation/webpack-bundler-runtime": "npm:0.8.9" + checksum: 10c0/fd9a8284d588567ee08b2e78d6dacf6a2054a38ecb61be45cf491b1db010282952b6c1db142d05714e68b18de6b59e0bd048cb3a7a2dd8f81be3a54fd0b83cae languageName: node linkType: hard -"@module-federation/runtime@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/runtime@npm:0.7.7" +"@module-federation/runtime@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/runtime@npm:0.8.9" dependencies: - "@module-federation/error-codes": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - checksum: 10c0/77ca7fa5a04280dbc7981ccca37772f9ab18b9b103267f7ba72b7ba0efa6849324d6a197d9752250c11ce5ad31c56c0ec0a6e0dead7d323874dd0b8759c8e56d + "@module-federation/error-codes": "npm:0.8.9" + "@module-federation/runtime-core": "npm:0.6.17" + "@module-federation/sdk": "npm:0.8.9" + checksum: 10c0/74dad0606399aa689775e31ba1d5347cea64e1d096fdb0d84603844d157a025f28ed900513680f1501c8d6e19aa88b2a1613815a5f6822866e866bc2c573d735 languageName: node linkType: hard -"@module-federation/sdk@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/sdk@npm:0.7.7" +"@module-federation/sdk@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/sdk@npm:0.8.9" dependencies: - isomorphic-rslog: "npm:0.0.6" - checksum: 10c0/8f7ac3383603a3211d6b6e2000b150209a2094f6c2fa9a7e7d12b950735b77bf47dbfa56cce182953492f9a6588994436a3d5471614ba6bd7e83d38dbf0a2a81 + isomorphic-rslog: "npm:0.0.7" + checksum: 10c0/9f03fb92191a90a37fbf64a3c9c47ef349b9c3126253a5bf39c860f177fb698bffbd8e271fa9c8db4b9e072cc7926f3c3568bbc68fb51e9db0ef8432a2d2846d languageName: node linkType: hard -"@module-federation/third-party-dts-extractor@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/third-party-dts-extractor@npm:0.7.7" +"@module-federation/third-party-dts-extractor@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/third-party-dts-extractor@npm:0.8.9" dependencies: find-pkg: "npm:2.0.0" fs-extra: "npm:9.1.0" resolve: "npm:1.22.8" - checksum: 10c0/3d48bf14323d87c004e2087ca9fbee9eb5bafd956522d5185053d0f80d10961906e5b72f4ff9165a14541c91dcd7a3044b4fe90cd357abdddf2dfc4b0a06cef8 + checksum: 10c0/59ffd59eb4a303d85e1a33c93e05895da38c8d87f356abe63b7e45896c9a906205c22eb27e919eb162265962e3b646d2e4fdfdc0aadaeda4b85875e407c4ec8f languageName: node linkType: hard -"@module-federation/webpack-bundler-runtime@npm:0.7.7": - version: 0.7.7 - resolution: "@module-federation/webpack-bundler-runtime@npm:0.7.7" +"@module-federation/webpack-bundler-runtime@npm:0.8.9": + version: 0.8.9 + resolution: "@module-federation/webpack-bundler-runtime@npm:0.8.9" dependencies: - "@module-federation/runtime": "npm:0.7.7" - "@module-federation/sdk": "npm:0.7.7" - checksum: 10c0/0a8de0ce20458624c6d85274dab6825b773822da0ea787d4584868c9a811702de88b26555f7c4957e88018c2d2245c939edcfbc2209de49c872876499efe4e2b + "@module-federation/runtime": "npm:0.8.9" + "@module-federation/sdk": "npm:0.8.9" + checksum: 10c0/488d0fc0f63655a13a2f7cd79c7779d448117640881d9f799c623d389615399d589d503717b148dfbe30acc65b6d20ace7a0ef0aeb2f96d4df55cd67c96c5808 languageName: node linkType: hard @@ -6828,7 +6974,7 @@ __metadata: languageName: node linkType: hard -"@opentelemetry/api@npm:^1.3.0, @opentelemetry/api@npm:^1.4.0": +"@opentelemetry/api@npm:^1.4.0, @opentelemetry/api@npm:^1.9.0": version: 1.9.0 resolution: "@opentelemetry/api@npm:1.9.0" checksum: 10c0/9aae2fe6e8a3a3eeb6c1fdef78e1939cf05a0f37f8a4fae4d6bf2e09eb1e06f966ece85805626e01ba5fab48072b94f19b835449e58b6d26720ee19a58298add @@ -7004,6 +7150,62 @@ __metadata: languageName: node linkType: hard +"@redis/bloom@npm:1.2.0": + version: 1.2.0 + resolution: "@redis/bloom@npm:1.2.0" + peerDependencies: + "@redis/client": ^1.0.0 + checksum: 10c0/7dde8e67188164e96226c8a5c78ebd2801f1662947371e78fb95fb180c1e9ddff8d237012eb5e9182775be61cb546f67f759927cdaee0d178d863ee290e1fb27 + languageName: node + linkType: hard + +"@redis/client@npm:1.6.0": + version: 1.6.0 + resolution: "@redis/client@npm:1.6.0" + dependencies: + cluster-key-slot: "npm:1.1.2" + generic-pool: "npm:3.9.0" + yallist: "npm:4.0.0" + checksum: 10c0/c80a01b4f72d32284515dac6d1aefe0e9c881d08b8db33281f87b51650c1c116b18074a29ca81599d15dccb37b29eef9b26a75a5755150ae27d163e680c34bf6 + languageName: node + linkType: hard + +"@redis/graph@npm:1.1.1": + version: 1.1.1 + resolution: "@redis/graph@npm:1.1.1" + peerDependencies: + "@redis/client": ^1.0.0 + checksum: 10c0/64199db2cb3669c4911af8aba3b7116c4c2c1df37ca74b2a65555e62c863935a0cea74bc41bd92acf2e551074eb2a30c75f54a9f439b40e0f9bb67fc5fb66614 + languageName: node + linkType: hard + +"@redis/json@npm:1.0.7": + version: 1.0.7 + resolution: "@redis/json@npm:1.0.7" + peerDependencies: + "@redis/client": ^1.0.0 + checksum: 10c0/cef473711d66f7568a16edbd728acca7d237cfeaa15e0326b5b628dfab4afc0c76c7354e7f8efad6ecc64a1cb774e4aa060ee46497b633e18ba0a2f0aace1cc4 + languageName: node + linkType: hard + +"@redis/search@npm:1.2.0": + version: 1.2.0 + resolution: "@redis/search@npm:1.2.0" + peerDependencies: + "@redis/client": ^1.0.0 + checksum: 10c0/01d57ac10d2c5698e04e4a2f945440db3087e8834643ca950c099879dbcd77526604ca6f5c2ee883dfd4b337b0a24cb7d81ac56845aa83f89a4f161362a08dc6 + languageName: node + linkType: hard + +"@redis/time-series@npm:1.1.0": + version: 1.1.0 + resolution: "@redis/time-series@npm:1.1.0" + peerDependencies: + "@redis/client": ^1.0.0 + checksum: 10c0/503d0d5cbc9113d26666bb7b4dea57619badbcdfeee0369abf647250f26c5482ed5827c83f88f9f0cf22e021e3e7cb562459669d733fac05652972e208d6ba0f + languageName: node + linkType: hard + "@remix-run/router@npm:1.16.1": version: 1.16.1 resolution: "@remix-run/router@npm:1.16.1" @@ -7231,6 +7433,13 @@ __metadata: languageName: node linkType: hard +"@rtsao/scc@npm:^1.1.0": + version: 1.1.0 + resolution: "@rtsao/scc@npm:1.1.0" + checksum: 10c0/b5bcfb0d87f7d1c1c7c0f7693f53b07866ed9fec4c34a97a8c948fb9a7c0082e416ce4d3b60beb4f5e167cbe04cdeefbf6771320f3ede059b9ce91188c409a5b + languageName: node + linkType: hard + "@sigstore/bundle@npm:^1.1.0": version: 1.1.0 resolution: "@sigstore/bundle@npm:1.1.0" @@ -7908,15 +8117,6 @@ __metadata: languageName: node linkType: hard -"@spotify/prettier-config@npm:^12.0.0": - version: 12.0.0 - resolution: "@spotify/prettier-config@npm:12.0.0" - peerDependencies: - prettier: 2.x - checksum: 10c0/c19ea09a0c6937dc08917a5890a01c800450ed8f20f614ec2239e09a5897a7d40eb28e5af70ae58c7f41d56769c0fc516ab0ae672d2fd7585016cd54ad514336 - languageName: node - linkType: hard - "@sucrase/webpack-loader@npm:^2.0.0": version: 2.0.0 resolution: "@sucrase/webpack-loader@npm:2.0.0" @@ -8760,7 +8960,7 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.12, @types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.4, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.6, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.4, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.6, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 10c0/a996a745e6c5d60292f36731dd41341339d4eeed8180bb09226e5c8d23759067692b1d88e5d91d72ee83dfc00d3aca8e7bd43ea120516c17922cbcb7c3e252db @@ -9049,7 +9249,7 @@ __metadata: languageName: node linkType: hard -"@types/semver@npm:7.5.8, @types/semver@npm:^7.5.0": +"@types/semver@npm:7.5.8": version: 7.5.8 resolution: "@types/semver@npm:7.5.8" checksum: 10c0/8663ff927234d1c5fcc04b33062cb2b9fcfbe0f5f351ed26c4d1e1581657deebd506b41ff7fdf89e787e3d33ce05854bc01686379b89e9c49b564c4cfa988efa @@ -9248,61 +9448,65 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^6.12.0": - version: 6.21.0 - resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0" +"@typescript-eslint/eslint-plugin@npm:^8.17.0": + version: 8.22.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.22.0" dependencies: - "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.21.0" - "@typescript-eslint/type-utils": "npm:6.21.0" - "@typescript-eslint/utils": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" - debug: "npm:^4.3.4" + "@eslint-community/regexpp": "npm:^4.10.0" + "@typescript-eslint/scope-manager": "npm:8.22.0" + "@typescript-eslint/type-utils": "npm:8.22.0" + "@typescript-eslint/utils": "npm:8.22.0" + "@typescript-eslint/visitor-keys": "npm:8.22.0" graphemer: "npm:^1.4.0" - ignore: "npm:^5.2.4" + ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" - semver: "npm:^7.5.4" - ts-api-utils: "npm:^1.0.1" + ts-api-utils: "npm:^2.0.0" peerDependencies: - "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha - eslint: ^7.0.0 || ^8.0.0 - peerDependenciesMeta: - typescript: - optional: true - checksum: 10c0/f911a79ee64d642f814a3b6cdb0d324b5f45d9ef955c5033e78903f626b7239b4aa773e464a38c3e667519066169d983538f2bf8e5d00228af587c9d438fb344 + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/eecc23e05287cc99a43855d64c0f0898f690ee14b8c31b60ba92ce9732443f6b0c9695514b276fb2ecd27e64c15d4c38cd28b570779115525b4dfdbba60e81ca languageName: node linkType: hard -"@typescript-eslint/parser@npm:^6.7.2": - version: 6.21.0 - resolution: "@typescript-eslint/parser@npm:6.21.0" +"@typescript-eslint/parser@npm:^8.16.0": + version: 8.22.0 + resolution: "@typescript-eslint/parser@npm:8.22.0" dependencies: - "@typescript-eslint/scope-manager": "npm:6.21.0" - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/typescript-estree": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" + "@typescript-eslint/scope-manager": "npm:8.22.0" + "@typescript-eslint/types": "npm:8.22.0" + "@typescript-eslint/typescript-estree": "npm:8.22.0" + "@typescript-eslint/visitor-keys": "npm:8.22.0" debug: "npm:^4.3.4" peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - peerDependenciesMeta: - typescript: - optional: true - checksum: 10c0/a8f99820679decd0d115c0af61903fb1de3b1b5bec412dc72b67670bf636de77ab07f2a68ee65d6da7976039bbf636907f9d5ca546db3f0b98a31ffbc225bc7d + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/6575684d4724aa908b0d6a29db5d5054b9277804844ee4179c77371f8b8b84534b9b7e4df0e282c5f39729ae6f0019208a6b83f0ca5d0f06f9da5a06d8ddb4fd languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/scope-manager@npm:6.21.0" +"@typescript-eslint/scope-manager@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/scope-manager@npm:7.18.0" dependencies: - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" - checksum: 10c0/eaf868938d811cbbea33e97e44ba7050d2b6892202cea6a9622c486b85ab1cf801979edf78036179a8ba4ac26f1dfdf7fcc83a68c1ff66be0b3a8e9a9989b526 + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/visitor-keys": "npm:7.18.0" + checksum: 10c0/038cd58c2271de146b3a594afe2c99290034033326d57ff1f902976022c8b0138ffd3cb893ae439ae41003b5e4bcc00cabf6b244ce40e8668f9412cc96d97b8e languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.6.0": - version: 8.6.0 +"@typescript-eslint/scope-manager@npm:8.22.0": + version: 8.22.0 + resolution: "@typescript-eslint/scope-manager@npm:8.22.0" + dependencies: + "@typescript-eslint/types": "npm:8.22.0" + "@typescript-eslint/visitor-keys": "npm:8.22.0" + checksum: 10c0/f393ab32086f4b095fcd77169abb5200ad94f282860944d164cec8c9b70090c36235f49b066ba24dfd953201b7730e48200a254e5950a9a3565acdacbbc0fd64 + languageName: node + linkType: hard + +"@typescript-eslint/scope-manager@npm:8.6.0": + version: 8.6.0 resolution: "@typescript-eslint/scope-manager@npm:8.6.0" dependencies: "@typescript-eslint/types": "npm:8.6.0" @@ -9311,27 +9515,32 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/type-utils@npm:6.21.0" +"@typescript-eslint/type-utils@npm:8.22.0": + version: 8.22.0 + resolution: "@typescript-eslint/type-utils@npm:8.22.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.21.0" - "@typescript-eslint/utils": "npm:6.21.0" + "@typescript-eslint/typescript-estree": "npm:8.22.0" + "@typescript-eslint/utils": "npm:8.22.0" debug: "npm:^4.3.4" - ts-api-utils: "npm:^1.0.1" + ts-api-utils: "npm:^2.0.0" peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - peerDependenciesMeta: - typescript: - optional: true - checksum: 10c0/7409c97d1c4a4386b488962739c4f1b5b04dc60cf51f8cd88e6b12541f84d84c6b8b67e491a147a2c95f9ec486539bf4519fb9d418411aef6537b9c156468117 + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/dc457d9184dc2156eda225c63de03b1052d75464d6393edaf0f1728eecf64170f73e19bc9b9d4a4a029870ce25015b59bd6705e1e18b731ca4fcecac4398bfb7 + languageName: node + linkType: hard + +"@typescript-eslint/types@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/types@npm:7.18.0" + checksum: 10c0/eb7371ac55ca77db8e59ba0310b41a74523f17e06f485a0ef819491bc3dd8909bb930120ff7d30aaf54e888167e0005aa1337011f3663dc90fb19203ce478054 languageName: node linkType: hard -"@typescript-eslint/types@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/types@npm:6.21.0" - checksum: 10c0/020631d3223bbcff8a0da3efbdf058220a8f48a3de221563996ad1dcc30d6c08dadc3f7608cc08830d21c0d565efd2db19b557b9528921c78aabb605eef2d74d +"@typescript-eslint/types@npm:8.22.0": + version: 8.22.0 + resolution: "@typescript-eslint/types@npm:8.22.0" + checksum: 10c0/6357d0937e2b84ddb00763d05053fe50f2270fa428aa11f1ad6a1293827cf54da7e6d4d20b00b9d4f633b6982a2eb0e494f05285daa1279d8a3493f0d8abae18 languageName: node linkType: hard @@ -9342,22 +9551,40 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" +"@typescript-eslint/typescript-estree@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/typescript-estree@npm:7.18.0" dependencies: - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/visitor-keys": "npm:7.18.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" - minimatch: "npm:9.0.3" - semver: "npm:^7.5.4" - ts-api-utils: "npm:^1.0.1" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^1.3.0" peerDependenciesMeta: typescript: optional: true - checksum: 10c0/af1438c60f080045ebb330155a8c9bb90db345d5069cdd5d01b67de502abb7449d6c75500519df829f913a6b3f490ade3e8215279b6bdc63d0fb0ae61034df5f + checksum: 10c0/0c7f109a2e460ec8a1524339479cf78ff17814d23c83aa5112c77fb345e87b3642616291908dcddea1e671da63686403dfb712e4a4435104f92abdfddf9aba81 + languageName: node + linkType: hard + +"@typescript-eslint/typescript-estree@npm:8.22.0": + version: 8.22.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.22.0" + dependencies: + "@typescript-eslint/types": "npm:8.22.0" + "@typescript-eslint/visitor-keys": "npm:8.22.0" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^2.0.0" + peerDependencies: + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/0a9d77fbadfb1e54c06abde424e461103576595c70e50ae8a15a3d7c07f125f253f505208e1ea5cc483b9073d95fc10ce0c4ddfe0fe08ec2aceda6314c341e0d languageName: node linkType: hard @@ -9380,20 +9607,18 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.21.0, @typescript-eslint/utils@npm:^6.0.0": - version: 6.21.0 - resolution: "@typescript-eslint/utils@npm:6.21.0" +"@typescript-eslint/utils@npm:8.22.0": + version: 8.22.0 + resolution: "@typescript-eslint/utils@npm:8.22.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@types/json-schema": "npm:^7.0.12" - "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.21.0" - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/typescript-estree": "npm:6.21.0" - semver: "npm:^7.5.4" + "@typescript-eslint/scope-manager": "npm:8.22.0" + "@typescript-eslint/types": "npm:8.22.0" + "@typescript-eslint/typescript-estree": "npm:8.22.0" peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - checksum: 10c0/ab2df3833b2582d4e5467a484d08942b4f2f7208f8e09d67de510008eb8001a9b7460f2f9ba11c12086fd3cdcac0c626761c7995c2c6b5657d5fa6b82030a32d + eslint: ^8.57.0 || ^9.0.0 + typescript: ">=4.8.4 <5.8.0" + checksum: 10c0/6f1e3f9c0fb865c8cef4fdca04679cea7357ed011338b54d80550e9ad5369a3f24cbe4b0985d293192fe351fa133e5f4ea401f47af90bb46c21903bfe087b398 languageName: node linkType: hard @@ -9411,13 +9636,37 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.21.0" +"@typescript-eslint/utils@npm:^7.0.0": + version: 7.18.0 + resolution: "@typescript-eslint/utils@npm:7.18.0" dependencies: - "@typescript-eslint/types": "npm:6.21.0" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 10c0/7395f69739cfa1cb83c1fb2fad30afa2a814756367302fb4facd5893eff66abc807e8d8f63eba94ed3b0fe0c1c996ac9a1680bcbf0f83717acedc3f2bb724fbf + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:7.18.0" + "@typescript-eslint/types": "npm:7.18.0" + "@typescript-eslint/typescript-estree": "npm:7.18.0" + peerDependencies: + eslint: ^8.56.0 + checksum: 10c0/a25a6d50eb45c514469a01ff01f215115a4725fb18401055a847ddf20d1b681409c4027f349033a95c4ff7138d28c3b0a70253dfe8262eb732df4b87c547bd1e + languageName: node + linkType: hard + +"@typescript-eslint/visitor-keys@npm:7.18.0": + version: 7.18.0 + resolution: "@typescript-eslint/visitor-keys@npm:7.18.0" + dependencies: + "@typescript-eslint/types": "npm:7.18.0" + eslint-visitor-keys: "npm:^3.4.3" + checksum: 10c0/538b645f8ff1d9debf264865c69a317074eaff0255e63d7407046176b0f6a6beba34a6c51d511f12444bae12a98c69891eb6f403c9f54c6c2e2849d1c1cb73c0 + languageName: node + linkType: hard + +"@typescript-eslint/visitor-keys@npm:8.22.0": + version: 8.22.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.22.0" + dependencies: + "@typescript-eslint/types": "npm:8.22.0" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/fd83d2feadaf79950427fbbc3d23ca01cf4646ce7e0dd515a9c881d31ec1cc768e7b8898d3af065e31df39452501a3345092581cbfccac89e89d293519540557 languageName: node linkType: hard @@ -10155,7 +10404,7 @@ __metadata: languageName: node linkType: hard -"aria-query@npm:^5.0.0, aria-query@npm:^5.3.0": +"aria-query@npm:^5.0.0": version: 5.3.0 resolution: "aria-query@npm:5.3.0" dependencies: @@ -10164,6 +10413,13 @@ __metadata: languageName: node linkType: hard +"aria-query@npm:^5.3.2": + version: 5.3.2 + resolution: "aria-query@npm:5.3.2" + checksum: 10c0/003c7e3e2cff5540bf7a7893775fc614de82b0c5dde8ae823d47b7a28a9d4da1f7ed85f340bdb93d5649caa927755f0e31ecc7ab63edfdfc00c8ef07e505e03e + languageName: node + linkType: hard + "array-buffer-byte-length@npm:^1.0.0, array-buffer-byte-length@npm:^1.0.1": version: 1.0.1 resolution: "array-buffer-byte-length@npm:1.0.1" @@ -10174,6 +10430,16 @@ __metadata: languageName: node linkType: hard +"array-buffer-byte-length@npm:^1.0.2": + version: 1.0.2 + resolution: "array-buffer-byte-length@npm:1.0.2" + dependencies: + call-bound: "npm:^1.0.3" + is-array-buffer: "npm:^3.0.5" + checksum: 10c0/74e1d2d996941c7a1badda9cabb7caab8c449db9086407cad8a1b71d2604cc8abf105db8ca4e02c04579ec58b7be40279ddb09aea4784832984485499f48432d + languageName: node + linkType: hard + "array-differ@npm:^3.0.0": version: 3.0.0 resolution: "array-differ@npm:3.0.0" @@ -10195,7 +10461,7 @@ __metadata: languageName: node linkType: hard -"array-includes@npm:^3.1.6, array-includes@npm:^3.1.7, array-includes@npm:^3.1.8": +"array-includes@npm:^3.1.6, array-includes@npm:^3.1.8": version: 3.1.8 resolution: "array-includes@npm:3.1.8" dependencies: @@ -10230,7 +10496,7 @@ __metadata: languageName: node linkType: hard -"array.prototype.findlastindex@npm:^1.2.3": +"array.prototype.findlastindex@npm:^1.2.5": version: 1.2.5 resolution: "array.prototype.findlastindex@npm:1.2.5" dependencies: @@ -10268,19 +10534,19 @@ __metadata: languageName: node linkType: hard -"array.prototype.toreversed@npm:^1.1.2": - version: 1.1.2 - resolution: "array.prototype.toreversed@npm:1.1.2" +"array.prototype.flatmap@npm:^1.3.3": + version: 1.3.3 + resolution: "array.prototype.flatmap@npm:1.3.3" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - es-shim-unscopables: "npm:^1.0.0" - checksum: 10c0/2b7627ea85eae1e80ecce665a500cc0f3355ac83ee4a1a727562c7c2a1d5f1c0b4dd7b65c468ec6867207e452ba01256910a2c0b41486bfdd11acf875a7a3435 + call-bind: "npm:^1.0.8" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.5" + es-shim-unscopables: "npm:^1.0.2" + checksum: 10c0/ba899ea22b9dc9bf276e773e98ac84638ed5e0236de06f13d63a90b18ca9e0ec7c97d622d899796e3773930b946cd2413d098656c0c5d8cc58c6f25c21e6bd54 languageName: node linkType: hard -"array.prototype.tosorted@npm:^1.1.3": +"array.prototype.tosorted@npm:^1.1.4": version: 1.1.4 resolution: "array.prototype.tosorted@npm:1.1.4" dependencies: @@ -10309,6 +10575,21 @@ __metadata: languageName: node linkType: hard +"arraybuffer.prototype.slice@npm:^1.0.4": + version: 1.0.4 + resolution: "arraybuffer.prototype.slice@npm:1.0.4" + dependencies: + array-buffer-byte-length: "npm:^1.0.1" + call-bind: "npm:^1.0.8" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.5" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.6" + is-array-buffer: "npm:^3.0.4" + checksum: 10c0/2f2459caa06ae0f7f615003f9104b01f6435cc803e11bd2a655107d52a1781dc040532dc44d93026b694cc18793993246237423e13a5337e86b43ed604932c06 + languageName: node + linkType: hard + "arrify@npm:^1.0.1": version: 1.0.1 resolution: "arrify@npm:1.0.1" @@ -10471,10 +10752,10 @@ __metadata: languageName: node linkType: hard -"axe-core@npm:=4.7.0": - version: 4.7.0 - resolution: "axe-core@npm:4.7.0" - checksum: 10c0/89ac5712b5932ac7d23398b4cb5ba081c394a086e343acc68ba49c83472706e18e0799804e8388c779dcdacc465377deb29f2714241d3fbb389cf3a6b275c9ba +"axe-core@npm:^4.10.0": + version: 4.10.2 + resolution: "axe-core@npm:4.10.2" + checksum: 10c0/0e20169077de96946a547fce0df39d9aeebe0077f9d3eeff4896518b96fde857f80b98f0d4279274a7178791744dd5a54bb4f322de45b4f561ffa2586ff9a09d languageName: node linkType: hard @@ -10489,12 +10770,10 @@ __metadata: languageName: node linkType: hard -"axobject-query@npm:^3.2.1": - version: 3.2.1 - resolution: "axobject-query@npm:3.2.1" - dependencies: - dequal: "npm:^2.0.3" - checksum: 10c0/f7debc2012e456139b57d888c223f6d3cb4b61eb104164a85e3d346273dd6ef0bc9a04b6660ca9407704a14a8e05fa6b6eb9d55f44f348c7210de7ffb350c3a7 +"axobject-query@npm:^4.1.0": + version: 4.1.0 + resolution: "axobject-query@npm:4.1.0" + checksum: 10c0/c470e4f95008f232eadd755b018cb55f16c03ccf39c027b941cd8820ac6b68707ce5d7368a46756db4256fbc91bb4ead368f84f7fb034b2b7932f082f6dc0775 languageName: node linkType: hard @@ -11335,6 +11614,16 @@ __metadata: languageName: node linkType: hard +"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1": + version: 1.0.1 + resolution: "call-bind-apply-helpers@npm:1.0.1" + dependencies: + es-errors: "npm:^1.3.0" + function-bind: "npm:^1.1.2" + checksum: 10c0/acb2ab68bf2718e68a3e895f0d0b73ccc9e45b9b6f210f163512ba76f91dab409eb8792f6dae188356f9095747512a3101646b3dea9d37fb8c7c6bf37796d18c + languageName: node + linkType: hard + "call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7": version: 1.0.7 resolution: "call-bind@npm:1.0.7" @@ -11348,6 +11637,28 @@ __metadata: languageName: node linkType: hard +"call-bind@npm:^1.0.8": + version: 1.0.8 + resolution: "call-bind@npm:1.0.8" + dependencies: + call-bind-apply-helpers: "npm:^1.0.0" + es-define-property: "npm:^1.0.0" + get-intrinsic: "npm:^1.2.4" + set-function-length: "npm:^1.2.2" + checksum: 10c0/a13819be0681d915144467741b69875ae5f4eba8961eb0bf322aab63ec87f8250eb6d6b0dcbb2e1349876412a56129ca338592b3829ef4343527f5f18a0752d4 + languageName: node + linkType: hard + +"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3": + version: 1.0.3 + resolution: "call-bound@npm:1.0.3" + dependencies: + call-bind-apply-helpers: "npm:^1.0.1" + get-intrinsic: "npm:^1.2.6" + checksum: 10c0/45257b8e7621067304b30dbd638e856cac913d31e8e00a80d6cf172911acd057846572d0b256b45e652d515db6601e2974a1b1a040e91b4fc36fb3dd86fa69cf + languageName: node + linkType: hard + "call-me-maybe@npm:^1.0.1": version: 1.0.2 resolution: "call-me-maybe@npm:1.0.2" @@ -11745,7 +12056,7 @@ __metadata: languageName: node linkType: hard -"cluster-key-slot@npm:^1.1.0": +"cluster-key-slot@npm:1.1.2, cluster-key-slot@npm:^1.1.0, cluster-key-slot@npm:^1.1.2": version: 1.1.2 resolution: "cluster-key-slot@npm:1.1.2" checksum: 10c0/d7d39ca28a8786e9e801eeb8c770e3c3236a566625d7299a47bb71113fb2298ce1039596acb82590e598c52dbc9b1f088c8f587803e697cb58e1867a95ff94d3 @@ -12652,9 +12963,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" @@ -12666,13 +12977,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: 10c0/edec9ed71e3c416c9c6ad41c138834c94baf7629de3b97a3337ae8cec4a45e05c57bdb7c4b4d267229fc04b8970d0d1c0734ded8dcd0ac8c7c286b36facdbbf0 + checksum: 10c0/bb52434138085fed06a33e2ffbdae9ee9014ad23bf60f59d6b7ee67f28f26c6b1764024d3030bd19fd884d6ee6ee2224eaed64ad19eb18fbbb23d148d353a965 languageName: node linkType: hard @@ -12977,13 +13288,6 @@ __metadata: languageName: node linkType: hard -"data-uri-to-buffer@npm:^4.0.0": - version: 4.0.1 - resolution: "data-uri-to-buffer@npm:4.0.1" - checksum: 10c0/20a6b93107597530d71d4cb285acee17f66bcdfc03fd81040921a81252f19db27588d87fc8fc69e1950c55cfb0bf8ae40d0e5e21d907230813eb5d5a7f9eb45b - languageName: node - linkType: hard - "data-uri-to-buffer@npm:^6.0.2": version: 6.0.2 resolution: "data-uri-to-buffer@npm:6.0.2" @@ -13013,6 +13317,17 @@ __metadata: languageName: node linkType: hard +"data-view-buffer@npm:^1.0.2": + version: 1.0.2 + resolution: "data-view-buffer@npm:1.0.2" + dependencies: + call-bound: "npm:^1.0.3" + es-errors: "npm:^1.3.0" + is-data-view: "npm:^1.0.2" + checksum: 10c0/7986d40fc7979e9e6241f85db8d17060dd9a71bd53c894fa29d126061715e322a4cd47a00b0b8c710394854183d4120462b980b8554012acc1c0fa49df7ad38c + languageName: node + linkType: hard + "data-view-byte-length@npm:^1.0.1": version: 1.0.1 resolution: "data-view-byte-length@npm:1.0.1" @@ -13024,6 +13339,17 @@ __metadata: languageName: node linkType: hard +"data-view-byte-length@npm:^1.0.2": + version: 1.0.2 + resolution: "data-view-byte-length@npm:1.0.2" + dependencies: + call-bound: "npm:^1.0.3" + es-errors: "npm:^1.3.0" + is-data-view: "npm:^1.0.2" + checksum: 10c0/f8a4534b5c69384d95ac18137d381f18a5cfae1f0fc1df0ef6feef51ef0d568606d970b69e02ea186c6c0f0eac77fe4e6ad96fec2569cc86c3afcc7475068c55 + languageName: node + linkType: hard + "data-view-byte-offset@npm:^1.0.0": version: 1.0.0 resolution: "data-view-byte-offset@npm:1.0.0" @@ -13035,6 +13361,17 @@ __metadata: languageName: node linkType: hard +"data-view-byte-offset@npm:^1.0.1": + version: 1.0.1 + resolution: "data-view-byte-offset@npm:1.0.1" + dependencies: + call-bound: "npm:^1.0.2" + es-errors: "npm:^1.3.0" + is-data-view: "npm:^1.0.1" + checksum: 10c0/fa7aa40078025b7810dcffc16df02c480573b7b53ef1205aa6a61533011005c1890e5ba17018c692ce7c900212b547262d33279fde801ad9843edc0863bf78c4 + languageName: node + linkType: hard + "date-fns@npm:^2.16.1": version: 2.30.0 resolution: "date-fns@npm:2.30.0" @@ -13282,7 +13619,7 @@ __metadata: languageName: node linkType: hard -"define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": +"define-properties@npm:^1.1.3, define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": version: 1.2.1 resolution: "define-properties@npm:1.2.1" dependencies: @@ -13680,6 +14017,17 @@ __metadata: languageName: node linkType: hard +"dunder-proto@npm:^1.0.0, dunder-proto@npm:^1.0.1": + version: 1.0.1 + resolution: "dunder-proto@npm:1.0.1" + dependencies: + call-bind-apply-helpers: "npm:^1.0.1" + es-errors: "npm:^1.3.0" + gopd: "npm:^1.2.0" + checksum: 10c0/199f2a0c1c16593ca0a145dbf76a962f8033ce3129f01284d48c45ed4e14fea9bbacd7b3610b6cdc33486cef20385ac054948fefc6272fcce645c09468f93031 + languageName: node + linkType: hard + "duplexer@npm:^0.1.1, duplexer@npm:^0.1.2": version: 0.1.2 resolution: "duplexer@npm:0.1.2" @@ -13939,7 +14287,66 @@ __metadata: languageName: node linkType: hard -"es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.1, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3": +"es-abstract@npm:^1.17.5, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.6, es-abstract@npm:^1.23.9": + version: 1.23.9 + resolution: "es-abstract@npm:1.23.9" + dependencies: + array-buffer-byte-length: "npm:^1.0.2" + arraybuffer.prototype.slice: "npm:^1.0.4" + available-typed-arrays: "npm:^1.0.7" + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" + data-view-buffer: "npm:^1.0.2" + data-view-byte-length: "npm:^1.0.2" + data-view-byte-offset: "npm:^1.0.1" + es-define-property: "npm:^1.0.1" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + es-set-tostringtag: "npm:^2.1.0" + es-to-primitive: "npm:^1.3.0" + function.prototype.name: "npm:^1.1.8" + get-intrinsic: "npm:^1.2.7" + get-proto: "npm:^1.0.0" + get-symbol-description: "npm:^1.1.0" + globalthis: "npm:^1.0.4" + gopd: "npm:^1.2.0" + has-property-descriptors: "npm:^1.0.2" + has-proto: "npm:^1.2.0" + has-symbols: "npm:^1.1.0" + hasown: "npm:^2.0.2" + internal-slot: "npm:^1.1.0" + is-array-buffer: "npm:^3.0.5" + is-callable: "npm:^1.2.7" + is-data-view: "npm:^1.0.2" + is-regex: "npm:^1.2.1" + is-shared-array-buffer: "npm:^1.0.4" + is-string: "npm:^1.1.1" + is-typed-array: "npm:^1.1.15" + is-weakref: "npm:^1.1.0" + math-intrinsics: "npm:^1.1.0" + object-inspect: "npm:^1.13.3" + object-keys: "npm:^1.1.1" + object.assign: "npm:^4.1.7" + own-keys: "npm:^1.0.1" + regexp.prototype.flags: "npm:^1.5.3" + safe-array-concat: "npm:^1.1.3" + safe-push-apply: "npm:^1.0.0" + safe-regex-test: "npm:^1.1.0" + set-proto: "npm:^1.0.0" + string.prototype.trim: "npm:^1.2.10" + string.prototype.trimend: "npm:^1.0.9" + string.prototype.trimstart: "npm:^1.0.8" + typed-array-buffer: "npm:^1.0.3" + typed-array-byte-length: "npm:^1.0.3" + typed-array-byte-offset: "npm:^1.0.4" + typed-array-length: "npm:^1.0.7" + unbox-primitive: "npm:^1.1.0" + which-typed-array: "npm:^1.1.18" + checksum: 10c0/1de229c9e08fe13c17fe5abaec8221545dfcd57e51f64909599a6ae896df84b8fd2f7d16c60cb00d7bf495b9298ca3581aded19939d4b7276854a4b066f8422b + languageName: node + linkType: hard + +"es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3": version: 1.23.3 resolution: "es-abstract@npm:1.23.3" dependencies: @@ -14002,6 +14409,13 @@ __metadata: languageName: node linkType: hard +"es-define-property@npm:^1.0.1": + version: 1.0.1 + resolution: "es-define-property@npm:1.0.1" + checksum: 10c0/3f54eb49c16c18707949ff25a1456728c883e81259f045003499efba399c08bad00deebf65cccde8c0e07908c1a225c9d472b7107e558f2a48e28d530e34527c + languageName: node + linkType: hard + "es-errors@npm:^1.2.1, es-errors@npm:^1.3.0": version: 1.3.0 resolution: "es-errors@npm:1.3.0" @@ -14026,25 +14440,27 @@ __metadata: languageName: node linkType: hard -"es-iterator-helpers@npm:^1.0.15, es-iterator-helpers@npm:^1.0.19": - version: 1.0.19 - resolution: "es-iterator-helpers@npm:1.0.19" +"es-iterator-helpers@npm:^1.2.1": + version: 1.2.1 + resolution: "es-iterator-helpers@npm:1.2.1" dependencies: - call-bind: "npm:^1.0.7" + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.3" + es-abstract: "npm:^1.23.6" es-errors: "npm:^1.3.0" es-set-tostringtag: "npm:^2.0.3" function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.4" - globalthis: "npm:^1.0.3" + get-intrinsic: "npm:^1.2.6" + globalthis: "npm:^1.0.4" + gopd: "npm:^1.2.0" has-property-descriptors: "npm:^1.0.2" - has-proto: "npm:^1.0.3" - has-symbols: "npm:^1.0.3" - internal-slot: "npm:^1.0.7" - iterator.prototype: "npm:^1.1.2" - safe-array-concat: "npm:^1.1.2" - checksum: 10c0/ae8f0241e383b3d197383b9842c48def7fce0255fb6ed049311b686ce295595d9e389b466f6a1b7d4e7bb92d82f5e716d6fae55e20c1040249bf976743b038c5 + has-proto: "npm:^1.2.0" + has-symbols: "npm:^1.1.0" + internal-slot: "npm:^1.1.0" + iterator.prototype: "npm:^1.1.4" + safe-array-concat: "npm:^1.1.3" + checksum: 10c0/97e3125ca472d82d8aceea11b790397648b52c26d8768ea1c1ee6309ef45a8755bb63225a43f3150c7591cffc17caf5752459f1e70d583b4184370a8f04ebd2f languageName: node linkType: hard @@ -14075,6 +14491,18 @@ __metadata: languageName: node linkType: hard +"es-set-tostringtag@npm:^2.1.0": + version: 2.1.0 + resolution: "es-set-tostringtag@npm:2.1.0" + dependencies: + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.6" + has-tostringtag: "npm:^1.0.2" + hasown: "npm:^2.0.2" + checksum: 10c0/ef2ca9ce49afe3931cb32e35da4dcb6d86ab02592cfc2ce3e49ced199d9d0bb5085fc7e73e06312213765f5efa47cc1df553a6a5154584b21448e9fb8355b1af + languageName: node + linkType: hard + "es-shim-unscopables@npm:^1.0.0, es-shim-unscopables@npm:^1.0.2": version: 1.0.2 resolution: "es-shim-unscopables@npm:1.0.2" @@ -14095,6 +14523,17 @@ __metadata: languageName: node linkType: hard +"es-to-primitive@npm:^1.3.0": + version: 1.3.0 + resolution: "es-to-primitive@npm:1.3.0" + dependencies: + is-callable: "npm:^1.2.7" + is-date-object: "npm:^1.0.5" + is-symbol: "npm:^1.0.4" + checksum: 10c0/c7e87467abb0b438639baa8139f701a06537d2b9bc758f23e8622c3b42fd0fdb5bde0f535686119e446dd9d5e4c0f238af4e14960f4771877cf818d023f6730b + languageName: node + linkType: hard + "es6-error@npm:^4.1.1": version: 4.1.1 resolution: "es6-error@npm:4.1.1" @@ -14400,62 +14839,64 @@ __metadata: languageName: node linkType: hard -"eslint-module-utils@npm:^2.8.0": - version: 2.8.1 - resolution: "eslint-module-utils@npm:2.8.1" +"eslint-module-utils@npm:^2.12.0": + version: 2.12.0 + resolution: "eslint-module-utils@npm:2.12.0" dependencies: debug: "npm:^3.2.7" peerDependenciesMeta: eslint: optional: true - checksum: 10c0/1aeeb97bf4b688d28de136ee57c824480c37691b40fa825c711a4caf85954e94b99c06ac639d7f1f6c1d69223bd21bcb991155b3e589488e958d5b83dfd0f882 + checksum: 10c0/4d8b46dcd525d71276f9be9ffac1d2be61c9d54cc53c992e6333cf957840dee09381842b1acbbb15fc6b255ebab99cd481c5007ab438e5455a14abe1a0468558 languageName: node linkType: hard -"eslint-plugin-deprecation@npm:^2.0.0": - version: 2.0.0 - resolution: "eslint-plugin-deprecation@npm:2.0.0" +"eslint-plugin-deprecation@npm:^3.0.0": + version: 3.0.0 + resolution: "eslint-plugin-deprecation@npm:3.0.0" dependencies: - "@typescript-eslint/utils": "npm:^6.0.0" + "@typescript-eslint/utils": "npm:^7.0.0" + ts-api-utils: "npm:^1.3.0" tslib: "npm:^2.3.1" - tsutils: "npm:^3.21.0" peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.0.0 typescript: ^4.2.4 || ^5.0.0 - checksum: 10c0/6b9cb65ecd3e98d29683bb9b7e5af01e8ac8acadacc313e18757b8120c3850a5a11bfea67f3203975a82e018ea1c07d79dabe20ade921658e8bc03c736469079 + checksum: 10c0/f8bfe812cdd95f60b159bf79565c8bf1451b71b06040b96a44861a6534aa8c8311bb324b6c0ca837e9418938ac210f6d84a7c97a4f0fe0a35e56403cd5a57b98 languageName: node linkType: hard -"eslint-plugin-import@npm:^2.25.4": - version: 2.29.1 - resolution: "eslint-plugin-import@npm:2.29.1" +"eslint-plugin-import@npm:^2.31.0": + version: 2.31.0 + resolution: "eslint-plugin-import@npm:2.31.0" dependencies: - array-includes: "npm:^3.1.7" - array.prototype.findlastindex: "npm:^1.2.3" + "@rtsao/scc": "npm:^1.1.0" + array-includes: "npm:^3.1.8" + array.prototype.findlastindex: "npm:^1.2.5" array.prototype.flat: "npm:^1.3.2" array.prototype.flatmap: "npm:^1.3.2" debug: "npm:^3.2.7" doctrine: "npm:^2.1.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-module-utils: "npm:^2.8.0" - hasown: "npm:^2.0.0" - is-core-module: "npm:^2.13.1" + eslint-module-utils: "npm:^2.12.0" + hasown: "npm:^2.0.2" + is-core-module: "npm:^2.15.1" is-glob: "npm:^4.0.3" minimatch: "npm:^3.1.2" - object.fromentries: "npm:^2.0.7" - object.groupby: "npm:^1.0.1" - object.values: "npm:^1.1.7" + object.fromentries: "npm:^2.0.8" + object.groupby: "npm:^1.0.3" + object.values: "npm:^1.2.0" semver: "npm:^6.3.1" + string.prototype.trimend: "npm:^1.0.8" tsconfig-paths: "npm:^3.15.0" peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - checksum: 10c0/5f35dfbf4e8e67f741f396987de9504ad125c49f4144508a93282b4ea0127e052bde65ab6def1f31b6ace6d5d430be698333f75bdd7dca3bc14226c92a083196 + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 + checksum: 10c0/e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a languageName: node linkType: hard -"eslint-plugin-jest@npm:^28.0.0": - version: 28.8.3 - resolution: "eslint-plugin-jest@npm:28.8.3" +"eslint-plugin-jest@npm:^28.9.0": + version: 28.11.0 + resolution: "eslint-plugin-jest@npm:28.11.0" dependencies: "@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0" peerDependencies: @@ -14467,92 +14908,82 @@ __metadata: optional: true jest: optional: true - checksum: 10c0/beacf85c2fbb39ef9b9839472a8a837cdbab6549b29abaff8999034ac41021e1f06d1779db3ea9d0f966be52e5daeacfd05c239d686370d8b8cb9c68d60e59b6 + checksum: 10c0/faa06ce1c4d0ad7aa0fb1c725edf77fe543a17fe091424dfe5b5e3bba8930470516e5831592e4fb725884f7e5f1034f303f49b7fab28b2abdf99765bfd048473 languageName: node linkType: hard -"eslint-plugin-jsx-a11y@npm:^6.5.1": - version: 6.8.0 - resolution: "eslint-plugin-jsx-a11y@npm:6.8.0" +"eslint-plugin-jsx-a11y@npm:^6.10.2": + version: 6.10.2 + resolution: "eslint-plugin-jsx-a11y@npm:6.10.2" dependencies: - "@babel/runtime": "npm:^7.23.2" - aria-query: "npm:^5.3.0" - array-includes: "npm:^3.1.7" + aria-query: "npm:^5.3.2" + array-includes: "npm:^3.1.8" array.prototype.flatmap: "npm:^1.3.2" ast-types-flow: "npm:^0.0.8" - axe-core: "npm:=4.7.0" - axobject-query: "npm:^3.2.1" + axe-core: "npm:^4.10.0" + axobject-query: "npm:^4.1.0" damerau-levenshtein: "npm:^1.0.8" emoji-regex: "npm:^9.2.2" - es-iterator-helpers: "npm:^1.0.15" - hasown: "npm:^2.0.0" + hasown: "npm:^2.0.2" jsx-ast-utils: "npm:^3.3.5" language-tags: "npm:^1.0.9" minimatch: "npm:^3.1.2" - object.entries: "npm:^1.1.7" - object.fromentries: "npm:^2.0.7" + object.fromentries: "npm:^2.0.8" + safe-regex-test: "npm:^1.0.3" + string.prototype.includes: "npm:^2.0.1" peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10c0/199b883e526e6f9d7c54cb3f094abc54f11a1ec816db5fb6cae3b938eb0e503acc10ccba91ca7451633a9d0b9abc0ea03601844a8aba5fe88c5e8897c9ac8f49 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 + checksum: 10c0/d93354e03b0cf66f018d5c50964e074dffe4ddf1f9b535fa020d19c4ae45f89c1a16e9391ca61ac3b19f7042c751ac0d361a056a65cbd1de24718a53ff8daa6e languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:^4.3.0": - version: 4.6.2 - resolution: "eslint-plugin-react-hooks@npm:4.6.2" +"eslint-plugin-react-hooks@npm:^5.0.0": + version: 5.1.0 + resolution: "eslint-plugin-react-hooks@npm:5.1.0" peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + checksum: 10c0/37ef76e1d916d46ab8e93a596078efcf2162e2c653614437e0c54e31d02a5dadabec22802fab717effe257aeb4bdc20c2a710666a89ab1cf07e01e614dde75d8 languageName: node linkType: hard -"eslint-plugin-react@npm:^7.28.0": - version: 7.34.2 - resolution: "eslint-plugin-react@npm:7.34.2" +"eslint-plugin-react@npm:^7.37.2": + version: 7.37.4 + resolution: "eslint-plugin-react@npm:7.37.4" dependencies: array-includes: "npm:^3.1.8" array.prototype.findlast: "npm:^1.2.5" - array.prototype.flatmap: "npm:^1.3.2" - array.prototype.toreversed: "npm:^1.1.2" - array.prototype.tosorted: "npm:^1.1.3" + array.prototype.flatmap: "npm:^1.3.3" + array.prototype.tosorted: "npm:^1.1.4" doctrine: "npm:^2.1.0" - es-iterator-helpers: "npm:^1.0.19" + es-iterator-helpers: "npm:^1.2.1" estraverse: "npm:^5.3.0" + hasown: "npm:^2.0.2" jsx-ast-utils: "npm:^2.4.1 || ^3.0.0" minimatch: "npm:^3.1.2" object.entries: "npm:^1.1.8" object.fromentries: "npm:^2.0.8" - object.hasown: "npm:^1.1.4" - object.values: "npm:^1.2.0" + object.values: "npm:^1.2.1" prop-types: "npm:^15.8.1" resolve: "npm:^2.0.0-next.5" semver: "npm:^6.3.1" - string.prototype.matchall: "npm:^4.0.11" + string.prototype.matchall: "npm:^4.0.12" + string.prototype.repeat: "npm:^1.0.0" peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - checksum: 10c0/37dc04424da8626f20a071466e7238d53ed111c53e5e5398d813ac2cf76a2078f00d91f7833fe5b2f0fc98f2688a75b36e78e9ada9f1068705d23c7031094316 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 + checksum: 10c0/4acbbdb19669dfa9a162ed8847c3ad1918f6aea1ceb675ee320b5d903b4e463fdef25e15233295b6d0a726fef2ea8b015c527da769c7690932ddc52d5b82ba12 languageName: node linkType: hard -"eslint-plugin-unused-imports@npm:^3.0.0": - version: 3.2.0 - resolution: "eslint-plugin-unused-imports@npm:3.2.0" - dependencies: - eslint-rule-composer: "npm:^0.3.0" +"eslint-plugin-unused-imports@npm:^4.1.4": + version: 4.1.4 + resolution: "eslint-plugin-unused-imports@npm:4.1.4" peerDependencies: - "@typescript-eslint/eslint-plugin": 6 - 7 - eslint: 8 + "@typescript-eslint/eslint-plugin": ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0 + eslint: ^9.0.0 || ^8.0.0 peerDependenciesMeta: "@typescript-eslint/eslint-plugin": optional: true - checksum: 10c0/70c93efaa4dccd1172db3858b27968184c97cb8b7ffb2d9e6ffb09d9509863c70651b533b48eec4d10bc7f633d7f50fd190fdd5b36e8cac2c4efd5cecb5d5d98 - languageName: node - linkType: hard - -"eslint-rule-composer@npm:^0.3.0": - version: 0.3.0 - resolution: "eslint-rule-composer@npm:0.3.0" - checksum: 10c0/1f0c40d209e1503a955101a0dbba37e7fc67c8aaa47a5b9ae0b0fcbae7022c86e52b3df2b1b9ffd658e16cd80f31fff92e7222460a44d8251e61d49e0af79a07 + checksum: 10c0/3899f64b0e8b23fa6b81e2754fc10f93d8741e051d70390a8100ca39af7878bde8625f234b76111af69562ef2512104b52c3703e986ccb3ac9adc07911896acf languageName: node linkType: hard @@ -14583,7 +15014,14 @@ __metadata: languageName: node linkType: hard -"eslint-webpack-plugin@npm:^4.0.0": +"eslint-visitor-keys@npm:^4.2.0": + version: 4.2.0 + resolution: "eslint-visitor-keys@npm:4.2.0" + checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269 + languageName: node + linkType: hard + +"eslint-webpack-plugin@npm:^4.2.0": version: 4.2.0 resolution: "eslint-webpack-plugin@npm:4.2.0" dependencies: @@ -15149,6 +15587,17 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:^4.4.1": + version: 4.5.1 + resolution: "fast-xml-parser@npm:4.5.1" + dependencies: + strnum: "npm:^1.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 10c0/70c6c675770d57d4b73716a1cdccff3780a5f818cffdab9c7560003e1724209001af32fbe7bb27a01107389b1998191c62e20104788ba17e218dfe063aa15b57 + languageName: node + linkType: hard + "fastest-stable-stringify@npm:^2.0.2": version: 2.0.2 resolution: "fastest-stable-stringify@npm:2.0.2" @@ -15211,16 +15660,6 @@ __metadata: languageName: node linkType: hard -"fetch-blob@npm:^3.1.2, fetch-blob@npm:^3.1.4": - version: 3.2.0 - resolution: "fetch-blob@npm:3.2.0" - dependencies: - node-domexception: "npm:^1.0.0" - web-streams-polyfill: "npm:^3.0.3" - checksum: 10c0/60054bf47bfa10fb0ba6cb7742acec2f37c1f56344f79a70bb8b1c48d77675927c720ff3191fa546410a0442c998d27ab05e9144c32d530d8a52fbe68f843b69 - languageName: node - linkType: hard - "figures@npm:3.2.0, figures@npm:^3.0.0": version: 3.2.0 resolution: "figures@npm:3.2.0" @@ -15543,15 +15982,6 @@ __metadata: languageName: node linkType: hard -"formdata-polyfill@npm:^4.0.10": - version: 4.0.10 - resolution: "formdata-polyfill@npm:4.0.10" - dependencies: - fetch-blob: "npm:^3.1.2" - checksum: 10c0/5392ec484f9ce0d5e0d52fb5a78e7486637d516179b0eb84d81389d7eccf9ca2f663079da56f761355c0a65792810e3b345dc24db9a8bbbcf24ef3c8c88570c6 - languageName: node - linkType: hard - "formidable@npm:^2.1.2": version: 2.1.2 resolution: "formidable@npm:2.1.2" @@ -15714,7 +16144,7 @@ __metadata: languageName: node linkType: hard -"function.prototype.name@npm:^1.1.5, function.prototype.name@npm:^1.1.6": +"function.prototype.name@npm:^1.1.6": version: 1.1.6 resolution: "function.prototype.name@npm:1.1.6" dependencies: @@ -15726,6 +16156,20 @@ __metadata: languageName: node linkType: hard +"function.prototype.name@npm:^1.1.8": + version: 1.1.8 + resolution: "function.prototype.name@npm:1.1.8" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" + define-properties: "npm:^1.2.1" + functions-have-names: "npm:^1.2.3" + hasown: "npm:^2.0.2" + is-callable: "npm:^1.2.7" + checksum: 10c0/e920a2ab52663005f3cbe7ee3373e3c71c1fb5558b0b0548648cdf3e51961085032458e26c71ff1a8c8c20e7ee7caeb03d43a5d1fa8610c459333323a2e71253 + languageName: node + linkType: hard + "functional-red-black-tree@npm:^1.0.1": version: 1.0.1 resolution: "functional-red-black-tree@npm:1.0.1" @@ -15797,6 +16241,13 @@ __metadata: languageName: node linkType: hard +"generic-pool@npm:3.9.0": + version: 3.9.0 + resolution: "generic-pool@npm:3.9.0" + checksum: 10c0/6b314d0d71170d5cbaf7162c423f53f8d6556b2135626a65bcdc03c089840b0a2f59eeb2d907939b8200e945eaf71ceb6630426f22d2128a1d242aec4b232aa7 + languageName: node + linkType: hard + "gensync@npm:^1.0.0-beta.2": version: 1.0.0-beta.2 resolution: "gensync@npm:1.0.0-beta.2" @@ -15831,6 +16282,24 @@ __metadata: languageName: node linkType: hard +"get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7": + version: 1.2.7 + resolution: "get-intrinsic@npm:1.2.7" + dependencies: + call-bind-apply-helpers: "npm:^1.0.1" + es-define-property: "npm:^1.0.1" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + function-bind: "npm:^1.1.2" + get-proto: "npm:^1.0.0" + gopd: "npm:^1.2.0" + has-symbols: "npm:^1.1.0" + hasown: "npm:^2.0.2" + math-intrinsics: "npm:^1.1.0" + checksum: 10c0/b475dec9f8bff6f7422f51ff4b7b8d0b68e6776ee83a753c1d627e3008c3442090992788038b37eff72e93e43dceed8c1acbdf2d6751672687ec22127933080d + languageName: node + linkType: hard + "get-package-type@npm:^0.1.0": version: 0.1.0 resolution: "get-package-type@npm:0.1.0" @@ -15859,6 +16328,16 @@ __metadata: languageName: node linkType: hard +"get-proto@npm:^1.0.0, get-proto@npm:^1.0.1": + version: 1.0.1 + resolution: "get-proto@npm:1.0.1" + dependencies: + dunder-proto: "npm:^1.0.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10c0/9224acb44603c5526955e83510b9da41baf6ae73f7398875fba50edc5e944223a89c4a72b070fcd78beb5f7bdda58ecb6294adc28f7acfc0da05f76a2399643c + languageName: node + linkType: hard + "get-stream@npm:6.0.0": version: 6.0.0 resolution: "get-stream@npm:6.0.0" @@ -15891,6 +16370,17 @@ __metadata: languageName: node linkType: hard +"get-symbol-description@npm:^1.1.0": + version: 1.1.0 + resolution: "get-symbol-description@npm:1.1.0" + dependencies: + call-bound: "npm:^1.0.3" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.6" + checksum: 10c0/d6a7d6afca375779a4b307738c9e80dbf7afc0bdbe5948768d54ab9653c865523d8920e670991a925936eb524b7cb6a6361d199a760b21d0ca7620194455aa4b + languageName: node + linkType: hard + "get-tsconfig@npm:^4.7.0, get-tsconfig@npm:^4.7.2": version: 4.7.5 resolution: "get-tsconfig@npm:4.7.5" @@ -16184,7 +16674,7 @@ __metadata: languageName: node linkType: hard -"globalthis@npm:^1.0.1, globalthis@npm:^1.0.3": +"globalthis@npm:^1.0.1, globalthis@npm:^1.0.3, globalthis@npm:^1.0.4": version: 1.0.4 resolution: "globalthis@npm:1.0.4" dependencies: @@ -16251,6 +16741,13 @@ __metadata: languageName: node linkType: hard +"gopd@npm:^1.2.0": + version: 1.2.0 + resolution: "gopd@npm:1.2.0" + checksum: 10c0/50fff1e04ba2b7737c097358534eacadad1e68d24cccee3272e04e007bed008e68d2614f3987788428fd192a5ae3889d08fb2331417e4fc4a9ab366b2043cead + languageName: node + linkType: hard + "graceful-fs@npm:4.2.11, graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" @@ -16431,6 +16928,15 @@ __metadata: languageName: node linkType: hard +"has-proto@npm:^1.2.0": + version: 1.2.0 + resolution: "has-proto@npm:1.2.0" + dependencies: + dunder-proto: "npm:^1.0.0" + checksum: 10c0/46538dddab297ec2f43923c3d35237df45d8c55a6fc1067031e04c13ed8a9a8f94954460632fd4da84c31a1721eefee16d901cbb1ae9602bab93bb6e08f93b95 + languageName: node + linkType: hard + "has-symbols@npm:^1.0.2, has-symbols@npm:^1.0.3": version: 1.0.3 resolution: "has-symbols@npm:1.0.3" @@ -16438,6 +16944,13 @@ __metadata: languageName: node linkType: hard +"has-symbols@npm:^1.1.0": + version: 1.1.0 + resolution: "has-symbols@npm:1.1.0" + checksum: 10c0/dde0a734b17ae51e84b10986e651c664379018d10b91b6b0e9b293eddb32f0f069688c841fb40f19e9611546130153e0a2a48fd7f512891fb000ddfa36f5a20e + languageName: node + linkType: hard + "has-tostringtag@npm:^1.0.0, has-tostringtag@npm:^1.0.2": version: 1.0.2 resolution: "has-tostringtag@npm:1.0.2" @@ -17033,13 +17546,20 @@ __metadata: languageName: node linkType: hard -"ignore@npm:^5.0.4, ignore@npm:^5.1.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4": +"ignore@npm:^5.0.4, ignore@npm:^5.1.4, ignore@npm:^5.2.0": version: 5.3.1 resolution: "ignore@npm:5.3.1" checksum: 10c0/703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd languageName: node linkType: hard +"ignore@npm:^5.3.1": + version: 5.3.2 + resolution: "ignore@npm:5.3.2" + checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337 + languageName: node + linkType: hard + "immer@npm:^9.0.7": version: 9.0.21 resolution: "immer@npm:9.0.21" @@ -17205,6 +17725,17 @@ __metadata: languageName: node linkType: hard +"internal-slot@npm:^1.1.0": + version: 1.1.0 + resolution: "internal-slot@npm:1.1.0" + dependencies: + es-errors: "npm:^1.3.0" + hasown: "npm:^2.0.2" + side-channel: "npm:^1.1.0" + checksum: 10c0/03966f5e259b009a9bf1a78d60da920df198af4318ec004f57b8aef1dd3fe377fbc8cce63a96e8c810010302654de89f9e19de1cd8ad0061d15be28a695465c7 + languageName: node + linkType: hard + "interpret@npm:^2.2.0": version: 2.2.0 resolution: "interpret@npm:2.2.0" @@ -17290,6 +17821,17 @@ __metadata: languageName: node linkType: hard +"is-array-buffer@npm:^3.0.5": + version: 3.0.5 + resolution: "is-array-buffer@npm:3.0.5" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" + get-intrinsic: "npm:^1.2.6" + checksum: 10c0/c5c9f25606e86dbb12e756694afbbff64bc8b348d1bc989324c037e1068695131930199d6ad381952715dad3a9569333817f0b1a72ce5af7f883ce802e49c83d + languageName: node + linkType: hard + "is-arrayish@npm:^0.2.1": version: 0.2.1 resolution: "is-arrayish@npm:0.2.1" @@ -17322,6 +17864,15 @@ __metadata: languageName: node linkType: hard +"is-bigint@npm:^1.1.0": + version: 1.1.0 + resolution: "is-bigint@npm:1.1.0" + dependencies: + has-bigints: "npm:^1.0.2" + checksum: 10c0/f4f4b905ceb195be90a6ea7f34323bf1c18e3793f18922e3e9a73c684c29eeeeff5175605c3a3a74cc38185fe27758f07efba3dbae812e5c5afbc0d2316b40e4 + languageName: node + linkType: hard + "is-binary-path@npm:~2.1.0": version: 2.1.0 resolution: "is-binary-path@npm:2.1.0" @@ -17341,6 +17892,16 @@ __metadata: languageName: node linkType: hard +"is-boolean-object@npm:^1.2.1": + version: 1.2.1 + resolution: "is-boolean-object@npm:1.2.1" + dependencies: + call-bound: "npm:^1.0.2" + has-tostringtag: "npm:^1.0.2" + checksum: 10c0/2ef601d255a39fdbde79cfe6be80c27b47430ed6712407f29b17d002e20f64c1e3d6692f1d842ba16bf1e9d8ddf1c4f13cac3ed7d9a4a21290f44879ebb4e8f5 + languageName: node + linkType: hard + "is-buffer@npm:^2.0.0": version: 2.0.5 resolution: "is-buffer@npm:2.0.5" @@ -17375,7 +17936,7 @@ __metadata: languageName: node linkType: hard -"is-core-module@npm:^2.13.0, is-core-module@npm:^2.13.1, is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1": +"is-core-module@npm:^2.13.0, is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1": version: 2.13.1 resolution: "is-core-module@npm:2.13.1" dependencies: @@ -17384,6 +17945,15 @@ __metadata: languageName: node linkType: hard +"is-core-module@npm:^2.15.1": + version: 2.16.1 + resolution: "is-core-module@npm:2.16.1" + dependencies: + hasown: "npm:^2.0.2" + checksum: 10c0/898443c14780a577e807618aaae2b6f745c8538eca5c7bc11388a3f2dc6de82b9902bcc7eb74f07be672b11bbe82dd6a6edded44a00cb3d8f933d0459905eedd + languageName: node + linkType: hard + "is-data-view@npm:^1.0.1": version: 1.0.1 resolution: "is-data-view@npm:1.0.1" @@ -17393,6 +17963,17 @@ __metadata: languageName: node linkType: hard +"is-data-view@npm:^1.0.2": + version: 1.0.2 + resolution: "is-data-view@npm:1.0.2" + dependencies: + call-bound: "npm:^1.0.2" + get-intrinsic: "npm:^1.2.6" + is-typed-array: "npm:^1.1.13" + checksum: 10c0/ef3548a99d7e7f1370ce21006baca6d40c73e9f15c941f89f0049c79714c873d03b02dae1c64b3f861f55163ecc16da06506c5b8a1d4f16650b3d9351c380153 + languageName: node + linkType: hard + "is-date-object@npm:^1.0.1, is-date-object@npm:^1.0.5": version: 1.0.5 resolution: "is-date-object@npm:1.0.5" @@ -17402,6 +17983,16 @@ __metadata: languageName: node linkType: hard +"is-date-object@npm:^1.1.0": + version: 1.1.0 + resolution: "is-date-object@npm:1.1.0" + dependencies: + call-bound: "npm:^1.0.2" + has-tostringtag: "npm:^1.0.2" + checksum: 10c0/1a4d199c8e9e9cac5128d32e6626fa7805175af9df015620ac0d5d45854ccf348ba494679d872d37301032e35a54fc7978fba1687e8721b2139aea7870cafa2f + languageName: node + linkType: hard + "is-decimal@npm:^1.0.0": version: 1.0.4 resolution: "is-decimal@npm:1.0.4" @@ -17434,12 +18025,12 @@ __metadata: languageName: node linkType: hard -"is-finalizationregistry@npm:^1.0.2": - version: 1.0.2 - resolution: "is-finalizationregistry@npm:1.0.2" +"is-finalizationregistry@npm:^1.1.0": + version: 1.1.1 + resolution: "is-finalizationregistry@npm:1.1.1" dependencies: - call-bind: "npm:^1.0.2" - checksum: 10c0/81caecc984d27b1a35c68741156fc651fb1fa5e3e6710d21410abc527eb226d400c0943a167922b2e920f6b3e58b0dede9aa795882b038b85f50b3a4b877db86 + call-bound: "npm:^1.0.3" + checksum: 10c0/818dff679b64f19e228a8205a1e2d09989a98e98def3a817f889208cfcbf918d321b251aadf2c05918194803ebd2eb01b14fc9d0b2bea53d984f4137bfca5e97 languageName: node linkType: hard @@ -17574,6 +18165,16 @@ __metadata: languageName: node linkType: hard +"is-number-object@npm:^1.1.1": + version: 1.1.1 + resolution: "is-number-object@npm:1.1.1" + dependencies: + call-bound: "npm:^1.0.3" + has-tostringtag: "npm:^1.0.2" + checksum: 10c0/97b451b41f25135ff021d85c436ff0100d84a039bb87ffd799cbcdbea81ef30c464ced38258cdd34f080be08fc3b076ca1f472086286d2aa43521d6ec6a79f53 + languageName: node + linkType: hard + "is-number@npm:^7.0.0": version: 7.0.0 resolution: "is-number@npm:7.0.0" @@ -17672,6 +18273,18 @@ __metadata: languageName: node linkType: hard +"is-regex@npm:^1.2.1": + version: 1.2.1 + resolution: "is-regex@npm:1.2.1" + dependencies: + call-bound: "npm:^1.0.2" + gopd: "npm:^1.2.0" + has-tostringtag: "npm:^1.0.2" + hasown: "npm:^2.0.2" + checksum: 10c0/1d3715d2b7889932349241680032e85d0b492cfcb045acb75ffc2c3085e8d561184f1f7e84b6f8321935b4aea39bc9c6ba74ed595b57ce4881a51dfdbc214e04 + languageName: node + linkType: hard + "is-root@npm:^2.1.0": version: 2.1.0 resolution: "is-root@npm:2.1.0" @@ -17695,6 +18308,15 @@ __metadata: languageName: node linkType: hard +"is-shared-array-buffer@npm:^1.0.4": + version: 1.0.4 + resolution: "is-shared-array-buffer@npm:1.0.4" + dependencies: + call-bound: "npm:^1.0.3" + checksum: 10c0/65158c2feb41ff1edd6bbd6fd8403a69861cf273ff36077982b5d4d68e1d59278c71691216a4a64632bd76d4792d4d1d2553901b6666d84ade13bba5ea7bc7db + languageName: node + linkType: hard + "is-ssh@npm:^1.4.0": version: 1.4.0 resolution: "is-ssh@npm:1.4.0" @@ -17734,6 +18356,16 @@ __metadata: languageName: node linkType: hard +"is-string@npm:^1.1.1": + version: 1.1.1 + resolution: "is-string@npm:1.1.1" + dependencies: + call-bound: "npm:^1.0.3" + has-tostringtag: "npm:^1.0.2" + checksum: 10c0/2f518b4e47886bb81567faba6ffd0d8a8333cf84336e2e78bf160693972e32ad00fe84b0926491cc598dee576fdc55642c92e62d0cbe96bf36f643b6f956f94d + languageName: node + linkType: hard + "is-symbol@npm:^1.0.2, is-symbol@npm:^1.0.3": version: 1.0.4 resolution: "is-symbol@npm:1.0.4" @@ -17743,6 +18375,17 @@ __metadata: languageName: node linkType: hard +"is-symbol@npm:^1.0.4, is-symbol@npm:^1.1.1": + version: 1.1.1 + resolution: "is-symbol@npm:1.1.1" + dependencies: + call-bound: "npm:^1.0.2" + has-symbols: "npm:^1.1.0" + safe-regex-test: "npm:^1.1.0" + checksum: 10c0/f08f3e255c12442e833f75a9e2b84b2d4882fdfd920513cf2a4a2324f0a5b076c8fd913778e3ea5d258d5183e9d92c0cd20e04b03ab3df05316b049b2670af1e + languageName: node + linkType: hard + "is-text-path@npm:^1.0.1": version: 1.0.1 resolution: "is-text-path@npm:1.0.1" @@ -17756,8 +18399,17 @@ __metadata: version: 1.1.13 resolution: "is-typed-array@npm:1.1.13" dependencies: - which-typed-array: "npm:^1.1.14" - checksum: 10c0/fa5cb97d4a80e52c2cc8ed3778e39f175a1a2ae4ddf3adae3187d69586a1fd57cfa0b095db31f66aa90331e9e3da79184cea9c6abdcd1abc722dc3c3edd51cca + which-typed-array: "npm:^1.1.14" + checksum: 10c0/fa5cb97d4a80e52c2cc8ed3778e39f175a1a2ae4ddf3adae3187d69586a1fd57cfa0b095db31f66aa90331e9e3da79184cea9c6abdcd1abc722dc3c3edd51cca + languageName: node + linkType: hard + +"is-typed-array@npm:^1.1.14, is-typed-array@npm:^1.1.15": + version: 1.1.15 + resolution: "is-typed-array@npm:1.1.15" + dependencies: + which-typed-array: "npm:^1.1.16" + checksum: 10c0/415511da3669e36e002820584e264997ffe277ff136643a3126cc949197e6ca3334d0f12d084e83b1994af2e9c8141275c741cf2b7da5a2ff62dd0cac26f76c4 languageName: node linkType: hard @@ -17791,6 +18443,15 @@ __metadata: languageName: node linkType: hard +"is-weakref@npm:^1.1.0": + version: 1.1.0 + resolution: "is-weakref@npm:1.1.0" + dependencies: + call-bound: "npm:^1.0.2" + checksum: 10c0/aa835f62e29cb60132ecb3ec7d11bd0f39ec7322325abe8412b805aef47153ec2daefdb21759b049711c674f49b13202a31d8d126bcdff7d8671c78babd4ae5b + languageName: node + linkType: hard + "is-weakset@npm:^2.0.3": version: 2.0.3 resolution: "is-weakset@npm:2.0.3" @@ -17882,10 +18543,10 @@ __metadata: languageName: node linkType: hard -"isomorphic-rslog@npm:0.0.6": - version: 0.0.6 - resolution: "isomorphic-rslog@npm:0.0.6" - checksum: 10c0/ff702859d804ca13d5ed9f7de1d09a2bcfdb8e1dc8712713c569ea1833ecde1dcd1443057234d61ded22466f1775a2a94c6659d358678343f1efff0b5869e048 +"isomorphic-rslog@npm:0.0.7": + version: 0.0.7 + resolution: "isomorphic-rslog@npm:0.0.7" + checksum: 10c0/525b8155fc6d0e3c3c0ee44ec3a8f2d683c923365416d13a2f2bd550ba70d3fd1b5be73f88cd69f0af6c21bd8d26c90f73e2a9cf9d4889bbecabb8b0d2f93de2 languageName: node linkType: hard @@ -17986,16 +18647,17 @@ __metadata: languageName: node linkType: hard -"iterator.prototype@npm:^1.1.2": - version: 1.1.2 - resolution: "iterator.prototype@npm:1.1.2" +"iterator.prototype@npm:^1.1.4": + version: 1.1.5 + resolution: "iterator.prototype@npm:1.1.5" dependencies: - define-properties: "npm:^1.2.1" - get-intrinsic: "npm:^1.2.1" - has-symbols: "npm:^1.0.3" - reflect.getprototypeof: "npm:^1.0.4" - set-function-name: "npm:^2.0.1" - checksum: 10c0/a32151326095e916f306990d909f6bbf23e3221999a18ba686419535dcd1749b10ded505e89334b77dc4c7a58a8508978f0eb16c2c8573e6d412eb7eb894ea79 + define-data-property: "npm:^1.1.4" + es-object-atoms: "npm:^1.0.0" + get-intrinsic: "npm:^1.2.6" + get-proto: "npm:^1.0.0" + has-symbols: "npm:^1.1.0" + set-function-name: "npm:^2.0.2" + checksum: 10c0/f7a262808e1b41049ab55f1e9c29af7ec1025a000d243b83edf34ce2416eedd56079b117fa59376bb4a724110690f13aa8427f2ee29a09eec63a7e72367626d0 languageName: node linkType: hard @@ -19016,6 +19678,15 @@ __metadata: languageName: node linkType: hard +"keyv@npm:^5.2.1, keyv@npm:^5.2.2": + version: 5.2.3 + resolution: "keyv@npm:5.2.3" + dependencies: + "@keyv/serialize": "npm:^1.0.2" + checksum: 10c0/76b87dd2c21a4c1c5c05e9ff3b85670beab98f153429aaa9aee544b72b65411a7d80d96c29f3fef3e9dcebb672c8268e7209d6f80beb5da939b4e019722948b4 + languageName: node + linkType: hard + "kind-of@npm:^6.0.2, kind-of@npm:^6.0.3": version: 6.0.3 resolution: "kind-of@npm:6.0.3" @@ -19968,6 +20639,13 @@ __metadata: languageName: node linkType: hard +"math-intrinsics@npm:^1.1.0": + version: 1.1.0 + resolution: "math-intrinsics@npm:1.1.0" + checksum: 10c0/7579ff94e899e2f76ab64491d76cf606274c874d8f2af4a442c016bd85688927fcfca157ba6bf74b08e9439dc010b248ce05b96cc7c126a354c3bae7fcb48b7f + languageName: node + linkType: hard + "md5.js@npm:^1.3.4": version: 1.3.5 resolution: "md5.js@npm:1.3.5" @@ -20717,15 +21395,6 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:9.0.3": - version: 9.0.3 - resolution: "minimatch@npm:9.0.3" - dependencies: - brace-expansion: "npm:^2.0.1" - checksum: 10c0/85f407dcd38ac3e180f425e86553911d101455ca3ad5544d6a7cec16286657e4f8a9aa6695803025c55e31e35a91a2252b5dc8e7d527211278b8b65b4dbd5eac - languageName: node - linkType: hard - "minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" @@ -21303,13 +21972,6 @@ __metadata: languageName: node linkType: hard -"node-domexception@npm:^1.0.0": - version: 1.0.0 - resolution: "node-domexception@npm:1.0.0" - checksum: 10c0/5e5d63cda29856402df9472335af4bb13875e1927ad3be861dc5ebde38917aecbf9ae337923777af52a48c426b70148815e890a5d72760f1b4d758cc671b1a2b - languageName: node - linkType: hard - "node-fetch@npm:2.6.7": version: 2.6.7 resolution: "node-fetch@npm:2.6.7" @@ -21338,17 +22000,6 @@ __metadata: languageName: node linkType: hard -"node-fetch@npm:^3.3.2": - version: 3.3.2 - resolution: "node-fetch@npm:3.3.2" - dependencies: - data-uri-to-buffer: "npm:^4.0.0" - fetch-blob: "npm:^3.1.4" - formdata-polyfill: "npm:^4.0.10" - checksum: 10c0/f3d5e56190562221398c9f5750198b34cf6113aa304e34ee97c94fd300ec578b25b2c2906edba922050fce983338fde0d5d34fcb0fc3336ade5bd0e429ad7538 - languageName: node - linkType: hard - "node-forge@npm:^1, node-forge@npm:^1.2.1, node-forge@npm:^1.3.1": version: 1.3.1 resolution: "node-forge@npm:1.3.1" @@ -21874,6 +22525,13 @@ __metadata: languageName: node linkType: hard +"object-inspect@npm:^1.13.3": + version: 1.13.3 + resolution: "object-inspect@npm:1.13.3" + checksum: 10c0/cc3f15213406be89ffdc54b525e115156086796a515410a8d390215915db9f23c8eab485a06f1297402f440a33715fe8f71a528c1dcbad6e1a3bcaf5a46921d4 + languageName: node + linkType: hard + "object-is@npm:^1.1.5": version: 1.1.6 resolution: "object-is@npm:1.1.6" @@ -21903,7 +22561,21 @@ __metadata: languageName: node linkType: hard -"object.entries@npm:^1.1.7, object.entries@npm:^1.1.8": +"object.assign@npm:^4.1.7": + version: 4.1.7 + resolution: "object.assign@npm:4.1.7" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" + define-properties: "npm:^1.2.1" + es-object-atoms: "npm:^1.0.0" + has-symbols: "npm:^1.1.0" + object-keys: "npm:^1.1.1" + checksum: 10c0/3b2732bd860567ea2579d1567525168de925a8d852638612846bd8082b3a1602b7b89b67b09913cbb5b9bd6e95923b2ae73580baa9d99cb4e990564e8cbf5ddc + languageName: node + linkType: hard + +"object.entries@npm:^1.1.8": version: 1.1.8 resolution: "object.entries@npm:1.1.8" dependencies: @@ -21914,7 +22586,7 @@ __metadata: languageName: node linkType: hard -"object.fromentries@npm:^2.0.7, object.fromentries@npm:^2.0.8": +"object.fromentries@npm:^2.0.8": version: 2.0.8 resolution: "object.fromentries@npm:2.0.8" dependencies: @@ -21926,7 +22598,7 @@ __metadata: languageName: node linkType: hard -"object.groupby@npm:^1.0.1": +"object.groupby@npm:^1.0.3": version: 1.0.3 resolution: "object.groupby@npm:1.0.3" dependencies: @@ -21937,25 +22609,26 @@ __metadata: languageName: node linkType: hard -"object.hasown@npm:^1.1.4": - version: 1.1.4 - resolution: "object.hasown@npm:1.1.4" +"object.values@npm:^1.1.6, object.values@npm:^1.2.0": + version: 1.2.0 + resolution: "object.values@npm:1.2.0" dependencies: + call-bind: "npm:^1.0.7" define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.2" es-object-atoms: "npm:^1.0.0" - checksum: 10c0/f23187b08d874ef1aea060118c8259eb7f99f93c15a50771d710569534119062b90e087b92952b2d0fb1bb8914d61fb0b43c57fb06f622aaad538fe6868ab987 + checksum: 10c0/15809dc40fd6c5529501324fec5ff08570b7d70fb5ebbe8e2b3901afec35cf2b3dc484d1210c6c642cd3e7e0a5e18dd1d6850115337fef46bdae14ab0cb18ac3 languageName: node linkType: hard -"object.values@npm:^1.1.6, object.values@npm:^1.1.7, object.values@npm:^1.2.0": - version: 1.2.0 - resolution: "object.values@npm:1.2.0" +"object.values@npm:^1.2.1": + version: 1.2.1 + resolution: "object.values@npm:1.2.1" dependencies: - call-bind: "npm:^1.0.7" + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" define-properties: "npm:^1.2.1" es-object-atoms: "npm:^1.0.0" - checksum: 10c0/15809dc40fd6c5529501324fec5ff08570b7d70fb5ebbe8e2b3901afec35cf2b3dc484d1210c6c642cd3e7e0a5e18dd1d6850115337fef46bdae14ab0cb18ac3 + checksum: 10c0/3c47814fdc64842ae3d5a74bc9d06bdd8d21563c04d9939bf6716a9c00596a4ebc342552f8934013d1ec991c74e3671b26710a0c51815f0b603795605ab6b2c9 languageName: node linkType: hard @@ -22180,6 +22853,17 @@ __metadata: languageName: node linkType: hard +"own-keys@npm:^1.0.1": + version: 1.0.1 + resolution: "own-keys@npm:1.0.1" + dependencies: + get-intrinsic: "npm:^1.2.6" + object-keys: "npm:^1.1.1" + safe-push-apply: "npm:^1.0.0" + checksum: 10c0/6dfeb3455bff92ec3f16a982d4e3e65676345f6902d9f5ded1d8265a6318d0200ce461956d6d1c70053c7fe9f9fe65e552faac03f8140d37ef0fdd108e67013a + languageName: node + linkType: hard + "p-finally@npm:^1.0.0": version: 1.0.0 resolution: "p-finally@npm:1.0.0" @@ -22301,6 +22985,13 @@ __metadata: languageName: node linkType: hard +"p-throttle@npm:^4.1.1": + version: 4.1.1 + resolution: "p-throttle@npm:4.1.1" + checksum: 10c0/c4bfdcd0318d704b446a7af59dd8e0e32e37ba3d9841dd8dfced1c09742bc2f7a95bc0fcf4072030c62abf4533a9a2ef2954e559462052c5f406ae03d195925a + languageName: node + linkType: hard + "p-timeout@npm:^3.2.0": version: 3.2.0 resolution: "p-timeout@npm:3.2.0" @@ -24580,6 +25271,20 @@ __metadata: languageName: node linkType: hard +"redis@npm:^4.7.0": + version: 4.7.0 + resolution: "redis@npm:4.7.0" + dependencies: + "@redis/bloom": "npm:1.2.0" + "@redis/client": "npm:1.6.0" + "@redis/graph": "npm:1.1.1" + "@redis/json": "npm:1.0.7" + "@redis/search": "npm:1.2.0" + "@redis/time-series": "npm:1.1.0" + checksum: 10c0/a05632a58adbcaa4566238073cd6d00ed008522d2ef015a31aaef200c184a4eff4fa007c514eda91dda1e1205350b5901d0c7b58824dbfa593feb81a0087bf4d + languageName: node + linkType: hard + "redux@npm:^4.0.0, redux@npm:^4.0.4": version: 4.2.1 resolution: "redux@npm:4.2.1" @@ -24589,18 +25294,19 @@ __metadata: languageName: node linkType: hard -"reflect.getprototypeof@npm:^1.0.4": - version: 1.0.6 - resolution: "reflect.getprototypeof@npm:1.0.6" +"reflect.getprototypeof@npm:^1.0.6, reflect.getprototypeof@npm:^1.0.9": + version: 1.0.10 + resolution: "reflect.getprototypeof@npm:1.0.10" dependencies: - call-bind: "npm:^1.0.7" + call-bind: "npm:^1.0.8" define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.1" + es-abstract: "npm:^1.23.9" es-errors: "npm:^1.3.0" - get-intrinsic: "npm:^1.2.4" - globalthis: "npm:^1.0.3" - which-builtin-type: "npm:^1.1.3" - checksum: 10c0/baf4ef8ee6ff341600f4720b251cf5a6cb552d6a6ab0fdc036988c451bf16f920e5feb0d46bd4f530a5cce568f1f7aca2d77447ca798920749cfc52783c39b55 + es-object-atoms: "npm:^1.0.0" + get-intrinsic: "npm:^1.2.7" + get-proto: "npm:^1.0.1" + which-builtin-type: "npm:^1.2.1" + checksum: 10c0/7facec28c8008876f8ab98e80b7b9cb4b1e9224353fd4756dda5f2a4ab0d30fa0a5074777c6df24e1e0af463a2697513b0a11e548d99cf52f21f7bc6ba48d3ac languageName: node linkType: hard @@ -24659,6 +25365,20 @@ __metadata: languageName: node linkType: hard +"regexp.prototype.flags@npm:^1.5.3": + version: 1.5.4 + resolution: "regexp.prototype.flags@npm:1.5.4" + dependencies: + call-bind: "npm:^1.0.8" + define-properties: "npm:^1.2.1" + es-errors: "npm:^1.3.0" + get-proto: "npm:^1.0.1" + gopd: "npm:^1.2.0" + set-function-name: "npm:^2.0.2" + checksum: 10c0/83b88e6115b4af1c537f8dabf5c3744032cb875d63bc05c288b1b8c0ef37cbe55353f95d8ca817e8843806e3e150b118bc624e4279b24b4776b4198232735a77 + languageName: node + linkType: hard + "regexpu-core@npm:^5.3.1": version: 5.3.2 resolution: "regexpu-core@npm:5.3.2" @@ -25184,11 +25904,10 @@ __metadata: version: 0.0.0-use.local resolution: "root@workspace:." dependencies: - "@backstage/app-defaults": "npm:^1.5.14" - "@backstage/cli": "npm:^0.29.2" + "@backstage/app-defaults": "npm:^1.5.16" + "@backstage/cli": "npm:^0.29.5" "@backstage/e2e-test-utils": "npm:^0.1.1" "@playwright/test": "npm:^1.32.3" - "@spotify/prettier-config": "npm:^12.0.0" "@types/react": "npm:^18.3.3" "@types/react-dom": "npm:^18.3.0" husky: "npm:^9.1.1" @@ -25265,6 +25984,19 @@ __metadata: languageName: node linkType: hard +"safe-array-concat@npm:^1.1.3": + version: 1.1.3 + resolution: "safe-array-concat@npm:1.1.3" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.2" + get-intrinsic: "npm:^1.2.6" + has-symbols: "npm:^1.1.0" + isarray: "npm:^2.0.5" + checksum: 10c0/43c86ffdddc461fb17ff8a17c5324f392f4868f3c7dd2c6a5d9f5971713bc5fd755667212c80eab9567595f9a7509cc2f83e590ddaebd1bd19b780f9c79f9a8d + languageName: node + linkType: hard + "safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1": version: 5.1.2 resolution: "safe-buffer@npm:5.1.2" @@ -25286,6 +26018,16 @@ __metadata: languageName: node linkType: hard +"safe-push-apply@npm:^1.0.0": + version: 1.0.0 + resolution: "safe-push-apply@npm:1.0.0" + dependencies: + es-errors: "npm:^1.3.0" + isarray: "npm:^2.0.5" + checksum: 10c0/831f1c9aae7436429e7862c7e46f847dfe490afac20d0ee61bae06108dbf5c745a0de3568ada30ccdd3eeb0864ca8331b2eef703abd69bfea0745b21fd320750 + languageName: node + linkType: hard + "safe-regex-test@npm:^1.0.3": version: 1.0.3 resolution: "safe-regex-test@npm:1.0.3" @@ -25297,6 +26039,17 @@ __metadata: languageName: node linkType: hard +"safe-regex-test@npm:^1.1.0": + version: 1.1.0 + resolution: "safe-regex-test@npm:1.1.0" + dependencies: + call-bound: "npm:^1.0.2" + es-errors: "npm:^1.3.0" + is-regex: "npm:^1.2.1" + checksum: 10c0/f2c25281bbe5d39cddbbce7f86fca5ea9b3ce3354ea6cd7c81c31b006a5a9fff4286acc5450a3b9122c56c33eba69c56b9131ad751457b2b4a585825e6a10665 + languageName: node + linkType: hard + "safe-stable-stringify@npm:^2.2.0, safe-stable-stringify@npm:^2.3.1": version: 2.4.3 resolution: "safe-stable-stringify@npm:2.4.3" @@ -25568,7 +26321,7 @@ __metadata: languageName: node linkType: hard -"set-function-length@npm:^1.2.1": +"set-function-length@npm:^1.2.1, set-function-length@npm:^1.2.2": version: 1.2.2 resolution: "set-function-length@npm:1.2.2" dependencies: @@ -25601,6 +26354,17 @@ __metadata: languageName: node linkType: hard +"set-proto@npm:^1.0.0": + version: 1.0.0 + resolution: "set-proto@npm:1.0.0" + dependencies: + dunder-proto: "npm:^1.0.1" + es-errors: "npm:^1.3.0" + es-object-atoms: "npm:^1.0.0" + checksum: 10c0/ca5c3ccbba479d07c30460e367e66337cec825560b11e8ba9c5ebe13a2a0d6021ae34eddf94ff3dfe17a3104dc1f191519cb6c48378b503e5c3f36393938776a + languageName: node + linkType: hard + "setimmediate@npm:^1.0.4": version: 1.0.5 resolution: "setimmediate@npm:1.0.5" @@ -25666,6 +26430,41 @@ __metadata: languageName: node linkType: hard +"side-channel-list@npm:^1.0.0": + version: 1.0.0 + resolution: "side-channel-list@npm:1.0.0" + dependencies: + es-errors: "npm:^1.3.0" + object-inspect: "npm:^1.13.3" + checksum: 10c0/644f4ac893456c9490ff388bf78aea9d333d5e5bfc64cfb84be8f04bf31ddc111a8d4b83b85d7e7e8a7b845bc185a9ad02c052d20e086983cf59f0be517d9b3d + languageName: node + linkType: hard + +"side-channel-map@npm:^1.0.1": + version: 1.0.1 + resolution: "side-channel-map@npm:1.0.1" + dependencies: + call-bound: "npm:^1.0.2" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.5" + object-inspect: "npm:^1.13.3" + checksum: 10c0/010584e6444dd8a20b85bc926d934424bd809e1a3af941cace229f7fdcb751aada0fb7164f60c2e22292b7fa3c0ff0bce237081fd4cdbc80de1dc68e95430672 + languageName: node + linkType: hard + +"side-channel-weakmap@npm:^1.0.2": + version: 1.0.2 + resolution: "side-channel-weakmap@npm:1.0.2" + dependencies: + call-bound: "npm:^1.0.2" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.5" + object-inspect: "npm:^1.13.3" + side-channel-map: "npm:^1.0.1" + checksum: 10c0/71362709ac233e08807ccd980101c3e2d7efe849edc51455030327b059f6c4d292c237f94dc0685031dd11c07dd17a68afde235d6cf2102d949567f98ab58185 + languageName: node + linkType: hard + "side-channel@npm:^1.0.4, side-channel@npm:^1.0.6": version: 1.0.6 resolution: "side-channel@npm:1.0.6" @@ -25678,6 +26477,19 @@ __metadata: languageName: node linkType: hard +"side-channel@npm:^1.1.0": + version: 1.1.0 + resolution: "side-channel@npm:1.1.0" + dependencies: + es-errors: "npm:^1.3.0" + object-inspect: "npm:^1.13.3" + side-channel-list: "npm:^1.0.0" + side-channel-map: "npm:^1.0.1" + side-channel-weakmap: "npm:^1.0.2" + checksum: 10c0/cb20dad41eb032e6c24c0982e1e5a24963a28aa6122b4f05b3f3d6bf8ae7fd5474ef382c8f54a6a3ab86e0cac4d41a23bd64ede3970e5bfb50326ba02a7996e6 + languageName: node + linkType: hard + "signal-exit@npm:3.0.7, signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.3, signal-exit@npm:^3.0.7": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" @@ -26370,23 +27182,60 @@ __metadata: languageName: node linkType: hard -"string.prototype.matchall@npm:^4.0.11": - version: 4.0.11 - resolution: "string.prototype.matchall@npm:4.0.11" +"string.prototype.includes@npm:^2.0.1": + version: 2.0.1 + resolution: "string.prototype.includes@npm:2.0.1" dependencies: call-bind: "npm:^1.0.7" define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.2" + es-abstract: "npm:^1.23.3" + checksum: 10c0/25ce9c9b49128352a2618fbe8758b46f945817a58a4420f4799419e40a8d28f116e176c7590d767d5327a61e75c8f32c86171063f48e389b9fdd325f1bd04ee5 + languageName: node + linkType: hard + +"string.prototype.matchall@npm:^4.0.12": + version: 4.0.12 + resolution: "string.prototype.matchall@npm:4.0.12" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.6" es-errors: "npm:^1.3.0" es-object-atoms: "npm:^1.0.0" - get-intrinsic: "npm:^1.2.4" - gopd: "npm:^1.0.1" - has-symbols: "npm:^1.0.3" - internal-slot: "npm:^1.0.7" - regexp.prototype.flags: "npm:^1.5.2" + get-intrinsic: "npm:^1.2.6" + gopd: "npm:^1.2.0" + has-symbols: "npm:^1.1.0" + internal-slot: "npm:^1.1.0" + regexp.prototype.flags: "npm:^1.5.3" set-function-name: "npm:^2.0.2" - side-channel: "npm:^1.0.6" - checksum: 10c0/915a2562ac9ab5e01b7be6fd8baa0b2b233a0a9aa975fcb2ec13cc26f08fb9a3e85d5abdaa533c99c6fc4c5b65b914eba3d80c4aff9792a4c9fed403f28f7d9d + side-channel: "npm:^1.1.0" + checksum: 10c0/1a53328ada73f4a77f1fdf1c79414700cf718d0a8ef6672af5603e709d26a24f2181208144aed7e858b1bcc1a0d08567a570abfb45567db4ae47637ed2c2f85c + languageName: node + linkType: hard + +"string.prototype.repeat@npm:^1.0.0": + version: 1.0.0 + resolution: "string.prototype.repeat@npm:1.0.0" + dependencies: + define-properties: "npm:^1.1.3" + es-abstract: "npm:^1.17.5" + checksum: 10c0/94c7978566cffa1327d470fd924366438af9b04b497c43a9805e476e2e908aa37a1fd34cc0911156c17556dab62159d12c7b92b3cc304c3e1281fe4c8e668f40 + languageName: node + linkType: hard + +"string.prototype.trim@npm:^1.2.10": + version: 1.2.10 + resolution: "string.prototype.trim@npm:1.2.10" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.2" + define-data-property: "npm:^1.1.4" + define-properties: "npm:^1.2.1" + es-abstract: "npm:^1.23.5" + es-object-atoms: "npm:^1.0.0" + has-property-descriptors: "npm:^1.0.2" + checksum: 10c0/8a8854241c4b54a948e992eb7dd6b8b3a97185112deb0037a134f5ba57541d8248dd610c966311887b6c2fd1181a3877bffb14d873ce937a344535dabcc648f8 languageName: node linkType: hard @@ -26413,6 +27262,18 @@ __metadata: languageName: node linkType: hard +"string.prototype.trimend@npm:^1.0.9": + version: 1.0.9 + resolution: "string.prototype.trimend@npm:1.0.9" + dependencies: + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.2" + define-properties: "npm:^1.2.1" + es-object-atoms: "npm:^1.0.0" + checksum: 10c0/59e1a70bf9414cb4c536a6e31bef5553c8ceb0cf44d8b4d0ed65c9653358d1c64dd0ec203b100df83d0413bbcde38b8c5d49e14bc4b86737d74adc593a0d35b6 + languageName: node + linkType: hard + "string.prototype.trimstart@npm:^1.0.8": version: 1.0.8 resolution: "string.prototype.trimstart@npm:1.0.8" @@ -27253,7 +28114,7 @@ __metadata: languageName: node linkType: hard -"ts-api-utils@npm:^1.0.1, ts-api-utils@npm:^1.3.0": +"ts-api-utils@npm:^1.3.0": version: 1.3.0 resolution: "ts-api-utils@npm:1.3.0" peerDependencies: @@ -27262,6 +28123,15 @@ __metadata: languageName: node linkType: hard +"ts-api-utils@npm:^2.0.0": + version: 2.0.0 + resolution: "ts-api-utils@npm:2.0.0" + peerDependencies: + typescript: ">=4.8.4" + checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc + languageName: node + linkType: hard + "ts-easing@npm:^0.2.0": version: 0.2.0 resolution: "ts-easing@npm:0.2.0" @@ -27354,7 +28224,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^1.11.1, tslib@npm:^1.8.1": +"tslib@npm:^1.11.1": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: 10c0/69ae09c49eea644bc5ebe1bca4fa4cc2c82b7b3e02f43b84bd891504edf66dbc6b2ec0eef31a957042de2269139e4acff911e6d186a258fb14069cd7f6febce2 @@ -27382,17 +28252,6 @@ __metadata: languageName: node linkType: hard -"tsutils@npm:^3.21.0": - version: 3.21.0 - resolution: "tsutils@npm:3.21.0" - dependencies: - tslib: "npm:^1.8.1" - peerDependencies: - typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - checksum: 10c0/02f19e458ec78ead8fffbf711f834ad8ecd2cc6ade4ec0320790713dccc0a412b99e7fd907c4cda2a1dc602c75db6f12e0108e87a5afad4b2f9e90a24cabd5a2 - languageName: node - linkType: hard - "tty-browserify@npm:0.0.0": version: 0.0.0 resolution: "tty-browserify@npm:0.0.0" @@ -27529,6 +28388,17 @@ __metadata: languageName: node linkType: hard +"typed-array-buffer@npm:^1.0.3": + version: 1.0.3 + resolution: "typed-array-buffer@npm:1.0.3" + dependencies: + call-bound: "npm:^1.0.3" + es-errors: "npm:^1.3.0" + is-typed-array: "npm:^1.1.14" + checksum: 10c0/1105071756eb248774bc71646bfe45b682efcad93b55532c6ffa4518969fb6241354e4aa62af679ae83899ec296d69ef88f1f3763657cdb3a4d29321f7b83079 + languageName: node + linkType: hard + "typed-array-byte-length@npm:^1.0.1": version: 1.0.1 resolution: "typed-array-byte-length@npm:1.0.1" @@ -27542,6 +28412,19 @@ __metadata: languageName: node linkType: hard +"typed-array-byte-length@npm:^1.0.3": + version: 1.0.3 + resolution: "typed-array-byte-length@npm:1.0.3" + dependencies: + call-bind: "npm:^1.0.8" + for-each: "npm:^0.3.3" + gopd: "npm:^1.2.0" + has-proto: "npm:^1.2.0" + is-typed-array: "npm:^1.1.14" + checksum: 10c0/6ae083c6f0354f1fce18b90b243343b9982affd8d839c57bbd2c174a5d5dc71be9eb7019ffd12628a96a4815e7afa85d718d6f1e758615151d5f35df841ffb3e + languageName: node + linkType: hard + "typed-array-byte-offset@npm:^1.0.2": version: 1.0.2 resolution: "typed-array-byte-offset@npm:1.0.2" @@ -27556,6 +28439,21 @@ __metadata: languageName: node linkType: hard +"typed-array-byte-offset@npm:^1.0.4": + version: 1.0.4 + resolution: "typed-array-byte-offset@npm:1.0.4" + dependencies: + available-typed-arrays: "npm:^1.0.7" + call-bind: "npm:^1.0.8" + for-each: "npm:^0.3.3" + gopd: "npm:^1.2.0" + has-proto: "npm:^1.2.0" + is-typed-array: "npm:^1.1.15" + reflect.getprototypeof: "npm:^1.0.9" + checksum: 10c0/3d805b050c0c33b51719ee52de17c1cd8e6a571abdf0fffb110e45e8dd87a657e8b56eee94b776b13006d3d347a0c18a730b903cf05293ab6d92e99ff8f77e53 + languageName: node + linkType: hard + "typed-array-length@npm:^1.0.6": version: 1.0.6 resolution: "typed-array-length@npm:1.0.6" @@ -27570,6 +28468,20 @@ __metadata: languageName: node linkType: hard +"typed-array-length@npm:^1.0.7": + version: 1.0.7 + resolution: "typed-array-length@npm:1.0.7" + dependencies: + call-bind: "npm:^1.0.7" + for-each: "npm:^0.3.3" + gopd: "npm:^1.0.1" + is-typed-array: "npm:^1.1.13" + possible-typed-array-names: "npm:^1.0.0" + reflect.getprototypeof: "npm:^1.0.6" + checksum: 10c0/e38f2ae3779584c138a2d8adfa8ecf749f494af3cd3cdafe4e688ce51418c7d2c5c88df1bd6be2bbea099c3f7cea58c02ca02ed438119e91f162a9de23f61295 + languageName: node + linkType: hard + "typed-error@npm:^3.0.2": version: 3.2.2 resolution: "typed-error@npm:3.2.2" @@ -27693,6 +28605,18 @@ __metadata: languageName: node linkType: hard +"unbox-primitive@npm:^1.1.0": + version: 1.1.0 + resolution: "unbox-primitive@npm:1.1.0" + dependencies: + call-bound: "npm:^1.0.3" + has-bigints: "npm:^1.0.2" + has-symbols: "npm:^1.1.0" + which-boxed-primitive: "npm:^1.1.1" + checksum: 10c0/7dbd35ab02b0e05fe07136c72cb9355091242455473ec15057c11430129bab38b7b3624019b8778d02a881c13de44d63cd02d122ee782fb519e1de7775b5b982 + languageName: node + linkType: hard + "underscore@npm:1.12.1": version: 1.12.1 resolution: "underscore@npm:1.12.1" @@ -28309,13 +29233,6 @@ __metadata: languageName: node linkType: hard -"web-streams-polyfill@npm:^3.0.3": - version: 3.3.3 - resolution: "web-streams-polyfill@npm:3.3.3" - checksum: 10c0/64e855c47f6c8330b5436147db1c75cb7e7474d924166800e8e2aab5eb6c76aac4981a84261dd2982b3e754490900b99791c80ae1407a9fa0dcff74f82ea3a7f - languageName: node - linkType: hard - "webidl-conversions@npm:^3.0.0": version: 3.0.1 resolution: "webidl-conversions@npm:3.0.1" @@ -28516,27 +29433,41 @@ __metadata: languageName: node linkType: hard -"which-builtin-type@npm:^1.1.3": - version: 1.1.3 - resolution: "which-builtin-type@npm:1.1.3" +"which-boxed-primitive@npm:^1.1.0, which-boxed-primitive@npm:^1.1.1": + version: 1.1.1 + resolution: "which-boxed-primitive@npm:1.1.1" dependencies: - function.prototype.name: "npm:^1.1.5" - has-tostringtag: "npm:^1.0.0" + is-bigint: "npm:^1.1.0" + is-boolean-object: "npm:^1.2.1" + is-number-object: "npm:^1.1.1" + is-string: "npm:^1.1.1" + is-symbol: "npm:^1.1.1" + checksum: 10c0/aceea8ede3b08dede7dce168f3883323f7c62272b49801716e8332ff750e7ae59a511ae088840bc6874f16c1b7fd296c05c949b0e5b357bfe3c431b98c417abe + languageName: node + linkType: hard + +"which-builtin-type@npm:^1.2.1": + version: 1.2.1 + resolution: "which-builtin-type@npm:1.2.1" + dependencies: + call-bound: "npm:^1.0.2" + function.prototype.name: "npm:^1.1.6" + has-tostringtag: "npm:^1.0.2" is-async-function: "npm:^2.0.0" - is-date-object: "npm:^1.0.5" - is-finalizationregistry: "npm:^1.0.2" + is-date-object: "npm:^1.1.0" + is-finalizationregistry: "npm:^1.1.0" is-generator-function: "npm:^1.0.10" - is-regex: "npm:^1.1.4" + is-regex: "npm:^1.2.1" is-weakref: "npm:^1.0.2" isarray: "npm:^2.0.5" - which-boxed-primitive: "npm:^1.0.2" - which-collection: "npm:^1.0.1" - which-typed-array: "npm:^1.1.9" - checksum: 10c0/2b7b234df3443b52f4fbd2b65b731804de8d30bcc4210ec84107ef377a81923cea7f2763b7fb78b394175cea59118bf3c41b9ffd2d643cb1d748ef93b33b6bd4 + which-boxed-primitive: "npm:^1.1.0" + which-collection: "npm:^1.0.2" + which-typed-array: "npm:^1.1.16" + checksum: 10c0/8dcf323c45e5c27887800df42fbe0431d0b66b1163849bb7d46b5a730ad6a96ee8bfe827d078303f825537844ebf20c02459de41239a0a9805e2fcb3cae0d471 languageName: node linkType: hard -"which-collection@npm:^1.0.1": +"which-collection@npm:^1.0.1, which-collection@npm:^1.0.2": version: 1.0.2 resolution: "which-collection@npm:1.0.2" dependencies: @@ -28548,7 +29479,7 @@ __metadata: languageName: node linkType: hard -"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.15, which-typed-array@npm:^1.1.2, which-typed-array@npm:^1.1.9": +"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.15, which-typed-array@npm:^1.1.2": version: 1.1.15 resolution: "which-typed-array@npm:1.1.15" dependencies: @@ -28561,6 +29492,20 @@ __metadata: languageName: node linkType: hard +"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.18": + version: 1.1.18 + resolution: "which-typed-array@npm:1.1.18" + dependencies: + available-typed-arrays: "npm:^1.0.7" + call-bind: "npm:^1.0.8" + call-bound: "npm:^1.0.3" + for-each: "npm:^0.3.3" + gopd: "npm:^1.2.0" + has-tostringtag: "npm:^1.0.2" + checksum: 10c0/0412f4a91880ca1a2a63056187c2e3de6b129b2b5b6c17bc3729f0f7041047ae48fb7424813e51506addb2c97320003ee18b8c57469d2cde37983ef62126143c + languageName: node + linkType: hard + "which@npm:^1.2.14, which@npm:^1.3.1": version: 1.3.1 resolution: "which@npm:1.3.1" @@ -28890,6 +29835,13 @@ __metadata: languageName: node linkType: hard +"yallist@npm:4.0.0, yallist@npm:^4.0.0": + version: 4.0.0 + resolution: "yallist@npm:4.0.0" + checksum: 10c0/2286b5e8dbfe22204ab66e2ef5cc9bbb1e55dfc873bbe0d568aa943eb255d131890dfd5bf243637273d31119b870f49c18fcde2c6ffbb7a7a092b870dc90625a + languageName: node + linkType: hard + "yallist@npm:^3.0.2": version: 3.1.1 resolution: "yallist@npm:3.1.1" @@ -28897,13 +29849,6 @@ __metadata: languageName: node linkType: hard -"yallist@npm:^4.0.0": - version: 4.0.0 - resolution: "yallist@npm:4.0.0" - checksum: 10c0/2286b5e8dbfe22204ab66e2ef5cc9bbb1e55dfc873bbe0d568aa943eb255d131890dfd5bf243637273d31119b870f49c18fcde2c6ffbb7a7a092b870dc90625a - languageName: node - linkType: hard - "yaml@npm:^1.10.0, yaml@npm:^1.10.2, yaml@npm:^1.7.2": version: 1.10.2 resolution: "yaml@npm:1.10.2"