diff --git a/.gitignore b/.gitignore index cbd0497adc..719a72f258 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ src .vscode/ltex.dictionary.en-US.txt content/en content/de -content/pt \ No newline at end of file +content/pt +.nvmrc \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f2bb05ade8..e94490ef9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.28", + "@arduino/docs-arduino-cc": "^2.0.29", "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.28", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.28/871f2b50a3f81a0488d42731a7b5c48f0b9b9484", - "integrity": "sha512-HyOU6tVX8rqnaLvoKt/w3ldNuFMqUaEXlcnq7xdD42pGa2xZ8B2g0g/zURHzfB8AQygfKP2FJfYJ1W8c9uZyGw==", + "version": "2.0.29", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.29/af69ecb9b7b1fded5ec575951a35793300d7ace6", + "integrity": "sha512-85yEMesqdCV9+A/FzPfVjUJBFRsFuYOZK/3O/bGo7AnHmws7QRFgrsmIV+wjxJ1ZrkXUJxWSErOAlcIdhHRdtg==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 25b2cfaf57..a82c1aac57 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.28", + "@arduino/docs-arduino-cc": "^2.0.29", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",