From 5aecff0b92c6a805d9fdd318abf2114c9d5723a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:28:23 +0000 Subject: [PATCH] Bump adapt-authoring-core from 2.5.0 to 3.5.0 Bumps [adapt-authoring-core](https://github.com/adapt-security/adapt-authoring-core) from 2.5.0 to 3.5.0. - [Release notes](https://github.com/adapt-security/adapt-authoring-core/releases) - [Commits](https://github.com/adapt-security/adapt-authoring-core/compare/v2.5.0...v3.5.0) --- updated-dependencies: - dependency-name: adapt-authoring-core dependency-version: 3.5.0 dependency-type: direct:production 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 b52972a..f0e9e60 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "node --test 'tests/**/*.spec.js'" }, "dependencies": { - "adapt-authoring-core": "^2.0.0", + "adapt-authoring-core": "^3.5.0", "glob": "^13.0.0" }, "peerDependencies": {},