Build(deps-dev): Bump sinon from 18.0.0 to 18.0.1 (#28833)
Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.0 to 18.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v18.0.0...v18.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... 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:
parent
be682767d1
commit
9b465e1914
|
@ -117,7 +117,7 @@
|
|||
"qunit-dom": "^3.2.0",
|
||||
"sass": "^1.77.7",
|
||||
"select-kit": "workspace:1.0.0",
|
||||
"sinon": "^18.0.0",
|
||||
"sinon": "^18.0.1",
|
||||
"source-map": "^0.7.4",
|
||||
"terser": "^5.32.0",
|
||||
"testem": "^3.10.1",
|
||||
|
|
|
@ -565,8 +565,8 @@ importers:
|
|||
specifier: workspace:1.0.0
|
||||
version: link:../select-kit
|
||||
sinon:
|
||||
specifier: ^18.0.0
|
||||
version: 18.0.0
|
||||
specifier: ^18.0.1
|
||||
version: 18.0.1
|
||||
source-map:
|
||||
specifier: ^0.7.4
|
||||
version: 0.7.4
|
||||
|
@ -2503,6 +2503,9 @@ packages:
|
|||
'@sinonjs/commons@3.0.1':
|
||||
resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==}
|
||||
|
||||
'@sinonjs/fake-timers@11.2.2':
|
||||
resolution: {integrity: sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==}
|
||||
|
||||
'@sinonjs/fake-timers@11.3.1':
|
||||
resolution: {integrity: sha512-EVJO7nW5M/F5Tur0Rf2z/QoMo+1Ia963RiMtapiQrEWvY0iBUvADo8Beegwjpnle5BHkyHuoxSTW3jF43H1XRA==}
|
||||
|
||||
|
@ -7508,8 +7511,8 @@ packages:
|
|||
simple-swizzle@0.2.2:
|
||||
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
|
||||
|
||||
sinon@18.0.0:
|
||||
resolution: {integrity: sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==}
|
||||
sinon@18.0.1:
|
||||
resolution: {integrity: sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==}
|
||||
|
||||
slash@3.0.0:
|
||||
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
||||
|
@ -10350,6 +10353,10 @@ snapshots:
|
|||
dependencies:
|
||||
type-detect: 4.0.8
|
||||
|
||||
'@sinonjs/fake-timers@11.2.2':
|
||||
dependencies:
|
||||
'@sinonjs/commons': 3.0.1
|
||||
|
||||
'@sinonjs/fake-timers@11.3.1':
|
||||
dependencies:
|
||||
'@sinonjs/commons': 3.0.1
|
||||
|
@ -16614,10 +16621,10 @@ snapshots:
|
|||
dependencies:
|
||||
is-arrayish: 0.3.2
|
||||
|
||||
sinon@18.0.0:
|
||||
sinon@18.0.1:
|
||||
dependencies:
|
||||
'@sinonjs/commons': 3.0.1
|
||||
'@sinonjs/fake-timers': 11.3.1
|
||||
'@sinonjs/fake-timers': 11.2.2
|
||||
'@sinonjs/samsam': 8.0.0
|
||||
diff: 5.2.0
|
||||
nise: 6.0.0
|
||||
|
|
Loading…
Reference in New Issue