diff --git a/package-lock.json b/package-lock.json index d65acf4c..8f1bfca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,19 +14,19 @@ "@11ty/eleventy-plugin-rss": "^3.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "@actions/core": "^3.0.0", - "@actions/github": "^9.0.0", + "@actions/github": "^9.1.0", "@octokit/rest": "22.0.1", "@quasibit/eleventy-plugin-sitemap": "^2.2.0", "async": "^3.2.6", "eleventy-plugin-seo": "^0.5.2", "eleventy-plugin-wordcount": "^1.0.5", - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "html-minifier": "^4.0.0", "luxon": "^3.7.2", "markdown-it-anchor": "^9.2.0", "markdown-it-emoji": "^3.0.0", "markdown-it-external-links": "^0.0.6", - "prettier": "^3.8.1" + "prettier": "^3.8.2" } }, "node_modules/@11ty/dependency-tree": { @@ -344,9 +344,9 @@ } }, "node_modules/@actions/github": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.0.0.tgz", - "integrity": "sha512-yJ0RoswsAaKcvkmpCE4XxBRiy/whH2SdTBHWzs0gi4wkqTDhXMChjSdqBz/F4AeiDlP28rQqL33iHb+kjAMX6w==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.0.tgz", + "integrity": "sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA==", "dev": true, "license": "MIT", "dependencies": { @@ -1160,9 +1160,9 @@ "license": "MIT" }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "dev": true, "funding": [ { @@ -1851,9 +1851,9 @@ } }, "node_modules/prettier": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz", + "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 8d64e20e..29645bea 100644 --- a/package.json +++ b/package.json @@ -10,19 +10,19 @@ "@11ty/eleventy-plugin-rss": "^3.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2", "@actions/core": "^3.0.0", - "@actions/github": "^9.0.0", + "@actions/github": "^9.1.0", "@octokit/rest": "22.0.1", "@quasibit/eleventy-plugin-sitemap": "^2.2.0", "async": "^3.2.6", "eleventy-plugin-seo": "^0.5.2", "eleventy-plugin-wordcount": "^1.0.5", - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "html-minifier": "^4.0.0", "luxon": "^3.7.2", "markdown-it-anchor": "^9.2.0", "markdown-it-emoji": "^3.0.0", "markdown-it-external-links": "^0.0.6", - "prettier": "^3.8.1" + "prettier": "^3.8.2" }, "homepage": "www.statox.fr", "keywords": [],