Skip to content

Commit 6628453

Browse files
Bump js-yaml from 4.1.0 to 4.1.1 in /packages/sdk-core/previous-versions-testing (#2122)
* Bump js-yaml in /packages/sdk-core/previous-versions-testing Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore: remove repetitive word in packages/hot-fuzz/README.md (#2120) Signed-off-by: huyejia <huyejia@outlook.jp> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: huyejia <huyejia@outlook.jp> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: huyejia <huyejia@outlook.jp>
1 parent a996917 commit 6628453

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/hot-fuzz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ npx hot-fuzz contracts/YourAppHotFuzz.yaml
9696
```
9797

9898
Once it is running, what is going on is that your list of actions in addition to a preset of actions defined in
99-
`HotFuzzBase` are randomized as as many sequences of instructions as you configured for, are being executed.
99+
`HotFuzzBase` are randomized as many sequences of instructions as you configured for, are being executed.
100100

101101
While executing these sequences of instructions, all echidna invariants are checked each time a transaction is made.
102102
Any violation of these invariants is considered a bug somewhere in the app.

packages/sdk-core/previous-versions-testing/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3755,9 +3755,9 @@ js-sha3@0.8.0, js-sha3@^0.8.0:
37553755
integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==
37563756

37573757
js-yaml@^4.1.0:
3758-
version "4.1.0"
3759-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3760-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3758+
version "4.1.1"
3759+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3760+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
37613761
dependencies:
37623762
argparse "^2.0.1"
37633763

0 commit comments

Comments
 (0)