Merge pull request #7486 from overleaf/jpa-drop-unused-dep

[web] remove unused direct dependency on url-parse

GitOrigin-RevId: 5b09231ae85819aea4275203aa27692a837a7b26
This commit is contained in:
Timothée Alby 2022-04-12 12:25:18 +02:00 committed by Copybot
parent 9df2e09fa2
commit 7bac47501b
2 changed files with 1 additions and 3 deletions

3
package-lock.json generated
View file

@ -4,6 +4,7 @@
"requires": true,
"packages": {
"": {
"name": "overleaf",
"workspaces": [
"libraries/*",
"services/analytics",
@ -34969,7 +34970,6 @@
"tsscmp": "^1.0.6",
"underscore": "^1.13.1",
"unzipper": "^0.10.11",
"url-parse": "^1.4.7",
"utf-8-validate": "^5.0.2",
"uuid": "^3.0.1",
"valid-data-url": "^2.0.0",
@ -43161,7 +43161,6 @@
"typescript": "^4.5.5",
"underscore": "^1.13.1",
"unzipper": "^0.10.11",
"url-parse": "^1.4.7",
"utf-8-validate": "^5.0.2",
"uuid": "^3.0.1",
"val-loader": "^4.0.0",

View file

@ -197,7 +197,6 @@
"tsscmp": "^1.0.6",
"underscore": "^1.13.1",
"unzipper": "^0.10.11",
"url-parse": "^1.4.7",
"utf-8-validate": "^5.0.2",
"uuid": "^3.0.1",
"valid-data-url": "^2.0.0",