Skip to content

Commit 6ba6e9e

Browse files
committed
fix: internal-packages/testcontainers/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UUID-16133035
1 parent a9f756b commit 6ba6e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal-packages/testcontainers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"devDependencies": {
1818
"@testcontainers/postgresql": "^11.14.0",
19-
"@testcontainers/redis": "^11.14.0",
19+
"@testcontainers/redis": "^12.0.0",
2020
"@trigger.dev/core": "workspace:*",
2121
"std-env": "^3.9.0",
22-
"testcontainers": "^11.14.0",
22+
"testcontainers": "^12.0.0",
2323
"tinyexec": "^0.3.0"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)