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 b7647b5 PDFBOX-4848: update package versions, move to specfic version number b7647b5 is described below commit b7647b57811283097e62eb1db147a7589bdee76a Author: Maruan Sahyoun <sahy...@fileaffairs.de> AuthorDate: Wed Dec 29 17:26:31 2021 +0100 PDFBOX-4848: update package versions, move to specfic version number --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index cb8651b..b97c119 100644 --- a/package.json +++ b/package.json @@ -17,15 +17,15 @@ "checks": "run-s check:*" }, "devDependencies": { - "@11ty/eleventy": "^0.12.0", - "@11ty/eleventy-cache-assets": "^2.1.0", - "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1", - "html-validate": "^4.7.0", - "markdown-it-anchor": "^7.1.0", - "npm-run-all": "^4.1.5", - "sass": "^1.32.0" + "@11ty/eleventy": "0.12.1", + "@11ty/eleventy-cache-assets": "2.3.0", + "@11ty/eleventy-plugin-syntaxhighlight": "3.1.3", + "html-validate": "6.1.5", + "markdown-it-anchor": "8.4.1", + "npm-run-all": "4.1.5", + "sass": "1.45.1" }, "dependencies": { - "eleventy-plugin-nesting-toc": "^1.2.0" + "eleventy-plugin-nesting-toc": "1.3.0" } }