diff --git a/package-lock.json b/package-lock.json index a6941139b7..e1e6b460e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^1.9.0", + "@arduino/docs-arduino-cc": "^1.9.1", "gatsby": "^4.9.2" } }, @@ -319,9 +319,9 @@ } }, "node_modules/@arduino/docs-arduino-cc": { - "version": "1.9.0", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.9.0/d8d9b4002f8fd69510326d88cf9d884af2bb24db", - "integrity": "sha512-vTOBBuiAfscDoGhRj/9aMf89gwg9IKECYb+uCUCTgarhQjiIxajoIqF1guT9XY6U3V3YG6rTd82qYqGkKEQAVQ==", + "version": "1.9.1", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.9.1/883b298b5b67195b3638d2b80eb80ea77ffbbfd5", + "integrity": "sha512-2AxAodcyPyzLii05hqlY4yQH16E2weISxJIndzKngWmZbnbiP60L4uteqL19i9H0ngS6gTT1FiLN/B1BWl8e1w==", "dependencies": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", @@ -330,14 +330,15 @@ "@bcmi-labs/sass": "^3.0.1", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", + "@parcel/core": "^2.8.3", + "@parcel/plugin": "^2.8.3", "@serjlee/gatsby-plugin-algolia": "0.21.1-sharedindex", "algoliasearch": "^4.12.2", "animated-scroll-to": "^2.2.0", "classnames": "^2.3.1", "date-fns": "^2.28.0", "deepmerge": "^4.2.2", - "dotenv": "^8.6.0", - "gatsby": "^4.9.2", + "gatsby": "^4.9.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", "gatsby-plugin-gatsby-cloud": "^4.9.0", @@ -13173,11 +13174,11 @@ } }, "node_modules/dotenv": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz", - "integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", "engines": { - "node": ">=6" + "node": ">=10" } }, "node_modules/dotenv-expand": { @@ -28559,9 +28560,9 @@ } }, "@arduino/docs-arduino-cc": { - "version": "1.9.0", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.9.0/d8d9b4002f8fd69510326d88cf9d884af2bb24db", - "integrity": "sha512-vTOBBuiAfscDoGhRj/9aMf89gwg9IKECYb+uCUCTgarhQjiIxajoIqF1guT9XY6U3V3YG6rTd82qYqGkKEQAVQ==", + "version": "1.9.1", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.9.1/883b298b5b67195b3638d2b80eb80ea77ffbbfd5", + "integrity": "sha512-2AxAodcyPyzLii05hqlY4yQH16E2weISxJIndzKngWmZbnbiP60L4uteqL19i9H0ngS6gTT1FiLN/B1BWl8e1w==", "requires": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", @@ -28570,14 +28571,15 @@ "@bcmi-labs/sass": "^3.0.1", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", + "@parcel/core": "^2.8.3", + "@parcel/plugin": "^2.8.3", "@serjlee/gatsby-plugin-algolia": "0.21.1-sharedindex", "algoliasearch": "^4.12.2", "animated-scroll-to": "^2.2.0", "classnames": "^2.3.1", "date-fns": "^2.28.0", "deepmerge": "^4.2.2", - "dotenv": "^8.6.0", - "gatsby": "^4.9.2", + "gatsby": "^4.9.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", "gatsby-plugin-gatsby-cloud": "^4.9.0", diff --git a/package.json b/package.json index 99bcb1c134..9c185c0c99 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^1.9.0", + "@arduino/docs-arduino-cc": "^1.9.1", "gatsby": "^4.9.2" }, "volta": {