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

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new c53cfe67 PDFBOX-5073: upgrade to 11ty 2.0.0-canary.8; fixes npm audit 
issues
c53cfe67 is described below

commit c53cfe6721beb852954aca4c2aa92bd0c4886321
Author: Maruan Sahyoun <sahy...@fileaffairs.de>
AuthorDate: Wed Apr 27 19:48:43 2022 +0200

    PDFBOX-5073: upgrade to 11ty 2.0.0-canary.8; fixes npm audit issues
---
 content/blog.md | 2 +-
 package.json    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/blog.md b/content/blog.md
index 0827b1c3..7d6ca3a9 100644
--- a/content/blog.md
+++ b/content/blog.md
@@ -22,7 +22,7 @@ title:   Blog
 
 # Blog
 
-{% for post in collections.posts reversed %}
+{% for post in collections.posts %}
 <h2>{{ post.data.title }}<br><small>{{ post.data.page.date | date: 
"%Y-%m-%d"}}</small></h2>
 {{ post.templateContent }}
 {% endfor %}
\ No newline at end of file
diff --git a/package.json b/package.json
index eba2e8a1..2967a50a 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,13 @@
     "checks": "run-s check:*"
   },
   "devDependencies": {
-    "@11ty/eleventy": "1.0.0",
+    "@11ty/eleventy": "2.0.0-canary.8",
     "@11ty/eleventy-fetch": "3.0.0",
     "@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
-    "html-validate": "6.5.0",
-    "markdown-it-anchor": "8.4.1",
+    "html-validate": "6.9.0",
+    "markdown-it-anchor": "8.6.2",
     "npm-run-all": "4.1.5",
-    "sass": "1.49.9"
+    "sass": "1.51.0"
   },
   "dependencies": {
     "eleventy-plugin-nesting-toc": "1.3.0"

Reply via email to