Skip to content

Commit 77f6cf3

Browse files
fix(rbac): try to fix yarn.lock
Signed-off-by: Oleksandr Andriienko <[email protected]>
1 parent e937780 commit 77f6cf3

File tree

1 file changed

+198
-3
lines changed

1 file changed

+198
-3
lines changed

yarn.lock

Lines changed: 198 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,6 +2473,75 @@
24732473
yauzl "^3.0.0"
24742474
yn "^4.0.0"
24752475

2476+
"@backstage/backend-common@^0.23.2":
2477+
version "0.23.2"
2478+
resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.23.2.tgz#d6374b5b8c4ebbedc58a2cd1560d0545231dda62"
2479+
integrity sha512-wCTvXvVxyCUJrHGoFGm941RWyxluzBOeuP4indoCtiJFngO0I0xsxkx7x1N/N9EVpi8/4gPzRhPEG8no3Dw2rQ==
2480+
dependencies:
2481+
"@aws-sdk/abort-controller" "^3.347.0"
2482+
"@aws-sdk/client-codecommit" "^3.350.0"
2483+
"@aws-sdk/client-s3" "^3.350.0"
2484+
"@aws-sdk/credential-providers" "^3.350.0"
2485+
"@aws-sdk/types" "^3.347.0"
2486+
"@backstage/backend-dev-utils" "^0.1.4"
2487+
"@backstage/backend-plugin-api" "^0.6.21"
2488+
"@backstage/cli-common" "^0.1.14"
2489+
"@backstage/config" "^1.2.0"
2490+
"@backstage/config-loader" "^1.8.1"
2491+
"@backstage/errors" "^1.2.4"
2492+
"@backstage/integration" "^1.12.0"
2493+
"@backstage/integration-aws-node" "^0.1.12"
2494+
"@backstage/plugin-auth-node" "^0.4.16"
2495+
"@backstage/types" "^1.1.1"
2496+
"@google-cloud/storage" "^7.0.0"
2497+
"@keyv/memcache" "^1.3.5"
2498+
"@keyv/redis" "^2.5.3"
2499+
"@kubernetes/client-node" "0.20.0"
2500+
"@manypkg/get-packages" "^1.1.3"
2501+
"@octokit/rest" "^19.0.3"
2502+
"@types/cors" "^2.8.6"
2503+
"@types/dockerode" "^3.3.0"
2504+
"@types/express" "^4.17.6"
2505+
"@types/luxon" "^3.0.0"
2506+
"@types/webpack-env" "^1.15.2"
2507+
archiver "^6.0.0"
2508+
base64-stream "^1.0.0"
2509+
compression "^1.7.4"
2510+
concat-stream "^2.0.0"
2511+
cors "^2.8.5"
2512+
dockerode "^4.0.0"
2513+
express "^4.17.1"
2514+
express-promise-router "^4.1.0"
2515+
fs-extra "^11.2.0"
2516+
git-url-parse "^14.0.0"
2517+
helmet "^6.0.0"
2518+
isomorphic-git "^1.23.0"
2519+
jose "^5.0.0"
2520+
keyv "^4.5.2"
2521+
knex "^3.0.0"
2522+
lodash "^4.17.21"
2523+
logform "^2.3.2"
2524+
luxon "^3.0.0"
2525+
minimatch "^9.0.0"
2526+
minimist "^1.2.5"
2527+
morgan "^1.10.0"
2528+
mysql2 "^3.0.0"
2529+
node-fetch "^2.6.7"
2530+
node-forge "^1.3.1"
2531+
p-limit "^3.1.0"
2532+
path-to-regexp "^6.2.1"
2533+
pg "^8.11.3"
2534+
raw-body "^2.4.1"
2535+
selfsigned "^2.0.0"
2536+
stoppable "^1.1.0"
2537+
tar "^6.1.12"
2538+
triple-beam "^1.4.1"
2539+
uuid "^9.0.0"
2540+
winston "^3.2.1"
2541+
winston-transport "^4.5.0"
2542+
yauzl "^3.0.0"
2543+
yn "^4.0.0"
2544+
24762545
"@backstage/backend-defaults@^0.2.18":
24772546
version "0.2.18"
24782547
resolved "https://registry.yarnpkg.com/@backstage/backend-defaults/-/backend-defaults-0.2.18.tgz#07055241c38ae19431247dcf453d6e572a482bfd"
@@ -2553,6 +2622,23 @@
25532622
express "^4.17.1"
25542623
knex "^3.0.0"
25552624

