Skip to content

Commit fe327f5

Browse files
Merge #827 #829
827: Bump @babel/core from 7.18.9 to 7.18.13 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)` from 7.18.9 to 7.18.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@​babel/core</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.18.13 (2022-08-22)</h2> <p>Thanks <a href="https://github.com/djpohly"><code>`@​djpohly</code></a>` for your first PR!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14869">#14869</a> fix: jsx with <code>retainLines</code> (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14843">#14843</a> Fix a race condition in <code>`@babel/core</code>` (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14841">#14841</a> fix: Destructuring exceptions in nested <code>for</code> expressions (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14833">#14833</a> Let <code>path.remove()</code> remove <code>IfStatement.alternate</code> (<a href="https://github.com/djpohly"><code>`@​djpohly</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14837">#14837</a> Add support for static evaluation of ?? operator (<a href="https://github.com/djpohly"><code>`@​djpohly</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14846">#14846</a> fix: Print build logs correctly (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` <li>Devin J. Pohly (<a href="https://github.com/djpohly"><code>`@​djpohly</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` <li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>` </ul> <h2>7.18.12</h2> <h2>v7.18.12 (2022-08-05)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-constant-elements</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14828">#14828</a> fix: react-cons-elem should not hoist router comp (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14810">#14810</a> fix: Certain comments cause <code>generator</code> exceptions (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14827">#14827</a> Fix: do not report global variables as injected binding (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>` </ul> <h2>7.18.11</h2> <h2>v7.18.11 (2022-08-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-wrap-function</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14825">#14825</a> fix: helper-wrap-function compat with old traverse (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@​babel/core</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.18.13 (2022-08-22)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14869">#14869</a> fix: jsx with <code>retainLines</code> (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14843">#14843</a> Fix a race condition in <code>`@babel/core</code>` (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14841">#14841</a> fix: Destructuring exceptions in nested <code>for</code> expressions (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14833">#14833</a> Let <code>path.remove()</code> remove <code>IfStatement.alternate</code> (<a href="https://github.com/djpohly"><code>`@​djpohly</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14837">#14837</a> Add support for static evaluation of ?? operator (<a href="https://github.com/djpohly"><code>`@​djpohly</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14846">#14846</a> fix: Print build logs correctly (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> <h2>v7.18.12 (2022-08-05)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-react-constant-elements</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14828">#14828</a> fix: react-cons-elem should not hoist router comp (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14810">#14810</a> fix: Certain comments cause <code>generator</code> exceptions (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14827">#14827</a> Fix: do not report global variables as injected binding (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h2>v7.18.11 (2022-08-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-wrap-function</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14825">#14825</a> fix: helper-wrap-function compat with old traverse (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14821">#14821</a> chore(traverse): fix some internal typescript types (<a href="https://github.com/danez"><code>`@​danez</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14801">#14801</a> babel parser type improvements (<a href="https://github.com/zxbodya"><code>`@​zxbodya</code></a>)</li>` </ul> </li> </ul> <h2>v7.18.10 (2022-08-01)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-helper-string-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14757">#14757</a> feat: Automatically generate <code>cooked</code> for <code>templateElement</code> (<a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14817">#14817</a> fix(parser): allow TS declare readonly fields with initializers (<a href="https://github.com/Josh-Cena"><code>`@​Josh-Cena</code></a>)</li>` </ul> </li> <li><code>babel-helper-string-parser</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14798">#14798</a> Fix position of errors in template literals after newlines (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14774">#14774</a> fix: TS <code>declare class</code> in namespace should be removed (<a href="https://github.com/yimingjfe"><code>`@​yimingjfe</code></a>)</li>` </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e5ab1512fc54d6a4fdae46e97f9b6a8132627bcc"><code>e5ab151</code></a> v7.18.13</li> <li><a href="https://github.com/babel/babel/commit/343b269ed2532a96b7f73a816f816331a3107a42"><code>343b269</code></a> fix: ESM tests on Windows. (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14804">#14804</a>)</li> <li><a href="https://github.com/babel/babel/commit/c45da3d930a8c284f9bd44abd61d5790daa3cbdb"><code>c45da3d</code></a> Fix a race condition in <code>`@babel/core</code>` (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14843">#14843</a>)</li> <li><a href="https://github.com/babel/babel/commit/9f603cf84c32319bc86f1cbdc303500197b36c5a"><code>9f603cf</code></a> v7.18.10</li> <li><a href="https://github.com/babel/babel/commit/3e3e7a8bb8397592d86741396c73f120b6dd5d41"><code>3e3e7a8</code></a> disable skipLibCheck, fix errors in definitions (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14792">#14792</a>)</li> <li><a href="https://github.com/babel/babel/commit/acee429ebf681c7ff4ffeb5463a9779f2f72ab88"><code>acee429</code></a> chore: remove flow check scripts (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14785">#14785</a>)</li> <li><a href="https://github.com/babel/babel/commit/a483aa2fbf24ce40d93d25566bf27b1f61e46e2f"><code>a483aa2</code></a> Convert <code>`@babel/parser</code>` to TypeScript (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/14783">#14783</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.18.13/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/core&package-manager=npm_and_yarn&previous-version=7.18.9&new-version=7.18.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR 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> 829: Bump instantsearch.js from 4.43.1 to 4.44.1 r=bidoubiwa a=dependabot[bot] Bumps [instantsearch.js](https://github.com/algolia/instantsearch.js) from 4.43.1 to 4.44.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/algolia/instantsearch.js/releases">instantsearch.js's releases</a>.</em></p> <blockquote> <h2>v4.44.1</h2> <h2><a href="https://github.com/algolia/instantsearch.js/compare/v4.44.0...v4.44.1">4.44.1</a> (2022-08-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>connectNumericMenu + connectRange:</strong> stop sending invalid clickedFilters event (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5085">#5085</a>) (<a href="https://github.com/algolia/instantsearch.js/commit/20996c7a159988c58e00ff24d2d2dc98af8b980f">20996c7</a>)</li> </ul> <h2>v4.44.0</h2> <h1><a href="https://github.com/algolia/instantsearch.js/compare/v4.43.1...v4.44.0">4.44.0</a> (2022-08-08)</h1> <h3>Features</h3> <ul> <li><strong>geo-search:</strong> make <code>GeoHit</code> type generic (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5083">#5083</a>) (<a href="https://github.com/algolia/instantsearch.js/commit/3d3c7b298b74effe9bb722a04fbb47dc39a4bd95">3d3c7b2</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/instantsearch.js/blob/master/CHANGELOG.md">instantsearch.js's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/instantsearch.js/compare/v4.44.0...v4.44.1">4.44.1</a> (2022-08-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>connectNumericMenu + connectRange:</strong> stop sending invalid clickedFilters event (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5085">#5085</a>) (<a href="https://github.com/algolia/instantsearch.js/commit/20996c7a159988c58e00ff24d2d2dc98af8b980f">20996c7</a>)</li> </ul> <h1><a href="https://github.com/algolia/instantsearch.js/compare/v4.43.1...v4.44.0">4.44.0</a> (2022-08-08)</h1> <h3>Features</h3> <ul> <li><strong>geo-search:</strong> make <code>GeoHit</code> type generic (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5083">#5083</a>) (<a href="https://github.com/algolia/instantsearch.js/commit/3d3c7b298b74effe9bb722a04fbb47dc39a4bd95">3d3c7b2</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/instantsearch.js/commit/b40dbc1478f294b22536eb5468ec320f83024cc0"><code>b40dbc1</code></a> chore: release v4.44.1 (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5093">#5093</a>)</li> <li><a href="https://github.com/algolia/instantsearch.js/commit/20996c7a159988c58e00ff24d2d2dc98af8b980f"><code>20996c7</code></a> fix(connectNumericMenu + connectRange): stop sending invalid clickedFilters e...</li> <li><a href="https://github.com/algolia/instantsearch.js/commit/4c9a27e1dfe28a21b0619eb9118bb784515a0f40"><code>4c9a27e</code></a> chore: release v4.44.0 (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5084">#5084</a>)</li> <li><a href="https://github.com/algolia/instantsearch.js/commit/3d3c7b298b74effe9bb722a04fbb47dc39a4bd95"><code>3d3c7b2</code></a> feat(geo-search): make <code>GeoHit</code> type generic (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5083">#5083</a>)</li> <li><a href="https://github.com/algolia/instantsearch.js/commit/5b529f43d8acc680f85837eaaa41f7fd03a3f833"><code>5b529f4</code></a> chore: introduce <code>html</code> module (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5080">#5080</a>)</li> <li><a href="https://github.com/algolia/instantsearch.js/commit/776d66a952892fbcf1635a51d240f17f6ca650e1"><code>776d66a</code></a> chore(html): introduce VDOM highlighting components (<a href="https://github-redirect.dependabot.com/algolia/instantsearch.js/issues/5079">#5079</a>)</li> <li>See full diff in <a href="https://github.com/algolia/instantsearch.js/compare/v4.43.1...v4.44.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=instantsearch.js&package-manager=npm_and_yarn&previous-version=4.43.1&new-version=4.44.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 parents a2e6a49 + 33a9919 + 3330ae2 commit fe327f5

