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

updated bufferutil

This commit is contained in:
Massimo Candela
2021-01-05 18:18:18 +01:00
parent 6eb4bf7f52
commit ec87f7508f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2011,9 +2011,9 @@
"dev": true
},
"bufferutil": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.2.tgz",
"integrity": "sha512-AtnG3W6M8B2n4xDQ5R+70EXvOpnXsFYg/AK2yTZd+HQ/oxAdz+GI+DvjmhBw3L0ole+LJ0ngqY4JMbDzkfNzhA==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.3.tgz",
"integrity": "sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==",
"optional": true,
"requires": {
"node-gyp-build": "^4.2.0"

View File

@@ -94,7 +94,7 @@
]
},
"optionalDependencies": {
"bufferutil": "^4.0.2",
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.3"
}
}