From c0ff2a82bbbc2a8b8b2cb53c68be9f26119bf3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:04:06 +0000 Subject: [PATCH] Bump braces and liftoff Bumps [braces](https://github.com/micromatch/braces) and [liftoff](https://github.com/gulpjs/liftoff). These dependencies needed to be updated together. Updates `braces` from 1.8.5 to 2.3.2 - [Release notes](https://github.com/micromatch/braces/releases) - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits) Updates `liftoff` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/gulpjs/liftoff/releases) - [Changelog](https://github.com/gulpjs/liftoff/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/liftoff/compare/v2.3.0...v2.5.0) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: liftoff dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b76418..47d8503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1739,18 +1739,18 @@ "liftoff": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz", - "integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=", - "dev": true, - "requires": { - "extend": "3.0.1", - "findup-sync": "0.4.3", - "fined": "1.1.0", - "flagged-respawn": "0.3.2", - "lodash.isplainobject": "4.0.6", - "lodash.isstring": "4.0.1", - "lodash.mapvalues": "4.6.0", - "rechoir": "0.6.2", - "resolve": "1.5.0" + "integrity": "sha512-FDIBUWEwcLOhm6jMbToZkmLC5WrDUqT0uRDlu72pJt/kEPpZERc1LMAZiJxAAJuSELSLcgzypv+YphWqJ5cfgA==", + "dev": true, + "requires": { + "extend": "^3.0.0", + "findup-sync": "^0.4.2", + "fined": "^1.0.1", + "flagged-respawn": "^0.3.2", + "lodash.isplainobject": "^4.0.4", + "lodash.isstring": "^4.0.1", + "lodash.mapvalues": "^4.4.0", + "rechoir": "^0.6.2", + "resolve": "^1.1.7" } }, "lodash": {