2625+
"@backstage/backend-plugin-api@^0.6.21":
2626+
version "0.6.21"
2627+
resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.6.21.tgz#0d1b9222a8e69cfd500a0789edaff7d14a77dffe"
2628+
integrity sha512-Cek3jgJmUY6oGDAYd7o/M6fezSnOIHzCBEsJHeE4vakdZ2vYOGVWPGIQmWSylEhK/oEL54JUslB5VjHo1onL9A==
2629+
dependencies:
2630+
"@backstage/cli-common" "^0.1.14"
2631+
"@backstage/config" "^1.2.0"
2632+
"@backstage/errors" "^1.2.4"
2633+
"@backstage/plugin-auth-node" "^0.4.16"
2634+
"@backstage/plugin-permission-common" "^0.7.14"
2635+
"@backstage/types" "^1.1.1"
2636+
"@types/express" "^4.17.6"
2637+
"@types/luxon" "^3.0.0"
2638+
express "^4.17.1"
2639+
knex "^3.0.0"
2640+
luxon "^3.0.0"
2641+
25562642
"@backstage/backend-tasks@^0.5.23":
25572643
version "0.5.23"
25582644
resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.5.23.tgz#85c14fff99189d0540d6bd5be4cc81faf0617620"
@@ -2622,6 +2708,11 @@
26222708
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.13.tgz#cbeda6a359ca4437fc782f0ac51bb957e8d49e73"
26232709
integrity sha512-UMgNAIJSeEPSMkzxiWCP8aFR8APsG21XczDnzwHdL/41F7g2C+KA6UeQc/3tzbe8XQo+PxbNLpReZeKSSnSPSQ==
26242710

2711+
"@backstage/cli-common@^0.1.14":
2712+
version "0.1.14"
2713+
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.14.tgz#2291520acfbac860a05dd48fc3b876d5cd789b76"
2714+
integrity sha512-4kGWGrFuxoaCne2aHCOVW+vi8y2MLEMEj785SEApMG2J8jXJXUuIOzWw0MrN0pM1FqBXDb6aeQd+bmQMK/Ci+w==
2715+
26252716
"@backstage/cli-node@^0.2.5":
26262717
version "0.2.5"
26272718
resolved "https://registry.yarnpkg.com/@backstage/cli-node/-/cli-node-0.2.5.tgz#553257a70cb7bc5c8097ed0c801eb87295164771"
@@ -2775,6 +2866,28 @@
27752866
typescript-json-schema "^0.63.0"
27762867
yaml "^2.0.0"
27772868

2869+
"@backstage/config-loader@^1.8.1":
2870+
version "1.8.1"
2871+
resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.8.1.tgz#4383309ffe0488fa6c9dac33f3bec96181750e42"
2872+
integrity sha512-oPT+TZK1ppBjQXgOJ+pfsfE/Lov596WlBc5po9wElgnbQ720OsyAmystLKecvZ1HAjC/IGLKrPZMh9OAy/k36Q==
2873+
dependencies:
2874+
"@backstage/cli-common" "^0.1.14"
2875+
"@backstage/config" "^1.2.0"
2876+
"@backstage/errors" "^1.2.4"
2877+
"@backstage/types" "^1.1.1"
2878+
"@types/json-schema" "^7.0.6"
2879+
ajv "^8.10.0"
2880+
chokidar "^3.5.2"
2881+
fs-extra "^11.2.0"
2882+
json-schema "^0.4.0"
2883+
json-schema-merge-allof "^0.8.1"
2884+
json-schema-traverse "^1.0.0"
2885+
lodash "^4.17.21"
2886+
minimist "^1.2.5"
2887+
node-fetch "^2.6.7"
2888+
typescript-json-schema "^0.63.0"
2889+
yaml "^2.0.0"
2890+
27782891
"@backstage/[email protected]", "@backstage/config@^1.2.0":
27792892
version "1.2.0"
27802893
resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.2.0.tgz#6a4d93197d0586ee3a40f9e4877c5cfd76c128f3"
@@ -3164,6 +3277,17 @@
31643277
jose "^5.0.0"
31653278
passport "^0.7.0"
31663279

