Skip to content

Commit

Permalink
Merge pull request #3433 from NCI-Agency/renovate/most-minor-patch
Browse files Browse the repository at this point in the history
Update most non-major dependencies
  • Loading branch information
gjvoosten authored Feb 10, 2021
2 parents 8ff97f2 + 8e2549a commit d88b457
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
// Supported databases:
implementation 'com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre8'
implementation 'org.postgresql:postgresql:42.2.18' // If using postgresql
implementation 'org.liquibase:liquibase-core:4.2.2'
implementation 'org.liquibase:liquibase-core:4.3.0'

// For caching domain users (used in every request in the AuthenticationFilter)
implementation 'org.ehcache:ehcache:3.9.0'
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"xhr2": "0.2.0"
"xhr2": "0.2.1"
},
"dependencies": {
"@apollo/react-hooks": "3.1.5",
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16928,10 +16928,10 @@ xdg-basedir@^4.0.0:
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==

xhr2@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.2.0.tgz#eddeff782f3b7551061b8d75645085269396e521"
integrity sha512-BDtiD0i2iKPK/S8OAZfpk6tyzEDnKKSjxWHcMBVmh+LuqJ8A32qXTyOx+TVOg2dKvq6zGBq2sgKPkEeRs1qTRA==
xhr2@0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.2.1.tgz#4e73adc4f9cfec9cbd2157f73efdce3a5f108a93"
integrity sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw==

xml-name-validator@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit d88b457

Please sign in to comment.