Skip to content

Commit

Permalink
search-core: Resolve Vulnerabilities (#287)
Browse files Browse the repository at this point in the history
search-core: Resolve Vulnerabilities

Regenerated package-lock.json and test-site/package-lock.json to ensure that both used updated safe dependencies.

J=VULN-39421
TEST=manual

Inspected babel dependencies in each file to confirm they used safe versions.

* Automated update to THIRD-PARTY-NOTICES from github action's 3rd party notices check

* Automated update to repo's documentation from github action

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Fondryext committed Dec 9, 2024
1 parent 8e699a5 commit b432db4
Show file tree
Hide file tree
Showing 8 changed files with 1,070 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/search-core.cloudchoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@

Defines the cloud choice of the API domains.

<<<<<<< HEAD
<<<<<<< HEAD
**Signature:**
=======
<b>Signature:</b>
>>>>>>> 7a02721 (search-core: add cloudChoice enum and config support (#277))
=======
**Signature:**
>>>>>>> 3825120 (search-core: Resolve Vulnerabilities (#287))
```typescript
export declare enum CloudChoice
```

## Enumeration Members

<<<<<<< HEAD
<<<<<<< HEAD
<table><thead><tr><th>

Expand Down Expand Up @@ -71,3 +76,50 @@ GLOBAL\_MULTI
| GLOBAL\_MULTI | <code>&quot;GLOBAL-MULTI&quot;</code> | |

>>>>>>> 7a02721 (search-core: add cloudChoice enum and config support (#277))
=======
<table><thead><tr><th>

Member


</th><th>

Value


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

GLOBAL\_GCP


</td><td>

`"GLOBAL-GCP"`


</td><td>


</td></tr>
<tr><td>

GLOBAL\_MULTI


</td><td>

`"GLOBAL-MULTI"`


</td><td>


</td></tr>
</tbody></table>
>>>>>>> 3825120 (search-core: Resolve Vulnerabilities (#287))
Loading

0 comments on commit b432db4

Please sign in to comment.