Bump sinon from 14.0.0 to 14.0.1 in /js/js-flipper (#4198)
Summary: Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.0 to 14.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/main/docs/changelog.md">sinon's changelog</a>.</em></p> <blockquote> <h2>14.0.1</h2> <ul> <li><a href="6c4753ef24"><code>6c4753ef</code></a> Fixed CSS selectors in <code>_base.scss</code> and changed blockquote default size to 16px. (Jose Lupianez)</li> <li>A bunch of dependency updates</li> </ul> <p><em>Released by <a href="https://github.com/fatso83">Carl-Erik Kopseng</a> on 2022-10-03.</em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c4345dc1b1"><code>c4345dc</code></a> 14.0.1</li> <li><a href="fc30a41761"><code>fc30a41</code></a> Update lock file</li> <li><a href="6c4753ef24"><code>6c4753e</code></a> Fixed CSS selectors in _base.scss and changed blockquote default size to 16px.</li> <li><a href="35fde18be2"><code>35fde18</code></a> Bump actions/cache from 2 to 3</li> <li><a href="72b6c6162e"><code>72b6c61</code></a> Bump actions/setup-node from 2 to 3</li> <li><a href="5db24d2744"><code>5db24d2</code></a> Bump actions/checkout from 2 to 3</li> <li><a href="a9ffa0247a"><code>a9ffa02</code></a> chore: Included githubactions in the dependabot config</li> <li><a href="df92659721"><code>df92659</code></a> chore: Set permissions for GitHub actions</li> <li><a href="3bb7eb4016"><code>3bb7eb4</code></a> Bump nokogiri from 1.13.4 to 1.13.7</li> <li><a href="cd503601d6"><code>cd50360</code></a> Bump tzinfo from 1.2.9 to 1.2.10</li> <li>Additional commits viewable in <a href="https://github.com/sinonjs/sinon/compare/v14.0.0...v14.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/4198 Reviewed By: aigoncharov Differential Revision: D40334980 Pulled By: mweststrate fbshipit-source-id: bfaaf4a4ae5d310bb38c0cf04b54ea8b0971abbe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
606bf1279f
commit
5c6cfb54d6
@@ -3376,9 +3376,9 @@ signal-exit@^3.0.3, signal-exit@^3.0.7:
|
||||
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
||||
|
||||
sinon@^14.0.0:
|
||||
version "14.0.0"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.0.tgz#203731c116d3a2d58dc4e3cbe1f443ba9382a031"
|
||||
integrity sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==
|
||||
version "14.0.1"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.1.tgz#9f02e13ad86b695c0c554525e3bf7f8245b31a9c"
|
||||
integrity sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.8.3"
|
||||
"@sinonjs/fake-timers" "^9.1.2"
|
||||
|
||||
Reference in New Issue
Block a user