aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-01 07:00:28 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-01 07:00:28 +0530
commit952da344e756df4c3737981506c56612421cfca0 (patch)
tree204685487e8857aa94779dcee6cd6cb935e99813 /package.json
parentchore: upgrade various npm modules (diff)
downloadferdium-app-952da344e756df4c3737981506c56612421cfca0.tar.gz
ferdium-app-952da344e756df4c3737981506c56612421cfca0.tar.zst
ferdium-app-952da344e756df4c3737981506c56612421cfca0.zip
chore: downgrade '@types/validator' since that passes locally, but fails on CI
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6f2f8d02c..86be6bf0c 100644
--- a/package.json
+++ b/package.json
@@ -143,7 +143,7 @@
143 "@types/route-parser": "^0.1.3", 143 "@types/route-parser": "^0.1.3",
144 "@types/tar": "^4.0.5", 144 "@types/tar": "^4.0.5",
145 "@types/uuid": "^8.3.1", 145 "@types/uuid": "^8.3.1",
146 "@types/validator": "^13.6.6", 146 "@types/validator": "^13.6.4",
147 "@typescript-eslint/eslint-plugin": "^5.1.0", 147 "@typescript-eslint/eslint-plugin": "^5.1.0",
148 "@typescript-eslint/parser": "^5.1.0", 148 "@typescript-eslint/parser": "^5.1.0",
149 "all-contributors-cli": "^6.20.0", 149 "all-contributors-cli": "^6.20.0",