aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-30 20:58:28 +0300
committerGravatar Vitaly Takmazov2019-03-30 20:58:28 +0300
commiteaa7d242256d45bbd4cd520db02bef679fd11113 (patch)
treeca525a74551583e1e279cb4bc1410ac24d8e57bb
parent1ae03ea2f7866b30796d7f8ae925c53d7d98c1b3 (diff)
update deps
-rw-r--r--build.gradle6
-rw-r--r--package.json2
-rw-r--r--yarn.lock18
3 files changed, 17 insertions, 9 deletions
diff --git a/build.gradle b/build.gradle
index 03c59e35..ddf688f9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
plugins {
id 'org.springframework.boot' version '2.1.3.RELEASE' apply false
id "com.moowork.node" version "1.3.1" apply false
- id("org.asciidoctor.convert") version "1.6.0" apply false
+ id("org.asciidoctor.convert") version "2.0.0" apply false
}
repositories {
@@ -114,7 +114,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-undertow") {
exclude group: 'org.jboss.xnio'
}
- compile ("org.jboss.xnio:xnio-nio:3.7.0.Final") {
+ compile ("org.jboss.xnio:xnio-nio:3.7.1.Final") {
exclude group: 'org.jboss.threads'
}
compile 'org.jboss.threads:jboss-threads:2.3.3.Final'
@@ -167,7 +167,7 @@ dependencies {
compile 'io.pebbletemplates:pebble-spring5:3.0.8'
compile 'com.atlassian.commonmark:commonmark:0.12.1'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1'
- compile 'org.tomitribe:tomitribe-http-signatures:1.1'
+ compile 'org.tomitribe:tomitribe-http-signatures:1.3'
compile 'com.google.api-client:google-api-client:1.28.0'
compile "com.kotcrab.remark:remark:1.0.0"
diff --git a/package.json b/package.json
index e79ecf07..f42d4a85 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@babel/preset-env": "^7.4.2",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
- "eslint": "^5.15.3",
+ "eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-only-ascii": "0.0.0",
"mini-css-extract-plugin": "^0.5.0",
diff --git a/yarn.lock b/yarn.lock
index e1e3fd89..31ce8e7d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2483,10 +2483,10 @@ eslint-visitor-keys@^1.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
-eslint@^5.15.3:
- version "5.15.3"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.3.tgz#c79c3909dc8a7fa3714fb340c11e30fd2526b8b5"
- integrity sha512-vMGi0PjCHSokZxE0NLp2VneGw5sio7SSiDNgIUn2tC0XkWJRNOIoHIg3CliLVfXnJsiHxGAYrkw0PieAu8+KYQ==
+eslint@^5.16.0:
+ version "5.16.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
+ integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.9.1"
@@ -2508,7 +2508,7 @@ eslint@^5.15.3:
import-fresh "^3.0.0"
imurmurhash "^0.1.4"
inquirer "^6.2.2"
- js-yaml "^3.12.0"
+ js-yaml "^3.13.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.11"
@@ -3610,6 +3610,14 @@ js-yaml@^3.12.0, js-yaml@^3.9.0:
argparse "^1.0.7"
esprima "^4.0.0"
+js-yaml@^3.13.0:
+ version "3.13.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e"
+ integrity sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==
+ dependencies:
+ argparse "^1.0.7"
+ esprima "^4.0.0"
+
jsesc@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"