Skip to content

Commit

Permalink
chore: upgrade to jest 27.x (projen#1120)
Browse files Browse the repository at this point in the history
To mitigate a security issue with [set-value](https://github.com/projen/projen/security/dependabot/yarn.lock/set-value/open) we need to upgrade Jest to 27.x.

---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
Elad Ben-Israel authored Oct 6, 2021
1 parent f7a28bf commit e2d12ca
Show file tree
Hide file tree
Showing 7 changed files with 559 additions and 1,240 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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

2 changes: 1 addition & 1 deletion .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const project = new JsiiProject({

projenDevDependency: false, // because I am projen
releaseToNpm: true,
minNodeVersion: '12.7.0',
minNodeVersion: '12.13.0',
codeCov: true,
defaultReleaseBranch: 'main',
gitpod: true,
Expand Down
8 changes: 4 additions & 4 deletions package.json

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

Loading

0 comments on commit e2d12ca

Please sign in to comment.