Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 9028881

Browse files
Bump acorn from 6.0.5 to 6.4.1 in /examples/draft-0-10-0/tex (#2376)
Summary: Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.5 to 6.4.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/9a2e9b6678e243d66846b91179d650d28453e70c"><code>9a2e9b6</code></a> Mark version 6.4.1</li> <li><a href="https://github.com/acornjs/acorn/commit/90a9548ea0ce351b54f956e2c4ed27cca9631284"><code>90a9548</code></a> More rigorously check surrogate pairs in regexp validator</li> <li><a href="https://github.com/acornjs/acorn/commit/df0cf1a3e2b1a51a26c14984dc0f5412b7151b10"><code>df0cf1a</code></a> Mark version 6.4.0</li> <li><a href="https://github.com/acornjs/acorn/commit/53034126864b492da4e278628bb972cb2a9313d4"><code>5303412</code></a> Also export Parser via Parser.acorn</li> <li><a href="https://github.com/acornjs/acorn/commit/efe273e70123449a458157dbf578afaf109a49ab"><code>efe273e</code></a> give token types and etc to plugins</li> <li><a href="https://github.com/acornjs/acorn/commit/ac6decb94a3aa4eee99230fdaf5883dfaafe8479"><code>ac6decb</code></a> Mark version 6.3.0</li> <li><a href="https://github.com/acornjs/acorn/commit/7e9817d17639d95cc6dbacfde734a0626b2a7dea"><code>7e9817d</code></a> Allow sourceType: module even with ecmaVersion &lt; 6</li> <li><a href="https://github.com/acornjs/acorn/commit/e2b8cc087386eccc2ad6fd4a02b4257833557cb3"><code>e2b8cc0</code></a> Fix broken parsing of new expressions when allowReserved==&quot;never&quot;</li> <li><a href="https://github.com/acornjs/acorn/commit/1555c528855b10320ce98b4154906d7898c92990"><code>1555c52</code></a> Update acorn.d.ts</li> <li><a href="https://github.com/acornjs/acorn/commit/77c20fa2c2f490e646b67e6a0ff7e75fb54ab6c8"><code>77c20fa</code></a> Mark version 6.2.1</li> <li>Additional commits viewable in <a href="https://github.com/acornjs/acorn/compare/6.0.5...6.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=6.0.5&new-version=6.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) 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) - `dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/draft-js/network/alerts). </details> Pull Request resolved: #2376 Reviewed By: claudiopro Differential Revision: D21319063 Pulled By: mrkev fbshipit-source-id: f362b1f6dd29b227aa9b1a3d576b79d8b7360d19
1 parent e1e9a0c commit 9028881

File tree

1 file changed

+36
-7
lines changed

1 file changed

+36
-7
lines changed

examples/draft-0-10-0/tex/yarn.lock

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ acorn-dynamic-import@^4.0.0:
180180
integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
181181

182182
acorn@^6.0.5:
183-
version "6.0.5"
184-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
185-
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
183+
version "6.4.1"
184+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
185+
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
186186

187187
ajv-errors@^1.0.0:
188188
version "1.0.1"
@@ -1378,6 +1378,11 @@ core-js@^2.4.0, core-js@^2.5.0:
13781378
version "2.5.1"
13791379
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
13801380

1381+
core-js@^2.4.1:
1382+
version "2.6.11"
1383+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
1384+
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
1385+
13811386
[email protected], core-util-is@~1.0.0:
13821387
version "1.0.2"
13831388
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -1628,11 +1633,11 @@ domain-browser@^1.1.1:
16281633
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
16291634

16301635
"draft-js@file:../../..":
1631-
version "0.10.5"
1636+
version "0.11.5"
16321637
dependencies:
1633-
fbjs "^0.8.15"
1638+
fbjs "^1.0.0"
16341639
immutable "~3.7.4"
1635-
object-assign "^4.1.0"
1640+
object-assign "^4.1.1"
16361641

16371642
duplexify@^3.4.2, duplexify@^3.6.0:
16381643
version "3.6.1"
@@ -1963,7 +1968,12 @@ faye-websocket@~0.11.1:
19631968
dependencies:
19641969
websocket-driver ">=0.5.1"
19651970

1966-
fbjs@^0.8.15, fbjs@^0.8.16:
1971+
fbjs-css-vars@^1.0.0:
1972+
version "1.0.2"
1973+
resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
1974+
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
1975+
1976+
fbjs@^0.8.16:
19671977
version "0.8.16"
19681978
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
19691979
dependencies:
@@ -1975,6 +1985,20 @@ fbjs@^0.8.15, fbjs@^0.8.16:
19751985
setimmediate "^1.0.5"
19761986
ua-parser-js "^0.7.9"
19771987

1988+
fbjs@^1.0.0:
1989+
version "1.0.0"
1990+
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-1.0.0.tgz#52c215e0883a3c86af2a7a776ed51525ae8e0a5a"
1991+
integrity sha512-MUgcMEJaFhCaF1QtWGnmq9ZDRAzECTCRAF7O6UZIlAlkTs1SasiX9aP0Iw7wfD2mJ7wDTNfg2w7u5fSCwJk1OA==
1992+
dependencies:
1993+
core-js "^2.4.1"
1994+
fbjs-css-vars "^1.0.0"
1995+
isomorphic-fetch "^2.1.1"
1996+
loose-envify "^1.0.0"
1997+
object-assign "^4.1.0"
1998+
promise "^7.1.1"
1999+
setimmediate "^1.0.5"
2000+
ua-parser-js "^0.7.18"
2001+
19782002
figgy-pudding@^3.5.1:
19792003
version "3.5.1"
19802004
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
@@ -4769,6 +4793,11 @@ typedarray@^0.0.6:
47694793
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
47704794
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
47714795

4796+
ua-parser-js@^0.7.18:
4797+
version "0.7.21"
4798+
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777"
4799+
integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==
4800+
47724801
ua-parser-js@^0.7.9:
47734802
version "0.7.17"
47744803
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"

0 commit comments

Comments
 (0)