From 85419a6145ad1ab656304d22c1ce8584b884aad7 Mon Sep 17 00:00:00 2001 From: Darkotus Date: Mon, 18 Nov 2019 12:57:05 +0100 Subject: [PATCH] webpack builder: update packeges of package.json --- resources/[system]/[builders]/webpack/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/[system]/[builders]/webpack/package.json b/resources/[system]/[builders]/webpack/package.json index a9164a4..45b2438 100644 --- a/resources/[system]/[builders]/webpack/package.json +++ b/resources/[system]/[builders]/webpack/package.json @@ -1,6 +1,6 @@ { "name": "webpack-builder", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { @@ -9,8 +9,8 @@ "author": "", "license": "ISC", "dependencies": { - "async": "^2.6.1", - "webpack": "^4.12.0", - "worker-farm": "^1.6.0" + "async": "^3.1.0", + "webpack": "^4.41.2", + "worker-farm": "^1.7.0" } }