diff --git a/package-lock.json b/package-lock.json index 50fdf4a..3cdd227 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@themost/client", - "version": "2.16.2", + "version": "2.16.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@themost/client", - "version": "2.16.2", + "version": "2.16.3", "license": "BSD-3-Clause", "dependencies": { "@themost/events": "^1.1.0", @@ -22,7 +22,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.1", - "@themost/test": "^2.8.0", + "@themost/test": "^2.9.0", "@types/jasmine": "^3.10.0", "@types/minimist": "^1.2.5", "@types/node": "^16.11.4", @@ -2313,9 +2313,9 @@ } }, "node_modules/@themost/data": { - "version": "2.11.4", - "resolved": "https://registry.npmjs.org/@themost/data/-/data-2.11.4.tgz", - "integrity": "sha512-7JK7z9OOjn3AAvE4l+627sR3QkkE++1Lnv3lahvBCiP8gnR9fU1277GtltVAO9sLsgzYeaGtCYmVkS2vytUUpA==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/@themost/data/-/data-2.13.0.tgz", + "integrity": "sha512-p4gUIzkE8uTZISDBrkv88CpMTqkuBjLU/6KV3Srvl+uYB7roRgQEPDl0AEEBqXaqgLAGb5dUtYZvwjReavf8qg==", "dev": true, "dependencies": { "@themost/events": "^1.0.5", @@ -2330,11 +2330,11 @@ "symbol": "^0.3.1" }, "engines": { - "node": ">=8.17.0" + "node": ">=14.21.3" }, "peerDependencies": { "@themost/common": "^2.10.4", - "@themost/query": ">=2.11.2", + "@themost/query": ">=2.13.1", "@themost/xml": "^2" } }, @@ -2455,18 +2455,18 @@ } }, "node_modules/@themost/test": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@themost/test/-/test-2.8.0.tgz", - "integrity": "sha512-p9yohRYio2KmqviLR4O4jf8sQ0/Dm+yV+b3xiBVsxvkqo4yAU68/ym3LKVC3y+64QFn3aMmMFT8mfkGcBkljYA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@themost/test/-/test-2.9.0.tgz", + "integrity": "sha512-ADxMTJ0DQGP42VTwvtZ+EI38FMNeMtk+YTNYyX3tiWUAddxn58mq/49Oy9FlSa1B5InKRNQDw+YsI/pXRj5qmw==", "dev": true, "dependencies": { "@themost/client": "^2.16.0", "@themost/common": "^2", - "@themost/data": "^2", + "@themost/data": "^2.13.0", "@themost/ejs": "^2", "@themost/express": "^1", "@themost/node": "^2", - "@themost/query": "^2.12.0", + "@themost/query": "^2.13.1", "@themost/sqlite": "^2", "@themost/web": "^2", "@themost/xml": "^2", diff --git a/package.json b/package.json index 562f6dd..d381eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@themost/client", - "version": "2.16.2", + "version": "2.16.3", "description": "MOST Web Framework Codename Blueshift - Client Common", "module": "dist/index.esm.js", "main": "dist/index.js", @@ -37,7 +37,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.1", - "@themost/test": "^2.8.0", + "@themost/test": "^2.9.0", "@types/jasmine": "^3.10.0", "@types/minimist": "^1.2.5", "@types/node": "^16.11.4",