Skip to content

Commit 79061f3

Browse files
committed
Bump jest-environment-jsdom to 30.3.0 to address CVE GHSA-vpq2-c234-7xj6
1 parent 8740839 commit 79061f3

18 files changed

Lines changed: 2319 additions & 905 deletions

File tree

build-tests/api-extractor-test-05/dist/tsdoc-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"toolPackages": [
66
{
77
"packageName": "@microsoft/api-extractor",
8-
"packageVersion": "7.57.7"
8+
"packageVersion": "7.57.8"
99
}
1010
]
1111
}

build-tests/heft-jest-preset-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"_phase:test": "heft run --only test -- --clean && node ./config/verify-coverage.js"
1111
},
1212
"devDependencies": {
13-
"@jest/types": "29.5.0",
13+
"@jest/types": "30.3.0",
1414
"@rushstack/heft": "workspace:*",
1515
"@rushstack/heft-jest-plugin": "workspace:*",
1616
"@rushstack/heft-lint-plugin": "workspace:*",

build-tests/heft-jest-reporters-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"_phase:test": "heft run --only test -- --clean"
1111
},
1212
"devDependencies": {
13-
"@jest/reporters": "~29.5.0",
14-
"@jest/types": "29.5.0",
13+
"@jest/reporters": "~30.3.0",
14+
"@jest/types": "30.3.0",
1515
"@rushstack/heft": "workspace:*",
1616
"@rushstack/heft-jest-plugin": "workspace:*",
1717
"@rushstack/heft-lint-plugin": "workspace:*",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-jest-plugin",
5+
"comment": "Bump jest-environment-jsdom to 30.3.0 to address CVE GHSA-vpq2-c234-7xj6",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-jest-plugin"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-node-rig",
5+
"comment": "Bump jest-environment-jsdom to 30.3.0 to address CVE GHSA-vpq2-c234-7xj6",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-node-rig"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-vscode-extension-rig",
5+
"comment": "Bump jest-environment-jsdom to 30.3.0 to address CVE GHSA-vpq2-c234-7xj6",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-vscode-extension-rig"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/heft-web-rig",
5+
"comment": "Bump jest-environment-jsdom to 30.3.0 to address CVE GHSA-vpq2-c234-7xj6",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-web-rig"
10+
}

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 829 additions & 576 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "ae06e3ff5f65c89fd6b5c88cb4bce597f4a5aa18",
3+
"pnpmShrinkwrapHash": "ab9c014d7778f278326c23dca0cf52e77a768922",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "fa90a0a032a0046e646e8751bbc6d0be86a4dda1"
5+
"packageJsonInjectedDependenciesHash": "f8156f28b1a4a2c2f36f4f92ca21d0b440602020"
66
}

0 commit comments

Comments
 (0)