diff --git a/package.json b/package.json index f61ff9ce2..7539579a3 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ "bootstrap": "^5.3.8" }, "devDependencies": { - "@babel/core": "^7.29.7", - "@babel/plugin-transform-class-properties": "^7.28.6", - "@babel/plugin-transform-private-methods": "^7.28.6", - "@babel/preset-env": "^7.29.7", - "@commitlint/cli": "^21.0.2", - "@commitlint/config-conventional": "^21.0.2", + "@babel/core": "^8.0.1", + "@babel/plugin-transform-class-properties": "^8.0.1", + "@babel/plugin-transform-private-methods": "^8.0.1", + "@babel/preset-env": "^8.0.2", + "@commitlint/cli": "^21.1.0", + "@commitlint/config-conventional": "^21.1.0", "@eslint/js": "^10.0.1", "@rollup/plugin-babel": "^7.1.0", "@rollup/plugin-node-resolve": "^16.0.3", @@ -46,12 +46,12 @@ "concurrently": "^10.0.3", "conventional-changelog-conventionalcommits": "^9.3.1", "eslint": "^10.5.0", - "globals": "^17.6.0", + "globals": "^17.7.0", "husky": "^9.1.7", "purgecss": "^8.0.0", "rollup": "^4.62.2", "semantic-release": "^25.0.5", - "stylelint": "^17.13.0", + "stylelint": "^17.14.0", "stylelint-config-standard-scss": "^17.0.0" }, "prettier": {