diff options
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 | ||||
-rwxr-xr-x | gradlew | 2 | ||||
-rw-r--r-- | gradlew.bat | 2 | ||||
-rw-r--r-- | package.json | 12 |
5 files changed, 11 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle index 03358b6f..c8b84670 100644 --- a/build.gradle +++ b/build.gradle @@ -157,8 +157,8 @@ dependencies { compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'io.pebbletemplates:pebble-spring5:3.0.10' - compile 'com.atlassian.commonmark:commonmark:0.12.1' - compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1' + compile 'com.atlassian.commonmark:commonmark:0.13.0' + compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.0' compile 'org.tomitribe:tomitribe-http-signatures:1.3' compile 'com.google.api-client:google-api-client:1.30.2' compile "com.kotcrab.remark:remark:1.0.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e0c4de36..430dfabc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/gradlew.bat b/gradlew.bat index 15e1ee37..24467a14 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -5,7 +5,7 @@ @rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
-@rem http://www.apache.org/licenses/LICENSE-2.0
+@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/package.json b/package.json index 61ec7cbc..89129185 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ ] }, "devDependencies": { - "@babel/core": "^7.5.4", - "@babel/preset-env": "^7.5.4", + "@babel/core": "^7.5.5", + "@babel/preset-env": "^7.5.5", "babel-loader": "^8.0.6", "core-js": "^3.1.4", - "css-loader": "^3.0.0", + "css-loader": "^3.1.0", "eslint": "6.0.1", "eslint-loader": "2.2.1", "eslint-plugin-only-ascii": "0.0.0", - "mini-css-extract-plugin": "^0.7.0", + "mini-css-extract-plugin": "^0.8.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", @@ -40,8 +40,8 @@ "stylelint": "^10.1.0", "stylelint-config-standard": "^18.3.0", "terser-webpack-plugin": "^1.3.0", - "url-loader": "^2.0.1", - "webpack": "^4.35.3", + "url-loader": "^2.1.0", + "webpack": "^4.36.1", "webpack-cli": "^3.3.6" }, "dependencies": { |