Skip to content

Commit

Permalink
Bump mockttp from 3.2.1 to 3.3.0 (#614)
Browse files Browse the repository at this point in the history
* Bump mockttp from 3.2.1 to 3.3.0

Bumps [mockttp](https://github.com/httptoolkit/mockttp) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/httptoolkit/mockttp/releases)
- [Commits](httptoolkit/mockttp@v3.2.1...v3.3.0)

---
updated-dependencies:
- dependency-name: mockttp
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Try macos

* Check npm version

* Undo changes

* Reformat

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Wu <[email protected]>
  • Loading branch information
dependabot[bot] and cjwooo authored Aug 9, 2022
1 parent 6b77e1a commit 7015633
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ jobs:
with:
node-version: 16

- name: Check npm version
run: npm --version

- name: Reformat package-lock.json
run: npm ci

- name: Print package-lock.json
run: head package-lock.json

- name: Commit and push
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7015633

Please sign in to comment.