From 985aab6ac6ab71d00783c9a23a034a0be4833f44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 18:15:11 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump @blackflux/eslint-plugin-rules Bumps [@blackflux/eslint-plugin-rules](https://github.com/blackflux/eslint-plugin-rules) from 1.3.14 to 1.3.15. - [Release notes](https://github.com/blackflux/eslint-plugin-rules/releases) - [Changelog](https://github.com/blackflux/eslint-plugin-rules/blob/master/.releaserc.json) - [Commits](https://github.com/blackflux/eslint-plugin-rules/compare/v1.3.14...v1.3.15) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba03b06..2261269 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@babel/core": "7.6.4", "@babel/plugin-proposal-object-rest-spread": "7.6.2", "@babel/register": "7.6.2", - "@blackflux/eslint-plugin-rules": "1.3.14", + "@blackflux/eslint-plugin-rules": "1.3.15", "@blackflux/robo-config-plugin": "2.6.15", "babel-eslint": "10.0.3", "chai": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 49475ae..dfde9f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -166,10 +166,10 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@blackflux/eslint-plugin-rules@1.3.14": - version "1.3.14" - resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.14.tgz#bbd16fd1c506d7d3861828c8394f95e5745a3b5d" - integrity sha512-fLSA6PIJ8rVTiMVT+EIcVKGfViR/Tt6HILY7UTaocPitf7Huq91FVnSeltPCjm2ZYJ8apAv+NLEP15S8Y23ITw== +"@blackflux/eslint-plugin-rules@1.3.15": + version "1.3.15" + resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-1.3.15.tgz#3c70e85f3a16139b475fe3dd28def52f29780b36" + integrity sha512-L8+iF+hwIneYGyrLOS95NqJ1TaaYtMxY4zyiO0o5tsLoXCPNUDNZK3ut0IghmLuYgYShzoUZ9RH5JZghLw4IFg== dependencies: smart-fs "1.11.0" From 734e89e415bafe1dcfab037a4313b75d767f5e1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:17:01 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump eslint-plugin-json from 2.0.0 to 2.0.1 Bumps [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/azeemba/eslint-plugin-json/releases) - [Commits](https://github.com/azeemba/eslint-plugin-json/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2261269..06f3d1c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint": "6.5.1", "eslint-config-airbnb-base": "14.0.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-json": "2.0.0", + "eslint-plugin-json": "2.0.1", "eslint-plugin-markdown": "1.0.1", "eslint-plugin-mocha": "6.2.0", "js-gardener": "2.0.109", diff --git a/yarn.lock b/yarn.lock index dfde9f5..d4fb0b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2000,10 +2000,10 @@ eslint-plugin-import@2.18.2: read-pkg-up "^2.0.0" resolve "^1.11.0" -eslint-plugin-json@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-2.0.0.tgz#1da8dfc92a0a4fd3cbb6acc5d7ce1891ccf20306" - integrity sha512-FvLllOBtyj5TfnpKqNEg7Lnk1PG6QuqJIqJ5bOJw3/DDfv6X8XFCxleRQJGULItBGgJ14Lc//M5uN1apVactjA== +eslint-plugin-json@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-json/-/eslint-plugin-json-2.0.1.tgz#825ba21fed9522a7080044f0692ffffffbc237e3" + integrity sha512-IxKZIlMyBn0tvxlBj2viW0N/UBuoey1oYpV+SNVuNFmy4xsNuwgeoOjzEeFDnVXL0FpIo7UbQSeZ+lfh2D/nLQ== dependencies: lodash "^4.17.15" vscode-json-languageservice "^3.3.5"