Update lock file

This commit is contained in:
LuanRT
2021-10-02 20:45:14 -03:00
parent 4a9717e392
commit c73dde8602

31
package-lock.json generated
View File

@@ -1,4 +1,4 @@
{
{
"name": "youtube-js",
"version": "1.0.0",
"lockfileVersion": 2,
@@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"time-to-seconds": "^1.1.5",
"user-agents": "^1.0.778"
}
},
@@ -74,6 +75,15 @@
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
},
"node_modules/time-to-seconds": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/time-to-seconds/-/time-to-seconds-1.1.5.tgz",
"integrity": "sha512-mpzJDHGF4VdhiahyusCUSy+BWJdN3q8Cluzfy0n7GMU9IIj+HJDX9bbbr7wVSUiqmRn1vqhhfECgdfj+SByu2A==",
"engines": {
"node": ">=15.0.1",
"vscode": "^1.22.0"
}
},
"node_modules/underscore": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
@@ -88,9 +98,9 @@
}
},
"node_modules/user-agents": {
"version": "1.0.778",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.778.tgz",
"integrity": "sha512-mZai7T5pYldF7FZFGeV9oNQQd0p8+Z7h7fxefnBFR3DgQ3YibkWUWdXoXA16r6r7cbNbIAPylBoVCGdTcWC0nA==",
"version": "1.0.791",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.791.tgz",
"integrity": "sha512-p/e0jbVFo+ugdRxYodbrbmTIxz5cgSYhdQEVCQYMks6iSY54zSL9WSOgJ6m8RwyGR3qR4ie2D/nYW9+9V7KMSg==",
"dependencies": {
"dot-json": "^1.2.2",
"lodash.clonedeep": "^4.5.0"
@@ -136,6 +146,11 @@
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
},
"time-to-seconds": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/time-to-seconds/-/time-to-seconds-1.1.5.tgz",
"integrity": "sha512-mpzJDHGF4VdhiahyusCUSy+BWJdN3q8Cluzfy0n7GMU9IIj+HJDX9bbbr7wVSUiqmRn1vqhhfECgdfj+SByu2A=="
},
"underscore": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
@@ -150,13 +165,13 @@
}
},
"user-agents": {
"version": "1.0.778",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.778.tgz",
"integrity": "sha512-mZai7T5pYldF7FZFGeV9oNQQd0p8+Z7h7fxefnBFR3DgQ3YibkWUWdXoXA16r6r7cbNbIAPylBoVCGdTcWC0nA==",
"version": "1.0.791",
"resolved": "https://registry.npmjs.org/user-agents/-/user-agents-1.0.791.tgz",
"integrity": "sha512-p/e0jbVFo+ugdRxYodbrbmTIxz5cgSYhdQEVCQYMks6iSY54zSL9WSOgJ6m8RwyGR3qR4ie2D/nYW9+9V7KMSg==",
"requires": {
"dot-json": "^1.2.2",
"lodash.clonedeep": "^4.5.0"
}
}
}
}
}