build(deps): remove unused upgrade dependency (#4509)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-25 12:59:20 +02:00
committed by martin-mfg
co-authored by Alexandr
parent dec9ed0cd6
commit 9acee1a620
2 changed files with 1 additions and 13 deletions
+1 -12
View File
@@ -14,7 +14,6 @@
"emoji-name-map": "^2.0.3",
"github-username-regex": "^1.0.0",
"pg": "^8.16.2",
"upgrade": "^1.1.0",
"word-wrap": "^1.2.5"
},
"devDependencies": {
@@ -29,7 +28,7 @@
"color-contrast-checker": "^2.1.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^60.7.1",
"eslint-plugin-jsdoc": "^60.5.0",
"express": "^5.1.0",
"globals": "^16.4.0",
"hjson": "^3.2.2",
@@ -7647,11 +7646,6 @@
"browserslist": ">= 4.21.0"
}
},
"node_modules/upgrade": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/upgrade/-/upgrade-1.1.0.tgz",
"integrity": "sha512-NtkVvqVCqsJo5U3mYRum2Tw6uCltOxfIJ/AfTZeTmw6U39IB5X23xF+kRZ9aiPaORqeiQQ7Q209/ibhOvxzwHA=="
},
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -13426,11 +13420,6 @@
"picocolors": "^1.0.0"
}
},
"upgrade": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/upgrade/-/upgrade-1.1.0.tgz",
"integrity": "sha512-NtkVvqVCqsJo5U3mYRum2Tw6uCltOxfIJ/AfTZeTmw6U39IB5X23xF+kRZ9aiPaORqeiQQ7Q209/ibhOvxzwHA=="
},
"uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
-1
View File
@@ -66,7 +66,6 @@
"emoji-name-map": "^2.0.3",
"github-username-regex": "^1.0.0",
"pg": "^8.16.2",
"upgrade": "^1.1.0",
"word-wrap": "^1.2.5"
},
"lint-staged": {