chore(deps-dev): Bump the dev-dependencies group with 2 updates (#11669)

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] 2024-01-11 11:56:05 +01:00 committed by GitHub
parent 5ab09e8c33
commit 5f91f1e472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.8.4",
"@types/semver": "7.5.6",
"@types/sinon": "17.0.2",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"cross-env": "7.0.3",
@ -50,7 +50,7 @@
"tsd": "0.30.3",
"tsx": "4.7.0",
"typescript": "5.3.3",
"wireit": "0.14.1"
"wireit": "0.14.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -1809,9 +1809,9 @@
"dev": true
},
"node_modules/@types/sinon": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.2.tgz",
"integrity": "sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==",
"version": "17.0.3",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.3.tgz",
"integrity": "sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"
@ -10424,9 +10424,9 @@
}
},
"node_modules/wireit": {
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.1.tgz",
"integrity": "sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA==",
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.3.tgz",
"integrity": "sha512-vNSzIBJ1YLMM6dzGUiUMw11KmHOFiXIaOHcQPWVT4j5oCaXQSIYS5AExEzRkAAlm5F0hRPTwDUoazUHu5ZLCNQ==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",

View File

@ -136,7 +136,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.8.4",
"@types/semver": "7.5.6",
"@types/sinon": "17.0.2",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"cross-env": "7.0.3",
@ -165,7 +165,7 @@
"tsd": "0.30.3",
"tsx": "4.7.0",
"typescript": "5.3.3",
"wireit": "0.14.1"
"wireit": "0.14.3"
},
"overrides": {
"@microsoft/api-extractor": {