From 5de0bd30b2f8c262a6789b93d7b1129d323a85cb Mon Sep 17 00:00:00 2001 From: Sarhan Date: Mon, 25 Apr 2022 00:16:21 +0100 Subject: [PATCH] chore: bump dependencies --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 0b8a83259..f4e31b0a3 100644 --- a/package.json +++ b/package.json @@ -39,22 +39,22 @@ "url": "git+https://github.com/validatorjs/validator.js.git" }, "devDependencies": { - "@babel/cli": "^7.16.0", - "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.3", - "@babel/preset-env": "^7.16.0", + "@babel/cli": "^7.17.6", + "@babel/core": "^7.17.9", + "@babel/eslint-parser": "^7.17.0", + "@babel/preset-env": "^7.16.11", "@babel/preset-modules": "^0.1.5", - "@babel/register": "^7.16.0", - "@rollup/plugin-babel": "^5.3.0", + "@babel/register": "^7.17.7", + "@rollup/plugin-babel": "^5.3.1", "babel-plugin-add-module-exports": "^1.0.4", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.25.3", - "mocha": "^9.1.3", + "mocha": "^9.2.2", "nyc": "^15.1.0", "rimraf": "^3.0.2", - "rollup": "^2.60.0", - "rollup-plugin-license": "^2.6.0", + "rollup": "^2.70.2", + "rollup-plugin-license": "^2.7.0", "rollup-plugin-terser": "^7.0.2" }, "scripts": {