From f40b59996986b5a2497896ac93871a43ec0542e3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 21 Aug 2019 11:10:48 +0300 Subject: Update deps --- build.gradle | 2 +- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 175ecce3..ddfb08c8 100644 --- a/build.gradle +++ b/build.gradle @@ -157,7 +157,7 @@ dependencies { runtime "commons-fileupload:commons-fileupload:1.4" compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'io.pebbletemplates:pebble-spring5:3.0.10' + compile 'io.pebbletemplates:pebble-spring5:3.1.0' 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' diff --git a/package.json b/package.json index c12f71db..3b05d96a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "babel-loader": "^8.0.6", "core-js": "^3.2.1", "css-loader": "^3.2.0", - "eslint": "6.2.0", + "eslint": "6.2.1", "eslint-loader": "2.2.1", "eslint-plugin-only-ascii": "0.0.0", "mini-css-extract-plugin": "^0.8.0", diff --git a/yarn.lock b/yarn.lock index f8210a2d..3f01382e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2564,10 +2564,10 @@ eslint-scope@^5.0.0: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-utils@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c" - integrity sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ== +eslint-utils@^1.4.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" + integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q== dependencies: eslint-visitor-keys "^1.0.0" @@ -2581,10 +2581,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@6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.0.tgz#4c42c20e3fc03f28db25f34ccba621a9a47e8b56" - integrity sha512-sS0SZwm5UAoI83F+cgdomz0cBNPs+AnRvEboNYeWvrZ8UcDHCu/5muocwoDL2TkHq9skkP0GvZjmwI8HG7S3sw== +eslint@6.2.1: + version "6.2.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.1.tgz#66c2e4fe8b6356b9f01e828adc3ad04030122df1" + integrity sha512-ES7BzEzr0Q6m5TK9i+/iTpKjclXitOdDK4vT07OqbkBT2/VcN/gO9EL1C4HlK3TAOXYv2ItcmbVR9jO1MR0fJg== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.10.0" @@ -2593,7 +2593,7 @@ eslint@6.2.0: debug "^4.0.1" doctrine "^3.0.0" eslint-scope "^5.0.0" - eslint-utils "^1.4.0" + eslint-utils "^1.4.2" eslint-visitor-keys "^1.1.0" espree "^6.1.0" esquery "^1.0.1" -- cgit v1.2.3