From 7e68cdb645e4251a312e8e638af0c3429ae4c642 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 26 Apr 2021 08:22:43 +0000 Subject: Bump eslint from 7.24.0 to 7.25.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0) Signed-off-by: dependabot[bot] --- vnext/package-lock.json | 12 ++++++------ vnext/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vnext') diff --git a/vnext/package-lock.json b/vnext/package-lock.json index e3c1ad12..f56e5f8c 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -6544,9 +6544,9 @@ } }, "eslint": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz", - "integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.25.0.tgz", + "integrity": "sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", @@ -6607,9 +6607,9 @@ } }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", "dev": true, "requires": { "ansi-styles": "^4.1.0", diff --git a/vnext/package.json b/vnext/package.json index 076cd62d..d911093d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -21,7 +21,7 @@ "css-loader": "^5.2.4", "css-minimizer-webpack-plugin": "^2.0.0", "error-overlay-webpack-plugin": "^0.4.2", - "eslint": "^7.24.0", + "eslint": "^7.25.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-only-ascii": "^0.0.0", -- cgit v1.2.3