Projects STRLCPY forensix Commits a9155ba6
🤬
  • fix: server/package.json & server/package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-URLPARSE-2412697
  • Loading...
  • snyk-bot committed 2 years ago
    a9155ba6
    1 parent 8922ef3a
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    server/package-lock.json
    skipped 5736 lines
    5737 5737   }
    5738 5738   },
    5739 5739   "url-parse": {
    5740  - "version": "1.5.2",
    5741  - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.2.tgz",
    5742  - "integrity": "sha512-6bTUPERy1muxxYClbzoRo5qtQuyoGEbzbQvi0SW4/8U8UyVkAQhWFBlnigqJkRm4su4x1zDQfNbEzWkt+vchcg==",
     5740 + "version": "1.5.7",
     5741 + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
     5742 + "integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
    5743 5743   "requires": {
    5744 5744   "querystringify": "^2.1.1",
    5745 5745   "requires-port": "^1.0.0"
    skipped 164 lines
  • ■ ■ ■ ■
    server/package.json
    skipped 31 lines
    32 32   "path": "^0.12.7",
    33 33   "sqlite3": "^4.1.0",
    34 34   "tld-countries": "^1.0.1",
    35  - "url-parse": "^1.5.2"
     35 + "url-parse": "^1.5.7"
    36 36   },
    37 37   "devDependencies": {
    38 38   "nodemon": "^2.0.2"
    skipped 3 lines
Please wait...
Page is in error, reload to recover