chore(deps): bump bufferutil from 4.0.1 to 4.0.2 (#760)

This commit is contained in:
dependabot-preview[bot] 2020-10-31 14:07:22 +00:00 committed by GitHub
parent 5806a0fd82
commit 97dc5babeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View file

@ -966,11 +966,18 @@
"dev": true "dev": true
}, },
"bufferutil": { "bufferutil": {
"version": "4.0.1", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz", "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.2.tgz",
"integrity": "sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA==", "integrity": "sha512-AtnG3W6M8B2n4xDQ5R+70EXvOpnXsFYg/AK2yTZd+HQ/oxAdz+GI+DvjmhBw3L0ole+LJ0ngqY4JMbDzkfNzhA==",
"requires": { "requires": {
"node-gyp-build": "~3.7.0" "node-gyp-build": "^4.2.0"
},
"dependencies": {
"node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg=="
}
} }
}, },
"builtin-status-codes": { "builtin-status-codes": {

View file

@ -180,7 +180,7 @@
"theme": "dark" "theme": "dark"
}, },
"dependencies": { "dependencies": {
"bufferutil": "^4.0.1", "bufferutil": "^4.0.2",
"discord-rpc": "github:discordjs/RPC", "discord-rpc": "github:discordjs/RPC",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"utf-8-validate": "^5.0.2", "utf-8-validate": "^5.0.2",