From 17aae505fcf3683c2edff63f227fb50d1136d851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 05:10:16 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-standard from 17.0.0 to 1.0.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 17.0.0 to 1.0.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v17.0.0...v1.0.0) --- updated-dependencies: - dependency-name: eslint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54561f50d..9421ed4233 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "cors": "^2.8.5", "dns-prefetch-control": "^0.3.0", "eslint": "^8.0.1", - "eslint-config-standard": "^17.0.0-1", + "eslint-config-standard": "^1.0.0", "eslint-import-resolver-node": "^0.3.2", "eslint-plugin-import": "^2.25.4", "eslint-plugin-n": "^14.0.0",