This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit ffef66bcfd000887aa845c3019e3f3e9bb50d669 Author: Maxim Solodovnik <[email protected]> AuthorDate: Thu Dec 8 15:32:17 2022 +0700 [OPENMEETINGS-2732] tinyify, ua-parser-js, terser --- openmeetings-web/src/main/front/chat/package.json | 2 +- openmeetings-web/src/main/front/main/package.json | 4 ++-- openmeetings-web/src/main/front/room/package.json | 2 +- openmeetings-web/src/main/front/settings/package.json | 2 +- openmeetings-web/src/main/front/wb/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openmeetings-web/src/main/front/chat/package.json b/openmeetings-web/src/main/front/chat/package.json index 124eb4746..cbe5592e1 100644 --- a/openmeetings-web/src/main/front/chat/package.json +++ b/openmeetings-web/src/main/front/chat/package.json @@ -13,6 +13,6 @@ "rat-license": "Licensed under the Apache License, Version 2.0 (the \"License\") http://www.apache.org/licenses/LICENSE-2.0", "devDependencies": { "browserify": "^17.0.0", - "tinyify": "^3.1.0" + "tinyify": "^4.0.0" } } diff --git a/openmeetings-web/src/main/front/main/package.json b/openmeetings-web/src/main/front/main/package.json index f56e781fc..372d262b1 100644 --- a/openmeetings-web/src/main/front/main/package.json +++ b/openmeetings-web/src/main/front/main/package.json @@ -13,9 +13,9 @@ "rat-license": "Licensed under the Apache License, Version 2.0 (the \"License\") http://www.apache.org/licenses/LICENSE-2.0", "devDependencies": { "browserify": "^17.0.0", - "tinyify": "^3.1.0" + "tinyify": "^4.0.0" }, "dependencies": { - "ua-parser-js": "^1.0.2" + "ua-parser-js": "^1.0.32" } } diff --git a/openmeetings-web/src/main/front/room/package.json b/openmeetings-web/src/main/front/room/package.json index 057126848..dbaf2f2d4 100644 --- a/openmeetings-web/src/main/front/room/package.json +++ b/openmeetings-web/src/main/front/room/package.json @@ -13,7 +13,7 @@ "rat-license": "Licensed under the Apache License, Version 2.0 (the \"License\") http://www.apache.org/licenses/LICENSE-2.0", "devDependencies": { "browserify": "^17.0.0", - "tinyify": "^3.1.0" + "tinyify": "^4.0.0" }, "dependencies": { "nosleep.js": "^0.12.0" diff --git a/openmeetings-web/src/main/front/settings/package.json b/openmeetings-web/src/main/front/settings/package.json index 8437ecc37..a3a075c82 100644 --- a/openmeetings-web/src/main/front/settings/package.json +++ b/openmeetings-web/src/main/front/settings/package.json @@ -13,7 +13,7 @@ "rat-license": "Licensed under the Apache License, Version 2.0 (the \"License\") http://www.apache.org/licenses/LICENSE-2.0", "devDependencies": { "browserify": "^17.0.0", - "tinyify": "^3.1.0" + "tinyify": "^4.0.0" }, "dependencies": { "freeice": "2.2.2", diff --git a/openmeetings-web/src/main/front/wb/package.json b/openmeetings-web/src/main/front/wb/package.json index 3b8787154..3e7b33e4f 100644 --- a/openmeetings-web/src/main/front/wb/package.json +++ b/openmeetings-web/src/main/front/wb/package.json @@ -14,7 +14,7 @@ "devDependencies": { "browserify": "^17.0.0", "esmify": "^2.1.1", - "terser": "^5.15.0" + "terser": "^5.16.1" }, "dependencies": { "fabric": "^5.2.4",
