Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
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 Nov 15, 2024
1 parent 624dc48 commit e54b064
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
with:
app-id: ${{ vars.JANUS_IDP_GITHUB_APP_ID }}
private-key: ${{ secrets.JANUS_IDP_GITHUB_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"overrides": {
"@aws-sdk/util-utf8-browser": {
"@smithy/util-utf8": "^2.0.0"
"@smithy/util-utf8": "^2.3.0"
}
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@backstage/cli": "0.28.2",
"@backstage/test-utils": "1.7.0",
"@janus-idp/cli": "1.17.0",
"@scalprum/react-test-utils": "0.2.2",
"@scalprum/react-test-utils": "0.2.4",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
Expand Down
34 changes: 22 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14731,6 +14731,16 @@ __metadata:
languageName: node
linkType: hard

"@scalprum/core@npm:^0.8.1":
version: 0.8.1
resolution: "@scalprum/core@npm:0.8.1"
dependencies:
"@openshift/dynamic-plugin-sdk": ^5.0.1
tslib: ^2.6.2
checksum: 581631848bda2081dfe797c4c4326b442ce086d69117cc1eb74c18d345124825d87f570d09e8edaaa132d32a7720db0e728971834f1509aca9349aff21246a52
languageName: node
linkType: hard

"@scalprum/react-core@npm:0.8.0":
version: 0.8.0
resolution: "@scalprum/react-core@npm:0.8.0"
Expand All @@ -14745,30 +14755,30 @@ __metadata:
languageName: node
linkType: hard

"@scalprum/react-core@npm:^0.7.1":
version: 0.7.1
resolution: "@scalprum/react-core@npm:0.7.1"
"@scalprum/react-core@npm:^0.9.3":
version: 0.9.3
resolution: "@scalprum/react-core@npm:0.9.3"
dependencies:
"@openshift/dynamic-plugin-sdk": ^5.0.1
"@scalprum/core": ^0.7.0
"@scalprum/core": ^0.8.1
lodash: ^4.17.0
peerDependencies:
react: ">=16.8.0 || >=17.0.0 || ^18.0.0"
react-dom: ">=16.8.0 || >=17.0.0 || ^18.0.0"
checksum: e1104b6ef4423a1a93c8470e94a1e15931581f88c8cc7e789a8f92f25627962a38f279ce3072251c5b034b631424e45476ffba23b097bb447360c61147980434
checksum: 19c29a54e25c8025b668a96291741ce4b68dc0c87684cc39c260fc29aa2e0fc0d3e01266e0b5f64a290607e3df8d766539b619d23b756e2d09534b37034c313c
languageName: node
linkType: hard

"@scalprum/react-test-utils@npm:0.2.2":
version: 0.2.2
resolution: "@scalprum/react-test-utils@npm:0.2.2"
"@scalprum/react-test-utils@npm:0.2.4":
version: 0.2.4
resolution: "@scalprum/react-test-utils@npm:0.2.4"
dependencies:
"@openshift/dynamic-plugin-sdk": ^5.0.1
"@scalprum/core": ^0.7.0
"@scalprum/react-core": ^0.7.1
"@scalprum/core": ^0.8.1
"@scalprum/react-core": ^0.9.3
tslib: ^2.6.2
whatwg-fetch: ^3.6.0
checksum: 47e6d4559e02deaa67036ce0bf04f11295773388c7d88db5f3a5774167f8208644e8f0345d54e54bba6374aac81a344d6ea2e656a6abee1d3632edbc7a052801
checksum: cc20bd4e4b6e12981aa1d745e50bf4825dd4395d2be19812251d75cfe0e23a1ceba9d5576dcab018a1ed9ab5c6578e668597744d22d850ca3062ee4848fd049e
languageName: node
linkType: hard

Expand Down Expand Up @@ -19476,7 +19486,7 @@ __metadata:
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@scalprum/core": 0.7.0
"@scalprum/react-core": 0.8.0
"@scalprum/react-test-utils": 0.2.2
"@scalprum/react-test-utils": 0.2.4
"@testing-library/dom": 9.3.4
"@testing-library/jest-dom": 6.6.3
"@testing-library/react": 14.3.1
Expand Down

0 comments on commit e54b064

Please sign in to comment.