Merge pull request #219 from nwjs-ffmpeg-prebuilt/dependabot/npm_and_yarn/npm-bfe2c53017

This commit is contained in:
dependabot[bot] 2025-04-30 07:53:21 +00:00 committed by GitHub
commit 853c95849f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"commander": "^13.1.0", "commander": "^13.1.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"got": "^14.4.6", "got": "^14.4.7",
"yazl": "^3.3.1" "yazl": "^3.3.1"
}, },
"bin": { "bin": {
@ -163,9 +163,9 @@
} }
}, },
"node_modules/got": { "node_modules/got": {
"version": "14.4.6", "version": "14.4.7",
"resolved": "https://registry.npmjs.org/got/-/got-14.4.6.tgz", "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz",
"integrity": "sha512-rnhwfM/PhMNJ1i17k3DuDqgj0cKx3IHxBKVv/WX1uDKqrhi2Gv3l7rhPThR/Cc6uU++dD97W9c8Y0qyw9x0jag==", "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sindresorhus/is": "^7.0.1", "@sindresorhus/is": "^7.0.1",
@ -443,9 +443,9 @@
} }
}, },
"got": { "got": {
"version": "14.4.6", "version": "14.4.7",
"resolved": "https://registry.npmjs.org/got/-/got-14.4.6.tgz", "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz",
"integrity": "sha512-rnhwfM/PhMNJ1i17k3DuDqgj0cKx3IHxBKVv/WX1uDKqrhi2Gv3l7rhPThR/Cc6uU++dD97W9c8Y0qyw9x0jag==", "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==",
"requires": { "requires": {
"@sindresorhus/is": "^7.0.1", "@sindresorhus/is": "^7.0.1",
"@szmarczak/http-timer": "^5.0.1", "@szmarczak/http-timer": "^5.0.1",

View File

@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"commander": "^13.1.0", "commander": "^13.1.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"got": "^14.4.6", "got": "^14.4.7",
"yazl": "^3.3.1" "yazl": "^3.3.1"
} }
} }