From e4c6a189a23d9415e451b2bbbd443017e2473f65 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 12:27:34 +0300 Subject: update deps --- build.gradle | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 00365558..84e19e3a 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ dependencies { compile 'com.rometools:rome:1.12.0' compile 'com.rometools:rome-modules:1.12.0' - compile 'org.flywaydb:flyway-core:5.2.3' + compile 'org.flywaydb:flyway-core:5.2.4' runtime 'org.mariadb.jdbc:mariadb-java-client:2.3.0' runtime 'com.h2database:h2:1.4.196' diff --git a/package.json b/package.json index 8da4cb8c..27275ee2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "stylelint-webpack-plugin": "^0.10.5", "terser-webpack-plugin": "^1.1.0", "url-loader": "^1.1.2", - "webpack": "^4.26.1", + "webpack": "^4.27.1", "webpack-cli": "^3.1.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 7b18bc52..486f2023 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6656,10 +6656,10 @@ webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.26.1: - version "4.26.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.26.1.tgz#ff3a9283d363c07b3494dfa702d08f4f2ef6cb39" - integrity sha512-i2oOvEvuvLLSuSCkdVrknaxAhtUZ9g+nLSoHCWV0gDzqGX2DXaCrMmMUpbRsTSSLrUqAI56PoEiyMUZIZ1msug== +webpack@^4.27.1: + version "4.27.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.27.1.tgz#5f2e2db446d2266376fa15d7d2277a1a9c2e12bb" + integrity sha512-WArHiLvHrlfyRM8i7f+2SFbr/XbQ0bXqTkPF8JpHOzub5482Y3wx7rEO8stuLGOKOgZJcqcisLhD7LrM/+fVMw== dependencies: "@webassemblyjs/ast" "1.7.11" "@webassemblyjs/helper-module-context" "1.7.11" -- cgit v1.2.3