Skip to content

Commit d119cf2

Browse files
authored
Revert "chore(deps): bump the test-versions group across 3 directories with 7 updates (#7371)" (#7374)
This reverts commit be2e01c.
1 parent be2e01c commit d119cf2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

integration-tests/appsec/iast-esbuild-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Carles Capell <[email protected]>",
1515
"license": "ISC",
1616
"dependencies": {
17-
"esbuild": "^0.27.2",
17+
"esbuild": "^0.25.9",
1818
"express": "^4.21.2"
1919
}
2020
}

integration-tests/appsec/iast-esbuild-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Carles Capell <[email protected]>",
1717
"license": "ISC",
1818
"dependencies": {
19-
"esbuild": "^0.27.2",
19+
"esbuild": "^0.25.9",
2020
"express": "^4.21.2"
2121
}
2222
}

integration-tests/esbuild/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"author": "Thomas Hunter II <[email protected]>",
2121
"license": "ISC",
2222
"dependencies": {
23-
"@apollo/server": "5.3.0",
24-
"@koa/router": "15.3.0",
25-
"aws-sdk": "2.1693.0",
26-
"axios": "1.13.3",
27-
"express": "4.22.1",
23+
"@apollo/server": "5.2.0",
24+
"@koa/router": "14.0.0",
25+
"aws-sdk": "2.1692.0",
26+
"axios": "1.13.2",
27+
"express": "4.21.2",
2828
"knex": "3.1.0",
2929
"koa": "3.1.1",
30-
"openai": "6.16.0"
30+
"openai": "6.9.1"
3131
}
3232
}

0 commit comments

Comments
 (0)