From 25d9dbf053afec4f0a90e31a47d1fc0aaea9933e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 21:43:35 +0000 Subject: [PATCH] build: Bump nunjucks from 3.2.3 to 3.2.4 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- packages/nunjucks/package.json | 2 +- packages/web/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f03f64dbc..165fc1e65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17343,9 +17343,9 @@ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" }, "nunjucks": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz", - "integrity": "sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz", + "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==", "requires": { "a-sync-waterfall": "^1.0.0", "asap": "^2.0.3", diff --git a/package.json b/package.json index 8f44961d3..6c520fecd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "mime": "^2.5.2", "minimist": "^1.2.5", "mixwith": "^0.1.1", - "nunjucks": "^3.2.3", + "nunjucks": "^3.2.4", "parent-module": "^2.0.0", "path-to-regexp": "^6.2.0", "promised-handlebars": "^2.0.1", diff --git a/packages/nunjucks/package.json b/packages/nunjucks/package.json index 117cb0438..8413403ee 100644 --- a/packages/nunjucks/package.json +++ b/packages/nunjucks/package.json @@ -21,7 +21,7 @@ "@frctl/core": "^0.3.5", "bluebird": "^3.7.2", "lodash": "^4.17.21", - "nunjucks": "^3.2.3" + "nunjucks": "^3.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/web/package.json b/packages/web/package.json index 3bd79f5f6..2a27eee73 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -24,7 +24,7 @@ "get-port": "^5.1.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "nunjucks": "^3.2.3", + "nunjucks": "^3.2.4", "path-to-regexp": "^6.2.0", "require-all": "^3.0.0", "throat": "^6.0.1"