Skip to content

Commit

Permalink
Update dependencies (#11)
Browse files Browse the repository at this point in the history
* Bumped postman-collection & postman-collection-transform to latest

* Bumped ava to 1.4.1

* Bump dot-prop from 4.2.0 to 4.2.1 (#10)

Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: dot-prop
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bumped lodash

Co-authored-by: Tim <>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
thim81 and dependabot[bot] authored Aug 17, 2021
1 parent 828974e commit 8f8f32b
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 201 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@
"eslint-config-prettier": "^6.11.0",
"fs-extra": "^8.1.0",
"husky": "^4.2.5",
"lodash": "^4.17.11",
"lodash": "^4.17.21",
"oauth-1.0a": "^2.2.5",
"papaparse": "^5.1.0",
"pkginfo": "^0.4.1",
"postman-collection": "^3.5.4",
"postman-collection-transformer": "^3.2.0",
"postman-collection": "^4.1.0",
"postman-collection-transformer": "^4.1.3",
"prettier": "^1.19.1",
"spo-gpo": "^1.0.0",
"strip-json-comments": "^3.0.1",
"urijs": "^1.19.2",
"urijs": "^1.19.7",
"uuid": "^3.3.2",
"verror": "^1.10.0",
"xml2js": "^0.4.22"
Expand All @@ -79,7 +79,7 @@
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.7.4",
"ava": "^1.2.1",
"ava": "^1.4.1",
"cross-env": "^6.0.3",
"mock-require": "^3.0.3",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit 8f8f32b

Please sign in to comment.