Skip to content

Commit

Permalink
Merge pull request #334 from OpenFn/security-medicmobile
Browse files Browse the repository at this point in the history
Fix medicmobile
  • Loading branch information
mtuchi authored Aug 3, 2023
2 parents 6259e7e + c0e8a10 commit 1463dd7
Show file tree
Hide file tree
Showing 4 changed files with 3,515 additions and 2,940 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-worms-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openfn/language-medicmobile': patch
---

Bump query-string
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.13.2
version: 8.6.9
- name: Setup node ${{ matrix.node-version }}
# https://github.com/actions/setup-node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/medicmobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@openfn/language-common": "^1.8.1",
"lodash": "^4.17.21",
"query-string": "^5.1.1",
"query-string": "^8.1.0",
"request": "^2.88.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1463dd7

Please sign in to comment.