Version bump and dependency update

This commit is contained in:
Nemo 2018-07-01 03:17:18 +05:30
parent 6a74d9d565
commit 8f747db4fb
2 changed files with 22 additions and 25 deletions

35
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "prometheus-act-exporter",
"version": "1.0.0",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -223,9 +223,9 @@
"integrity": "sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8="
},
"prom-client": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-11.0.0.tgz",
"integrity": "sha512-UM4uYDwmA7x9yTq+AZcL4lU/XF11RkbQWbIouFaVMLxdV4qBB5CEmEosQlR1lGvduBuS1IWonHFh1WBtFSoZ3A==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/prom-client/-/prom-client-11.1.1.tgz",
"integrity": "sha512-itUicyrq3Rko56v3ovQAMYwxEouK7lIylp26bjnlt1b/3fzn783riZnZn432I4udYmPsRgNx1F/u9RFvLyH7zA==",
"requires": {
"tdigest": "^0.1.1"
}
@ -236,18 +236,18 @@
"integrity": "sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4="
},
"puppeteer": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.4.0.tgz",
"integrity": "sha512-WDnC1FSHTedvRSS8BZB73tPAx2svUCWFdcxVjrybw8pbKOAB1v5S/pW0EamkqQoL1mXiBc+v8lyYjhhzMHIk1Q==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.5.0.tgz",
"integrity": "sha512-eELwFtFxL+uhmg4jPZOZXzSrPEYy4CaYQNbcchBbfxY+KjMpnv6XGf/aYWaQG49OTpfi2/DMziXtDM8XuJgoUA==",
"requires": {
"debug": "^3.1.0",
"extract-zip": "^1.6.5",
"https-proxy-agent": "^2.1.0",
"extract-zip": "^1.6.6",
"https-proxy-agent": "^2.2.1",
"mime": "^2.0.3",
"progress": "^2.0.0",
"proxy-from-env": "^1.0.0",
"rimraf": "^2.6.1",
"ws": "^3.0.0"
"ws": "^5.1.1"
}
},
"readable-stream": {
@ -298,11 +298,6 @@
"resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"ultron": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz",
"integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og=="
},
"util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
@ -314,13 +309,11 @@
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
},
"ws": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz",
"integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.1.tgz",
"integrity": "sha512-2NkHdPKjDBj3CHdnAGNpmlliryKqF+n9MYXX7/wsVC4yqYocKreKNjydPDvT3wShAZnndlM0RytEfTALCDvz7A==",
"requires": {
"async-limiter": "~1.0.0",
"safe-buffer": "~5.1.0",
"ultron": "~1.1.0"
"async-limiter": "~1.0.0"
}
},
"yauzl": {

View File

@ -1,12 +1,16 @@
{
"name": "prometheus-act-exporter",
"version": "1.0.2",
"version": "2.0.0",
"description": "Exports ACT Fibernet data usage as prometheus metrics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["actcorp", "balance", "flexibyte"],
"keywords": [
"actcorp",
"balance",
"flexibyte"
],
"repository": {
"type": "git",
"url": "git+ssh://git@git.captnemo.in/nemo/prometheus-act-exporter.git"
@ -18,7 +22,7 @@
"license": "WTFPL",
"dependencies": {
"containerized": "^1.0.2",
"prom-client": "^11.0.0",
"puppeteer": "^1.4.0"
"prom-client": "^11.1.0",
"puppeteer": "^1.5.0"
}
}