Request ancillary library via HTTPS rather than SSH.

Otherwise newer versions of npm will choke during `npm install` due
to this npm bug: https://github.com/npm/cli/issues/2610
This commit is contained in:
D. Berge
2023-04-04 18:16:50 +02:00
parent 67f3f83c61
commit 1130ca7ec3
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
"express-jwt": "^6.0.0",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"leaflet-headless": "gitlab:aaltronav/contrib/leaflet-headless#devel",
"leaflet-headless": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#devel",
"marked": "^4.0.12",
"netmask": "^2.0.2",
"node-fetch": "^2.6.1",
@@ -1284,7 +1284,7 @@
"integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw=="
},
"node_modules/leaflet-headless": {
"resolved": "git+ssh://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#97eaa645f078eb6f17b9a996740e3b8d61df26ed",
"resolved": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#97eaa645f078eb6f17b9a996740e3b8d61df26ed",
"dependencies": {
"canvas": "^2.8.0",
"jsdom": "^16.6.0",
@@ -6843,8 +6843,8 @@
"integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw=="
},
"leaflet-headless": {
"version": "git+ssh://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#97eaa645f078eb6f17b9a996740e3b8d61df26ed",
"from": "leaflet-headless@gitlab:aaltronav/contrib/leaflet-headless#devel",
"version": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#97eaa645f078eb6f17b9a996740e3b8d61df26ed",
"from": "leaflet-headless@git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#devel",
"requires": {
"canvas": "^2.8.0",
"jsdom": "^16.6.0",

View File

@@ -27,7 +27,7 @@
"express-jwt": "^6.0.0",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"leaflet-headless": "gitlab:aaltronav/contrib/leaflet-headless#devel",
"leaflet-headless": "git+https://git@gitlab.com/aaltronav/contrib/leaflet-headless.git#devel",
"marked": "^4.0.12",
"netmask": "^2.0.2",
"node-fetch": "^2.6.1",