Bump utf-8-validate from 6.0.4 to 6.0.5

Bumps [utf-8-validate](https://github.com/websockets/utf-8-validate) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](https://github.com/websockets/utf-8-validate/compare/v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: utf-8-validate
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-04 06:07:50 +00:00
committed by GitHub
parent 9c9215487f
commit 96bb946a18
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@@ -64,7 +64,7 @@
"prettier": "3.3.3",
"style-loader": "^4.0.0",
"supertest": "^7.0.0",
"utf-8-validate": "^6.0.4",
"utf-8-validate": "^6.0.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
@@ -14416,12 +14416,11 @@
}
},
"node_modules/utf-8-validate": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.4.tgz",
"integrity": "sha512-xu9GQDeFp+eZ6LnCywXN/zBancWvOpUMzgjLPSjy4BRHSmTelvn2E0DG0o1sTiw5hkCKBHo8rwSKncfRfv2EEQ==",
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.5.tgz",
"integrity": "sha512-EYZR+OpIXp9Y1eG1iueg8KRsY8TuT8VNgnanZ0uA3STqhHQTLwbl+WX76/9X5OY12yQubymBpaBSmMPkSTQcKA==",
"devOptional": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-gyp-build": "^4.3.0"
},

View File

@@ -70,7 +70,7 @@
"prettier": "3.3.3",
"style-loader": "^4.0.0",
"supertest": "^7.0.0",
"utf-8-validate": "^6.0.4",
"utf-8-validate": "^6.0.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},