|
29 | 29 | "lib/**/*.js" |
30 | 30 | ], |
31 | 31 | "dependencies": { |
32 | | - "@digitalbazaar/http-client": "^4.1.1", |
33 | | - "canonicalize": "^2.0.0", |
| 32 | + "@digitalbazaar/http-client": "^4.2.0", |
| 33 | + "canonicalize": "^2.1.0", |
34 | 34 | "lru-cache": "^6.0.0", |
35 | 35 | "rdf-canonize": "^4.0.1" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/core": "^7.26.0", |
39 | | - "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
40 | | - "@babel/plugin-transform-runtime": "^7.25.9", |
41 | | - "@babel/preset-env": "^7.26.0", |
42 | | - "@babel/runtime": "^7.26.0", |
43 | | - "babel-loader": "^9.2.1", |
| 38 | + "@babel/core": "^7.28.4", |
| 39 | + "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
| 40 | + "@babel/plugin-transform-runtime": "^7.28.3", |
| 41 | + "@babel/preset-env": "^7.28.3", |
| 42 | + "@babel/runtime": "^7.28.4", |
| 43 | + "babel-loader": "^10.0.0", |
44 | 44 | "benchmark": "^2.1.4", |
45 | 45 | "browserify": "^17.0.1", |
46 | 46 | "chai": "^4.5.0", |
47 | | - "core-js": "^3.39.0", |
| 47 | + "core-js": "^3.46.0", |
48 | 48 | "cors": "^2.8.5", |
49 | 49 | "cross-env": "^7.0.3", |
50 | 50 | "envify": "^4.1.0", |
51 | 51 | "eslint": "^8.57.1", |
52 | 52 | "eslint-config-digitalbazaar": "^5.2.0", |
53 | 53 | "esmify": "^2.1.1", |
54 | | - "express": "^4.21.2", |
55 | | - "fs-extra": "^11.2.0", |
| 54 | + "express": "^5.1.0", |
| 55 | + "fs-extra": "^11.3.2", |
56 | 56 | "join-path-js": "0.0.0", |
57 | 57 | "karma": "^6.4.4", |
58 | 58 | "karma-babel-preprocessor": "^8.0.2", |
|
68 | 68 | "karma-tap-reporter": "0.0.6", |
69 | 69 | "karma-webpack": "^5.0.1", |
70 | 70 | "klona": "^2.0.6", |
71 | | - "mocha": "^11.0.1", |
| 71 | + "mocha": "^11.7.4", |
72 | 72 | "mocha-lcov-reporter": "^1.3.0", |
73 | 73 | "nyc": "^17.1.0", |
74 | 74 | "watchify": "^4.0.0", |
75 | | - "webpack": "^5.97.1", |
| 75 | + "webpack": "^5.102.1", |
76 | 76 | "webpack-cli": "^6.0.1", |
77 | 77 | "webpack-merge": "^6.0.1" |
78 | 78 | }, |
|
0 commit comments