Skip to content

Commit f944de0

Browse files
committed
Update dev dependencies.
1 parent d0875ec commit f944de0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = async function(config) {
123123
'@babel/preset-env',
124124
{
125125
useBuiltIns: 'usage',
126-
corejs: '3.46',
126+
corejs: '3.47',
127127
bugfixes: true,
128128
//debug: true,
129129
targets: {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"rdf-canonize": "^4.0.1"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.28.4",
38+
"@babel/core": "^7.28.5",
3939
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
40-
"@babel/plugin-transform-runtime": "^7.28.3",
41-
"@babel/preset-env": "^7.28.3",
40+
"@babel/plugin-transform-runtime": "^7.28.5",
41+
"@babel/preset-env": "^7.28.5",
4242
"@babel/runtime": "^7.28.4",
4343
"babel-loader": "^10.0.0",
4444
"benchmark": "^2.1.4",
4545
"browserify": "^17.0.1",
4646
"chai": "^4.5.0",
47-
"core-js": "^3.46.0",
47+
"core-js": "^3.47.0",
4848
"cors": "^2.8.5",
4949
"cross-env": "^7.0.3",
5050
"envify": "^4.1.0",
@@ -67,11 +67,11 @@
6767
"karma-tap-reporter": "0.0.6",
6868
"karma-webpack": "^5.0.1",
6969
"klona": "^2.0.6",
70-
"mocha": "^11.7.4",
70+
"mocha": "^11.7.5",
7171
"mocha-lcov-reporter": "^1.3.0",
7272
"nyc": "^17.1.0",
7373
"watchify": "^4.0.0",
74-
"webpack": "^5.102.1",
74+
"webpack": "^5.103.0",
7575
"webpack-cli": "^6.0.1",
7676
"webpack-merge": "^6.0.1"
7777
},

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.46',
88+
corejs: '3.47',
8989
// TODO: remove for babel 8
9090
bugfixes: true,
9191
//debug: true,

0 commit comments

Comments
 (0)