Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
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] committed Aug 2, 2024
1 parent 3b6e5df commit be8d841
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"@janus-idp/backstage-plugin-rbac-common": "1.6.1",
"@mui/icons-material": "5.16.4",
"@mui/material": "5.16.4",
"@redhat-developer/red-hat-developer-hub-theme": "0.1.7",
"@redhat-developer/red-hat-developer-hub-theme": "0.2.0",
"@scalprum/core": "0.7.0",
"@scalprum/react-core": "0.8.0",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.25.1",
"react-use": "17.5.1",
"tss-react": "4.9.10"
"tss-react": "4.9.12"
},
"devDependencies": {
"@backstage/cli": "0.26.6",
Expand Down
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 @@
"express-prom-bundle": "6.6.0",
"global-agent": "3.0.0",
"prom-client": "15.1.3",
"undici": "6.19.4",
"undici": "6.19.5",
"winston": "3.13.1",
"winston-daily-rotate-file": "5.0.0"
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10255,10 +10255,10 @@
"@react-spring/shared" "~9.7.3"
"@react-spring/types" "~9.7.3"

"@redhat-developer/red-hat-developer-hub-theme@0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@redhat-developer/red-hat-developer-hub-theme/-/red-hat-developer-hub-theme-0.1.7.tgz#85ee286267fdd3deeff10f8e440220fb486edb3f"
integrity sha512-qpvtQUan8fjWqeQm6FL60syytSqHY115F7J44cW1Pqr+CGv0SmvGWSiiKYK1A/mzOX6lgO+ukO4dzwb0XDluPQ==
"@redhat-developer/red-hat-developer-hub-theme@0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@redhat-developer/red-hat-developer-hub-theme/-/red-hat-developer-hub-theme-0.2.0.tgz#b2068953b45a549c0630bf8f42e699afffec4785"
integrity sha512-Zd69ikw25UAwRhJIaxdH9ptRLwAYkczrmcS4yl9ZCvZddyoE4BYvn/nHM7OEwkFEtcHP7UHYQUlCRoBWSddlbg==

"@remix-run/router@1.18.0":
version "1.18.0"
Expand Down Expand Up @@ -28892,10 +28892,10 @@ tslib@^1.11.1, tslib@^1.14.1, tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tss-react@4.9.10:
version "4.9.10"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.10.tgz#287392f4459116ac83c51fc117fad138ac06f139"
integrity sha512-uQj+r8mOKy0tv+/GAIzViVG81w/WeTCOF7tjsDyNjlicnWbxtssYwTvVjWT4lhWh5FSznDRy6RFp0BDdoLbxyg==
tss-react@4.9.12:
version "4.9.12"
resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.9.12.tgz#beaae5459cae2dd966af4c97f6dc6dd6655e183d"
integrity sha512-bsREJF9opq8OEZKibw7Awao2g16ZSlsBavmIxzKVF7EMcJ1d0Uc/Z2lJEKlZwYoct6g1C0dxd5XI+RwPhTrlUA==
dependencies:
"@emotion/cache" "*"
"@emotion/serialize" "*"
Expand Down Expand Up @@ -29224,10 +29224,10 @@ undici@5.28.4:
dependencies:
"@fastify/busboy" "^2.0.0"

undici@6.19.4:
version "6.19.4"
resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.4.tgz#5ec3b191699a1678ee0aa9ed14e443a682d0f7a8"
integrity sha512-i3uaEUwNdkRq2qtTRRJb13moW5HWqviu7Vl7oYRYz++uPtGHJj+x7TGjcEuwS5Mt2P4nA0U9dhIX3DdB6JGY0g==
undici@6.19.5:
version "6.19.5"
resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.5.tgz#5829101361b583b53206e81579f4df71c56d6be8"
integrity sha512-LryC15SWzqQsREHIOUybavaIHF5IoL0dJ9aWWxL/PgT1KfqAW5225FZpDUFlt9xiDMS2/S7DOKhFWA7RLksWdg==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit be8d841

Please sign in to comment.