From 1e531d7be60c4c2758737e580bcd85d514e54753 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Mon, 16 Sep 2024 08:52:19 +0100 Subject: [PATCH 1/2] Update site.json - Version bumped --- _data/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/site.json b/_data/site.json index efddc8c..2c48116 100644 --- a/_data/site.json +++ b/_data/site.json @@ -1,5 +1,5 @@ { - "version": "2.0.0.28", + "version": "2.0.0.29", "engine": "Eleventy 2.0", "title": "Stride Game Engine", "description": "C# Stride Game Engine is a powerful and versatile game development engine that is based on the C# programming language", From 2461b11e44153663ac16843381d52c15b8d4ae34 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Mon, 16 Sep 2024 08:59:31 +0100 Subject: [PATCH 2/2] chore: NPM packages bumped --- package-lock.json | 35 +++++++++++++++++++---------------- package.json | 4 ++-- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08ace16..184c282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@fortawesome/fontawesome-free": "^6.6.0", "bootstrap": "^5.3.3", "lunr": "^2.3.9", - "markdown-it-anchor": "^9.0.1", - "markdown-it-table-of-contents": "^0.6.0", + "markdown-it-anchor": "^9.2.0", + "markdown-it-table-of-contents": "^0.7.0", "sass": "^1.77.6" }, "devDependencies": { @@ -1555,9 +1555,9 @@ } }, "node_modules/markdown-it-anchor": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-9.0.1.tgz", - "integrity": "sha512-cBt7aAzmkfX8X7FqAe8EBryiKmToXgMQEEMqkXzWCm0toDtfDYIGboKeTKd8cpNJArJtutrf+977wFJTsvNGmQ==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-9.2.0.tgz", + "integrity": "sha512-sa2ErMQ6kKOA4l31gLGYliFQrMKkqSO0ZJgGhDHKijPf0pNFM9vghjAh3gn26pS4JDRs7Iwa9S36gxm3vgZTzg==", "license": "Unlicense", "peerDependencies": { "@types/markdown-it": "*", @@ -1565,9 +1565,10 @@ } }, "node_modules/markdown-it-table-of-contents": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.6.0.tgz", - "integrity": "sha512-jHvEjZVEibyW97zEYg19mZCIXO16lHbvRaPDkEuOfMPBmzlI7cYczMZLMfUvwkhdOVQpIxu3gx6mgaw46KsNsQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.7.0.tgz", + "integrity": "sha512-wK15VoeasDlAyr4WM12rMzsdFEsG35LAt7eXCwgMiSbFEvszsZjWWDMqZucOQoyDTMxZDS8dUCYvWGSZX3q6rg==", + "license": "MIT", "engines": { "node": ">6.4.0" } @@ -1637,12 +1638,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -1919,10 +1921,11 @@ "dev": true }, "node_modules/path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==", - "dev": true + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==", + "dev": true, + "license": "MIT" }, "node_modules/picomatch": { "version": "2.3.1", diff --git a/package.json b/package.json index b5033fe..c60ff3f 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "@fortawesome/fontawesome-free": "^6.6.0", "bootstrap": "^5.3.3", "lunr": "^2.3.9", - "markdown-it-anchor": "^9.0.1", - "markdown-it-table-of-contents": "^0.6.0", + "markdown-it-anchor": "^9.2.0", + "markdown-it-table-of-contents": "^0.7.0", "sass": "^1.77.6" } }