diff --git a/package-lock.json b/package-lock.json index f9bdbbf..a6b2dc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,14 +8,14 @@ "name": "@kiwiproject/kiwi-test-js", "version": "0.6.0", "dependencies": { - "@elastic/elasticsearch": "8.16.2", + "@elastic/elasticsearch": "8.17.0", "@jest/globals": "29.7.0", "@kiwiproject/kiwi-js": "0.12.0", "@testcontainers/elasticsearch": "10.16.0", "@testcontainers/postgresql": "10.16.0", "convert": "5.7.0", "jest": "29.7.0", - "mongodb": "6.11.0", + "mongodb": "6.12.0", "pg": "8.13.1", "redis": "4.7.0", "testcontainers": "10.16.0" @@ -1688,10 +1688,9 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" }, "node_modules/@elastic/elasticsearch": { - "version": "8.16.2", - "resolved": "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-8.16.2.tgz", - "integrity": "sha512-2ivc6uS97fbEeW4tNtg5mvh/Jy82ZLfcwQ1HhNhdYxyapNnQxIgZ83Zd8Ir+5jCPMDWKSYgwDb8t4GAINDDv2w==", - "license": "Apache-2.0", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-8.17.0.tgz", + "integrity": "sha512-FZ+gQUrPsMpQ2RRIXwTmCoUeFCEausMhp4eQOyxT9j1cwGXHJrhelR6jffM1SC95kQUkB7+TcTq7oQ+bG2BQ9g==", "dependencies": { "@elastic/transport": "^8.9.1", "apache-arrow": "^18.0.0", @@ -3684,10 +3683,9 @@ } }, "node_modules/bson": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-6.10.0.tgz", - "integrity": "sha512-ROchNosXMJD2cbQGm84KoP7vOGPO6/bOAW0veMMbzhXLqoZptcaYRVLitwvuhwhjjpU1qP4YZRWLhgETdgqUQw==", - "license": "Apache-2.0", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/bson/-/bson-6.10.1.tgz", + "integrity": "sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA==", "engines": { "node": ">=16.20.1" } @@ -6467,13 +6465,12 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mongodb": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.11.0.tgz", - "integrity": "sha512-yVbPw0qT268YKhG241vAMLaDQAPbRyTgo++odSgGc9kXnzOujQI60Iyj23B9sQQFPSvmNPvMZ3dsFz0aN55KgA==", - "license": "Apache-2.0", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.12.0.tgz", + "integrity": "sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA==", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", - "bson": "^6.10.0", + "bson": "^6.10.1", "mongodb-connection-string-url": "^3.0.0" }, "engines": { @@ -6481,7 +6478,7 @@ }, "peerDependencies": { "@aws-sdk/credential-providers": "^3.188.0", - "@mongodb-js/zstd": "^1.1.0", + "@mongodb-js/zstd": "^1.1.0 || ^2.0.0", "gcp-metadata": "^5.2.0", "kerberos": "^2.0.1", "mongodb-client-encryption": ">=6.0.0 <7", diff --git a/package.json b/package.json index 5d30278..cc4d950 100644 --- a/package.json +++ b/package.json @@ -22,14 +22,14 @@ ] }, "dependencies": { - "@elastic/elasticsearch": "8.16.2", + "@elastic/elasticsearch": "8.17.0", "@jest/globals": "29.7.0", "@kiwiproject/kiwi-js": "0.12.0", "@testcontainers/elasticsearch": "10.16.0", "@testcontainers/postgresql": "10.16.0", "convert": "5.7.0", "jest": "29.7.0", - "mongodb": "6.11.0", + "mongodb": "6.12.0", "pg": "8.13.1", "redis": "4.7.0", "testcontainers": "10.16.0"