Skip to content

Commit bdd7e13

Browse files
committed
Fix brace-expansion cve
1 parent 58cd21d commit bdd7e13

File tree

6 files changed

+1524
-864
lines changed

6 files changed

+1524
-864
lines changed

parser/e2e/__snapshots__/cultureCurrencies.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`End-to-end tests for supported cultures and currencies cs-cz - Čeština EUR - Euro (€) 1`] = `"D2 v3,2,8,"0,1788","0,1001","0,1465","0,0679","0,1221","0,0434","0,0445","0,0249","0,1477","0,069","0,1257","0,047""`;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`End-to-end tests for instances with GPUs No reserved instances 1`] = `"H16mr,16,224,4.742,2.861,N/A,N/A,N/A,N/A,0.8763,0.5287,3.1175,2.3815,2.501,1.765"`;

parser/e2e/__snapshots__/metadata.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`List metadata: Culture 1`] = `
44
[

parser/e2e/__snapshots__/operatingSystem.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`End-to-end tests for supported operating systems CentOS or Ubuntu linux (instance without savings plan) 1`] = `"S96,96,768,N/A,N/A,4.0808,N/A,2.0712,N/A,N/A,N/A,N/A,N/A,N/A,N/A"`;
44

parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@babel/preset-typescript": "7.24.7",
1919
"@types/jest": "29.5.13",
2020
"@types/node": "20.16.9",
21-
"babel-jest": "29.7.0",
22-
"jest": "29.7.0",
21+
"babel-jest": "30.2.0",
22+
"jest": "30.2.0",
2323
"jest-html-reporter": "3.10.2",
2424
"jsdom": "25.0.1",
2525
"prettier": "3.3.3",

0 commit comments

Comments
 (0)