From 1f228fbc65ef80dc361edb81aa6b5a01abaa5bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:10:14 +0100 Subject: [PATCH] chore(deps-dev): bump nunjucks from 3.2.3 to 3.2.4 (#168) Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/mozilla/nunjucks/releases) - [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla/nunjucks/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: nunjucks dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb4ee42..622313f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "fs-extra": "^6.0.1", "lodash": "^4.17.20", "mkdirp": "^1.0.4", - "nunjucks": "^3.2.2", + "nunjucks": "^3.2.4", "plantuml-encoder": "^1.4.0", "rimraf": "^2.7.1", "semver": "^6.3.0", @@ -2809,9 +2809,10 @@ } }, "node_modules/nunjucks": { - "version": "3.2.3", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz", + "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "a-sync-waterfall": "^1.0.0", "asap": "^2.0.3", diff --git a/package.json b/package.json index 9b00eb8..d2ee565 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "fs-extra": "^6.0.1", "lodash": "^4.17.20", "mkdirp": "^1.0.4", - "nunjucks": "^3.2.2", + "nunjucks": "^3.2.4", "plantuml-encoder": "^1.4.0", "rimraf": "^2.7.1", "semver": "^6.3.0",