aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-25 18:53:14 +0300
committerGravatar Vitaly Takmazov2019-02-25 18:53:14 +0300
commit8531d6c7dd1acb4fdeddc5bad926b61e492ca1b4 (patch)
treeca7f6556f17aa0ceb0bf9d862d098b6ef4375d5f
parentb077798327ea7d86d8dd4cb1357ce640c795b648 (diff)
update deps
-rw-r--r--build.gradle2
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
3 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 20b02033..7aeb5c8d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ dependencies {
compile 'org.imgscalr:imgscalr-lib:4.2'
compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT"
runtime "commons-fileupload:commons-fileupload:1.3.3"
- compile 'com.github.ben-manes.caffeine:caffeine:2.6.2'
+ compile 'com.github.ben-manes.caffeine:caffeine:2.7.0'
compile "javax.inject:javax.inject:1"
compile "javax.xml.bind:jaxb-api:2.3.1"
diff --git a/package.json b/package.json
index 95094c84..a6da09de 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
- "terser-webpack-plugin": "^1.2.2",
+ "terser-webpack-plugin": "^1.2.3",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
diff --git a/yarn.lock b/yarn.lock
index 79c79e49..ef515810 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6423,10 +6423,10 @@ terser-webpack-plugin@^1.1.0:
webpack-sources "^1.1.0"
worker-farm "^1.5.2"
-terser-webpack-plugin@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.2.tgz#9bff3a891ad614855a7dde0d707f7db5a927e3d9"
- integrity sha512-1DMkTk286BzmfylAvLXwpJrI7dWa5BnFmscV/2dCr8+c56egFcbaeFAl7+sujAjdmpLam21XRdhA4oifLyiWWg==
+terser-webpack-plugin@^1.2.3:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.3.tgz#3f98bc902fac3e5d0de730869f50668561262ec8"
+ integrity sha512-GOK7q85oAb/5kE12fMuLdn2btOS9OBZn4VsecpHDywoUC/jLhSAKOiYo0ezx7ss2EXPMzyEWFoE0s1WLE+4+oA==
dependencies:
cacache "^11.0.2"
find-cache-dir "^2.0.0"