aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-24 11:07:12 +0300
committerGravatar Vitaly Takmazov2020-05-24 11:07:12 +0300
commitcafe4644cf82267397c21433c0c8965ff90c1073 (patch)
tree5a03a7fe07fd29f5beb4091ed28bdeebc994f435
parent6e5e857a967579f3050f4cbb6ab07da2cd9b0e49 (diff)
Update deps
-rw-r--r--build.gradle4
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
3 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index cdf8a550..83214bbd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -167,8 +167,8 @@ dependencies {
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
compile 'io.pebbletemplates:pebble-spring5:3.1.3'
- compile 'com.atlassian.commonmark:commonmark:0.14.0'
- compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.14.0'
+ compile 'com.atlassian.commonmark:commonmark:0.15.0'
+ compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.0'
compile 'org.tomitribe:tomitribe-http-signatures:1.4'
compile 'com.google.api-client:google-api-client:1.30.9'
compile "com.kotcrab.remark:remark:1.2.0"
diff --git a/package.json b/package.json
index f2fb542c..9313a340 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
- "eslint": "7.0.0",
+ "eslint": "7.1.0",
"eslint-loader": "4.0.2",
"eslint-plugin-only-ascii": "0.0.0",
"file-loader": "^6.0.0",
diff --git a/yarn.lock b/yarn.lock
index b27c8147..171b1734 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2328,10 +2328,10 @@ eslint-visitor-keys@^1.1.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
-eslint@7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.0.0.tgz#c35dfd04a4372110bd78c69a8d79864273919a08"
- integrity sha512-qY1cwdOxMONHJfGqw52UOpZDeqXy8xmD0u8CT6jIstil72jkhURC704W8CFyTPDPllz4z4lu0Ql1+07PG/XdIg==
+eslint@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.1.0.tgz#d9a1df25e5b7859b0a3d86bb05f0940ab676a851"
+ integrity sha512-DfS3b8iHMK5z/YLSme8K5cge168I8j8o1uiVmFCgnnjxZQbCGyraF8bMl7Ju4yfBmCuxD7shOF7eqGkcuIHfsA==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.10.0"