Bump npm-api from 1.0.0 to 1.0.1 in /desktop (#2023)
Summary: Bumps [npm-api](https://github.com/doowb/npm-api) from 1.0.0 to 1.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/doowb/npm-api/blob/master/CHANGELOG.md">npm-api's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>key</h2> <p>Changelog entries are classified using the following labels <em>(from [keep-a-changelog][]</em>):</p> <ul> <li><code>added</code>: for new features</li> <li><code>changed</code>: for changes in existing functionality</li> <li><code>deprecated</code>: for once-stable features removed in upcoming releases</li> <li><code>removed</code>: for deprecated features removed in this release</li> <li><code>fixed</code>: for any bug fixes</li> </ul> <h2>[Unreleased]</h2> <h3>Added</h3> <ul> <li>Used <a href="https://github.com/generate/generate-log">generate-log</a> to add a CHANGELOG.md</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="54ed79976c"><code>54ed799</code></a> 1.0.1</li> <li><a href="eb3a173fea"><code>eb3a173</code></a> run verb to generate README documentation</li> <li><a href="45e73252e8"><code>45e7325</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/doowb/npm-api/issues/14">https://github.com/facebook/flipper/issues/14</a> from Hypnosphi/remove-request</li> <li><a href="98281dfe6e"><code>98281df</code></a> Replace request with node-fetch</li> <li><a href="5bc3fde2f7"><code>5bc3fde</code></a> update description and run verb to generate README documentation</li> <li><a href="1ebcbadbe6"><code>1ebcbad</code></a> update code comments and generate README documentation with verb</li> <li><a href="77ba08195e"><code>77ba081</code></a> use generate-log to create a changelog.md</li> <li>See full diff in <a href="https://github.com/doowb/npm-api/compare/1.0.0...1.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2023 Reviewed By: mweststrate Differential Revision: D26889073 Pulled By: passy fbshipit-source-id: c78387d9c6764e605ac72d302f8f590ca96417a2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3aa39b5207
commit
fe63f93306
@@ -17,7 +17,7 @@
|
||||
"expand-tilde": "^2.0.2",
|
||||
"fs-extra": "^9.0.1",
|
||||
"live-plugin-manager": "^0.15.1",
|
||||
"npm-api": "^1.0.0",
|
||||
"npm-api": "^1.0.1",
|
||||
"p-filter": "^2.1.0",
|
||||
"p-map": "^4.0.0",
|
||||
"recursive-readdir": "^2.2.2",
|
||||
|
||||
@@ -9244,17 +9244,17 @@ normalize-url@^4.1.0:
|
||||
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
|
||||
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
|
||||
|
||||
npm-api@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/npm-api/-/npm-api-1.0.0.tgz#6033c283bb04ddb0185344c1ad07ed4f67c77989"
|
||||
integrity sha512-gtJhIhGq07g9H5sIAB9TZzTySW8MYtcYqg+e+J+5q1GmDsDLLVfyvVBL1VklzjtRsElph11GUtLBS191RDOJxQ==
|
||||
npm-api@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/npm-api/-/npm-api-1.0.1.tgz#3def9b51afedca57db14ca0c970d92442d21c9c5"
|
||||
integrity sha512-4sITrrzEbPcr0aNV28QyOmgn6C9yKiF8k92jn4buYAK8wmA5xo1qL3II5/gT1r7wxbXBflSduZ2K3FbtOrtGkA==
|
||||
dependencies:
|
||||
JSONStream "^1.3.5"
|
||||
clone-deep "^4.0.1"
|
||||
download-stats "^0.3.4"
|
||||
moment "^2.24.0"
|
||||
node-fetch "^2.6.0"
|
||||
paged-request "^2.0.1"
|
||||
request "^2.88.0"
|
||||
|
||||
npm-bundled@^1.1.1:
|
||||
version "1.1.1"
|
||||
@@ -10927,7 +10927,7 @@ request-promise-native@^1.0.8:
|
||||
stealthy-require "^1.1.1"
|
||||
tough-cookie "^2.3.3"
|
||||
|
||||
request@^2.83.0, request@^2.87.0, request@^2.88.0, request@^2.88.2:
|
||||
request@^2.83.0, request@^2.87.0, request@^2.88.2:
|
||||
version "2.88.2"
|
||||
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
||||
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
||||
|
||||
Reference in New Issue
Block a user