1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-13 10:32:26 +02:00

chore(package): update load-grunt-tasks to version 4.0.0 🚀 (#5151)

This commit is contained in:
greenkeeper[bot] 2018-05-07 14:15:07 -04:00 committed by Gary Katsevman
parent a00aa0d0d3
commit 83c30556aa
2 changed files with 91 additions and 6 deletions

95
package-lock.json generated
View File

@ -7297,6 +7297,20 @@
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"load-grunt-tasks": "3.5.2"
},
"dependencies": {
"load-grunt-tasks": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.5.2.tgz",
"integrity": "sha1-ByhWEYD9IP+KaSdQWFL8WKrqDIg=",
"dev": true,
"requires": {
"arrify": "1.0.1",
"multimatch": "2.1.0",
"pkg-up": "1.0.0",
"resolve-pkg": "0.1.0"
}
}
}
},
"htmlescape": {
@ -9064,15 +9078,44 @@
"dev": true
},
"load-grunt-tasks": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.5.2.tgz",
"integrity": "sha1-ByhWEYD9IP+KaSdQWFL8WKrqDIg=",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-4.0.0.tgz",
"integrity": "sha512-w5JYPHpZgMxu9XFR9N9MEzyX8E0mLhQkwQ1qVP4mb3gmuomw8Ww8J49NHMbXqyQliq2LUCqdU7/wW96IVuPCKw==",
"dev": true,
"requires": {
"arrify": "1.0.1",
"multimatch": "2.1.0",
"pkg-up": "1.0.0",
"resolve-pkg": "0.1.0"
"pkg-up": "2.0.0",
"resolve-pkg": "1.0.0"
},
"dependencies": {
"find-up": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
"integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
"dev": true,
"requires": {
"locate-path": "2.0.0"
}
},
"pkg-up": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
"integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
"dev": true,
"requires": {
"find-up": "2.1.0"
}
},
"resolve-pkg": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-1.0.0.tgz",
"integrity": "sha1-4ZoV54rKLhJEYdySsuOUPvk0lNk=",
"dev": true,
"requires": {
"resolve-from": "2.0.0"
}
}
}
},
"load-json-file": {
@ -9110,6 +9153,24 @@
"object-assign": "4.1.1"
}
},
"locate-path": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
"integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
"dev": true,
"requires": {
"p-locate": "2.0.0",
"path-exists": "3.0.0"
},
"dependencies": {
"path-exists": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
"dev": true
}
}
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
@ -11004,6 +11065,30 @@
"integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
"dev": true
},
"p-limit": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
"integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
"dev": true,
"requires": {
"p-try": "1.0.0"
}
},
"p-locate": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
"integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
"dev": true,
"requires": {
"p-limit": "1.2.0"
}
},
"p-try": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
"integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
"dev": true
},
"pac-proxy-agent": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-1.1.0.tgz",

View File

@ -113,7 +113,7 @@
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sinon": "^1.0.5",
"klaw-sync": "^4.0.0",
"load-grunt-tasks": "^3.1.0",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.16.6",
"markdown-table": "^1.0.0",
"maxmin": "^2.1.0",