From 84d52798ed2e29085e3f04c0e14a476d9b9ffd2e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 2 Sep 2026 19:31:44 +0300 Subject: [PATCH] remove/move unused dependencies --- package.json | 3 +-- yarn.lock | 15 +-------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 60f65b129..cba260ba3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "click-outside-vue3": "4.0.1", "cropperjs": "2.0.1", "escape-html": "1.0.3", - "globals": "^16.0.0", "hash-sum": "^2.0.0", "js-cookie": "3.0.5", "localforage": "1.10.0", @@ -48,7 +47,6 @@ "punycode.js": "2.3.1", "qrcode": "1.5.4", "querystring-es3": "0.2.1", - "url": "0.11.4", "utf8": "3.0.0", "uuid": "11.1.0", "vue": "3.5.22", @@ -79,6 +77,7 @@ "autoprefixer": "10.4.21", "chai": "5.3.3", "chalk": "5.6.2", + "globals": "^16.0.0", "chromedriver": "135.0.4", "connect-history-api-fallback": "2.0.0", "cross-spawn": "7.0.6", diff --git a/yarn.lock b/yarn.lock index 364949865..b6a2c6be1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7513,11 +7513,6 @@ punycode.js@2.3.1: resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== -punycode@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ== - punycode@^2.1.0, punycode@^2.1.1, punycode@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" @@ -7532,7 +7527,7 @@ qrcode@1.5.4: pngjs "^5.0.0" yargs "^15.3.1" -qs@^6.12.3, qs@^6.14.0: +qs@^6.14.0: version "6.14.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930" integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w== @@ -9008,14 +9003,6 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -url@0.11.4: - version "0.11.4" - resolved "https://registry.yarnpkg.com/url/-/url-0.11.4.tgz#adca77b3562d56b72746e76b330b7f27b6721f3c" - integrity sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg== - dependencies: - punycode "^1.4.1" - qs "^6.12.3" - utf8@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/utf8/-/utf8-3.0.0.tgz#f052eed1364d696e769ef058b183df88c87f69d1"