Skip to content

Commit

Permalink
Update dependencies (#12)
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

* Bumped dependency

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 8f8f32b commit 671f08e
Show file tree
Hide file tree
Showing 2 changed files with 1,149 additions and 631 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
}
},
"dependencies": {
"ajv": "^6.10.0",
"ajv": "^6.12.6",
"aws4": "^1.9.0",
"browserify": "^16.2.3",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"cheerio": "1.0.0-rc.6",
"commander": "^2.20.3",
"crypto-js": "^3.1.9-1",
"eslint": "^7.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.11.0",
"fs-extra": "^8.1.0",
"husky": "^4.2.5",
Expand All @@ -68,17 +68,17 @@
"postman-collection-transformer": "^4.1.3",
"prettier": "^1.19.1",
"spo-gpo": "^1.0.0",
"strip-json-comments": "^3.0.1",
"strip-json-comments": "^3.1.1",
"urijs": "^1.19.7",
"uuid": "^3.3.2",
"verror": "^1.10.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.3",
"ava": "^1.4.1",
"cross-env": "^6.0.3",
"mock-require": "^3.0.3",
Expand Down
Loading

0 comments on commit 671f08e

Please sign in to comment.