Merge branch 'master' of github.com:iteufel/nwjs-ffmpeg-prebuilt

This commit is contained in:
Zayin Krige 2024-05-22 12:33:22 +02:00
commit d7f960e77d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"commander": "^12.0.0",
"fs-extra": "^11.1.1",
"got": "^14.0.0",
"got": "^14.2.1",
"yazl": "^2.5.1"
},
"bin": {
@ -163,9 +163,9 @@
}
},
"node_modules/got": {
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/got/-/got-14.2.0.tgz",
"integrity": "sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw==",
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/got/-/got-14.2.1.tgz",
"integrity": "sha512-KOaPMremmsvx6l9BLC04LYE6ZFW4x7e4HkTe3LwBmtuYYQwpeS4XKqzhubTIkaQ1Nr+eXxeori0zuwupXMovBQ==",
"dependencies": {
"@sindresorhus/is": "^6.1.0",
"@szmarczak/http-timer": "^5.0.1",
@ -416,9 +416,9 @@
"integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA=="
},
"got": {
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/got/-/got-14.2.0.tgz",
"integrity": "sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw==",
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/got/-/got-14.2.1.tgz",
"integrity": "sha512-KOaPMremmsvx6l9BLC04LYE6ZFW4x7e4HkTe3LwBmtuYYQwpeS4XKqzhubTIkaQ1Nr+eXxeori0zuwupXMovBQ==",
"requires": {
"@sindresorhus/is": "^6.1.0",
"@szmarczak/http-timer": "^5.0.1",

View File

@ -23,7 +23,7 @@
"dependencies": {
"commander": "^12.0.0",
"fs-extra": "^11.1.1",
"got": "^14.0.0",
"got": "^14.2.1",
"yazl": "^2.5.1"
}
}