|
466 | 466 | "@feathersjs/errors" "^5.0.31"
|
467 | 467 | "@feathersjs/feathers" "^5.0.31"
|
468 | 468 |
|
| 469 | +"@feathersjs/adapter-commons@^5.0.33": |
| 470 | + version "5.0.33" |
| 471 | + resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.33.tgz#6e24ac674febe5d7a13b2fa1d647491b8e802382" |
| 472 | + integrity sha512-2IZLSccDF99zaoYyIXHtwR+CCjywxLGHs3SMYYqM6jvonSAfyKJ5Fp3eIvh6CQZoLnukFIKTU8Ow14mYOlVKyQ== |
| 473 | + dependencies: |
| 474 | + "@feathersjs/commons" "^5.0.33" |
| 475 | + "@feathersjs/errors" "^5.0.33" |
| 476 | + "@feathersjs/feathers" "^5.0.33" |
| 477 | + |
469 | 478 | "@feathersjs/authentication-jwt@^2.0.10":
|
470 | 479 | version "2.0.10"
|
471 | 480 | resolved "https://registry.npmjs.org/@feathersjs/authentication-jwt/-/authentication-jwt-2.0.10.tgz#f8ec25d1230552b311af21822c5974cbc5f99b5e"
|
|
478 | 487 | lodash.pick "^4.4.0"
|
479 | 488 | passport-jwt "^4.0.0"
|
480 | 489 |
|
481 |
| -"@feathersjs/authentication-local@^5.0.31": |
482 |
| - version "5.0.31" |
483 |
| - resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.31.tgz#4e7848936f2cd5ef7c0294ec378b98aa7756d743" |
484 |
| - integrity sha512-2pChJJnP4UW2TnhsOaj4spTWrCsjy5dXlG9bE9jSaJlGUXuex8iKiofInsu8GxWdd8vNhP1ArPLvrZOw6knIPA== |
| 490 | +"@feathersjs/authentication-local@^5.0.33": |
| 491 | + version "5.0.33" |
| 492 | + resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-5.0.33.tgz#a474d3d1ac3fafd800803cbe97f63c4b31fe7861" |
| 493 | + integrity sha512-KVqo9BjFTvkcOQwyM/vhaKW95CUbvLnyviNR5b5O4c/IoZBAK3CYBR1f1yryd4Yiu/tMY+a8f3GUjGCFcVwDmw== |
485 | 494 | dependencies:
|
486 |
| - "@feathersjs/authentication" "^5.0.31" |
487 |
| - "@feathersjs/commons" "^5.0.31" |
488 |
| - "@feathersjs/errors" "^5.0.31" |
489 |
| - "@feathersjs/feathers" "^5.0.31" |
490 |
| - bcryptjs "^2.4.3" |
| 495 | + "@feathersjs/authentication" "^5.0.33" |
| 496 | + "@feathersjs/commons" "^5.0.33" |
| 497 | + "@feathersjs/errors" "^5.0.33" |
| 498 | + "@feathersjs/feathers" "^5.0.33" |
| 499 | + bcryptjs "^3.0.2" |
491 | 500 | lodash "^4.17.21"
|
492 | 501 |
|
493 | 502 | "@feathersjs/authentication-oauth@^5.0.31":
|
|
507 | 516 | koa-session "^6.4.0"
|
508 | 517 | qs "^6.13.0"
|
509 | 518 |
|
510 |
| -"@feathersjs/authentication@^5.0.29", "@feathersjs/authentication@^5.0.31": |
511 |
| - version "5.0.31" |
512 |
| - resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.31.tgz#9bef38d9a27a2303a6baf1edb0623b5c0d7796fd" |
513 |
| - integrity sha512-mIu9v5UnQl6KnMUyrS+NNwBc5F8aM0DfsuIBn6/tYRi+r0KOFx08zwqo6Ai7/0b+uaMrUB8YM54295GLxM4o9A== |
| 519 | +"@feathersjs/authentication@^5.0.29", "@feathersjs/authentication@^5.0.31", "@feathersjs/authentication@^5.0.33": |
| 520 | + version "5.0.33" |
| 521 | + resolved "https://registry.yarnpkg.com/@feathersjs/authentication/-/authentication-5.0.33.tgz#b79e02a0d0e255e2b69b762be9d412caf32aadc9" |
| 522 | + integrity sha512-XrPtlbbClVdo/vWIu7ujd2Fdbg4Orhr15P51I2fS8hTQtLa+orxveFJVtlSHNm+9IKykhRZGbpApjWTgxHub6g== |
514 | 523 | dependencies:
|
515 |
| - "@feathersjs/commons" "^5.0.31" |
516 |
| - "@feathersjs/errors" "^5.0.31" |
517 |
| - "@feathersjs/feathers" "^5.0.31" |
| 524 | + "@feathersjs/commons" "^5.0.33" |
| 525 | + "@feathersjs/errors" "^5.0.33" |
| 526 | + "@feathersjs/feathers" "^5.0.33" |
518 | 527 | "@feathersjs/hooks" "^0.9.0"
|
519 |
| - "@feathersjs/schema" "^5.0.31" |
520 |
| - "@feathersjs/transport-commons" "^5.0.31" |
521 |
| - "@types/jsonwebtoken" "^9.0.7" |
| 528 | + "@feathersjs/schema" "^5.0.33" |
| 529 | + "@feathersjs/transport-commons" "^5.0.33" |
| 530 | + "@types/jsonwebtoken" "^9.0.9" |
522 | 531 | jsonwebtoken "^9.0.2"
|
523 | 532 | lodash "^4.17.21"
|
524 | 533 | long-timeout "^0.1.1"
|
525 |
| - uuid "^11.0.2" |
| 534 | + uuid "^11.1.0" |
526 | 535 |
|
527 |
| -"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.12", "@feathersjs/commons@^5.0.31": |
528 |
| - version "5.0.31" |
529 |
| - resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.31.tgz#01d193379c2e6d19dbcbf48c169a49adca1eac9b" |
530 |
| - integrity sha512-Kp8euV0ARSxQMCSH+em0opQBK2QkuWf+gPs+pnWK16H8kDciQ0tOz1st11X/5CYMbhy5Ccp2LSclpMQ7xNcrdA== |
| 536 | +"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.12", "@feathersjs/commons@^5.0.31", "@feathersjs/commons@^5.0.33": |
| 537 | + version "5.0.33" |
| 538 | + resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.33.tgz#eda8fc41b3f80eccbf6db070a4db59c8977b9dc6" |
| 539 | + integrity sha512-RPwOTERN6jeNjXqV/K0djBtc9Y9GcX3W5N9XKWOSdSkPQNzKwXG1G7sPkSRrnx2iJqFMuN/5nS+s69JwLW2m1g== |
531 | 540 |
|
532 | 541 | "@feathersjs/configuration@^5.0.31":
|
533 | 542 | version "5.0.31"
|
|
547 | 556 | dependencies:
|
548 | 557 | debug "^4.0.0"
|
549 | 558 |
|
550 |
| -"@feathersjs/errors@^5.0.1", "@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.12", "@feathersjs/errors@^5.0.29", "@feathersjs/errors@^5.0.30", "@feathersjs/errors@^5.0.31": |
551 |
| - version "5.0.31" |
552 |
| - resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.31.tgz#0498ca65d8025063fc11bfc983657e37944b17b3" |
553 |
| - integrity sha512-+ar4aq8Ka1EtTGH1+BBIDW12nfNJKnnzGdevoCmSmfHVAdb66se5fWv3I4rShvnguYyeUg8rkICJYf7AEcrPiw== |
| 559 | +"@feathersjs/errors@^5.0.1", "@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.12", "@feathersjs/errors@^5.0.29", "@feathersjs/errors@^5.0.30", "@feathersjs/errors@^5.0.31", "@feathersjs/errors@^5.0.33": |
| 560 | + version "5.0.33" |
| 561 | + resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.33.tgz#e1e0a79bf1774d2bbfa4e8983d089330652a8018" |
| 562 | + integrity sha512-roM6xxEUdcm7b9OAtCBViafTF7K0tjW45p9IxAN3Q6VAo7bT2qb7Hh22VgBOtKxVTSYTncON4eQv8F0yVRSCSg== |
554 | 563 |
|
555 | 564 | "@feathersjs/express@^5.0.30", "@feathersjs/express@^5.0.31":
|
556 | 565 | version "5.0.31"
|
|
570 | 579 | cors "^2.8.5"
|
571 | 580 | express "^4.21.1"
|
572 | 581 |
|
573 |
| -"@feathersjs/feathers@^5.0.1", "@feathersjs/feathers@^5.0.12", "@feathersjs/feathers@^5.0.31", "@feathersjs/feathers@^5.0.9": |
574 |
| - version "5.0.31" |
575 |
| - resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.31.tgz#329b669084cf9f3aa0d1ff2b441bedc39b72b444" |
576 |
| - integrity sha512-QCGyemcRGnKMLMJ0XssAwaaGwydhE4KG8QwUVgMQdrJ1yOjx4NvXbOgsWeJ0kJ971KkxzNt1AKN1WJc398qyhw== |
| 582 | +"@feathersjs/feathers@^5.0.1", "@feathersjs/feathers@^5.0.12", "@feathersjs/feathers@^5.0.31", "@feathersjs/feathers@^5.0.33", "@feathersjs/feathers@^5.0.9": |
| 583 | + version "5.0.33" |
| 584 | + resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.33.tgz#f8054ba66e3f3dff210bba8f69104868f5adc317" |
| 585 | + integrity sha512-bEcperDJVXJkJQYTUKgneXshC54w0h334TjeBCda8BTPVp7DX5p2q5QvsSvz91RS2si537Vy4E/xp+s4Nsi+ng== |
577 | 586 | dependencies:
|
578 |
| - "@feathersjs/commons" "^5.0.31" |
| 587 | + "@feathersjs/commons" "^5.0.33" |
579 | 588 | "@feathersjs/hooks" "^0.9.0"
|
580 | 589 | events "^3.3.0"
|
581 | 590 |
|
|
620 | 629 | ajv-formats "^3.0.1"
|
621 | 630 | json-schema-to-ts "^3.1.1"
|
622 | 631 |
|
| 632 | +"@feathersjs/schema@^5.0.33": |
| 633 | + version "5.0.33" |
| 634 | + resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.33.tgz#c0c671d28a968a0e639da9cdf799c0b7b68ae36b" |
| 635 | + integrity sha512-oNyMH276WjBp2nTZjfP0JdHagjyLzMKgryHq6SS2Isb3JQTWWlYyQhIYq7uCrq3Daty8Nn3lRkmoAwLeO5snyA== |
| 636 | + dependencies: |
| 637 | + "@feathersjs/adapter-commons" "^5.0.33" |
| 638 | + "@feathersjs/commons" "^5.0.33" |
| 639 | + "@feathersjs/errors" "^5.0.33" |
| 640 | + "@feathersjs/feathers" "^5.0.33" |
| 641 | + "@feathersjs/hooks" "^0.9.0" |
| 642 | + "@types/json-schema" "^7.0.15" |
| 643 | + ajv "^8.17.1" |
| 644 | + ajv-formats "^3.0.1" |
| 645 | + json-schema-to-ts "^3.1.1" |
| 646 | + |
623 | 647 | "@feathersjs/socketio@^5.0.31":
|
624 | 648 | version "5.0.31"
|
625 | 649 | resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-5.0.31.tgz#15ddb8bb50ea7414b36e68c433458a18afb3638e"
|
|
641 | 665 | encodeurl "^2.0.0"
|
642 | 666 | lodash "^4.17.21"
|
643 | 667 |
|
| 668 | +"@feathersjs/transport-commons@^5.0.33": |
| 669 | + version "5.0.33" |
| 670 | + resolved "https://registry.yarnpkg.com/@feathersjs/transport-commons/-/transport-commons-5.0.33.tgz#85743ff104d771cd238534fc510a01e8219f69ab" |
| 671 | + integrity sha512-mlqcxxfphQTPCBenJLE+8buRpKwOa+1FmJuMXn4QcYpOaK+Y1QlDBRTuXbKmccwFlkld+j4DzmyiF2MCFNZk3w== |
| 672 | + dependencies: |
| 673 | + "@feathersjs/commons" "^5.0.33" |
| 674 | + "@feathersjs/errors" "^5.0.33" |
| 675 | + "@feathersjs/feathers" "^5.0.33" |
| 676 | + encodeurl "^2.0.0" |
| 677 | + lodash "^4.17.21" |
| 678 | + |
644 | 679 | "@google-cloud/paginator@^3.0.7":
|
645 | 680 | version "3.0.7"
|
646 | 681 | resolved "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz#fb6f8e24ec841f99defaebf62c75c2e744dd419b"
|
|
1301 | 1336 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
1302 | 1337 | integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
1303 | 1338 |
|
1304 |
| -"@types/jsonwebtoken@^9.0.7", "@types/jsonwebtoken@^9.0.8": |
| 1339 | +"@types/jsonwebtoken@^9.0.8": |
1305 | 1340 | version "9.0.8"
|
1306 | 1341 | resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.8.tgz#313490052801edfb031bb32b6bbd77cc9f230852"
|
1307 | 1342 | integrity sha512-7fx54m60nLFUVYlxAB1xpe9CBWX2vSrk50Y6ogRJ1v5xxtba7qXTg5BgYDN5dq+yuQQ9HaVlHJyAAt1/mxryFg==
|
1308 | 1343 | dependencies:
|
1309 | 1344 | "@types/ms" "*"
|
1310 | 1345 | "@types/node" "*"
|
1311 | 1346 |
|
| 1347 | +"@types/jsonwebtoken@^9.0.9": |
| 1348 | + version "9.0.9" |
| 1349 | + resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz#a4c3a446c0ebaaf467a58398382616f416345fb3" |
| 1350 | + integrity sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ== |
| 1351 | + dependencies: |
| 1352 | + "@types/ms" "*" |
| 1353 | + "@types/node" "*" |
| 1354 | + |
1312 | 1355 | "@types/keygrip@*":
|
1313 | 1356 | version "1.0.2"
|
1314 | 1357 | resolved "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz#513abfd256d7ad0bf1ee1873606317b33b1b2a72"
|
@@ -1913,10 +1956,10 @@ base64id@2.0.0, base64id@~2.0.0:
|
1913 | 1956 | resolved "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz#2770ac6bc47d312af97a8bf9a634342e0cd25cb6"
|
1914 | 1957 | integrity sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==
|
1915 | 1958 |
|
1916 |
| -bcryptjs@^2.4.3: |
1917 |
| - version "2.4.3" |
1918 |
| - resolved "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb" |
1919 |
| - integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ== |
| 1959 | +bcryptjs@^3.0.2: |
| 1960 | + version "3.0.2" |
| 1961 | + resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-3.0.2.tgz#caadcca1afefe372ed6e20f86db8e8546361c1ca" |
| 1962 | + integrity sha512-k38b3XOZKv60C4E2hVsXTolJWfkGRMbILBIe2IBITXciy5bOsTKot5kDrf3ZfufQtQOUN5mXceUEpU1rTl9Uog== |
1920 | 1963 |
|
1921 | 1964 | bignumber.js@^9.0.0:
|
1922 | 1965 | version "9.1.1"
|
@@ -5840,10 +5883,10 @@ utils-merge@1.0.1:
|
5840 | 5883 | resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
5841 | 5884 | integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
|
5842 | 5885 |
|
5843 |
| -uuid@^11.0.2: |
5844 |
| - version "11.0.2" |
5845 |
| - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875" |
5846 |
| - integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ== |
| 5886 | +uuid@^11.1.0: |
| 5887 | + version "11.1.0" |
| 5888 | + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" |
| 5889 | + integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== |
5847 | 5890 |
|
5848 | 5891 | uuid@^8.0.0, uuid@^8.3.2:
|
5849 | 5892 | version "8.3.2"
|
|
0 commit comments