From 43626d80a1cb4ac1ef83bb081617a77c376e1499 Mon Sep 17 00:00:00 2001 From: Kyriakos Barbounakis Date: Tue, 7 Nov 2023 11:16:02 +0200 Subject: [PATCH] Bump @themost/query@2.9.2 (#13) * bump @themost/query@2.9.2 to @themost/query@2.11.0 * 2.11.0 --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e70d525..86ee4cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@themost/client", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@themost/client", - "version": "2.10.0", + "version": "2.11.0", "license": "BSD-3-Clause", "dependencies": { "@themost/events": "^1.1.0", - "@themost/query": "^2.9.11", + "@themost/query": "^2.11.0", "@themost/xml": "^2.5.1" }, "devDependencies": { @@ -689,14 +689,14 @@ "integrity": "sha512-aMD+w9gaA1MJiQrQeP+UefWh+wBMpvvHbJ7eHZwgKmV98oI45kAq4OHBqz5xhMBTRekIk2kbZkPcYrafE0DuKw==" }, "node_modules/@themost/query": { - "version": "2.9.11", - "resolved": "https://registry.npmjs.org/@themost/query/-/query-2.9.11.tgz", - "integrity": "sha512-wKf0WEpDyBGyCOhC4gbGTW01AtNmfU1ClqmhCBPs1/F8wVxOSQ8sUW6PD6ky44wqn8zE5A8WfR6TUyle5A3Y8A==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@themost/query/-/query-2.11.0.tgz", + "integrity": "sha512-wx9keuAJHG17Bps9HTDaTq5w7jFOBSkMaEFkaIWGrPZvkNg8+nXte4S9pPRWuH0DK6H+TjFNARFWUqxqi9jcHQ==", "dependencies": { "@themost/events": "^1.0.5", "async": "^3.2.3", "esprima": "^4.0.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "sprintf-js": "^1.1.2" }, "engines": { diff --git a/package.json b/package.json index 157dc96..ae7cbf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@themost/client", - "version": "2.10.0", + "version": "2.11.0", "description": "MOST Web Framework Codename Blueshift - Client Common", "module": "dist/index.esm.js", "main": "dist/index.js", @@ -25,7 +25,7 @@ "homepage": "https://github.com/themost-framework/client#readme", "dependencies": { "@themost/events": "^1.1.0", - "@themost/query": "^2.9.11", + "@themost/query": "^2.11.0", "@themost/xml": "^2.5.1" }, "devDependencies": {