Skip to content

Commit

Permalink
[Snyk] Security upgrade jest from 26.4.2 to 27.0.2 (#536)
Browse files Browse the repository at this point in the history
* fix: webapp/package.json & webapp/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
- https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660

* added jest test environment

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: kshitij katiyar <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 105215e commit 0d94466
Show file tree
Hide file tree
Showing 3 changed files with 20,744 additions and 1,848 deletions.
3 changes: 2 additions & 1 deletion webapp/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"^.+\\.(css|less|scss)$": "identity-obj-proxy",
"^.*i18n.*\\.(json)$": "<rootDir>/tests/i18n_mock.json",
"^bundle-loader\\?lazy\\!(.*)$": "$1"
}
},
"testEnvironment": "jsdom"
}
Loading

0 comments on commit 0d94466

Please sign in to comment.