aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-29 12:15:37 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-29 12:15:37 +0000
commit2a9908fe89a4683b13591a5323bdcefb134cf656 (patch)
tree63e8ec6fc4d71c9c3bf574d0aaf9042ef99f99b8 /package.json
parentfeat(i18n): New Crowdin translations (Chinese Simplified) [skip ci] (#895) (diff)
downloadferdium-app-2a9908fe89a4683b13591a5323bdcefb134cf656.tar.gz
ferdium-app-2a9908fe89a4683b13591a5323bdcefb134cf656.tar.zst
ferdium-app-2a9908fe89a4683b13591a5323bdcefb134cf656.zip
Bump uuid from 8.3.2 to 9.0.0 (#884)
Use new version of 'uuid' module and also refer to v4 of the uuid spec for generating unique notificationId Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 091eeba82..1483b1ddd 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,7 @@
121 "tar": "6.1.13", 121 "tar": "6.1.13",
122 "tslib": "2.5.0", 122 "tslib": "2.5.0",
123 "useragent-generator": "1.1.1-amkt-22079-finish.0", 123 "useragent-generator": "1.1.1-amkt-22079-finish.0",
124 "uuid": "8.3.2", 124 "uuid": "9.0.0",
125 "validator": "13.7.0", 125 "validator": "13.7.0",
126 "ws": "8.12.0" 126 "ws": "8.12.0"
127 }, 127 },
@@ -143,7 +143,7 @@
143 "@types/route-parser": "0.1.4", 143 "@types/route-parser": "0.1.4",
144 "@types/sass": "1.43.1", 144 "@types/sass": "1.43.1",
145 "@types/tar": "6.1.3", 145 "@types/tar": "6.1.3",
146 "@types/uuid": "8.3.4", 146 "@types/uuid": "9.0.0",
147 "@types/validator": "13.7.11", 147 "@types/validator": "13.7.11",
148 "@typescript-eslint/eslint-plugin": "5.49.0", 148 "@typescript-eslint/eslint-plugin": "5.49.0",
149 "@typescript-eslint/parser": "5.49.0", 149 "@typescript-eslint/parser": "5.49.0",