chore(deps): Bump the dependencies group with 2 updates (#11280)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-31 09:47:45 +01:00 committed by GitHub
parent ecb64e2fa9
commit 0b756aa443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 8 deletions

24
package-lock.json generated
View File

@ -1097,14 +1097,14 @@
} }
}, },
"node_modules/@microsoft/api-documenter": { "node_modules/@microsoft/api-documenter": {
"version": "7.23.9", "version": "7.23.10",
"resolved": "https://registry.npmjs.org/@microsoft/api-documenter/-/api-documenter-7.23.9.tgz", "resolved": "https://registry.npmjs.org/@microsoft/api-documenter/-/api-documenter-7.23.10.tgz",
"integrity": "sha512-CvOy3JF0oCDm3GDqce3uFS9QGO72lfOEgVbvpje32O+ug/WoL8ITOg2jZszMtowuClasPbpEcEoVsHJJLePirg==", "integrity": "sha512-9jPlK5EeScxmkhaAyhQI+C84zJ34sjD/k/dEEsJGOrgrLfS8G/wlkVEJZdTz3oBxtWd9SqsxopvcQECUlnoicQ==",
"dependencies": { "dependencies": {
"@microsoft/api-extractor-model": "7.28.2", "@microsoft/api-extractor-model": "7.28.2",
"@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.61.0", "@rushstack/node-core-library": "3.61.0",
"@rushstack/ts-command-line": "4.16.1", "@rushstack/ts-command-line": "4.17.0",
"colors": "~1.2.1", "colors": "~1.2.1",
"js-yaml": "~3.13.1", "js-yaml": "~3.13.1",
"resolve": "~1.22.1" "resolve": "~1.22.1"
@ -1113,6 +1113,17 @@
"api-documenter": "bin/api-documenter" "api-documenter": "bin/api-documenter"
} }
}, },
"node_modules/@microsoft/api-documenter/node_modules/@rushstack/ts-command-line": {
"version": "4.17.0",
"resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.17.0.tgz",
"integrity": "sha512-1S0sXuEpZlzKTfvUqNs7Rg4leVkeLJc4Dn9cm+pSIn35a0Ztp5GxPN2gabD2G4RrQoQcJLLyVu+twzrJl1C0eA==",
"dependencies": {
"@types/argparse": "1.0.38",
"argparse": "~1.0.9",
"colors": "~1.2.1",
"string-argv": "~0.3.1"
}
},
"node_modules/@microsoft/api-extractor": { "node_modules/@microsoft/api-extractor": {
"version": "7.38.0", "version": "7.38.0",
"resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.38.0.tgz", "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.38.0.tgz",
@ -1475,6 +1486,7 @@
"version": "4.16.1", "version": "4.16.1",
"resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.16.1.tgz", "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.16.1.tgz",
"integrity": "sha512-+OCsD553GYVLEmz12yiFjMOzuPeCiZ3f8wTiFHL30ZVXexTyPmgjwXEhg2K2P0a2lVf+8YBy7WtPoflB2Fp8/A==", "integrity": "sha512-+OCsD553GYVLEmz12yiFjMOzuPeCiZ3f8wTiFHL30ZVXexTyPmgjwXEhg2K2P0a2lVf+8YBy7WtPoflB2Fp8/A==",
"dev": true,
"dependencies": { "dependencies": {
"@types/argparse": "1.0.38", "@types/argparse": "1.0.38",
"argparse": "~1.0.9", "argparse": "~1.0.9",
@ -11819,7 +11831,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@puppeteer/browsers": "1.8.0", "@puppeteer/browsers": "1.8.0",
"chromium-bidi": "0.4.32", "chromium-bidi": "0.4.33",
"cross-fetch": "4.0.0", "cross-fetch": "4.0.0",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1191157", "devtools-protocol": "0.0.1191157",
@ -11900,7 +11912,7 @@
"version": "0.1.0", "version": "0.1.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@microsoft/api-documenter": "7.23.9", "@microsoft/api-documenter": "7.23.10",
"@microsoft/api-extractor-model": "7.28.2", "@microsoft/api-extractor-model": "7.28.2",
"@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.61.0" "@rushstack/node-core-library": "3.61.0"

View File

@ -119,7 +119,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@puppeteer/browsers": "1.8.0", "@puppeteer/browsers": "1.8.0",
"chromium-bidi": "0.4.32", "chromium-bidi": "0.4.33",
"cross-fetch": "4.0.0", "cross-fetch": "4.0.0",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1191157", "devtools-protocol": "0.0.1191157",

View File

@ -24,7 +24,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@microsoft/api-documenter": "7.23.9", "@microsoft/api-documenter": "7.23.10",
"@microsoft/api-extractor-model": "7.28.2", "@microsoft/api-extractor-model": "7.28.2",
"@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.61.0" "@rushstack/node-core-library": "3.61.0"