Skip to content

Commit 25f167f

Browse files
chore(deps): bump @backstage/plugin-search-backend-module-pg (#92)
Bumps [@backstage/plugin-search-backend-module-pg](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg) from 0.5.22 to 0.5.24. - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-pg/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-pg) --- updated-dependencies: - dependency-name: "@backstage/plugin-search-backend-module-pg" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e31e3ef commit 25f167f

File tree

2 files changed

+27
-35
lines changed

2 files changed

+27
-35
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@backstage/plugin-scaffolder-backend": "^1.22.2",
3434
"@backstage/plugin-search-backend": "^1.4.9",
3535
"@backstage/plugin-search-backend-module-catalog": "^0.1.13",
36-
"@backstage/plugin-search-backend-module-pg": "^0.5.22",
36+
"@backstage/plugin-search-backend-module-pg": "^0.5.24",
3737
"@backstage/plugin-search-backend-module-techdocs": "^0.1.13",
3838
"@backstage/plugin-search-backend-node": "^1.2.13",
3939
"@backstage/plugin-techdocs-backend": "^1.9.6",

yarn.lock

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3744,19 +3744,19 @@
37443744
"@backstage/plugin-search-backend-node" "^1.2.13"
37453745
"@backstage/plugin-search-common" "^1.2.10"
37463746

3747-
"@backstage/plugin-search-backend-module-pg@^0.5.22":
3748-
version "0.5.22"
3749-
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-pg/-/plugin-search-backend-module-pg-0.5.22.tgz#cd095c7dad00c594d4e58bc148a81c377ca93a0c"
3750-
integrity sha512-UXg4hCC+zblyNvuiqPlVi8kwabnAxUPzTZn9nB9mNoa9II1bwPFs51tlyy10MyH0U+vNuark1K/Auj3qORrpzw==
3747+
"@backstage/plugin-search-backend-module-pg@^0.5.24":
3748+
version "0.5.24"
3749+
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-pg/-/plugin-search-backend-module-pg-0.5.24.tgz#1ad5f4be95283a499391b627aa73012631025581"
3750+
integrity sha512-q8ex5OCJvOZPzvKgCfwZFPvJeRhx64o0/B21fx9URFYPUfBIntyURpXT7Eql5/l+HKHIUj04vySikwPOpN2orA==
37513751
dependencies:
3752-
"@backstage/backend-common" "^0.21.3"
3753-
"@backstage/backend-plugin-api" "^0.6.13"
3754-
"@backstage/config" "^1.1.1"
3755-
"@backstage/plugin-search-backend-node" "^1.2.17"
3756-
"@backstage/plugin-search-common" "^1.2.10"
3752+
"@backstage/backend-common" "^0.21.5"
3753+
"@backstage/backend-plugin-api" "^0.6.15"
3754+
"@backstage/config" "^1.2.0"
3755+
"@backstage/plugin-search-backend-node" "^1.2.19"
3756+
"@backstage/plugin-search-common" "^1.2.11"
37573757
knex "^3.0.0"
37583758
lodash "^4.17.21"
3759-
uuid "^8.3.2"
3759+
uuid "^9.0.0"
37603760
winston "^3.2.1"
37613761

37623762
"@backstage/plugin-search-backend-module-techdocs@^0.1.13", "@backstage/plugin-search-backend-module-techdocs@^0.1.17":
@@ -3781,23 +3781,23 @@
37813781
p-limit "^3.1.0"
37823782
winston "^3.2.1"
37833783

