dependencies

deepsource-autofix-76c6eb20
Dan Gowans 2022-10-05 09:38:04 -04:00
parent 8b540a3c55
commit 7887e83f0c
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -31,7 +31,7 @@
"express-session": "^1.17.3",
"http-errors": "^2.0.0",
"ical-generator": "^3.5.2",
"leaflet": "^1.9.1",
"leaflet": "^1.9.2",
"papaparse": "^5.3.2",
"pdf-puppeteer": "^1.1.10",
"randomcolor": "^0.6.2",
@ -77,7 +77,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^44.0.0",
"eslint-plugin-unicorn": "^44.0.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-minify": "^3.1.0",
@ -4081,9 +4081,9 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "44.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz",
"integrity": "sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==",
"version": "44.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.1.tgz",
"integrity": "sha512-ly6Ye9OfgYBCw/FfsdycCzAztcRd+pOA0F6xZwtUsUkgOBjtNR0684xC7u+0RmE3SKr3y7z8MaIWunw36tbZdg==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.19.1",
@ -7477,9 +7477,9 @@
}
},
"node_modules/leaflet": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.1.tgz",
"integrity": "sha512-5FcDAMTLAuOq0RisQQbTFatl8Sl4bM0gMrBfuHbl7CYbYJv45BfCS8oU3T644MLjleBq1Ncq541QEA1pqUGTFA=="
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.2.tgz",
"integrity": "sha512-Kc77HQvWO+y9y2oIs3dn5h5sy2kr3j41ewdqCMEUA4N89lgfUUfOBy7wnnHEstDpefiGFObq12FdopGRMx4J7g=="
},
"node_modules/levn": {
"version": "0.4.1",
@ -15433,9 +15433,9 @@
"requires": {}
},
"eslint-plugin-unicorn": {
"version": "44.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.0.tgz",
"integrity": "sha512-GbkxkdNzY7wNEfZnraAP+oA+aqqzSrNZmO37kjW1DyqnSK/ah08ySDdIecObpx46twv+zcQvH8i0CHP98Wo64w==",
"version": "44.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.1.tgz",
"integrity": "sha512-ly6Ye9OfgYBCw/FfsdycCzAztcRd+pOA0F6xZwtUsUkgOBjtNR0684xC7u+0RmE3SKr3y7z8MaIWunw36tbZdg==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.19.1",
@ -17955,9 +17955,9 @@
}
},
"leaflet": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.1.tgz",
"integrity": "sha512-5FcDAMTLAuOq0RisQQbTFatl8Sl4bM0gMrBfuHbl7CYbYJv45BfCS8oU3T644MLjleBq1Ncq541QEA1pqUGTFA=="
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.2.tgz",
"integrity": "sha512-Kc77HQvWO+y9y2oIs3dn5h5sy2kr3j41ewdqCMEUA4N89lgfUUfOBy7wnnHEstDpefiGFObq12FdopGRMx4J7g=="
},
"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.2",
"leaflet": "^1.9.1",
"leaflet": "^1.9.2",
"papaparse": "^5.3.2",
"pdf-puppeteer": "^1.1.10",
"randomcolor": "^0.6.2",
@ -101,7 +101,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^44.0.0",
"eslint-plugin-unicorn": "^44.0.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-minify": "^3.1.0",