This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 9a7302e8d615bc326fcdb289d78a39fbe6b76e32
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed May 3 18:29:27 2023 +0100

    ARTEMIS-4158: add update override for doc build dep
---
 artemis-website/package-lock.json | 6 +++---
 artemis-website/package.json      | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/artemis-website/package-lock.json 
b/artemis-website/package-lock.json
index efee050491..86605cf474 100644
--- a/artemis-website/package-lock.json
+++ b/artemis-website/package-lock.json
@@ -1645,9 +1645,9 @@
       }
     },
     "node_modules/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==",
       "dev": true,
       "dependencies": {
         "a-sync-waterfall": "^1.0.0",
diff --git a/artemis-website/package.json b/artemis-website/package.json
index 74a40b5ad4..03c47ab177 100644
--- a/artemis-website/package.json
+++ b/artemis-website/package.json
@@ -9,5 +9,8 @@
   },
   "devDependencies": {
     "honkit": "~4.0.7"
+  },
+  "overrides": {
+    "nunjucks": "^3.2.4"
   }
 }

Reply via email to