mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:27:07 +00:00
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:
8
lib/www/server/package-lock.json
generated
8
lib/www/server/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user