diff --git a/package-lock.json b/package-lock.json index 4ed347eb..b4e22592 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.6.67", + "version": "0.6.68", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3812,12 +3812,12 @@ } }, "clean-webpack-plugin": { - "version": "0.1.18", - "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-0.1.18.tgz", - "integrity": "sha1-LiFziXx2ZGAxv/BHwUucIsgNjEo=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-1.0.0.tgz", + "integrity": "sha512-+f96f52UIET4tOFBbCqezx7KH+w7lz/p4fA1FEjf0hC6ugxqwZedBtENzekN2FnmoTF/bn1LrlkvebOsDZuXKw==", "dev": true, "requires": { - "rimraf": "2.6.2" + "rimraf": "^2.6.1" } }, "cli-cursor": { diff --git a/package.json b/package.json index aeedcb4c..e7c6bced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.6.67", + "version": "0.6.68", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { @@ -45,7 +45,7 @@ "babel-eslint": "10.0.0", "babel-loader": "^8.0.2", "babel-preset-env": "1.7.0", - "clean-webpack-plugin": "^0.1.16", + "clean-webpack-plugin": "^1.0.0", "codecov": "3.1.0", "diacritics": "1.3.0", "esdoc": "1.1.0",