diff --git a/package.json b/package.json index 30b487f..9f03662 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,8 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^9.0.2", "@types/fs-extra": "^11.0.1", - "@types/glob": "^8.1.0", "@types/jest": "^29.4.0", "@types/lodash.set": "^4.3.7", - "@types/rimraf": "^3.0.2", "@types/tmp": "^0.2.3", "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", @@ -66,11 +64,11 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "fs-extra": "^11.1.0", - "glob": "^9.2.1", + "glob": "^10.2.1", "husky": "^8.0.3", "jest": "^29.5.0", "lodash.set": "^4.3.2", - "rimraf": "^4.4.0", + "rimraf": "^5.0.0", "semantic-release": "^20.1.1", "tmp": "^0.2.1", "ts-jest": "^29.0.5",