Skip to content

Commit

Permalink
fix(deps): update dependency @manypkg/get-packages to v2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Nov 13, 2023
1 parent e6df353 commit 3e65f31
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-75ca9ce.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 @@ -56,7 +56,7 @@
"winston": "3.11.0",
"fs-extra": "10.1.0",
"express-rate-limit": "7.1.3",
"@manypkg/get-packages": "1.1.3"
"@manypkg/get-packages": "2.2.0"
},
"devDependencies": {
"@backstage/cli": "0.23.1",
Expand Down
34 changes: 33 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5986,7 +5986,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 @@ -5998,6 +6015,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 @@ -18048,6 +18075,11 @@ jest@^29.0.2:
import-local "^3.0.2"
jest-cli "^29.7.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==

jmespath@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.15.0.tgz#a3f222a9aae9f966f5d27c796510e28091764217"
Expand Down

0 comments on commit 3e65f31

Please sign in to comment.