File tree

2 files changed

+75
-41
lines changed

2 files changed

+75
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "^7.18.9",
64-
"@babel/core": "^7.18.9",
64+
"@babel/core": "^7.18.13",
6565
"@babel/preset-env": "^7.18.9",
6666
"@rollup/plugin-commonjs": "^17.1.0",
6767
"@rollup/plugin-node-resolve": "^11.2.0",
@@ -91,7 +91,7 @@
9191
"eslint-plugin-react": "^7.22.0",
9292
"eslint-plugin-standard": "^5.0.0",
9393
"eslint-plugin-vue": "^7.7.0",
94-
"instantsearch.js": "^4.43.1",
94+
"instantsearch.js": "^4.44.1",
9595
"jest": "^27.2.2",
9696
"jest-watch-typeahead": "^0.6.3",
9797
"prettier": "^2.0.0",

yarn.lock

Lines changed: 73 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,19 @@
111111
"@algolia/logger-common" "4.14.1"
112112
"@algolia/requester-common" "4.14.1"
113113

114+
"@algolia/ui-components-highlight-vdom@^1.1.2":
115+
version "1.1.3"
116+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-highlight-vdom/-/ui-components-highlight-vdom-1.1.3.tgz#ba3ec05d4657286e2e688e1446c591d0e4217166"
117+
integrity sha512-KgSiQ+FQf+e2HDNgw9J66HmpbIdZA9VQpLwDn950DCgo7BEZQrMqgqkMPJhHYZfkPvRfxV+1T3XwS43zib8w4w==
118+
dependencies:
119+
"@algolia/ui-components-shared" "1.1.3"
120+
"@babel/runtime" "^7.0.0"
121+
122+
"@algolia/[email protected]", "@algolia/ui-components-shared@^1.1.2":
123+
version "1.1.3"
124+
resolved "https://registry.yarnpkg.com/@algolia/ui-components-shared/-/ui-components-shared-1.1.3.tgz#d62760b20584f628f57e8a144f5796bc42fd68f1"
125+
integrity sha512-eBxvljiwvajSsg9Pz9nYNH+QH/b5q66Z4xRDr1LhICNuLibDF64mH+Vv4mg29qPxmmgMWlmWiwJQmQqR9Z229w==
126+
114127
"@ampproject/remapping@^2.1.0":
115128
version "2.1.2"
116129
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
@@ -153,33 +166,33 @@
153166
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
154167
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
155168

