Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Oct 15, 2024
1 parent adcde57 commit 8e0199c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @digitalbazaar/oid4-client Changelog

## 4.2.0 - 2024-10-dd

### Changed
- Update dependencies.

## 4.1.0 - 2024-10-01

### Added
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"dependencies": {
"@digitalbazaar/http-client": "^4.0.0",
"base64url-universal": "^2.0.0",
"jose": "^4.15.4",
"jsonpath-plus": "^7.2.0",
"jose": "^5.9.4",
"jsonpath-plus": "^10.0.0",
"jsonpointer": "^5.0.1",
"uuid": "^9.0.1"
},
Expand All @@ -36,16 +36,16 @@
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-jsdoc": "^45.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-unicorn": "^56.0.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"jsdoc-to-markdown": "^9.0.2",
"karma": "^6.3.20",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"mocha": "^10.0.0",
"mocha-lcov-reporter": "^1.3.0",
Expand Down

0 comments on commit 8e0199c

Please sign in to comment.