Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Jul 25, 2021
1 parent 466fda1 commit a0afb6d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
unreleased:
fixed bugs:
- >-
GH-1163 Fixed a bug where `protocolProfileBehavior.disableUrlEncoding`
option was not respected in OAuth 1.0 authorizer
chores:
- Updated dependencies

7.28.2:
date: 2021-06-24
fixed bugs:
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"lodash": "4.17.21",
"node-oauth1": "1.3.0",
"performance-now": "2.1.0",
"postman-collection": "4.0.0",
"postman-collection": "4.0.1",
"postman-request": "2.88.1-postman.30",
"postman-sandbox": "4.0.3",
"postman-url-encoder": "3.0.1",
"postman-url-encoder": "3.0.3",
"resolve-from": "5.0.0",
"serialised-error": "1.1.3",
"tough-cookie": "3.0.1",
Expand Down Expand Up @@ -88,7 +88,7 @@
"shelljs": "0.8.4",
"sinon": "8.1.1",
"teleport-javascript": "1.0.0",
"terser": "5.7.0",
"terser": "5.7.1",
"tmp": "0.2.1",
"yankee": "1.0.8"
},
Expand Down

0 comments on commit a0afb6d

Please sign in to comment.