Skip to content

Commit d6479b0

Browse files
committed
Update dependencies.
1 parent ceb3ab3 commit d6479b0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = function(config) {
9494
'@babel/preset-env',
9595
{
9696
useBuiltIns: 'usage',
97-
corejs: '3.39',
97+
corejs: '3.46',
9898
bugfixes: true,
9999
//debug: true,
100100
targets: {

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@
2929
"lib/**/*.js"
3030
],
3131
"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",
3434
"lru-cache": "^6.0.0",
3535
"rdf-canonize": "^4.0.1"
3636
},
3737
"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",
4444
"benchmark": "^2.1.4",
4545
"browserify": "^17.0.1",
4646
"chai": "^4.5.0",
47-
"core-js": "^3.39.0",
47+
"core-js": "^3.46.0",
4848
"cors": "^2.8.5",
4949
"cross-env": "^7.0.3",
5050
"envify": "^4.1.0",
5151
"eslint": "^8.57.1",
5252
"eslint-config-digitalbazaar": "^5.2.0",
5353
"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",
5656
"join-path-js": "0.0.0",
5757
"karma": "^6.4.4",
5858
"karma-babel-preprocessor": "^8.0.2",
@@ -68,11 +68,11 @@
6868
"karma-tap-reporter": "0.0.6",
6969
"karma-webpack": "^5.0.1",
7070
"klona": "^2.0.6",
71-
"mocha": "^11.0.1",
71+
"mocha": "^11.7.4",
7272
"mocha-lcov-reporter": "^1.3.0",
7373
"nyc": "^17.1.0",
7474
"watchify": "^4.0.0",
75-
"webpack": "^5.97.1",
75+
"webpack": "^5.102.1",
7676
"webpack-cli": "^6.0.1",
7777
"webpack-merge": "^6.0.1"
7878
},

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ outputs.forEach(info => {
8585
'@babel/preset-env',
8686
{
8787
useBuiltIns: 'usage',
88-
corejs: '3.39',
88+
corejs: '3.46',
8989
// TODO: remove for babel 8
9090
bugfixes: true,
9191
//debug: true,

0 commit comments

Comments
 (0)