From 049db4169d3e269ab49f68d51215afffe64f8c22 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Fri, 3 May 2024 09:19:45 +0200 Subject: [PATCH] 2.0.9-hotfix --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2e0f32d45..bce3968e77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.8", + "@arduino/docs-arduino-cc": "^2.0.9-hotfix", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", @@ -339,9 +339,9 @@ } }, "node_modules/@arduino/docs-arduino-cc": { - "version": "2.0.8", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.8/7069a0ba20361c9f76fe8212f0296fde933580fd", - "integrity": "sha512-oOtOHV/f1/lURyuWfx0Olq467aDAAoYE660s9z4D3f8D6FBs+STMKLRxlqRxZhVeUlT+tvEycysto/f3KfoLug==", + "version": "2.0.9-hotfix", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.9-hotfix/f7d9bc3844751fff8ab5a9fbaaebb5e43fcabbd3", + "integrity": "sha512-RUFf/szGfkaAVtyjZ0ScNsklH9eTCjQVPZ7FArVeTx/xEbyoklcyCUMo4QI7TINHo2qRcnim0//DVH8Yqa3GJQ==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index af9bd39272..cec594e024 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.8", + "@arduino/docs-arduino-cc": "^2.0.9-hotfix", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",