Skip to content

Commit

Permalink
[Snyk] Upgrade jest-environment-jsdom from 29.6.2 to 29.6.3 (#122)
Browse files Browse the repository at this point in the history
* fix: upgrade jest-environment-jsdom from 29.6.2 to 29.6.3

Snyk has created this PR to upgrade jest-environment-jsdom from 29.6.2 to 29.6.3.

See this package in npm:
https://www.npmjs.com/package/jest-environment-jsdom

See this project in Snyk:
https://app.snyk.io/org/kamontat/project/5096ffc1-f5e9-4ff3-9317-9dd021ebc677?utm_source=github&utm_medium=referral&page=upgrade-pr

* chore(core): update changefiles

* perf(deps): upgrade jest-environment-node from 29.6.2 to 29.6.3

* chore(core): update changefiles

* chore: update pnpm lock and repo state file

* fix(deps): correct dependencies version

Signed-off-by: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>

---------

Signed-off-by: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
kamontat and snyk-bot authored Nov 1, 2023
1 parent f5b38e8 commit 133ddec
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kcws/node-rig",
"comment": "Upgrade jest-environment-node from 29.6.2 to 29.6.3",
"type": "patch"
}
],
"packageName": "@kcws/node-rig"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kcws/web-rig",
"comment": "Upgrade jest-environment-jsdom from 29.6.2 to 29.6.3",
"type": "patch"
}
],
"packageName": "@kcws/web-rig"
}
66 changes: 33 additions & 33 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "b1064c479e17d5feec7826c47b41ddeee34f7355",
"pnpmShrinkwrapHash": "f7a5e0120288d0e002a479afd8984d545b3f4a5f",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
2 changes: 1 addition & 1 deletion packages/node-rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/heft-jest": "1.0.5",
"@types/node": "18.18.6",
"eslint": "8.52.0",
"jest-environment-node": "29.6.2",
"jest-environment-node": "29.6.3",
"jest-html-reporters": "3.1.4",
"jest-junit": "16.0.0",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rushstack/heft-typescript-plugin": "0.2.9",
"@types/heft-jest": "1.0.5",
"eslint": "8.52.0",
"jest-environment-jsdom": "29.6.2",
"jest-environment-jsdom": "29.6.3",
"jest-html-reporters": "3.1.4",
"jest-junit": "16.0.0",
"typescript": "5.0.4"
Expand Down

0 comments on commit 133ddec

Please sign in to comment.