Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The following NPM packages may be included in this product:

- @babel/runtime-corejs3@7.28.0
- @babel/runtime-corejs3@7.28.4
- @babel/runtime@7.27.0

These packages each contain the following license and notice below:
Expand Down Expand Up @@ -62,7 +62,7 @@ SOFTWARE.

The following NPM package may be included in this product:

- @yext/search-core@2.6.3
- @yext/search-core@2.7.0

This package contains the following license and notice below:

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

The following NPM package may be included in this product:

- @yext/search-headless@2.6.4
- @yext/search-headless@2.7.0

This package contains the following license and notice below:

Expand Down Expand Up @@ -150,11 +150,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.44.0
- core-js-pure@3.46.0

This package contains the following license and notice below:

Copyright (c) 2014-2025 Denis Pushkarev
Copyright (c) 2014-2025 Denis Pushkarev, 2025 CoreJS Company

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
33 changes: 14 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"generate-notices": "generate-license-file --input package.json --output THIRD-PARTY-NOTICES --overwrite"
},
"dependencies": {
"@yext/search-headless": "^2.6.4",
"@yext/search-headless": "^2.7.0",
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
Expand Down