fix: regenerate package-lock.json with npm 10 to fix CI build

The CI build was failing with:
  npm error Missing: utf-8-validate@5.0.10 from lock file

The package-lock.json was generated with npm 11 which doesn't include
an explicit entry for `microsoft-cognitiveservices-speech-sdk/node_modules/utf-8-validate`.
npm 10 (used in CI with Node.js 20) requires this entry. Regenerated
the lock file using npm 10.8.2 to add the missing entry.
This commit is contained in:
copilot-swe-agent[bot]
2026-07-09 11:40:55 +00:00
committed by GitHub
parent fd7011f90b
commit e54681fc6c
+15
View File
@@ -8133,6 +8133,21 @@
"node": ">= 6.0.0"
}
},
"node_modules/microsoft-cognitiveservices-speech-sdk/node_modules/utf-8-validate": {
"version": "5.0.10",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz",
"integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"node-gyp-build": "^4.3.0"
},
"engines": {
"node": ">=6.14.2"
}
},
"node_modules/microsoft-cognitiveservices-speech-sdk/node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",