3280+
"@backstage/plugin-auth-backend-module-bitbucket-provider@^0.1.0":
3281+
version "0.1.4"
3282+
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-bitbucket-provider/-/plugin-auth-backend-module-bitbucket-provider-0.1.4.tgz#d001603366c7954c94e3d1620cae19544843d4bc"
3283+
integrity sha512-I44Pxy6u1J0GIxm467zgrCj8cs4rqks3bnw61gBhuafIPsoilApTktzld6HzpaGYNOgbixpQv3Nexd6u6J55kw==
3284+
dependencies:
3285+
"@backstage/backend-plugin-api" "^0.6.21"
3286+
"@backstage/plugin-auth-node" "^0.4.16"
3287+
express "^4.18.2"
3288+
passport "^0.7.0"
3289+
passport-bitbucket-oauth2 "^0.1.2"
3290+
31673291
"@backstage/plugin-auth-backend-module-bitbucket-provider@^0.1.1":
31683292
version "0.1.1"
31693293
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-bitbucket-provider/-/plugin-auth-backend-module-bitbucket-provider-0.1.1.tgz#c081cbab0a75abc5f503f280115089fe630144f1"
@@ -3199,6 +3323,15 @@
31993323
"@backstage/types" "^1.1.1"
32003324
google-auth-library "^9.0.0"
32013325

3326+
"@backstage/plugin-auth-backend-module-github-provider@^0.1.14":
3327+
version "0.1.18"
3328+
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-github-provider/-/plugin-auth-backend-module-github-provider-0.1.18.tgz#71d9ea7ec748715805248c98c0d5c4b18201907f"
3329+
integrity sha512-XZSFMvrqCMASCGgS1yhUQa7dTiG5K/sC3CmdQQRv/QSSKubgENjrUscd+cRJ7KDK+24889eHgMCH2EfTz8XtbA==
3330+
dependencies:
3331+
"@backstage/backend-plugin-api" "^0.6.21"
3332+
"@backstage/plugin-auth-node" "^0.4.16"
3333+
passport-github2 "^0.1.12"
3334+
32023335
"@backstage/plugin-auth-backend-module-github-provider@^0.1.15":
32033336
version "0.1.15"
32043337
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-github-provider/-/plugin-auth-backend-module-github-provider-0.1.15.tgz#c8e6cd199ff7630eea7e7c0cee76cc7ffc997151"
@@ -3241,6 +3374,20 @@
32413374
"@backstage/plugin-auth-node" "^0.4.13"
32423375
passport-oauth2 "^1.7.0"
32433376

3377+
"@backstage/plugin-auth-backend-module-microsoft-provider@^0.1.12":
3378+
version "0.1.16"
3379+
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-microsoft-provider/-/plugin-auth-backend-module-microsoft-provider-0.1.16.tgz#de9e031c595f97fd1f28386276ef6b421e3ebc24"
3380+
integrity sha512-wwd2xM9Ie1oyMZMd7i6tckbn3BPSUhSrV9hjYEnvmt7Wd+BjfcePuNt0YBpsWKcGpU/sbeUgPNqFDfVT9et+Mw==
3381+
dependencies:
3382+
"@backstage/backend-plugin-api" "^0.6.21"
3383+
"@backstage/plugin-auth-node" "^0.4.16"
3384+
express "^4.18.2"
3385+
jose "^5.0.0"
3386+
lodash "^4.17.21"
3387+
node-fetch "^2.6.7"
3388+
passport "^0.7.0"
3389+
passport-microsoft "^1.0.0"
3390+
32443391
"@backstage/plugin-auth-backend-module-microsoft-provider@^0.1.13":
32453392
version "0.1.13"
32463393
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-microsoft-provider/-/plugin-auth-backend-module-microsoft-provider-0.1.13.tgz#1add7c97672ba07bcbeb1d3a27257f46014618a2"
@@ -3383,6 +3530,29 @@
33833530
zod "^3.22.4"
33843531
zod-to-json-schema "^3.21.4"
33853532

