Update dependencies

This commit is contained in:
Darren Clarke 2024-11-25 09:31:25 +01:00
parent 48aa89f7cf
commit 7ad25e8a95
49 changed files with 2116 additions and 1699 deletions

View file

@ -1,18 +1,18 @@
{
"name": "@link-stack/opensearch-common",
"version": "2.2.0",
"version": "2.3.4",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.12.0",
"uuid": "^10.0.0"
"@opensearch-project/opensearch": "^2.13.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^22.7.3",
"@types/node": "^22.9.3",
"@types/uuid": "^10.0.0",
"@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}