diff --git a/rest/package-lock.json b/rest/package-lock.json index 1b5e692e772..52157556d39 100644 --- a/rest/package-lock.json +++ b/rest/package-lock.json @@ -79,7 +79,7 @@ "word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6" }, "devDependencies": { - "@testcontainers/postgresql": "^11.6.0", + "@testcontainers/postgresql": "^11.7.1", "@testcontainers/redis": "^11.7.1", "app-root-path": "^3.1.0", "crypto-random-string": "^5.0.0", @@ -3525,13 +3525,13 @@ } }, "node_modules/@testcontainers/postgresql": { - "version": "11.6.0", - "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-11.6.0.tgz", - "integrity": "sha512-+JlbHfcWpxrfWG4BZeWiNKI4pjn4FPWCnKFYkUSneuYjEuYJQWSFdP38W5RB0N1rf5ce+dYzb5SXi4i2MWH3Zw==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-11.7.1.tgz", + "integrity": "sha512-8PfGNqwdyoMPQuubZM0wd07/tfi4vhLAjXP791tM105vSCmzCOhLfYu2CIq04GKVlmW1J5z5nOZWLNlU9WrUuQ==", "dev": true, "license": "MIT", "dependencies": { - "testcontainers": "^11.6.0" + "testcontainers": "^11.7.1" } }, "node_modules/@testcontainers/redis": { diff --git a/rest/package.json b/rest/package.json index 7a5d759567d..7a555f5790b 100644 --- a/rest/package.json +++ b/rest/package.json @@ -52,7 +52,7 @@ "word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6" }, "devDependencies": { - "@testcontainers/postgresql": "^11.6.0", + "@testcontainers/postgresql": "^11.7.1", "@testcontainers/redis": "^11.7.1", "app-root-path": "^3.1.0", "crypto-random-string": "^5.0.0",