File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments