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

Merge pull request #85 from nttgin/dependabot/npm_and_yarn/dev/restify-8.5.0

Bump restify from 8.4.1 to 8.5.0
This commit is contained in:
Massimo Candela
2019-12-03 10:09:35 +01:00
committed by GitHub
3 changed files with 9 additions and 9 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "bgpalerter",
"version": "1.21.1",
"version": "1.22.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -5407,9 +5407,9 @@
"integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
},
"restify": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/restify/-/restify-8.4.1.tgz",
"integrity": "sha512-6bt/yTYajZktwuoiJBQiDGXvDkKICDA0aXzUUAf3R6W+8ra5YSe0RScIz9EzihOIeThIaB0JXo0DBZ34rcabsA==",
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/restify/-/restify-8.5.0.tgz",
"integrity": "sha512-XparNELx8G4hxQKxW6NCH7UY0TWA7urU+Z1iXWIgcRfd1te27IeTdCn8BOiymLj2NwP4F1drEXr2WpvhrHfTtw==",
"requires": {
"assert-plus": "^1.0.0",
"bunyan": "^1.8.12",

View File

@@ -42,7 +42,7 @@
"pkg": "^4.4.0",
"pubsub-js": "^1.7.0",
"resnap": "^1.0.1",
"restify": "^8.4.1",
"restify": "^8.5.0",
"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.1:
version "8.4.1"
resolved "https://registry.yarnpkg.com/restify/-/restify-8.4.1.tgz#a929e96f96474b69f1e81be1cf7de05c68ba1f64"
integrity sha512-6bt/yTYajZktwuoiJBQiDGXvDkKICDA0aXzUUAf3R6W+8ra5YSe0RScIz9EzihOIeThIaB0JXo0DBZ34rcabsA==
restify@^8.5.0:
version "8.5.0"
resolved "https://registry.yarnpkg.com/restify/-/restify-8.5.0.tgz#587b2b7c0c9ff8943cdae2099bae8b1ade886132"
integrity sha512-XparNELx8G4hxQKxW6NCH7UY0TWA7urU+Z1iXWIgcRfd1te27IeTdCn8BOiymLj2NwP4F1drEXr2WpvhrHfTtw==
dependencies:
assert-plus "^1.0.0"
bunyan "^1.8.12"