Skip to content

Commit

Permalink
Update package version to 1.34.1 (#1196)
Browse files Browse the repository at this point in the history
* Upgrade testcafe to remove dependency vuln

Upgrade testcafe from 1.18.6 to 3.6.1. In the process, this removes the dependency on jsonwebtoken, which had a vuln in the version we were using.
https://nvd.nist.gov/vuln/detail/CVE-2022-23539#vulnCurrentDescriptionTitle
J=VULN-39102
TEST=auto

* Update package version to 1.34.1

Since we're incrementing the version, we need to reflect this
in the package.json file
J=VULN-39102
TEST=auto

* Also update version in static folder
  • Loading branch information
Fondryext authored Jul 11, 2024
1 parent deef9d8 commit 7132680
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "answers-hitchhiker-theme",
"version": "1.34.0",
"version": "1.34.1",
"description": "A starter Search theme for hitchhikers",
"keywords": [
"jambo",
Expand Down
4 changes: 2 additions & 2 deletions static/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 static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "answers-hitchhiker-theme",
"version": "1.34.0",
"version": "1.34.1",
"description": "Toolchain for use with the HH Theme",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit 7132680

Please sign in to comment.