Skip to content

Commit

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

Regenerated package-lock.json and test-site-node/package-lock.json to ensure they include updated safe dependencies.

J=VULN-39420
TEST=manual

Looked at babel dependencies in both package-lock files and made sure they had the 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
mkouzel-yext and github-actions[bot] authored Dec 9, 2024
1 parent 1b68a13 commit 710cbbf
Show file tree
Hide file tree
Showing 528 changed files with 20,066 additions and 17,944 deletions.
20 changes: 10 additions & 10 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The following NPM packages may be included in this product:

- @babel/runtime-corejs3@7.16.5
- @babel/runtime@7.16.5
- @babel/runtime-corejs3@7.26.0
- @babel/runtime@7.26.0

These packages each contain the following license and notice below:

Expand Down Expand Up @@ -32,7 +32,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following NPM package may be included in this product:

- @reduxjs/toolkit@1.8.1
- @reduxjs/toolkit@1.9.7

This package contains the following license and notice below:

Expand Down Expand Up @@ -106,11 +106,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The following NPM package may be included in this product:

- core-js-pure@3.19.3
- core-js-pure@3.39.0

This package contains the following license and notice below:

Copyright (c) 2014-2021 Denis Pushkarev
Copyright (c) 2014-2024 Denis Pushkarev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -164,7 +164,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- [email protected].7
- [email protected].21

This package contains the following license and notice below:

Expand Down Expand Up @@ -310,7 +310,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- [email protected].1
- [email protected].2

This package contains the following license and notice below:

Expand Down Expand Up @@ -340,7 +340,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- redux@4.1.2
- redux@4.2.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -370,7 +370,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- regenerator-runtime@0.13.9
- regenerator-runtime@0.14.1

This package contains the following license and notice below:

Expand Down Expand Up @@ -400,7 +400,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- [email protected].5
- [email protected].8

This package contains the following license and notice below:

Expand Down
23 changes: 20 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,24 @@

## Packages

| Package | Description |
| --- | --- |
| [@yext/search-headless](./search-headless.md) | |
<table><thead><tr><th>

Package


</th><th>

Description


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

[@yext/search-headless](./search-headless.md)


</td><td>


</td></tr>
</tbody></table>
2 changes: 1 addition & 1 deletion docs/search-headless.additionalhttpheaders._client-sdk_.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Additional agents and their versions used to create the Search experience. The information for these agents is added to the Client-SDK HTTP header along with that of the ANSWERS\_CORE agent.

<b>Signature:</b>
**Signature:**

```typescript
'Client-SDK'?: ClientSDKHeaderValues;
Expand Down
45 changes: 41 additions & 4 deletions docs/search-headless.additionalhttpheaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,52 @@

AdditionalHttpHeaders allows users to specify additional values for specific HTTP headers.

<b>Signature:</b>
**Signature:**

```typescript
export declare interface AdditionalHttpHeaders
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| ["Client-SDK"?](./search-headless.additionalhttpheaders._client-sdk_.md) | [ClientSDKHeaderValues](./search-headless.clientsdkheadervalues.md) | <i>(Optional)</i> Additional agents and their versions used to create the Search experience. The information for these agents is added to the Client-SDK HTTP header along with that of the ANSWERS\_CORE agent. |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


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

["Client-SDK"?](./search-headless.additionalhttpheaders._client-sdk_.md)


</td><td>


</td><td>

[ClientSDKHeaderValues](./search-headless.clientsdkheadervalues.md)


</td><td>

_(Optional)_ Additional agents and their versions used to create the Search experience. The information for these agents is added to the Client-SDK HTTP header along with that of the ANSWERS\_CORE agent.


</td></tr>
</tbody></table>
2 changes: 1 addition & 1 deletion docs/search-headless.address.city.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.city property

<b>Signature:</b>
**Signature:**

```typescript
city?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.countrycode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.countryCode property

<b>Signature:</b>
**Signature:**

```typescript
countryCode: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.extradescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.extraDescription property

<b>Signature:</b>
**Signature:**

```typescript
extraDescription?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.line1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.line1 property

<b>Signature:</b>
**Signature:**

```typescript
line1?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.line2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.line2 property

<b>Signature:</b>
**Signature:**

```typescript
line2?: string;
Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.address.line3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Address.line3 property

<b>Signature:</b>
**Signature:**

```typescript
line3?: string;
Expand Down
Loading

0 comments on commit 710cbbf

Please sign in to comment.