Chore: Remove md5 dependency and use uuid/v5 instead (#34192)

This commit is contained in:
kay delaney
2021-05-18 13:42:57 +01:00
committed by GitHub
parent 9f9666415b
commit 8cfbee1e11
5 changed files with 23 additions and 49 deletions
+1 -3
View File
@@ -105,12 +105,11 @@
"@types/hoist-non-react-statics": "3.3.1",
"@types/is-hotkey": "0.1.1",
"@types/jest": "26.0.15",
"@types/jsurl": "^1.2.28",
"@types/jquery": "3.3.38",
"@types/jsurl": "^1.2.28",
"@types/lodash": "4.14.149",
"@types/logfmt": "^1.2.1",
"@types/lru-cache": "^5.1.0",
"@types/md5": "^2.1.33",
"@types/mousetrap": "1.6.3",
"@types/node": "13.7.0",
"@types/papaparse": "5.2.0",
@@ -264,7 +263,6 @@
"lodash": "4.17.21",
"logfmt": "^1.3.2",
"lru-cache": "^5.1.1",
"md5": "^2.2.1",
"memoize-one": "5.1.1",
"moment": "2.29.1",
"moment-timezone": "0.5.33",