1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-08 09:26:40 +02:00

chore(package): update lockfile package-lock.json

This commit is contained in:
greenkeeper[bot] 2018-11-12 00:10:56 +00:00
parent e45c7ce863
commit 4e222fd98c

8
package-lock.json generated
View file

@ -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": {