diff --git a/package-lock.json b/package-lock.json index e8a2dcccb4..6a8addc707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.22-alpha-26", + "@arduino/docs-arduino-cc": "^2.0.22", "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.22-alpha-26", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.22-alpha-26/02a1ae112b38d1a1f7821318f883eaf2a8dea742", - "integrity": "sha512-9Gf9UIdxzXh/ii2iea3Mg0DLXuHSZMy+eoL3PaxOxmYN/tAwY4zkgEKCb14gwFuZI7mNvYxD9Ji78bemAeME+A==", + "version": "2.0.22", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.22/f2c7e61af6a07b191b2a0aae42375e6bed12d389", + "integrity": "sha512-AFo2n9wHPKN2p38nUMn3qgVbYx8XSQiGz6Lizr00AURAQwGE7SRgEWMj7r6OS20QOkX1OXD7ugpurGIgucqrDg==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index c938d74a19..f7d9efb04b 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.22-alpha-26", + "@arduino/docs-arduino-cc": "^2.0.22", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",