diff --git a/package-lock.json b/package-lock.json index bf22ce1..d9b5c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3443,9 +3443,9 @@ "dev": true }, "eslint-config-standard-prettier-fp": { - "version": "15.9.55", - "resolved": "https://registry.npmjs.org/eslint-config-standard-prettier-fp/-/eslint-config-standard-prettier-fp-15.9.55.tgz", - "integrity": "sha512-6HPOebqz+82heTyX+fnjFvHnVQxQa6q1t8lrKA5t9c2V6PpQcq6B13vebnhghiHJUP+g7KUnxeKtNO+TFnPuJQ==", + "version": "15.9.56", + "resolved": "https://registry.npmjs.org/eslint-config-standard-prettier-fp/-/eslint-config-standard-prettier-fp-15.9.56.tgz", + "integrity": "sha512-X2zEtNUXm0e682Rm5zBYz7Nx4wmmmxifbJcpfNcnATNKPXvX7Lp0se2q9+r3xAtpMBP9hTZ/85D6dsBHS1uzrg==", "dev": true }, "eslint-import-resolver-node": { @@ -3868,9 +3868,9 @@ "dev": true }, "eslint-plugin-unicorn": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-8.0.2.tgz", - "integrity": "sha512-Ik2/Bt/PvPnf1lZgUnNFK2310XoRn/4LYiP5gkEPVDa4w9HCoii7I6SeKh2X5Rdp2WLy4eUiLcYtiBUp+q2IRw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-9.0.0.tgz", + "integrity": "sha512-D0NbpmL6paSpwVrwdc/eePpp2KyPU9R+rEXKN+EjE8YqhELwF8wvixcpY5BenztzT2KZQiWWWyHfZmM9bTyRpA==", "dev": true, "requires": { "clean-regexp": "^1.0.0", @@ -5994,9 +5994,9 @@ } }, "gulp-shared-tasks": { - "version": "0.29.6", - "resolved": "https://registry.npmjs.org/gulp-shared-tasks/-/gulp-shared-tasks-0.29.6.tgz", - "integrity": "sha512-e788Aj5WQou5NC7b5SY6LQ5/tGScS6fbT3Quj6vALFg+ZAqOJOX072Nvv6B/07wQUnDUT+Y2GH3S3BUAnYqY8A==", + "version": "0.29.7", + "resolved": "https://registry.npmjs.org/gulp-shared-tasks/-/gulp-shared-tasks-0.29.7.tgz", + "integrity": "sha512-XcL4OLJbeMIbHR3p6DhSBMc+IHI0hqJDYIRhO+JQ7NhFdCB9e4C2FlxxDWkovGt/0uCRmpJP/mhngh+mzvsPjw==", "dev": true, "requires": { "@babel/preset-env": "^7.4.5", @@ -6010,7 +6010,7 @@ "eslint": "6.0.0-alpha.0", "eslint-config-prettier": "^4.3.0", "eslint-config-standard": "^12.0.0", - "eslint-config-standard-prettier-fp": "^15.9.55", + "eslint-config-standard-prettier-fp": "^15.9.56", "eslint-import-resolver-node": "^0.3.2", "eslint-plugin-ava": "^7.0.0", "eslint-plugin-eslint-comments": "^3.1.1", @@ -6022,7 +6022,7 @@ "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", - "eslint-plugin-unicorn": "^8.0.2", + "eslint-plugin-unicorn": "^9.0.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.5.0", "fast-glob": "^2.2.7", "gulp": "^4.0.2", diff --git a/package.json b/package.json index 62a3273..6a67f08 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "devDependencies": { "ava": "^2.0.0", "gulp": "^4.0.2", - "gulp-shared-tasks": "^0.29.6", + "gulp-shared-tasks": "^0.29.7", "husky": "^2.3.0" }, "engines": {