Skip to content

Commit

Permalink
fix(deps): update dependency @manypkg/get-packages to v2 (#764)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 28, 2024
1 parent 04f8417 commit 46af6f7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-d0459eb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

Updated dependency `@manypkg/get-packages` to `2.2.0`.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@internal/plugin-scalprum-backend": "*",
"@janus-idp/backstage-plugin-rbac-backend": "2.3.1",
"@janus-idp/backstage-plugin-rbac-node": "1.0.2",
"@manypkg/get-packages": "1.1.3",
"@manypkg/get-packages": "2.2.0",
"app": "*",
"better-sqlite3": "9.3.0",
"express": "4.18.2",
Expand Down
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6328,7 +6328,24 @@
find-up "^4.1.0"
fs-extra "^8.1.0"

"@manypkg/get-packages@1.1.3", "@manypkg/get-packages@^1.1.3":
"@manypkg/find-root@^2.2.0":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-2.2.1.tgz#a7cffffdb06407967daa31f89952ebef108b27cf"
integrity sha512-34NlypD5mmTY65cFAK7QPgY5Tzt0qXR4ZRXdg97xAlkiLuwXUPBEXy5Hsqzd+7S2acsLxUz6Cs50rlDZQr4xUA==
dependencies:
"@manypkg/tools" "^1.1.0"
find-up "^4.1.0"
fs-extra "^8.1.0"

"@manypkg/get-packages@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-2.2.0.tgz#268c918880f60146351e348380ab590460c1dcc4"
integrity sha512-B5p5BXMwhGZKi/syEEAP1eVg5DZ/9LP+MZr0HqfrHLgu9fq0w4ZwH8yVen4JmjrxI2dWS31dcoswYzuphLaRxg==
dependencies:
"@manypkg/find-root" "^2.2.0"
"@manypkg/tools" "^1.1.0"

"@manypkg/get-packages@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.3.tgz#e184db9bba792fa4693de4658cfb1463ac2c9c47"
integrity sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==
Expand All @@ -6340,6 +6357,16 @@
globby "^11.0.0"
read-yaml-file "^1.1.0"

"@manypkg/tools@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@manypkg/tools/-/tools-1.1.0.tgz#730b4c0df78be7f0ce232a417f3c26023884a55c"
integrity sha512-SkAyKAByB9l93Slyg8AUHGuM2kjvWioUTCckT/03J09jYnfEzMO/wSXmEhnKGYs6qx9De8TH4yJCl0Y9lRgnyQ==
dependencies:
fs-extra "^8.1.0"
globby "^11.0.0"
jju "^1.4.0"
read-yaml-file "^1.1.0"

"@material-table/core@^3.1.0":
version "3.2.5"
resolved "https://registry.yarnpkg.com/@material-table/core/-/core-3.2.5.tgz#37b3c665bed3ded6c147ad74adb330bf49efb213"
Expand Down Expand Up @@ -18607,7 +18634,7 @@ jiti@^1.18.2:
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==

jju@~1.4.0:
jju@^1.4.0, jju@~1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a"
integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==
Expand Down

0 comments on commit 46af6f7

Please sign in to comment.