diff --git a/package.json b/package.json index 3bf4059..6ecd7db 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ "bootstrap": "^5.3.3" }, "devDependencies": { - "@babel/core": "^7.24.7", - "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/preset-env": "^7.24.7", - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", + "@babel/core": "^7.25.2", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/preset-env": "^7.25.4", + "@commitlint/cli": "^19.4.1", + "@commitlint/config-conventional": "^19.4.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", @@ -38,14 +38,14 @@ "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "concurrently": "^8.2.2", + "concurrently": "^9.0.0", "conventional-changelog-conventionalcommits": "^8.0.0", - "husky": "^9.0.11", + "husky": "^9.1.5", "purgecss": "^6.0.0", - "rollup": "^4.18.0", - "rollup-plugin-license": "^3.4.0", - "semantic-release": "^24.0.0", - "stylelint": "^16.6.1", + "rollup": "^4.21.2", + "rollup-plugin-license": "^3.5.2", + "semantic-release": "^24.1.0", + "stylelint": "^16.9.0", "stylelint-config-standard-scss": "^13.1.0" }, "prettier": {