From cafe4644cf82267397c21433c0c8965ff90c1073 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 24 May 2020 11:07:12 +0300 Subject: Update deps --- build.gradle | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 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" -- cgit v1.2.3