Skip to content

Commit c377eb6

Browse files
Merge pull request #1645 from skaut/dependabot/npm_and_yarn/vite-7.2.2
Bump vite from 7.1.12 to 7.2.2
2 parents 34c0c58 + 8b99243 commit c377eb6

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,6 @@ function qt() {
36803680
else if (r.isFormDataLike(U)) {
36813681
const mA = `----formdata-undici-0${`${h(1e11)}`.padStart(11, "0")}`, T = `--${mA}\r
36823682
Content-Disposition: form-data`;
3683-
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
36843683
const AA = (SA) => SA.replace(/\n/g, "%0A").replace(/\r/g, "%0D").replace(/"/g, "%22"), EA = (SA) => SA.replace(/\r?\n|\r/g, `\r
36853684
`), BA = [], QA = new Uint8Array([13, 10]);
36863685
P = 0;
@@ -11057,7 +11056,6 @@ function Qa() {
1105711056
a > A ? (C += 8, o = 127) : a > 125 && (C += 2, o = 126);
1105811057
const i = Buffer.allocUnsafe(a + C);
1105911058
i[0] = i[1] = 0, i[0] |= 128, i[0] = (i[0] & 240) + e;
11060-
/*! ws. MIT License. Einar Otto Stangvik <[email protected]> */
1106111059
i[C - 4] = this.maskKey[0], i[C - 3] = this.maskKey[1], i[C - 2] = this.maskKey[2], i[C - 1] = this.maskKey[3], i[1] = o, o === 126 ? i.writeUInt16BE(a, 2) : o === 127 && (i[2] = i[3] = 0, i.writeUIntBE(a, 4, 6)), i[1] |= 128;
1106211060
for (let E = 0; E < a; E++)
1106311061
i[C + E] = this.frameData[E] ^ this.maskKey[E % 4];

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"rimraf": "^6.1.0",
6060
"typescript": "^5.9.3",
6161
"typescript-eslint": "^8.46.3",
62-
"vite": "^7.1.12",
62+
"vite": "^7.2.2",
6363
"vitest": "^4.0.4"
6464
}
6565
}

0 commit comments

Comments
 (0)