Skip to content

Commit

Permalink
fix(deps): pin dependencies (janus-idp#696)
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 Nov 1, 2023
1 parent da696fd commit 35d1f02
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/renovate-1b2b70e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'app': patch
---

Updated dependency `@scalprum/core` to `0.6.1`.
Updated dependency `@scalprum/react-core` to `0.6.1`.
Updated dependency `lodash` to `4.17.21`.
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"@roadiehq/backstage-plugin-github-pull-requests": "2.5.18",
"@roadiehq/backstage-plugin-jira": "2.4.11",
"@roadiehq/backstage-plugin-security-insights": "2.3.9",
"@scalprum/core": "^0.6.1",
"@scalprum/react-core": "^0.6.1",
"@scalprum/core": "0.6.1",
"@scalprum/react-core": "0.6.1",
"history": "5.3.0",
"lodash": "^4.0.0",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.17.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7154,14 +7154,14 @@
"@sagold/json-pointer" "^5.1.1"
ebnf "^1.9.1"

"@scalprum/core@^0.6.1":
"@scalprum/core@0.6.1", "@scalprum/core@^0.6.1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@scalprum/core/-/core-0.6.1.tgz#73cc67ef52b586dd83f164b9d8010682eacea0ea"
integrity sha512-sZ8T3AC402J6ilK9ufergLRTZ3jAnzhQLzF7xZE+5NFKSlHcphPMGVdtYt8NkYxuANsNNKTWw6DifOeWyBXiQw==
dependencies:
"@openshift/dynamic-plugin-sdk" "^4.0.0"

"@scalprum/react-core@^0.6.1":
"@scalprum/react-core@0.6.1", "@scalprum/react-core@^0.6.1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@scalprum/react-core/-/react-core-0.6.1.tgz#595a59964be16c5e13508e16c50530a4dedbd006"
integrity sha512-mnKKgxcIGwtNptmZzS9WYylN+/LeavBMSsYthLTwXTCT2sSGM4i69fMUJCCz/de2e7nlxux6ZbOGdi8VkEU6FQ==
Expand Down Expand Up @@ -19255,7 +19255,7 @@ lodash.zipobject@^4.1.3:
resolved "https://registry.yarnpkg.com/lodash.zipobject/-/lodash.zipobject-4.1.3.tgz#b399f5aba8ff62a746f6979bf20b214f964dbef8"
integrity sha512-A9SzX4hMKWS25MyalwcOnNoplyHbkNVsjidhTp8ru0Sj23wY9GWBKS8gAIGDSAqeWjIjvE4KBEl24XXAs+v4wQ==

lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
lodash@4.17.21, lodash@^4.15.0, lodash@^4.17.0, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
Expand Down

0 comments on commit 35d1f02

Please sign in to comment.