1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Bump restify from 8.4.0 to 8.4.1

Bumps [restify](https://github.com/restify/node-restify) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/restify/node-restify/releases)
- [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/restify/node-restify/compare/v8.4.0...v8.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-28 07:53:32 +00:00
committed by GitHub
parent abb311cac6
commit cf56ae88d9
3 changed files with 11 additions and 11 deletions

12
package-lock.json generated
View File

@@ -5407,9 +5407,9 @@
"integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
},
"restify": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/restify/-/restify-8.4.0.tgz",
"integrity": "sha512-yqS/wJI0ZU78whO2VfCCnFY7/JSqJt7wTDIdaQUo/a4TzAaC5KXUzxbs+xW4afJCk3NefGYYuiSrFSBWwVw/NA==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/restify/-/restify-8.4.1.tgz",
"integrity": "sha512-6bt/yTYajZktwuoiJBQiDGXvDkKICDA0aXzUUAf3R6W+8ra5YSe0RScIz9EzihOIeThIaB0JXo0DBZ34rcabsA==",
"requires": {
"assert-plus": "^1.0.0",
"bunyan": "^1.8.12",
@@ -6839,9 +6839,9 @@
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w=="
},
"yallist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
"integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A=="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
},
"yargs": {
"version": "15.0.2",

View File

@@ -42,7 +42,7 @@
"pkg": "^4.4.0",
"pubsub-js": "^1.7.0",
"resnap": "^1.0.1",
"restify": "^8.4.0",
"restify": "^8.4.1",
"restify-errors": "^8.0.1",
"websocket-stream": "^5.5.0",
"winston": "^3.2.1",

View File

@@ -4164,10 +4164,10 @@ restify-errors@^8.0.0, restify-errors@^8.0.1:
optionalDependencies:
safe-json-stringify "^1.0.4"
restify@^8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/restify/-/restify-8.4.0.tgz#530fd320d95787272c4f1f4b1e32821e9aa83fed"
integrity sha512-yqS/wJI0ZU78whO2VfCCnFY7/JSqJt7wTDIdaQUo/a4TzAaC5KXUzxbs+xW4afJCk3NefGYYuiSrFSBWwVw/NA==
restify@^8.4.1:
version "8.4.1"
resolved "https://registry.yarnpkg.com/restify/-/restify-8.4.1.tgz#a929e96f96474b69f1e81be1cf7de05c68ba1f64"
integrity sha512-6bt/yTYajZktwuoiJBQiDGXvDkKICDA0aXzUUAf3R6W+8ra5YSe0RScIz9EzihOIeThIaB0JXo0DBZ34rcabsA==
dependencies:
assert-plus "^1.0.0"
bunyan "^1.8.12"