Skip to content

Commit

Permalink
Address Terser vulnerability and bump library version.
Browse files Browse the repository at this point in the history
This PR updates the Terser version used by Webpack to v5.14.2. This will
address a ReDoS vulnerability in older Terser versions.

TEST=manual

Built the library and fired off requests from a local test site. The
requests worked as expected.
  • Loading branch information
tmeyer2115 committed Jul 18, 2022
1 parent 56b97c8 commit 400d9d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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
@@ -1,6 +1,6 @@
{
"name": "@yext/search-core",
"version": "1.8.0",
"version": "1.8.1",
"description": "Typescript Networking Library for the Yext Search API",
"main": "./dist/commonjs/src/index.js",
"module": "./dist/esm/src/index.js",
Expand Down

0 comments on commit 400d9d1

Please sign in to comment.