diff --git a/package.json b/package.json index b630fb1e37e..19636f44aa7 100644 --- a/package.json +++ b/package.json @@ -21,16 +21,16 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.25.8", + "@babel/core": "^7.26.0", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.25.8", + "@babel/preset-env": "^7.26.0", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "husky": "^9.1.6", "rimraf": "^6.0.1", - "rollup": "^4.24.0", + "rollup": "^4.24.2", "rollup-plugin-license": "^3.5.3", "stylelint": "^16.10.0", "stylelint-config-standard-scss": "^13.1.0"