chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#1261)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-28 18:50:25 +02:00 committed by GitHub
parent 726fb7c359
commit 958f39b3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -13,7 +13,7 @@
"discord-rpc": "^4.0.1",
"lodash-es": "^4.17.21",
"tslib": "^2.3.1",
"utf-8-validate": "^5.0.5"
"utf-8-validate": "^5.0.6"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
@ -3220,11 +3220,15 @@
}
},
"node_modules/utf-8-validate": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz",
"integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==",
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz",
"integrity": "sha512-hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA==",
"hasInstallScript": true,
"dependencies": {
"node-gyp-build": "^4.2.0"
},
"engines": {
"node": ">=6.14.2"
}
},
"node_modules/v8-compile-cache": {
@ -5857,9 +5861,9 @@
}
},
"utf-8-validate": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz",
"integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==",
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz",
"integrity": "sha512-hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA==",
"requires": {
"node-gyp-build": "^4.2.0"
}

View file

@ -189,7 +189,7 @@
"discord-rpc": "^4.0.1",
"lodash-es": "^4.17.21",
"tslib": "^2.3.1",
"utf-8-validate": "^5.0.5"
"utf-8-validate": "^5.0.6"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",