refactor: removed unnecessary library

This commit is contained in:
MHassanTariq
2022-01-03 18:22:41 +05:00
parent 842803edb2
commit dd07ddf9b6
2 changed files with 2 additions and 7 deletions

8
package-lock.json generated
View File

@@ -19189,7 +19189,8 @@
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
"dev": true
},
"js-yaml": {
"version": "4.1.0",
@@ -19532,11 +19533,6 @@
"safe-buffer": "^5.1.2"
}
},
"mdurl": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
"integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4="
},
"media-typer": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",

View File

@@ -128,7 +128,6 @@
"micro-base58": "^0.5.0",
"node-fetch": "^2.6.0",
"node-pg-migrate": "^5.9.0",
"openapi2html": "^1.1.18",
"p-queue": "^6.3.0",
"path-to-regexp": "^6.2.0",
"pg": "^8.2.1",