From 4cb3686eee2ebc06c8f5d622f76024eb5889675f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:27:32 +0200 Subject: [PATCH] Bump eslint-plugin-spellcheck from 0.0.17 to 0.0.19 (#432) Bumps [eslint-plugin-spellcheck](https://github.com/aotaduy/eslint-plugin-spellcheck) from 0.0.17 to 0.0.19. - [Release notes](https://github.com/aotaduy/eslint-plugin-spellcheck/releases) - [Commits](https://github.com/aotaduy/eslint-plugin-spellcheck/commits/0.0.19) --- updated-dependencies: - dependency-name: eslint-plugin-spellcheck dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f6f8eff..ac99a4be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1796,9 +1796,9 @@ "dev": true }, "eslint-plugin-spellcheck": { - "version": "0.0.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-spellcheck/-/eslint-plugin-spellcheck-0.0.17.tgz", - "integrity": "sha512-SjEPsqHgAODWgCusCXxzYqTkJHe8krun7UjekzhWkFlGM3ZTPto66ED+kQHBrOB3Mrqkx3oD0qf0sDmxyeCRCA==", + "version": "0.0.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-spellcheck/-/eslint-plugin-spellcheck-0.0.19.tgz", + "integrity": "sha512-Vau+oCLT3IGx+inJV5rkuKlIwgka9L2is1SkztviIHN3apNnT2OrZoGy9Jt3gbcjjkfkIFMFSZjB+ijHCimbNA==", "dev": true, "requires": { "globals": "^13.0.0", diff --git a/package.json b/package.json index b9e48692..46285e9c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettierx": "^0.18.0", "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-spellcheck": "0.0.17", + "eslint-plugin-spellcheck": "0.0.19", "expect": "^27.0.2", "microtime": "^3.0.0", "mochawesome": "^6.2.2", -- 2.34.1