upgrade nightscout-connect@^0.0.12, npm install

Record changes from upgrading nightscout-connect to at least the latest
release, 0.0.12.
This commit is contained in:
Ben West
2023-10-12 09:06:27 -07:00
parent 6964916963
commit 97a603fb00
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -6379,9 +6379,9 @@
"dev": true
},
"nightscout-connect": {
"version": "0.0.11",
"resolved": "https://registry.npmjs.org/nightscout-connect/-/nightscout-connect-0.0.11.tgz",
"integrity": "sha512-O7wMMG6BgW7Wxm0hr4Fj9SO1IH/7f29obKSnN8V9I2Ko4v5XxL5FqoONpmvlgI6So0MwksoMCcedSCiCL6Lj4A==",
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/nightscout-connect/-/nightscout-connect-0.0.12.tgz",
"integrity": "sha512-y4Dc+shzkmGQqJG2w2zNp1Jnu4Yzc4VtSCoBiinrssjy+7ksjmOenxVDyh0Xw2UCWMkqr4A4o+iJ28KvrHWcvw==",
"requires": {
"axios": "^1.3.4",
"axios-cookiejar-support": "^4.0.6",
@@ -6392,9 +6392,9 @@
},
"dependencies": {
"axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz",
"integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
+1 -1
View File
@@ -116,7 +116,7 @@
"mongo-url-parser": "^1.0.2",
"mongodb-legacy": "^5.0.0",
"mongomock": "^0.1.2",
"nightscout-connect": "^0.0.11",
"nightscout-connect": "^0.0.12",
"node-cache": "^4.2.1",
"parse-duration": "^0.1.3",
"process": "^0.11.10",