From 5e181990b2b574c046d7ae8f4cc3730932efeb4a Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Mon, 25 Oct 2021 19:47:33 -0500 Subject: [PATCH] fix: update dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index ce1218c..1b36be6 100644 --- a/package.json +++ b/package.json @@ -10,29 +10,29 @@ }, "description": "Flowtype linting rules for ESLint.", "devDependencies": { - "@babel/cli": "^7.15.4", - "@babel/core": "^7.15.5", + "@babel/cli": "^7.15.7", + "@babel/core": "^7.15.8", "@babel/eslint-parser": "^7.15.8", - "@babel/node": "^7.15.4", + "@babel/node": "^7.15.8", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", - "@babel/preset-env": "^7.15.6", + "@babel/preset-env": "^7.15.8", "@babel/register": "^7.15.3", "ajv": "^8.6.3", "babel-plugin-add-module-exports": "^1.0.4", "chai": "^4.3.4", "eclint": "^2.8.1", "eslint": "^8.1.0", - "eslint-config-canonical": "^27.0.1", + "eslint-config-canonical": "^32.0.1", "eslint-plugin-eslint-plugin": "^4.0.1", "gitdown": "^3.1.4", - "glob": "^7.1.7", - "husky": "^7.0.2", + "glob": "^7.2.0", + "husky": "^7.0.4", "jsonlint": "^1.6.3", - "mocha": "^9.1.1", + "mocha": "^9.1.3", "rimraf": "^3.0.2", - "semantic-release": "^17.4.7" + "semantic-release": "^18.0.0" }, "engines": { "node": ">=12.0.0"