156-
"@babel/core@^7.1.0", "@babel/core@^7.18.9", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
157-
version "7.18.9"
158-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
159-
integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==
169+
"@babel/core@^7.1.0", "@babel/core@^7.18.13", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
170+
version "7.18.13"
171+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac"
172+
integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
160173
dependencies:
161174
"@ampproject/remapping" "^2.1.0"
162175
"@babel/code-frame" "^7.18.6"
163-
"@babel/generator" "^7.18.9"
176+
"@babel/generator" "^7.18.13"
164177
"@babel/helper-compilation-targets" "^7.18.9"
165178
"@babel/helper-module-transforms" "^7.18.9"
166179
"@babel/helpers" "^7.18.9"
167-
"@babel/parser" "^7.18.9"
168-
"@babel/template" "^7.18.6"
169-
"@babel/traverse" "^7.18.9"
170-
"@babel/types" "^7.18.9"
180+
"@babel/parser" "^7.18.13"
181+
"@babel/template" "^7.18.10"
182+
"@babel/traverse" "^7.18.13"
183+
"@babel/types" "^7.18.13"
171184
convert-source-map "^1.7.0"
172185
debug "^4.1.0"
173186
gensync "^1.0.0-beta.2"
174187
json5 "^2.2.1"
175188
semver "^6.3.0"
176189

177-
"@babel/generator@^7.18.9", "@babel/generator@^7.7.2":
178-
version "7.18.9"
179-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
180-
integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
190+
"@babel/generator@^7.18.13", "@babel/generator@^7.7.2":
191+
version "7.18.13"
192+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
193+
integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==
181194
dependencies:
182-
"@babel/types" "^7.18.9"
195+
"@babel/types" "^7.18.13"
183196
"@jridgewell/gen-mapping" "^0.3.2"
184197
jsesc "^2.5.1"
185198

@@ -397,6 +410,11 @@
397410
dependencies:
398411
"@babel/types" "^7.18.6"
399412

413+
"@babel/helper-string-parser@^7.18.10":
414+
version "7.18.10"
415+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
416+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
417+
400418
"@babel/helper-validator-identifier@^7.10.4":
401419
version "7.12.11"
402420
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -449,10 +467,10 @@
449467
chalk "^2.0.0"
450468
js-tokens "^4.0.0"
451469

452-
"@babel/parser@^7.1.0", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
453-
version "7.18.9"
454-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
455-
integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
470+
"@babel/parser@^7.1.0", "@babel/parser@^7.18.10", "@babel/parser@^7.18.13", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
471+
version "7.18.13"
472+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
473+
integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==
456474

