From 1de465dae08200ba88a69f2c02416cca3de7661b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:47:06 -0500 Subject: [PATCH] build(deps-dev): bump eslint-config-brightspace from 0.25.3 to 1.0.0 (#167) Bumps [eslint-config-brightspace](https://github.com/Brightspace/eslint-config-brightspace) from 0.25.3 to 1.0.0. - [Release notes](https://github.com/Brightspace/eslint-config-brightspace/releases) - [Commits](https://github.com/Brightspace/eslint-config-brightspace/compare/v0.25.3...v1.0.0) --- updated-dependencies: - dependency-name: eslint-config-brightspace dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3059be..b80fe0f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "chai": "^4", "chai-as-promised": "^7", "eslint": "^8", - "eslint-config-brightspace": "^0.25", + "eslint-config-brightspace": "^1.0", "eslint-plugin-html": "^7", "eslint-plugin-import": "^2", "eslint-plugin-sort-class-members": "^1",