-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
search-headless: Resolve Vulnerabilities (#188)
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
1 parent
1b68a13
commit 710cbbf
Showing
528 changed files
with
20,066 additions
and
17,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
||
|
@@ -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: | ||
|
||
|
@@ -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 | ||
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
||
|
@@ -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: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.city property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
city?: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.countryCode property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
countryCode: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.line1 property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
line1?: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.line2 property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
line2?: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
## Address.line3 property | ||
|
||
<b>Signature:</b> | ||
**Signature:** | ||
|
||
```typescript | ||
line3?: string; | ||
|
Oops, something went wrong.