1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump chai-spies and @types/chai-spies (#1816)

Bumps [chai-spies](https://github.com/chaijs/chai-spies) and [@types/chai-spies](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-spies). These dependencies needed to be updated together.

Updates `chai-spies` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/chaijs/chai-spies/releases)
- [Changelog](https://github.com/chaijs/chai-spies/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai-spies/compare/1.0.0...v1.1.0)

Updates `@types/chai-spies` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-spies)

---
updated-dependencies:
- dependency-name: chai-spies
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/chai-spies"
  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:
dependabot[bot] 2024-06-25 11:19:09 +03:00 committed by GitHub
parent d384de975e
commit a00211e8d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
package-lock.json generated
View File

@ -3495,9 +3495,9 @@
"dev": true
},
"node_modules/@types/chai-spies": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@types/chai-spies/-/chai-spies-1.0.4.tgz",
"integrity": "sha512-HCG1EUGpVYmmqIG9rnSIxkng/tOzARG1HmUIV5miCp55ykqxSnVj2vlXaf6nDwaMm7qzkvNe9SHW15ywPKDqTA==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/chai-spies/-/chai-spies-1.0.6.tgz",
"integrity": "sha512-xkk4HmhBB9OQeTAifa9MJ+6R5/Rq9+ungDe4JidZD+vqZVeiWZwc2i7/pd1ZKjyGlSBIQePoWdyUyFUGT0rv5w==",
"dev": true,
"dependencies": {
"@types/chai": "*"
@ -5087,9 +5087,9 @@
}
},
"node_modules/chai-spies": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.0.0.tgz",
"integrity": "sha512-elF2ZUczBsFoP07qCfMO/zeggs8pqCf3fZGyK5+2X4AndS8jycZYID91ztD9oQ7d/0tnS963dPkd0frQEThDsg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.1.0.tgz",
"integrity": "sha512-ikaUhQvQWchRYj2K54itFp3nrcxaFRpSDQxDlRzSn9aWgu9Pi7lD8yFxTso4WnQ39+WZ69oB/qOvqp+isJIIWA==",
"dev": true,
"engines": {
"node": ">= 4.0.0"
@ -20133,9 +20133,9 @@
"dev": true
},
"@types/chai-spies": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@types/chai-spies/-/chai-spies-1.0.4.tgz",
"integrity": "sha512-HCG1EUGpVYmmqIG9rnSIxkng/tOzARG1HmUIV5miCp55ykqxSnVj2vlXaf6nDwaMm7qzkvNe9SHW15ywPKDqTA==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/chai-spies/-/chai-spies-1.0.6.tgz",
"integrity": "sha512-xkk4HmhBB9OQeTAifa9MJ+6R5/Rq9+ungDe4JidZD+vqZVeiWZwc2i7/pd1ZKjyGlSBIQePoWdyUyFUGT0rv5w==",
"dev": true,
"requires": {
"@types/chai": "*"
@ -21329,9 +21329,9 @@
}
},
"chai-spies": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.0.0.tgz",
"integrity": "sha512-elF2ZUczBsFoP07qCfMO/zeggs8pqCf3fZGyK5+2X4AndS8jycZYID91ztD9oQ7d/0tnS963dPkd0frQEThDsg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.1.0.tgz",
"integrity": "sha512-ikaUhQvQWchRYj2K54itFp3nrcxaFRpSDQxDlRzSn9aWgu9Pi7lD8yFxTso4WnQ39+WZ69oB/qOvqp+isJIIWA==",
"dev": true,
"requires": {}
},