bump nightscout-connect patch version

This commit is contained in:
Ben West
2023-06-19 11:47:16 -07:00
parent 8b39822570
commit 29f84c1f0a
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -1402,11 +1402,11 @@
"integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA=="
},
"agent-base": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
"requires": {
"debug": "4"
"debug": "^4.3.4"
}
},
"ajv": {
@@ -4116,11 +4116,11 @@
"dev": true
},
"http-cookie-agent": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-5.0.2.tgz",
"integrity": "sha512-BiBmZyIMGl5mLKmY7KH2uCVlcNUl1jexjdtWXFCUF4DFOrNZg1c5iPPTzWDzU7Ngfb6fB03DPpJQ80KQWmycsg==",
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-5.0.4.tgz",
"integrity": "sha512-OtvikW69RvfyP6Lsequ0fN5R49S+8QcS9zwd58k6VSr6r57T8G29BkPdyrBcSwLq6ExLs9V+rBlfxu7gDstJag==",
"requires": {
"agent-base": "^6.0.2"
"agent-base": "^7.1.0"
}
},
"http-errors": {
@@ -6407,9 +6407,9 @@
"dev": true
},
"nightscout-connect": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/nightscout-connect/-/nightscout-connect-0.0.5.tgz",
"integrity": "sha512-1Fyl7sn2uYSSY98Jxi33zhXUBEyjD3vysW6o0C416sTz0Jv/Xwl7Dy/dODL3ILxk+3jl0L1Rrna8qseeX1Fjrg==",
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/nightscout-connect/-/nightscout-connect-0.0.6.tgz",
"integrity": "sha512-tqibvYYYUaAjSHDTCx467RkB9iH+fq8tU0Ai3XiytQNHEiNn8k8XZOgaInroiI5ICadXvyrRg1S/uj/eEof3RQ==",
"requires": {
"axios": "^1.3.4",
"axios-cookiejar-support": "^4.0.6",