From f8d187e8f272beae41b3c00bcd60b4397aa6f6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 10:19:51 +0100 Subject: [PATCH] Bump nunjucks from 3.2.3 to 3.2.4 (#746) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bb0aded5..6e2e33b5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "minimist": "^1.2.6", "nedb": "^1.8.0", "node-emoji": "^1.10.0", - "nunjucks": "^3.2.3", + "nunjucks": "^3.2.4", "p-queue": "^6.0.0", "pg-promise": "^10.11.1", "randomstring": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index ac00273a..37bb1a28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3395,10 +3395,10 @@ normalize-range@^0.1.2: resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== -nunjucks@^3.2.3: - version "3.2.3" - resolved "https://registry.yarnpkg.com/nunjucks/-/nunjucks-3.2.3.tgz#1b33615247290e94e28263b5d855ece765648a31" - integrity sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ== +nunjucks@^3.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/nunjucks/-/nunjucks-3.2.4.tgz#f0878eef528ce7b0aa35d67cc6898635fd74649e" + integrity sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ== dependencies: a-sync-waterfall "^1.0.0" asap "^2.0.3"