From 5b5d3ea1922dc164bf8096331558ae20194a9a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:25:01 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-brightspace from 1.3.2 to 2.0.0 Bumps [eslint-config-brightspace](https://github.com/Brightspace/eslint-config-brightspace) from 1.3.2 to 2.0.0. - [Release notes](https://github.com/Brightspace/eslint-config-brightspace/releases) - [Commits](https://github.com/Brightspace/eslint-config-brightspace/compare/v1.3.2...v2.0.0) --- updated-dependencies: - dependency-name: eslint-config-brightspace 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 aab6251..f9694e7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@babel/core": "^7", "@brightspace-ui/testing": "^1", "eslint": "^8", - "eslint-config-brightspace": "^1.0", + "eslint-config-brightspace": "^2.0", "sinon": "^19" } }