1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-06 00:23:17 +02:00

Merge branch 'master' into greenkeeper/uglifyjs-webpack-plugin-2.1.1

This commit is contained in:
koalyptus 2018-12-31 13:13:52 +11:00 committed by GitHub
commit ceba24d727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 6 deletions

41
package-lock.json generated
View file

@ -7185,13 +7185,44 @@
}
},
"grunt-shell": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-2.1.0.tgz",
"integrity": "sha1-Q595FZ7RHmSmUaacyKPQK+v17MI=",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-3.0.0.tgz",
"integrity": "sha512-H4ots7FD/UEYGjNbRLmvuQZ6LPwOeAj8Y9Ow8FQIo6IoCAmACx0CFYISOlmkJm/KmUvfMFAla976iqDf1yCRYw==",
"dev": true,
"requires": {
"chalk": "1.1.3",
"npm-run-path": "2.0.2"
"chalk": "^2.4.1",
"npm-run-path": "^2.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dev": true,
"requires": {
"color-convert": "^1.9.0"
}
},
"chalk": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
"integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
}
},
"supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
"dev": true,
"requires": {
"has-flag": "^3.0.0"
}
}
}
},
"grunt-string-replace": {

View file

@ -59,7 +59,7 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-qunit-istanbul": "1.0.0",
"grunt-shell": "2.1.0",
"grunt-shell": "3.0.0",
"grunt-string-replace": "^1.3.1",
"isparta-loader": "2.0.0",
"script-loader": "^0.7.0",