From e74780f886b465b413ccf2d67235e2c312ee97b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:56:15 +0000 Subject: [PATCH] Bump adapt-authoring-auth-local from `878f142` to `0491fcb` Bumps [adapt-authoring-auth-local](https://github.com/adapt-security/adapt-authoring-auth-local) from `878f142` to `0491fcb`. - [Commits](https://github.com/adapt-security/adapt-authoring-auth-local/compare/878f142c1950188fa7eebd507c5a436f62f4b5ea...0491fcb8411bfea2bf7d105cf27568f2ee63e7f4) --- updated-dependencies: - dependency-name: adapt-authoring-auth-local dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b37cf0..5443d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3913,11 +3913,12 @@ }, "node_modules/adapt-authoring-auth-local": { "version": "0.0.1", - "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-auth-local.git#878f142c1950188fa7eebd507c5a436f62f4b5ea", + "resolved": "git+ssh://git@github.com/adapt-security/adapt-authoring-auth-local.git#0491fcb8411bfea2bf7d105cf27568f2ee63e7f4", + "integrity": "sha512-Nnh8hN0tzIWdpv45SSmRRRLZqpIh1ihAPBq02By5NtEeRttnG0R0hg2gtH9ioYXhLduHjMmgudfpjnplvTxMLQ==", "license": "GPL-3.0", "dependencies": { "bcryptjs": "2.4.3", - "date-fns": "^2.30.0", + "date-fns": "^4.1.0", "lodash": "^4.17.21" }, "peerDependencies": { @@ -6630,18 +6631,12 @@ } }, "node_modules/date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" + "type": "github", + "url": "https://github.com/sponsors/kossnocorp" } }, "node_modules/debug": {