Skip to content

Commit 0df0b1d

Browse files
authored
chore: bump vitest to 2.1.9 to mitigate RCE (#1667)
1 parent a692cf6 commit 0df0b1d

File tree

13 files changed

+787
-818
lines changed

13 files changed

+787
-818
lines changed

admission-server/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN npm install --global pnpm@9
77

88
# Files required by pnpm install.
99
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
10+
COPY patches patches
1011

1112
# Files required by pnpm install for each package. Tried pnpm fetch but errors.
1213
COPY admission-server/package.json admission-server/

cdn-server/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN npm install --global pnpm@9
77

88
# Files required by pnpm install.
99
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
10+
COPY patches patches
1011

1112
# Files required by pnpm install for each package. Tried pnpm fetch but errors.
1213
COPY cdn-server/package.json cdn-server/

cdn-server/cdn/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"eslint": "^8.57.1",
3434
"eslint-config-unjs": "^0.2.1",
3535
"typescript": "5.5.2",
36-
"vitest": "^2.1.8"
36+
"vitest": "^2.1.9"
3737
}
3838
}

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"prettier": "^3.5.2",
8383
"tsx": "^4.17.0",
8484
"typescript": "5.5.2",
85-
"vitest": "^2.1.8"
85+
"vitest": "^2.1.9"
8686
},
8787
"gitHead": "c37aed755e1b19ed91d30f9b5f7041e15c56901a"
8888
}

composition-go/index.global.js

+220-396
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@types/lodash": "^4.17.0",
4040
"del-cli": "^5.0.0",
4141
"typescript": "5.5.2",
42-
"vitest": "^2.1.8"
42+
"vitest": "^2.1.9"
4343
}
4444
}

controlplane/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN npm install --global pnpm@9
99

1010
# Files required by pnpm install.
1111
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
12+
COPY patches patches
1213

1314
# Files required by pnpm install for each package. Tried pnpm fetch but errors.
1415
COPY connect/package.json connect/

controlplane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@
113113
"prettier": "^3.2.4",
114114
"tsx": "^4.16.0",
115115
"typescript": "5.5.2",
116-
"vitest": "^2.1.8"
116+
"vitest": "^2.1.9"
117117
}
118118
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"husky": "^8.0.3",
6161
"lint-staged": "^15.2.10",
6262
"prettier": "^3.0.3",
63-
"vitest": "^2.1.8"
63+
"vitest": "^2.1.9"
6464
},
6565
"pnpm": {
6666
"overrides": {

0 commit comments

Comments
 (0)