Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Apr 1, 2024
1 parent 9b2f7ea commit e6e7704
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 33 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
unreleased:
fixed bugs:
- >-
GH-1394 Fixed a bug where scheme and parameters name in Digest Auth were
matched in a case-sensitive manner
chores:
- Updated dependencies

7.37.1:
date: 2024-03-13
chores:
Expand Down
60 changes: 30 additions & 30 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 @@ -56,7 +56,7 @@
"performance-now": "2.1.0",
"postman-collection": "4.4.0",
"postman-request": "2.88.1-postman.33",
"postman-sandbox": "4.6.0",
"postman-sandbox": "4.6.1",
"postman-url-encoder": "3.0.5",
"serialised-error": "1.1.3",
"strip-json-comments": "3.1.1",
Expand Down Expand Up @@ -93,9 +93,9 @@
"shelljs": "^0.8.5",
"sinon": "^12.0.1",
"teleport-javascript": "^1.0.0",
"terser": "^5.29.1",
"terser": "^5.30.0",
"tmp": "^0.2.3",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"yankee": "^1.0.8"
},
"engines": {
Expand Down

0 comments on commit e6e7704

Please sign in to comment.