3784-
"@backstage/plugin-search-backend-node@^1.2.13", "@backstage/plugin-search-backend-node@^1.2.17":
3785-
version "1.2.17"
3786-
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-node/-/plugin-search-backend-node-1.2.17.tgz#896bfc1f524bc6c0892e4ce8e08b0bde86159693"
3787-
integrity sha512-3Uq3qlv14gLpDspksuCAL5jQHhnavFNQq03Ub+o2RZhcXBrBf2U+IdF/4p7lpbUdff0SkcUj4O48wLBN+JPayg==
3784+
"@backstage/plugin-search-backend-node@^1.2.13", "@backstage/plugin-search-backend-node@^1.2.17", "@backstage/plugin-search-backend-node@^1.2.19":
3785+
version "1.2.19"
3786+
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-node/-/plugin-search-backend-node-1.2.19.tgz#0d10acd6d40a7308ca4ab44b42d02ec6b8ff955f"
3787+
integrity sha512-osbSILue84z7R/HBFOFYB4buOv/Jmk141o/GANWbxFfZjtyGaOe3obfStrqIXrn2irJ32TrU7IO99NyFCEPBeg==
37883788
dependencies:
3789-
"@backstage/backend-common" "^0.21.3"
3790-
"@backstage/backend-plugin-api" "^0.6.13"
3791-
"@backstage/backend-tasks" "^0.5.18"
3792-
"@backstage/config" "^1.1.1"
3793-
"@backstage/errors" "^1.2.3"
3794-
"@backstage/plugin-permission-common" "^0.7.12"
3795-
"@backstage/plugin-search-common" "^1.2.10"
3789+
"@backstage/backend-common" "^0.21.5"
3790+
"@backstage/backend-plugin-api" "^0.6.15"
3791+
"@backstage/backend-tasks" "^0.5.20"
3792+
"@backstage/config" "^1.2.0"
3793+
"@backstage/errors" "^1.2.4"
3794+
"@backstage/plugin-permission-common" "^0.7.13"
3795+
"@backstage/plugin-search-common" "^1.2.11"
37963796
"@types/lunr" "^2.3.3"
37973797
lodash "^4.17.21"
37983798
lunr "^2.3.9"
37993799
ndjson "^2.0.0"
3800-
uuid "^8.3.2"
3800+
uuid "^9.0.0"
38013801
winston "^3.2.1"
38023802

38033803
"@backstage/plugin-search-backend@^1.4.9":
@@ -3825,15 +3825,7 @@
38253825
yn "^4.0.0"
38263826
zod "^3.22.4"
38273827

3828-
"@backstage/plugin-search-common@^1.2.10":
3829-
version "1.2.10"
3830-
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.2.10.tgz#c9a8294e546a124ff1eca50dbb6d04bbb2143e37"
3831-
integrity sha512-yn18Beo+oXocDLfbOoCwFd8p8n7veGyDxKN/8rL6EZjMjNL13ZFvUIAOSrhg7wcx/avLKGwpYoFxMde2LxD/cA==
3832-
dependencies:
3833-
"@backstage/plugin-permission-common" "^0.7.12"
3834-
"@backstage/types" "^1.1.1"
3835-
3836-
"@backstage/plugin-search-common@^1.2.11":
3828+
"@backstage/plugin-search-common@^1.2.10", "@backstage/plugin-search-common@^1.2.11":
38373829
version "1.2.11"
38383830
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.2.11.tgz#5563f9b7b5ff915d1fe0e0e213c9536029dac91c"
38393831
integrity sha512-b2gmurxNdgY6LQ4E+BzITVUFF5jCewjlkI4/oppFTsk1IH+VfQyRDoGb8u2wuYKGCwvgVPgP3qUBEo25oGTZfg==
@@ -9005,9 +8997,9 @@
90058997
"@types/react" "*"
90068998

90078999
"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^16.13.1 || ^17.0.0 || ^18.0.0", "@types/react@^18":
9008-
version "18.2.70"
9009-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.70.tgz#89a37f9e0a6a4931f4259c598f40fd44dd6abf71"
9010-
integrity sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==
9000+
version "18.2.71"
9001+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.71.tgz#77c3b97b02014bf351b21b684f80273a3a343f96"
9002+
integrity sha512-PxEsB9OjmQeYGffoWnYAd/r5FiJuUw2niFQHPc2v2idwh8wGPkkYzOHuinNJJY6NZqfoTCiOIizDOz38gYNsyw==
90119003
dependencies:
90129004
"@types/prop-types" "*"
90139005
"@types/scheduler" "*"

0 commit comments

Comments
 (0)