Skip to content

Commit

Permalink
Update most non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 11, 2021
1 parent 1156ad5 commit 8ecf874
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 373 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "org.kordamp.markdown.convert" version "1.2.0"
id "com.bmuschko.docker-remote-api" version "6.6.1"
id "com.bmuschko.docker-remote-api" version "6.7.0"
id "com.github.node-gradle.node" version "2.2.4"
id "com.diffplug.spotless" version "5.9.0"
}
Expand Down Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation 'com.graphql-java:java-dataloader:2.2.3'
implementation 'io.leangen.graphql:spqr:0.10.1'
implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20200713.1'
implementation 'com.mikesamuel:json-sanitizer:1.2.1'
implementation 'com.mikesamuel:json-sanitizer:1.2.2'

// Used for converting GraphQL request output to XML:
implementation 'com.github.javadev:underscore-lodash:1.26'
Expand Down
28 changes: 14 additions & 14 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@storybook/addon-links": "6.1.11",
"@storybook/react": "6.1.11",
"@testing-library/jest-dom": "5.11.8",
"@testing-library/react": "11.2.2",
"@testing-library/react": "11.2.3",
"@wdio/browserstack-service": "6.10.10",
"@wdio/cli": "6.10.11",
"@wdio/local-runner": "6.10.13",
"@wdio/mocha-framework": "6.10.11",
"@wdio/spec-reporter": "6.10.6",
"@wdio/sync": "6.10.11",
"@wdio/cli": "6.11.3",
"@wdio/local-runner": "6.11.3",
"@wdio/mocha-framework": "6.11.0",
"@wdio/spec-reporter": "6.11.0",
"@wdio/sync": "6.11.0",
"aigle": "1.14.1",
"autoprefixer": "9.8.6",
"ava": "3.15.0",
Expand All @@ -44,13 +44,13 @@
"babel-preset-react-app": "10.0.0",
"chai": "4.2.0",
"chalk": "4.1.0",
"chromedriver": "87.0.4",
"chromedriver": "87.0.5",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "3.0.0",
"colors": "1.4.0",
"config": "3.3.3",
"copy-webpack-plugin": "7.0.0",
"countries-list": "2.5.6",
"countries-list": "2.6.0",
"cross-fetch": "3.0.6",
"cross-spawn": "7.0.3",
"css-loader": "5.0.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"js-yaml": "4.0.0",
"json-loader": "0.5.7",
"moment-timezone": "0.5.32",
"postcss": "8.2.2",
"postcss": "8.2.4",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "4.1.0",
"prettier": "2.2.1",
Expand All @@ -92,8 +92,8 @@
"style-loader": "2.0.0",
"thread-loader": "3.0.1",
"wdio-chromedriver-service": "6.0.4",
"webdriverio": "6.10.11",
"webpack": "5.11.1",
"webdriverio": "6.11.3",
"webpack": "5.13.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.1",
"webpack-merge": "5.7.3",
Expand Down Expand Up @@ -130,21 +130,21 @@
"email-addresses": "3.1.0",
"file-saver": "2.0.5",
"formik": "2.2.6",
"graphiql": "1.2.2",
"graphiql": "1.3.2",
"graphql": "15.4.0",
"hopscotch": "0.3.1",
"html-react-parser": "1.1.1",
"jsonpath-plus": "4.0.0",
"leaflet": "1.6.0",
"leaflet-defaulticon-compatibility": "0.1.1",
"leaflet-geosearch": "3.1.0",
"leaflet-geosearch": "3.2.0",
"leaflet-gesture-handling": "1.2.1",
"leaflet.markercluster": "1.4.1",
"locale-compare-polyfill": "0.0.2",
"lodash": "4.17.20",
"mgrs": "1.0.0",
"milsymbol": "2.0.0",
"ml-matrix": "6.5.3",
"ml-matrix": "6.6.0",
"moment": "2.29.1",
"pathfinding": "0.4.18",
"paths-js": "0.4.11",
Expand Down
Loading

0 comments on commit 8ecf874

Please sign in to comment.