3533+
"@backstage/plugin-auth-node@^0.4.12", "@backstage/plugin-auth-node@^0.4.16":
3534+
version "0.4.16"
3535+
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.4.16.tgz#06409aa6b132c4415eb4390b95edf8f671450175"
3536+
integrity sha512-U687eLZ2fjvweR7861OB5h4E8xZSEOdvaOZeRKAFQ/Evh+KdsqCkmxHdNvS006ghG0+K9dXwjSFDQqz35StgyQ==
3537+
dependencies:
3538+
"@backstage/backend-common" "^0.23.2"
3539+
"@backstage/backend-plugin-api" "^0.6.21"
3540+
"@backstage/catalog-client" "^1.6.5"
3541+
"@backstage/catalog-model" "^1.5.0"
3542+
"@backstage/config" "^1.2.0"
3543+
"@backstage/errors" "^1.2.4"
3544+
"@backstage/types" "^1.1.1"
3545+
"@types/express" "*"
3546+
"@types/passport" "^1.0.3"
3547+
express "^4.17.1"
3548+
jose "^5.0.0"
3549+
lodash "^4.17.21"
3550+
node-fetch "^2.6.7"
3551+
passport "^0.7.0"
3552+
winston "^3.2.1"
3553+
zod "^3.22.4"
3554+
zod-to-json-schema "^3.21.4"
3555+
33863556
"@backstage/plugin-auth-react@^0.1.2":
33873557
version "0.1.2"
33883558
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-react/-/plugin-auth-react-0.1.2.tgz#683a19a555f558f3e0caee124c32f72734416121"
@@ -32557,7 +32727,16 @@ string-length@^4.0.1:
3255732727
char-regex "^1.0.2"
3255832728
strip-ansi "^6.0.0"
3255932729

32560-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
32730+
"string-width-cjs@npm:string-width@^4.2.0":
32731+
version "4.2.3"
32732+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
32733+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
32734+
dependencies:
32735+
emoji-regex "^8.0.0"
32736+
is-fullwidth-code-point "^3.0.0"
32737+
strip-ansi "^6.0.1"
32738+
32739+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3256132740
version "4.2.3"
3256232741
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3256332742
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -32644,7 +32823,7 @@ string_decoder@~1.1.1:
3264432823
dependencies:
3264532824
safe-buffer "~5.1.0"
3264632825

32647-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
32826+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3264832827
version "6.0.1"
3264932828
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3265032829
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -32658,6 +32837,13 @@ [email protected]:
3265832837
dependencies:
3265932838
ansi-regex "^4.1.0"
3266032839

32840+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
32841+
version "6.0.1"
32842+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
32843+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
32844+
dependencies:
32845+
ansi-regex "^5.0.1"
32846+
3266132847
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
3266232848
version "7.1.0"
3266332849
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -35493,7 +35679,7 @@ wordwrap@^1.0.0:
3549335679
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
3549435680
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
3549535681

35496-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
35682+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3549735683
version "7.0.0"
3549835684
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3549935685
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -35511,6 +35697,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
3551135697
string-width "^4.1.0"
3551235698
strip-ansi "^6.0.0"
3551335699

35700+
wrap-ansi@^7.0.0:
35701+
version "7.0.0"
35702+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
35703+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
35704+
dependencies:
35705+
ansi-styles "^4.0.0"
35706+
string-width "^4.1.0"
35707+
strip-ansi "^6.0.0"
35708+
3551435709
wrap-ansi@^8.1.0:
3551535710
version "8.1.0"
3551635711
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)