From 5585995899d469dfef7bc5151e95e905bb3eabec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:54:39 +0000 Subject: [PATCH] Bump adapt-authoring-langpack-en from 1.1.1 to 1.1.4 Bumps [adapt-authoring-langpack-en](https://github.com/adapt-security/adapt-authoring-langpack-en) from 1.1.1 to 1.1.4. - [Release notes](https://github.com/adapt-security/adapt-authoring-langpack-en/releases) - [Commits](https://github.com/adapt-security/adapt-authoring-langpack-en/compare/v1.1.1...v1.1.4) --- updated-dependencies: - dependency-name: adapt-authoring-langpack-en dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 495 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 455 insertions(+), 42 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29697df..99afde9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "adapt-authoring-errors": "^1.0.0", "adapt-authoring-jsonschema": "^1.1.3", "adapt-authoring-lang": "^1.0.4", - "adapt-authoring-langpack-en": "^1.1.1", + "adapt-authoring-langpack-en": "^1.1.4", "adapt-authoring-logger": "^1.1.1", "adapt-authoring-mailer": "^1.0.2", "adapt-authoring-middleware": "^1.0.0", @@ -3379,34 +3379,241 @@ } }, "node_modules/adapt-authoring-auth": { - "version": "1.0.3", - "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-auth.git#706195c399b0b001eaa761bba0bf5d8a374c3aa8", + "version": "1.0.7", + "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-auth.git#936a6b57ef5b32ac2eaa50004df95dc67977b106", "license": "GPL-3.0", "dependencies": { - "adapt-authoring-roles": "github:adapt-security/adapt-authoring-roles", - "adapt-authoring-users": "github:adapt-security/adapt-authoring-users", - "express-session": "1.18.2", + "adapt-authoring-core": "^1.7.0", + "express-session": "1.19.0", "jsonwebtoken": "9.0.3", "path-to-regexp": "^8.0.0" }, "peerDependencies": { - "adapt-authoring-core": "github:adapt-security/adapt-authoring-core" + "adapt-authoring-jsonschema": "^1.2.0", + "adapt-authoring-mongodb": "^1.1.3", + "adapt-authoring-roles": "^1.1.3", + "adapt-authoring-server": "^1.2.1", + "adapt-authoring-sessions": "^1.0.2", + "adapt-authoring-users": "^1.0.2" + }, + "peerDependenciesMeta": { + "adapt-authoring-jsonschema": { + "optional": true + }, + "adapt-authoring-mongodb": { + "optional": true + }, + "adapt-authoring-roles": { + "optional": true + }, + "adapt-authoring-server": { + "optional": true + }, + "adapt-authoring-sessions": { + "optional": true + }, + "adapt-authoring-users": { + "optional": true + } } }, "node_modules/adapt-authoring-auth-local": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/adapt-authoring-auth-local/-/adapt-authoring-auth-local-1.0.2.tgz", - "integrity": "sha512-BPzbopvDdgLCFgifbhspR5nIlv5wt8Cn7unlFubReA8CSzHq3LjqwzqHXgj9IuXHDZud3y9nrB0cxEVr12AREA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-auth-local/-/adapt-authoring-auth-local-1.1.0.tgz", + "integrity": "sha512-O/+qR9yPBjnuRPXWc4g3LBo6dxOx1CnI/RsGUdThH3CEy2KetbCLgNR5FEYiWlsiB/r9JKhwCl4Ibq3uXtSyvA==", "license": "GPL-3.0", "dependencies": { + "adapt-authoring-auth": "^1.0.7", + "adapt-authoring-core": "^1.7.0", "bcryptjs": "3.0.3", "date-fns": "^4.1.0", "lodash": "^4.17.21" }, "peerDependencies": { - "adapt-authoring-auth": "github:adapt-security/adapt-authoring-auth", - "adapt-authoring-core": "github:adapt-security/adapt-authoring-core", - "adapt-authoring-sessions": "github:adapt-security/adapt-authoring-sessions" + "adapt-authoring-jsonschema": "^1.2.0", + "adapt-authoring-mailer": "^1.0.2", + "adapt-authoring-mongodb": "^1.1.3", + "adapt-authoring-roles": "^1.1.3", + "adapt-authoring-server": "^1.2.1", + "adapt-authoring-users": "^1.0.2" + }, + "peerDependenciesMeta": { + "adapt-authoring-jsonschema": { + "optional": true + }, + "adapt-authoring-mailer": { + "optional": true + }, + "adapt-authoring-mongodb": { + "optional": true + }, + "adapt-authoring-roles": { + "optional": true + }, + "adapt-authoring-server": { + "optional": true + }, + "adapt-authoring-users": { + "optional": true + } + } + }, + "node_modules/adapt-authoring-auth-local/node_modules/adapt-authoring-core": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-core/-/adapt-authoring-core-1.7.0.tgz", + "integrity": "sha512-Lh35JIKpzCsJKc6mmCvC1tJABvup76lulK+eKJRxi3+AhFr/apvN5DW4my/nbmG2YF3R5ig1t/wegS5eRn3/Aw==", + "license": "GPL-3.0", + "dependencies": { + "fs-extra": "11.3.3", + "glob": "^13.0.0", + "lodash": "^4.17.21", + "minimist": "^1.2.8" + } + }, + "node_modules/adapt-authoring-auth-local/node_modules/balanced-match": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz", + "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==", + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-auth-local/node_modules/brace-expansion": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz", + "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-auth-local/node_modules/fs-extra": { + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/adapt-authoring-auth-local/node_modules/glob": { + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz", + "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "minimatch": "^10.2.1", + "minipass": "^7.1.2", + "path-scurry": "^2.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/adapt-authoring-auth-local/node_modules/minimatch": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/adapt-authoring-auth/node_modules/adapt-authoring-core": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-core/-/adapt-authoring-core-1.7.0.tgz", + "integrity": "sha512-Lh35JIKpzCsJKc6mmCvC1tJABvup76lulK+eKJRxi3+AhFr/apvN5DW4my/nbmG2YF3R5ig1t/wegS5eRn3/Aw==", + "license": "GPL-3.0", + "dependencies": { + "fs-extra": "11.3.3", + "glob": "^13.0.0", + "lodash": "^4.17.21", + "minimist": "^1.2.8" + } + }, + "node_modules/adapt-authoring-auth/node_modules/balanced-match": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz", + "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==", + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-auth/node_modules/brace-expansion": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz", + "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-auth/node_modules/fs-extra": { + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/adapt-authoring-auth/node_modules/glob": { + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz", + "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "minimatch": "^10.2.1", + "minipass": "^7.1.2", + "path-scurry": "^2.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/adapt-authoring-auth/node_modules/minimatch": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/adapt-authoring-authored": { @@ -3800,9 +4007,9 @@ } }, "node_modules/adapt-authoring-langpack-en": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/adapt-authoring-langpack-en/-/adapt-authoring-langpack-en-1.1.1.tgz", - "integrity": "sha512-1lpk5RAF3927CqFpxo21bjWJvziZc0JeYtEft+q643HbJNEar0CMsBEgq1OilPwrONu2LfOZCI3HbvTWx20EjQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/adapt-authoring-langpack-en/-/adapt-authoring-langpack-en-1.1.4.tgz", + "integrity": "sha512-tfyTH4aaQP64Nlw4SgRBpcBHtxlI9SRFG5ukaXEzUyxx9sJDAfj3B/d1kszY7N27ShFXy9kwbGpavpIdavGJrg==", "license": "GPL-3.0" }, "node_modules/adapt-authoring-logger": { @@ -3874,40 +4081,229 @@ } }, "node_modules/adapt-authoring-roles": { - "version": "1.1.2", - "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-roles.git#249a47a896d7b5ea65446a7d5d1a4e720e15305a", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-roles/-/adapt-authoring-roles-1.2.0.tgz", + "integrity": "sha512-Qw3TEyAno1XI13mE9rCuSOK0ELHOBx38kX7mV45ZIPXmaF6jN9viyatLMMnJ0Jc4FWazUemXxTaL83j+fRKkGw==", "license": "GPL-3.0", "peerDependencies": { - "adapt-authoring-api": "github:adapt-security/adapt-authoring-api", - "adapt-authoring-core": "github:adapt-security/adapt-authoring-core" + "adapt-authoring-auth": "^1.0.5", + "adapt-authoring-auth-local": "^1.0.3", + "adapt-authoring-core": "^1.7.0", + "adapt-authoring-mongodb": "^1.1.3", + "adapt-authoring-users": "^1.0.2" + }, + "peerDependenciesMeta": { + "adapt-authoring-auth": { + "optional": true + }, + "adapt-authoring-auth-local": { + "optional": true + }, + "adapt-authoring-core": { + "optional": true + }, + "adapt-authoring-mongodb": { + "optional": true + }, + "adapt-authoring-users": { + "optional": true + } } }, "node_modules/adapt-authoring-server": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/adapt-authoring-server/-/adapt-authoring-server-1.0.3.tgz", - "integrity": "sha512-Ma+0yUBhOmM6Q0Isji4jphCstUeKNBy2IrbaOoQ5/B0+bxU+KOFAzr/9ZGUhD7zZ4vsIzlrT9RdKhB9zAK0n9Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-server/-/adapt-authoring-server-1.3.0.tgz", + "integrity": "sha512-RRP1nLn2IZk+/q5rwnlfht6M+BbxQresHtyME0AoB2cJH+O6axApRg9el7ufiFk4Eq3K7ogOPD1TNBRKH/Z8sw==", "license": "GPL-3.0", "dependencies": { + "adapt-authoring-core": "^1.7.0", "express": "^5.1.0", "hbs": "^4.2.0", "lodash": "^4.17.21" + } + }, + "node_modules/adapt-authoring-server/node_modules/adapt-authoring-core": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-core/-/adapt-authoring-core-1.7.0.tgz", + "integrity": "sha512-Lh35JIKpzCsJKc6mmCvC1tJABvup76lulK+eKJRxi3+AhFr/apvN5DW4my/nbmG2YF3R5ig1t/wegS5eRn3/Aw==", + "license": "GPL-3.0", + "dependencies": { + "fs-extra": "11.3.3", + "glob": "^13.0.0", + "lodash": "^4.17.21", + "minimist": "^1.2.8" + } + }, + "node_modules/adapt-authoring-server/node_modules/balanced-match": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz", + "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==", + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-server/node_modules/brace-expansion": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz", + "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" }, - "peerDependencies": { - "adapt-authoring-core": "github:adapt-security/adapt-authoring-core" + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-server/node_modules/fs-extra": { + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/adapt-authoring-server/node_modules/glob": { + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz", + "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "minimatch": "^10.2.1", + "minipass": "^7.1.2", + "path-scurry": "^2.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/adapt-authoring-server/node_modules/minimatch": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/adapt-authoring-sessions": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/adapt-authoring-sessions/-/adapt-authoring-sessions-1.0.2.tgz", - "integrity": "sha512-w7ESaVkZi0zVRH9cIjlfMeChOypA+R6FuWOxV+7y+65eRdTrMd7xBWAKmPebSoen4177MRMoRzuGtkJzUpO8GQ==", + "version": "1.0.3", + "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-sessions.git#d77e33b16b511af90ed14c25a799f2bd4c16831d", "license": "GPL-3.0", "dependencies": { + "adapt-authoring-core": "^1.7.0", "connect-mongo": "^6.0.0", "express-session": "^1.18.0" }, "peerDependencies": { - "adapt-authoring-auth": "github:adapt-security/adapt-authoring-auth", - "adapt-authoring-core": "github:adapt-security/adapt-authoring-core" + "adapt-authoring-auth": "^1.0.5", + "adapt-authoring-mongodb": "^1.1.3", + "adapt-authoring-server": "^1.2.1" + }, + "peerDependenciesMeta": { + "adapt-authoring-auth": { + "optional": true + }, + "adapt-authoring-mongodb": { + "optional": true + }, + "adapt-authoring-server": { + "optional": true + } + } + }, + "node_modules/adapt-authoring-sessions/node_modules/adapt-authoring-core": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-core/-/adapt-authoring-core-1.7.0.tgz", + "integrity": "sha512-Lh35JIKpzCsJKc6mmCvC1tJABvup76lulK+eKJRxi3+AhFr/apvN5DW4my/nbmG2YF3R5ig1t/wegS5eRn3/Aw==", + "license": "GPL-3.0", + "dependencies": { + "fs-extra": "11.3.3", + "glob": "^13.0.0", + "lodash": "^4.17.21", + "minimist": "^1.2.8" + } + }, + "node_modules/adapt-authoring-sessions/node_modules/balanced-match": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz", + "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==", + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-sessions/node_modules/brace-expansion": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz", + "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/adapt-authoring-sessions/node_modules/fs-extra": { + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/adapt-authoring-sessions/node_modules/glob": { + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz", + "integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==", + "license": "BlueOak-1.0.0", + "dependencies": { + "minimatch": "^10.2.1", + "minipass": "^7.1.2", + "path-scurry": "^2.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/adapt-authoring-sessions/node_modules/minimatch": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/adapt-authoring-spoortracking": { @@ -3959,12 +4355,25 @@ } }, "node_modules/adapt-authoring-users": { - "version": "1.0.1", - "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-users.git#90bc784056a1bc7ffa1647ac0bfeca6905c8e424", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/adapt-authoring-users/-/adapt-authoring-users-1.0.4.tgz", + "integrity": "sha512-Sy3tOQeEAS0lGgjuv265WKtbJUzsHPwglOK8LnJHplAf9ySb7OOF/qBBzU2nlV9Ku8LjpNS3BH5qfSqlVK5wzw==", "license": "GPL-3.0", "peerDependencies": { - "adapt-authoring-api": "github:adapt-security/adapt-authoring-api", - "adapt-authoring-core": "github:adapt-security/adapt-authoring-core" + "adapt-authoring-core": "^1.7.0", + "adapt-authoring-mongodb": "^1.1.3", + "adapt-authoring-server": "^1.2.1" + }, + "peerDependenciesMeta": { + "adapt-authoring-core": { + "optional": true + }, + "adapt-authoring-mongodb": { + "optional": true + }, + "adapt-authoring-server": { + "optional": true + } } }, "node_modules/adapt-cli": { @@ -7515,22 +7924,26 @@ } }, "node_modules/express-session": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.2.tgz", - "integrity": "sha512-SZjssGQC7TzTs9rpPDuUrR23GNZ9+2+IkA/+IJWmvQilTr5OSliEHGF+D9scbIpdC6yGtTI0/VhaHoVes2AN/A==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.19.0.tgz", + "integrity": "sha512-0csaMkGq+vaiZTmSMMGkfdCOabYv192VbytFypcvI0MANrp+4i/7yEkJ0sbAEhycQjntaKGzYfjfXQyVb7BHMA==", "license": "MIT", "dependencies": { - "cookie": "0.7.2", - "cookie-signature": "1.0.7", - "debug": "2.6.9", + "cookie": "~0.7.2", + "cookie-signature": "~1.0.7", + "debug": "~2.6.9", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", + "safe-buffer": "~5.2.1", "uid-safe": "~2.1.5" }, "engines": { "node": ">= 0.8.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express-session/node_modules/cookie-signature": { diff --git a/package.json b/package.json index 9b816af..7d76302 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "adapt-authoring-errors": "^1.0.0", "adapt-authoring-jsonschema": "^1.1.3", "adapt-authoring-lang": "^1.0.4", - "adapt-authoring-langpack-en": "^1.1.1", + "adapt-authoring-langpack-en": "^1.1.4", "adapt-authoring-logger": "^1.1.1", "adapt-authoring-mailer": "^1.0.2", "adapt-authoring-middleware": "^1.0.0",