457475
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
458476
version "7.18.6"
@@ -1077,43 +1095,51 @@
10771095
core-js-pure "^3.0.0"
10781096
regenerator-runtime "^0.13.4"
10791097

1098+
"@babel/runtime@^7.0.0":
1099+
version "7.18.9"
1100+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
1101+
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
1102+
dependencies:
1103+
regenerator-runtime "^0.13.4"
1104+
10801105
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4":
10811106
version "7.12.5"
10821107
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
10831108
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
10841109
dependencies:
10851110
regenerator-runtime "^0.13.4"
10861111

1087-
"@babel/template@^7.18.6", "@babel/template@^7.3.3":
1088-
version "7.18.6"
1089-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
1090-
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
1112+
"@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
1113+
version "7.18.10"
1114+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1115+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
10911116
dependencies:
10921117
"@babel/code-frame" "^7.18.6"
1093-
"@babel/parser" "^7.18.6"
1094-
"@babel/types" "^7.18.6"
1118+
"@babel/parser" "^7.18.10"
1119+
"@babel/types" "^7.18.10"
10951120

1096-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1097-
version "7.18.9"
1098-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
1099-
integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
1121+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1122+
version "7.18.13"
1123+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68"
1124+
integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==
11001125
dependencies:
11011126
"@babel/code-frame" "^7.18.6"
1102-
"@babel/generator" "^7.18.9"
1127+
"@babel/generator" "^7.18.13"
11031128
"@babel/helper-environment-visitor" "^7.18.9"
11041129
"@babel/helper-function-name" "^7.18.9"
11051130
"@babel/helper-hoist-variables" "^7.18.6"
11061131
"@babel/helper-split-export-declaration" "^7.18.6"
1107-
"@babel/parser" "^7.18.9"
1108-
"@babel/types" "^7.18.9"
1132+
"@babel/parser" "^7.18.13"
1133+
"@babel/types" "^7.18.13"
11091134
debug "^4.1.0"
11101135
globals "^11.1.0"
11111136

1112-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1113-
version "7.18.9"
1114-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
1115-
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
1137+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1138+
version "7.18.13"
1139+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a"
1140+
integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==
11161141
dependencies:
1142+
"@babel/helper-string-parser" "^7.18.10"
11171143
"@babel/helper-validator-identifier" "^7.18.6"
11181144
to-fast-properties "^2.0.0"
11191145

@@ -3966,6 +3992,11 @@ hsla-regex@^1.0.0:
39663992
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
39673993
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
39683994

3995+
htm@^3.0.0:
3996+
version "3.1.1"
3997+
resolved "https://registry.yarnpkg.com/htm/-/htm-3.1.1.tgz#49266582be0dc66ed2235d5ea892307cc0c24b78"
3998+
integrity sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==
3999+
39694000
html-comment-regex@^1.1.0:
39704001
version "1.1.2"
39714002
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
@@ -4093,18 +4124,21 @@ [email protected]:
40934124
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
40944125
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
40954126

4096-
instantsearch.js@^4.43.1:
4097-
version "4.43.1"
4098-
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.43.1.tgz#9f316c13f63a1e53bf999f5d3716dc73bc7e9f4d"
4099-
integrity sha512-JEaODN0MDb5atW39nWmdxCPlcaNmX7THBlhy3cAJhVG9c19Cfaw27DXRBdE9E9B7WO45YYAhyNTnGITNKBXC0w==
4127+
instantsearch.js@^4.44.1:
4128+
version "4.44.1"
4129+
resolved "https://registry.yarnpkg.com/instantsearch.js/-/instantsearch.js-4.44.1.tgz#095786320a9f1f57f689f81c930bfb408c328c0c"
4130+
integrity sha512-1BuFe/LH08tQe0KreB6mre1sxLMOjm+YkA6mZinCIoArzRmgsx4Wl7guOvbj6QVLi9NtA/C9ZRRjx9DP2eSR6Q==
41004131
dependencies:
41014132
"@algolia/events" "^4.0.1"
4133+
"@algolia/ui-components-highlight-vdom" "^1.1.2"
4134+
"@algolia/ui-components-shared" "^1.1.2"
41024135
"@types/google.maps" "^3.45.3"
41034136
"@types/hogan.js" "^3.0.0"
41044137
"@types/qs" "^6.5.3"
41054138
algoliasearch-helper "^3.10.0"
41064139
classnames "^2.2.5"
41074140
hogan.js "^3.0.2"
4141+
htm "^3.0.0"
41084142
preact "^10.6.0"
41094143
qs "^6.5.1 < 6.10"
41104144
search-insights "^2.1.0"

0 commit comments

Comments
 (0)