Skip to content

Commit

Permalink
v1.0.2 (#328)
Browse files Browse the repository at this point in the history
### Bug Fixes
- Address security vulnerabilities in `ejs`, `async`, and `terser` (#308)
- Address security vulnerabilities in `@xmldom/xmldom` and `loader-utils` (#320, #326)
  • Loading branch information
nmanu1 authored Nov 9, 2022
2 parents 64ea8d7 + 8a8bb38 commit 3976b59
Show file tree
Hide file tree
Showing 4 changed files with 17,441 additions and 47,439 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,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-react@2.0.0
- @yext/search-headless-react@2.0.1

This package contains the following license and notice below:

Expand Down
129 changes: 48 additions & 81 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/search-ui-react",
"version": "1.0.1",
"version": "1.0.2",
"description": "A library of React Components for powering Yext Search integrations",
"author": "slapshot@yext.com",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -73,10 +73,9 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@yext/eslint-config-slapshot": "^0.5.0",
"@yext/search-headless-react": "^2.0.0",
"@yext/search-headless-react": "^2.0.1",
"axe-playwright": "^1.1.11",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.3",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react-hooks": "^4.3.0",
Expand All @@ -90,7 +89,7 @@
"typescript": "~4.4.3"
},
"peerDependencies": {
"@yext/search-headless-react": "^2.0.0",
"@yext/search-headless-react": "^2.0.1",
"react": "^16.14 || ^17 || ^18"
},
"jest": {
Expand Down
Loading

0 comments on commit 3976b59

Please sign in to comment.