bump html query plan (#517)

* adds html bump

* vbump html query plan
This commit is contained in:
Anthony Dresser
2018-01-18 18:04:25 -08:00
committed by GitHub
parent b33ffafdc0
commit cb4fe55bef
2 changed files with 10 additions and 10 deletions

18
npm-shrinkwrap.json generated
View File

@@ -134,9 +134,9 @@
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz"
},
"caniuse-db": {
"version": "1.0.30000787",
"version": "1.0.30000793",
"from": "caniuse-db@>=1.0.30000161 <2.0.0",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000787.tgz"
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000793.tgz"
},
"chart.js": {
"version": "2.7.1",
@@ -296,9 +296,9 @@
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz"
},
"html-query-plan": {
"version": "2.2.6",
"from": "git://github.com/anthonydresser/html-query-plan.git#2.2.6",
"resolved": "git://github.com/anthonydresser/html-query-plan.git#e09ffda978113c73366b663066372f884cf75e05"
"version": "2.4.0",
"from": "git://github.com/anthonydresser/html-query-plan.git#2.3",
"resolved": "git://github.com/anthonydresser/html-query-plan.git#5e7713622e2badde65563394925c6432d3237449"
},
"http-proxy-agent": {
"version": "0.2.7",
@@ -628,9 +628,9 @@
}
},
"reflect-metadata": {
"version": "0.1.10",
"version": "0.1.12",
"from": "reflect-metadata@>=0.1.8 <0.2.0",
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.10.tgz"
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.12.tgz"
},
"regex-cache": {
"version": "0.4.4",
@@ -811,9 +811,9 @@
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.8.0.tgz"
},
"zone.js": {
"version": "0.8.19",
"version": "0.8.20",
"from": "zone.js@>=0.8.4 <0.9.0",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.8.19.tgz"
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.8.20.tgz"
}
}
}

View File

@@ -45,7 +45,7 @@
"gc-signals": "^0.0.1",
"getmac": "1.0.7",
"graceful-fs": "4.1.11",
"html-query-plan": "git://github.com/anthonydresser/html-query-plan.git#2.2.6",
"html-query-plan": "git://github.com/anthonydresser/html-query-plan.git#2.3",
"http-proxy-agent": "0.2.7",
"https-proxy-agent": "0.3.6",
"iconv-lite": "0.4.15",