mirror of
https://github.com/appium/appium.git
synced 2026-03-03 07:39:21 -06:00
chore(test-support): update dependency sinon to v21 (#21360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
22
package-lock.json
generated
22
package-lock.json
generated
@@ -74,7 +74,7 @@
|
||||
"rewiremock": "3.14.6",
|
||||
"rimraf": "6.0.1",
|
||||
"serve-static": "2.2.0",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"sync-monorepo-packages": "1.0.2",
|
||||
"teen_process": "2.3.3",
|
||||
"ts-node": "10.9.2",
|
||||
@@ -16122,9 +16122,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/sinon": {
|
||||
"version": "20.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-20.0.0.tgz",
|
||||
"integrity": "sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==",
|
||||
"version": "21.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.0.tgz",
|
||||
"integrity": "sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@sinonjs/commons": "^3.0.1",
|
||||
@@ -19366,7 +19366,7 @@
|
||||
"chai-as-promised": "8.0.1",
|
||||
"get-port": "5.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"type-fest": "4.41.0"
|
||||
},
|
||||
@@ -20434,7 +20434,7 @@
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.21",
|
||||
"loud-rejection": "2.2.0",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"source-map-support": "0.5.21"
|
||||
},
|
||||
"bin": {
|
||||
@@ -20853,7 +20853,7 @@
|
||||
"chai-as-promised": "8.0.1",
|
||||
"get-port": "5.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"type-fest": "4.41.0"
|
||||
},
|
||||
@@ -21523,7 +21523,7 @@
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.21",
|
||||
"loud-rejection": "2.2.0",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"source-map-support": "0.5.21"
|
||||
}
|
||||
},
|
||||
@@ -32164,9 +32164,9 @@
|
||||
}
|
||||
},
|
||||
"sinon": {
|
||||
"version": "20.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-20.0.0.tgz",
|
||||
"integrity": "sha512-+FXOAbdnj94AQIxH0w1v8gzNxkawVvNqE3jUzRLptR71Oykeu2RrQXXl/VQjKay+Qnh73fDt/oDfMo6xMeDQbQ==",
|
||||
"version": "21.0.0",
|
||||
"resolved": "https://registry.npmjs.org/sinon/-/sinon-21.0.0.tgz",
|
||||
"integrity": "sha512-TOgRcwFPbfGtpqvZw+hyqJDvqfapr1qUlOizROIk4bBLjlsjlB00Pg6wMFXNtJRpu+eCZuVOaLatG7M8105kAw==",
|
||||
"requires": {
|
||||
"@sinonjs/commons": "^3.0.1",
|
||||
"@sinonjs/fake-timers": "^13.0.5",
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
"rewiremock": "3.14.6",
|
||||
"rimraf": "6.0.1",
|
||||
"serve-static": "2.2.0",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"sync-monorepo-packages": "1.0.2",
|
||||
"teen_process": "2.3.3",
|
||||
"ts-node": "10.9.2",
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"chai-as-promised": "8.0.1",
|
||||
"get-port": "5.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"type-fest": "4.41.0"
|
||||
},
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.21",
|
||||
"loud-rejection": "2.2.0",
|
||||
"sinon": "20.0.0",
|
||||
"sinon": "21.0.0",
|
||||
"source-map-support": "0.5.21"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user