Skip to content

Commit dfe3122

Browse files
committed
Update dependencies.
- Update dependencies: - `jsonld@9`. - `jsonld-signatures@11.6.0`. - `rdf-canonize@5`. - **NOTE**: The `jsonld` updates may have rare edge case compatibility issues. The important related indirect `rdf-canonize` issues were addressed in v1.1.0.
1 parent f114802 commit dfe3122

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @digitalbazaar/eddsa-rdfc-2022-cryptosuite Changelog
22

3+
## 1.3.0 - 2026-02-xx
4+
5+
- Update dependencies:
6+
- `jsonld@9`.
7+
- `jsonld-signatures@11.6.0`.
8+
- `rdf-canonize@5`.
9+
- **NOTE**: The `jsonld` updates may have rare edge case compatibility issues.
10+
The important related indirect `rdf-canonize` issues were addressed in
11+
v1.1.0.
12+
313
## 1.2.0 - 2024-11-25
414

515
### Added

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"dependencies": {
1717
"@digitalbazaar/ed25519-multikey": "^1.0.0",
18-
"jsonld": "^8.1.0",
19-
"rdf-canonize": "^4.0.1"
18+
"jsonld": "^9.0.0",
19+
"rdf-canonize": "^5.0.0"
2020
},
2121
"devDependencies": {
2222
"@digitalbazaar/data-integrity": "^2.0.0",
@@ -33,7 +33,7 @@
3333
"eslint-config-digitalbazaar": "^5.0.1",
3434
"eslint-plugin-jsdoc": "^46.8.2",
3535
"eslint-plugin-unicorn": "^49.0.0",
36-
"jsonld-signatures": "^11.2.1",
36+
"jsonld-signatures": "^11.6.0",
3737
"karma": "^6.3.20",
3838
"karma-chai": "^0.1.0",
3939
"karma-chrome-launcher": "^3.1.1",

0 commit comments

Comments
 (0)