mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Bump node-fetch from 3.2.4 to 3.2.6 (#28)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.4 to 3.2.6. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.4...v3.2.6) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bbc296c6b5
commit
5215d6e6e9
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -14,11 +14,11 @@
|
|||
"devDependencies": {
|
||||
"@actions/github": "^5.0.3",
|
||||
"@tauri-apps/cli": "^1.0.0-rc.13",
|
||||
"node-fetch": "^3.2.3"
|
||||
"node-fetch": "^3.2.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.6.0",
|
||||
"npm": ">=6.14.11"
|
||||
"node": ">=14.15.0 <=17.9.0",
|
||||
"npm": ">=6.14.8 <=8.5.5"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/github": {
|
||||
|
@ -446,9 +446,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/node-fetch": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.4.tgz",
|
||||
"integrity": "sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==",
|
||||
"version": "3.2.6",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.6.tgz",
|
||||
"integrity": "sha512-LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"data-uri-to-buffer": "^4.0.0",
|
||||
|
@ -812,9 +812,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node-fetch": {
|
||||
"version": "3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.4.tgz",
|
||||
"integrity": "sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==",
|
||||
"version": "3.2.6",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.6.tgz",
|
||||
"integrity": "sha512-LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"data-uri-to-buffer": "^4.0.0",
|
||||
|
|
|
@ -20,6 +20,6 @@
|
|||
"devDependencies": {
|
||||
"@actions/github": "^5.0.3",
|
||||
"@tauri-apps/cli": "^1.0.0-rc.13",
|
||||
"node-fetch": "^3.2.3"
|
||||
"node-fetch": "^3.2.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue