From e837f283dc477f82f1faad32f8338aef08cdaa78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 03:03:54 +0000 Subject: [PATCH] Bump async in /SwishCore/3-quiz-setup/SampleCourseOfflineJSON Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../SampleCourseOfflineJSON/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SwishCore/3-quiz-setup/SampleCourseOfflineJSON/package-lock.json b/SwishCore/3-quiz-setup/SampleCourseOfflineJSON/package-lock.json index 8926efa..09392ee 100644 --- a/SwishCore/3-quiz-setup/SampleCourseOfflineJSON/package-lock.json +++ b/SwishCore/3-quiz-setup/SampleCourseOfflineJSON/package-lock.json @@ -25,11 +25,11 @@ } }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "base64-js": {