Skip to content

Commit

Permalink
fix(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent b625327 commit 1147547
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion services/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.0
20.12.2
82 changes: 41 additions & 41 deletions services/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"dependencies": {
"@headlessui/react": "1.7.18",
"@heroicons/react": "1.0.6",
"@icons-pack/react-simple-icons": "9.4.0",
"@icons-pack/react-simple-icons": "9.4.1",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.7",
"@types/node": "20.12.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"date-fns": "2.30.0",
"oidc-client-ts": "2.4.0",
"react": "18.2.0",
Expand All @@ -23,7 +23,7 @@
"react-simple-icons": "1.0.0-beta.5",
"simple-icons": "11.11.0",
"swr": "2.2.5",
"typescript": "5.4.3",
"typescript": "5.4.5",
"web-vitals": "3.5.2"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion test/infra-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.apache.groovy:groovy-all:4.0.20'
implementation 'org.apache.groovy:groovy-all:4.0.21'

testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation 'org.spockframework:spock-core'
Expand Down

0 comments on commit 1147547

Please sign in to comment.