diff --git a/package-lock.json b/package-lock.json index df9a108..42117ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@elastic/elasticsearch": "8.15.0", "@jest/globals": "29.7.0", "@kiwiproject/kiwi-js": "0.11.0", - "@testcontainers/elasticsearch": "10.13.0", + "@testcontainers/elasticsearch": "10.13.1", "@testcontainers/postgresql": "10.13.0", "convert": "5.4.0", "jest": "29.7.0", @@ -2621,17 +2621,17 @@ } }, "node_modules/@testcontainers/elasticsearch": { - "version": "10.13.0", - "resolved": "https://registry.npmjs.org/@testcontainers/elasticsearch/-/elasticsearch-10.13.0.tgz", - "integrity": "sha512-Dnywf1CoytGmgntjQU783jUD6+worS0XIO19B+i6wSck0sbHJTSguekVlv+dEi6aFRObXzMO3DYoVCvU/hX68A==", + "version": "10.13.1", + "resolved": "https://registry.npmjs.org/@testcontainers/elasticsearch/-/elasticsearch-10.13.1.tgz", + "integrity": "sha512-Bm14dPrvJk9UtPaL2xQ/IDY3FlLzCYkAeeJCwO1648zK53cm5vXPPcFsI/gC3RtY6hX2ruYajbGSzezecEtsFA==", "dependencies": { - "testcontainers": "^10.13.0" + "testcontainers": "^10.13.1" } }, "node_modules/@testcontainers/elasticsearch/node_modules/testcontainers": { - "version": "10.13.0", - "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-10.13.0.tgz", - "integrity": "sha512-SDblQvirbJw1ZpenxaAairGtAesw5XMOCHLbRhTTUBJtBkZJGce8Vx/I8lXQxWIM8HRXsg3HILTHGQvYo4x7wQ==", + "version": "10.13.1", + "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-10.13.1.tgz", + "integrity": "sha512-JBbOhxmygj/ouH/47GnoVNt+c55Telh/45IjVxEbDoswsLchVmJiuKiw/eF6lE5i7LN+/99xsrSCttI3YRtirg==", "dependencies": { "@balena/dockerignore": "^1.0.2", "@types/dockerode": "^3.3.29", diff --git a/package.json b/package.json index 0a5e536..9ec7804 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@elastic/elasticsearch": "8.15.0", "@jest/globals": "29.7.0", "@kiwiproject/kiwi-js": "0.11.0", - "@testcontainers/elasticsearch": "10.13.0", + "@testcontainers/elasticsearch": "10.13.1", "@testcontainers/postgresql": "10.13.0", "convert": "5.4.0", "jest": "29.7.0",