From a66188d5a7051320c8d8a232613f9489efaf7b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 21:43:03 +0000 Subject: [PATCH] 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: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- yarn.lock | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5e3d80..45e4db6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "hexo-generator-feed": "^3.0.0", "hexo-generator-index": "^3.0.0", "hexo-generator-tag": "^2.0.0", - "hexo-renderer-dartsass": "^0.1.2", + "hexo-renderer-dartsass": "^0.1.3", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^2.1.0", @@ -1070,9 +1070,9 @@ } }, "node_modules/hexo-renderer-dartsass": { - "version": "0.1.2", - "resolved": "https://registry.npmmirror.com/hexo-renderer-dartsass/-/hexo-renderer-dartsass-0.1.2.tgz", - "integrity": "sha512-SCliw3YORW4vxgffbY3fCih2bRdw1OSc17I1gALmAtvnmNIvsFlKkpr8/C31aFThIUP2pMlLbgYZ+YqB5yQaaQ==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/hexo-renderer-dartsass/-/hexo-renderer-dartsass-0.1.3.tgz", + "integrity": "sha512-gbLABJ2G7nNOmFtA2Eek/kjGTlTKeosVf2psRyUpTLuUBeNFF073L3UtGTGITOv0K/ZdATF/AhMwWBStS0l+yg==", "dependencies": { "sass": "^1.37.5" } @@ -1798,9 +1798,9 @@ } }, "node_modules/nunjucks": { - "version": "3.2.3", - "resolved": "https://registry.npmmirror.com/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==", "dependencies": { "a-sync-waterfall": "^1.0.0", "asap": "^2.0.3", diff --git a/yarn.lock b/yarn.lock index 7ca2cd7..46ebd7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1200,9 +1200,9 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== nunjucks@^3.0.0, nunjucks@^3.2.1, nunjucks@^3.2.3: - version "3.2.3" - resolved "https://registry.npmmirror.com/nunjucks/-/nunjucks-3.2.3.tgz#1b33615247290e94e28263b5d855ece765648a31" - integrity sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ== + 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"