Skip to content

Commit

Permalink
Merge pull request #4041 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 committed Jul 7, 2022
2 parents 4b928f1 + 4d0642c commit 6df7be5
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 603 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id "org.kordamp.gradle.markdown" version "2.2.0"
// https://github.com/bmuschko/gradle-docker-plugin
id "com.bmuschko.docker-remote-api" version "7.4.0"
id "com.github.node-gradle.node" version "3.3.0"
id "com.diffplug.spotless" version "6.6.1"
id "com.github.node-gradle.node" version "3.4.0"
id "com.diffplug.spotless" version "6.8.0"
id "com.graphql_java_generator.graphql-gradle-plugin" version "1.18"
id "org.beryx.runtime" version "1.12.7"
id "nebula.ospackage" version "9.1.1"
Expand All @@ -24,9 +24,9 @@ sourceCompatibility = 11
targetCompatibility = 11

boolean isTestEnv = project.hasProperty("testEnv")
String dropwizardVersion = "2.1.0"
String dropwizardVersion = "2.1.1"
String logbackVersion = "1.2.11"
String log4jVersion = "2.17.2"
String log4jVersion = "2.18.0"
String keycloakVersion = "16.1.1"
String containerPushDataPath = "/var/tmp"

Expand Down Expand Up @@ -79,13 +79,13 @@ dependencies {
implementation "io.dropwizard:dropwizard-views-freemarker:${dropwizardVersion}"
implementation 'io.dropwizard-bundles:dropwizard-configurable-assets-bundle:1.3.5'

implementation 'ru.vyarus.guicey:guicey-jdbi3:5.5.0-1'
implementation 'ru.vyarus.guicey:guicey-jdbi3:5.6.1-1'
implementation 'com.google.guava:guava:31.1-jre' // Pick the non-Android version of Guice
implementation 'commons-collections:commons-collections:3.2.2'

// Supported database is PostgreSQL:
implementation 'org.postgresql:postgresql:42.3.6'
implementation 'org.liquibase:liquibase-core:4.11.0'
implementation 'org.postgresql:postgresql:42.4.0'
implementation 'org.liquibase:liquibase-core:4.12.0'

// For caching domain users (used in every request in the AuthenticationFilter)
implementation 'org.ehcache:ehcache:3.10.0'
Expand All @@ -96,7 +96,7 @@ dependencies {
implementation "ch.qos.logback:logback-classic:${logbackVersion}"
implementation "ch.qos.logback:logback-core:${logbackVersion}"
implementation "ch.qos.logback:logback-access:${logbackVersion}"
implementation 'com.graphql-java:java-dataloader:3.1.3'
implementation 'com.graphql-java:java-dataloader:3.1.4'
implementation 'io.leangen.graphql:spqr:0.11.2'
implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1'
implementation 'com.mikesamuel:json-sanitizer:1.2.3'
Expand All @@ -119,7 +119,7 @@ dependencies {
runtimeOnly 'javax.xml.bind:jaxb-api:2.3.1'

// For parsing HTML to check for 'empty' input
implementation 'org.jsoup:jsoup:1.15.1'
implementation 'org.jsoup:jsoup:1.15.2'

// For fast and simple image scaling
implementation 'net.coobird:thumbnailator:0.4.17'
Expand Down
48 changes: 24 additions & 24 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@wdio/sync": "7.20.4",
"aigle": "1.14.1",
"autoprefixer": "10.4.4",
"ava": "4.2.0",
"babel-jest": "28.1.0",
"ava": "4.3.0",
"babel-jest": "28.1.2",
"babel-loader": "8.2.5",
"babel-preset-react-app": "10.0.1",
"browserstack-local": "1.5.1",
"chai": "4.3.6",
"chalk": "4.1.2",
"chromatic": "6.5.6",
"chromatic": "6.7.0",
"chromedriver": "103.0.0",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "4.0.0",
Expand All @@ -74,47 +74,47 @@
"eslint-plugin-chai-expect": "2.2.0",
"eslint-plugin-flowtype": "6.1.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-webpack-plugin": "3.1.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "3.2.0",
"express-session": "1.17.3",
"faker": "5.5.3",
"git-describe": "4.1.1",
"handlebars": "4.7.7",
"handlebars-loader": "1.7.2",
"html-webpack-plugin": "5.5.0",
"i18n-iso-countries": "7.4.0",
"i18n-iso-countries": "7.5.0",
"ignore-loader": "0.1.2",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"jest": "28.1.2",
"jest-environment-jsdom": "28.1.2",
"js-yaml": "4.1.0",
"json-loader": "0.5.7",
"keycloak-connect": "16.1.1",
"moment-timezone": "0.5.34",
"postcss": "8.4.14",
"postcss-calc": "8.2.4",
"postcss-custom-properties": "12.1.7",
"postcss-custom-properties": "12.1.8",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "6.2.1",
"prettier-eslint-cli": "6.0.1",
"react-is": "18.1.0",
"react-test-renderer": "18.1.0",
"selenium-webdriver": "4.2.0",
"react-is": "18.2.0",
"react-test-renderer": "18.2.0",
"selenium-webdriver": "4.3.1",
"style-loader": "3.3.1",
"thread-loader": "3.0.4",
"wdio-chromedriver-service": "7.3.2",
"webdriverio": "7.20.4",
"webpack": "5.72.1",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.9.1",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3",
"webpack-merge": "5.8.0",
"xhr2": "0.2.1"
},
"dependencies": {
"@apollo/client": "3.6.6",
"@apollo/client": "3.6.9",
"@blueprintjs/core": "3.54.0",
"@blueprintjs/datetime": "3.24.1",
"@blueprintjs/popover2": "0.14.0",
Expand All @@ -133,14 +133,14 @@
"change-case": "4.1.2",
"classnames": "2.3.1",
"closest": "0.0.1",
"core-js": "3.22.8",
"d3": "7.4.4",
"core-js": "3.23.3",
"d3": "7.6.1",
"dagre": "0.8.5",
"email-addresses": "5.0.0",
"escape-html": "1.0.3",
"file-saver": "2.0.5",
"formik": "2.2.9",
"graphiql": "1.9.4",
"graphiql": "1.9.11",
"graphql": "16.5.0",
"hopscotch": "0.3.1",
"html-react-parser": "1.4.14",
Expand All @@ -155,17 +155,17 @@
"lodash": "4.17.21",
"mgrs": "1.0.0",
"milsymbol": "2.0.0",
"ml-matrix": "6.10.1",
"ml-matrix": "6.10.2",
"moment": "2.29.4",
"pathfinding": "0.4.18",
"paths-js": "0.4.11",
"pluralize": "8.0.0",
"prop-types": "15.8.1",
"react": "18.1.0",
"react": "18.2.0",
"react-avatar-edit": "1.2.0",
"react-bootstrap": "2.4.0",
"react-container-dimensions": "1.4.1",
"react-dom": "18.1.0",
"react-dom": "18.2.0",
"react-moment-proptypes": "1.8.1",
"react-mosaic-component": "3.2.0",
"react-notification-badge": "1.5.1",
Expand Down
Loading

0 comments on commit 6df7be5

Please sign in to comment.