leaflet dependency

deepsource-autofix-76c6eb20
Dan Gowans 2022-09-23 14:09:09 -04:00
parent 39b7554a04
commit 9c476d1a26
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -31,7 +31,7 @@
"express-session": "^1.17.3",
"http-errors": "^2.0.0",
"ical-generator": "^3.5.1",
"leaflet": "^1.9.0",
"leaflet": "^1.9.1",
"papaparse": "^5.3.2",
"randomcolor": "^0.6.2",
"session-file-store": "^1.5.0"
@ -7457,9 +7457,9 @@
}
},
"node_modules/leaflet": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.0.tgz",
"integrity": "sha512-lL8433PmoPoTSfPoPMzsQdTKmH36Rn2bQx9/j0bbZ98LimrsMof0P+7AQ0LntwRbjXe601j/IY1P2mwBRnN/1Q=="
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.1.tgz",
"integrity": "sha512-5FcDAMTLAuOq0RisQQbTFatl8Sl4bM0gMrBfuHbl7CYbYJv45BfCS8oU3T644MLjleBq1Ncq541QEA1pqUGTFA=="
},
"node_modules/levn": {
"version": "0.4.1",
@ -17789,9 +17789,9 @@
}
},
"leaflet": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.0.tgz",
"integrity": "sha512-lL8433PmoPoTSfPoPMzsQdTKmH36Rn2bQx9/j0bbZ98LimrsMof0P+7AQ0LntwRbjXe601j/IY1P2mwBRnN/1Q=="
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.1.tgz",
"integrity": "sha512-5FcDAMTLAuOq0RisQQbTFatl8Sl4bM0gMrBfuHbl7CYbYJv45BfCS8oU3T644MLjleBq1Ncq541QEA1pqUGTFA=="
},
"levn": {
"version": "0.4.1",

View File

@ -55,7 +55,7 @@
"express-session": "^1.17.3",
"http-errors": "^2.0.0",
"ical-generator": "^3.5.1",
"leaflet": "^1.9.0",
"leaflet": "^1.9.1",
"papaparse": "^5.3.2",
"randomcolor": "^0.6.2",
"session-file-store": "^1.5.0"