diff --git a/package-lock.json b/package-lock.json index 7f18946ca4..11cdb263e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.35", + "@arduino/docs-arduino-cc": "^2.0.35-hotfix.2", "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.35", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.35/1f82d3ad016ed7032697bdb1817509620793a710", - "integrity": "sha512-KkSTWrN+t0tjIjl2QQgdU9ESolZTszd9o1Yfg8qn34Eq/8d+dqzJJvzmOXhkmTZ1iwlIyYpLFU+DYPvN23N/7A==", + "version": "2.0.35-hotfix.2", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.35-hotfix.2/30c0e49f5170ff5fa3a3ffe8fee69678f5ab47ca", + "integrity": "sha512-MUf/FUcioYFs36wgmR3yjIDrdq68hxBurnt3U2Cj0rMsvQeLJjkZXHYnRXiw3w1HyeK7CxVPvDIwrrWyhgaGXw==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 1e83a50b6e..d2f9939285 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.35", + "@arduino/docs-arduino-cc": "^2.0.35-hotfix.2", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",