chore(deps): bump bufferutil from 4.0.2 to 4.0.3 (#828)

This commit is contained in:
dependabot-preview[bot] 2021-01-02 22:41:39 +00:00 committed by GitHub
parent 7a06652b30
commit b8f2ad597b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -688,9 +688,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==",
"requires": {
"node-gyp-build": "^4.2.0"
}

View file

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