From aff17d1414e58d8317a452b44b601834c7ff9b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:22:54 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-brightspace from 3.1.2 to 4.0.0 Bumps [eslint-config-brightspace](https://github.com/Brightspace/eslint-config-brightspace) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/Brightspace/eslint-config-brightspace/releases) - [Commits](https://github.com/Brightspace/eslint-config-brightspace/compare/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: eslint-config-brightspace dependency-version: 4.0.0 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 3feb927..9f7192b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "babel-eslint": "^10", "babel-plugin-transform-dynamic-import": "^2", "eslint": "^9", - "eslint-config-brightspace": "^3", + "eslint-config-brightspace": "^4", "rimraf": "^6.0.1" } }