From f5d9e4849cb3512ec58c24e6bc882281c5eaa849 Mon Sep 17 00:00:00 2001 From: gabry Date: Tue, 26 Apr 2022 12:51:50 +0200 Subject: [PATCH 1/6] Add mkr 1010 product Code --- content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md index 1337c1e594..ab0038e4f2 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkr1000/137' status: end-of-life +productCode: '017' --- The Arduino MKR 1000 WiFi is the easiest point of entry to basic IoT and pico-network application design. Whether you are looking at setting up a sensor network for your office or building a smart home, the MKR 1000 WiFi will make that journey easy. \ No newline at end of file From 5737288995f7533c4c9d0ae26fae92df751085bf Mon Sep 17 00:00:00 2001 From: gabry Date: Tue, 26 Apr 2022 12:58:41 +0200 Subject: [PATCH 2/6] Update docs.arduino.cc script --- package-lock.json | 720 ++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 541 insertions(+), 181 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3e59d334c..9e15f1d506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,25 +5,25 @@ "requires": true, "dependencies": { "@algolia/autocomplete-core": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.6.1.tgz", - "integrity": "sha512-o/aCy6RxZvL6CBtu6tbuU7LTQGiQ//QzVZvH33/UZJot2DrwH+bRJ6W0JdXjZ5LGvJ/B4unYHQqo8RMncXkaEw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.6.2.tgz", + "integrity": "sha512-YntEdEOck6f7LtCcrT2TjUl2AI+G/HcY7gQWMgM4kuruu9vSxyF05W48IFWANt2gTI7oj0Q5zAZgyVppkQM9LA==", "requires": { - "@algolia/autocomplete-shared": "1.6.1" + "@algolia/autocomplete-shared": "1.6.2" } }, "@algolia/autocomplete-preset-algolia": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.6.1.tgz", - "integrity": "sha512-L8O8ELSGGx8TH/n4QrZWxoFN6cNOowLUryGH9x/lIBmZ5WuNXYD79nqDXOf3BA6KuZAYVhh7hFPat+rPswHk8w==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.6.2.tgz", + "integrity": "sha512-1g2Fr4XcGFf0+bSPVcxPhiOP6cwWpu3d8TMcinU6On68+IJ8YeMzLTX72uWYLd+kK32SLepdxUpY+Gx9gN3C2g==", "requires": { - "@algolia/autocomplete-shared": "1.6.1" + "@algolia/autocomplete-shared": "1.6.2" } }, "@algolia/autocomplete-shared": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.6.1.tgz", - "integrity": "sha512-1hisgA1KThnadGxc6acPM4BrKM+mEVDE12cGVVYioXVZu2fG+M58x0/rAGOo9LnlE/RPUqDqdd29uDz1eck0CA==" + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.6.2.tgz", + "integrity": "sha512-Js7N8EgKsRgaclDde70rF07VOdC+Zb6VLXTIWkJnO6+EI9zbXm/mT2StGVcpNuQ+UN8ZF/bVZLjuVBypOk8bUQ==" }, "@algolia/cache-browser-local-storage": { "version": "4.13.0", @@ -169,9 +169,9 @@ } }, "@arduino/docs-arduino-cc": { - "version": "1.1.6", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.1.6/2bcf848acef7fa4322ff935e8ac464df7b5ac865fdbad9f7c7399816e35cdd1c", - "integrity": "sha512-njG+gshV2EUqyhyp/1fCbbFcBJufouJ8htMn2q0V3vR/AYYqC6T/GdNQIM8+niyakxVW9We4OHuAYS59OXAqDQ==", + "version": "1.2.0", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.0/65b353fa41b4bbe475fd4358166ca14fc1b164582c1742778ed612ad2878b864", + "integrity": "sha512-ol9Vp8Fnhrh/EFWqHSTJZb+xhsbZzDvvrimmwqEM/zHSZJUdtjEFIIRr379Za8xHInER1Ts0VYjm8NLQAIqXZg==", "requires": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", @@ -1585,9 +1585,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -1600,9 +1600,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -1617,9 +1617,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -1633,9 +1633,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -1648,9 +1648,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -4503,6 +4503,7 @@ "version": "0.29.5", "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.29.5.tgz", "integrity": "sha512-3TC+S3H5RwnJmLYMHrcdfNjz/CaApKmujjY9b6PU/pE6n0qfooi99YqXGWoW8frU9EWYj/XTI35Pzxa+ThAZ5Q==", + "optional": true, "requires": { "@types/node": "*" } @@ -6347,6 +6348,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/color/-/color-4.2.1.tgz", "integrity": "sha512-MFJr0uY4RvTQUKvPq7dh9grVOTYSFeXja2mBXioCGjnjJoXrAp9jJ1NQTDR73c9nwBSAQiNKloKl5zq9WB9UPw==", + "optional": true, "requires": { "color-convert": "^2.0.1", "color-string": "^1.9.0" @@ -6356,6 +6358,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, "requires": { "color-name": "~1.1.4" } @@ -6363,7 +6366,8 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true } } }, @@ -9004,9 +9008,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -9019,9 +9023,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -9529,15 +9533,15 @@ } }, "gatsby-plugin-gatsby-cloud": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-4.11.1.tgz", - "integrity": "sha512-190WwpGkTh7PRtfwdH1nzo99rEMuAO0FziEk0CflIL2DbzIDNRhCEywx01UVH2A7qyFX5Dn03wqLJH3RrEztLA==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-4.12.1.tgz", + "integrity": "sha512-Bq4kwpoyQnQUF9MifDK5IYE2eyN3mZpJMKO25c5K+E9PgBPIuWKK25hNPdt5qkK8ptKAmwx/KgRLv1MnLL+T+Q==", "requires": { "@babel/runtime": "^7.15.4", "date-fns": "^2.28.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-telemetry": "^3.11.1", + "gatsby-core-utils": "^3.12.1", + "gatsby-telemetry": "^3.12.1", "js-cookie": "^3.0.1", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", @@ -9595,9 +9599,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -9607,7 +9611,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -9617,9 +9621,9 @@ } }, "gatsby-telemetry": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.11.1.tgz", - "integrity": "sha512-TPNKTpuYFyULOuRvhpXUtj8h2E7bvrTYsRC/aKeHoWqEchwwbzPwBSJd+3ZFjsxLHIXAa5sTAlR2wd9SYBgOlA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.12.1.tgz", + "integrity": "sha512-sAL2T9GdYpceGlFP6CymVDoy0UEhRvrJApv/mu7sU6F0gu8g8rOLvRxVYE3Y2D9RdfCzkuLIonzmscmVIduyOg==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.15.4", @@ -9629,7 +9633,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -9641,6 +9645,35 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -9662,41 +9695,41 @@ } }, "gatsby-plugin-google-tagmanager": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-4.11.1.tgz", - "integrity": "sha512-K96GaNZg5UlHYXBhqSB8flOr99bIb0DyLJ657xCpWYZhWA4x+M+m+d7RcklsGE0RWD27Vyp4wdBR6hSMsW8Vzw==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-4.12.1.tgz", + "integrity": "sha512-sk6RF2eCbyuJwABk2CIFOOU/rJfBPzXK9MrEi6p39U/P/1z0Qm2w9DaPprSrHrfcSQijfnHEGIWqO14UxZ+AKg==", "requires": { "@babel/runtime": "^7.15.4", "web-vitals": "^1.1.2" } }, "gatsby-plugin-image": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.11.1.tgz", - "integrity": "sha512-4tfDdcczBVOL6ELKNWuXQ9h1V/5DhBMIVHmr6FPwm8xgL8ARqfQMXX2mzUjpNiu7WDiMlm9cWrTQQaZAARhAwg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.12.1.tgz", + "integrity": "sha512-Azofblt5ZSk2NqCOrBI1WijcJw6dVHCKz85lz6J7qB3Fvy+YVjs/vbUODlXUwi3926Q5m7C2zdH0MQrk4T0DDQ==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.15.5", "@babel/runtime": "^7.15.4", "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^4.11.1", + "babel-plugin-remove-graphql-queries": "^4.12.1", "camelcase": "^5.3.1", "chokidar": "^3.5.2", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "objectFitPolyfill": "^2.3.5", - "prop-types": "^15.7.2" + "prop-types": "^15.8.1" }, "dependencies": { "babel-plugin-remove-graphql-queries": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.11.1.tgz", - "integrity": "sha512-Bqbeow4Xf+Vm4YhAucRGJjf9pNAXakSndYiLKfvef/W6mdtBh00SM8FMaX0U3rtR7ZUXV63RmIyOybVQ6SWCyg==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.12.1.tgz", + "integrity": "sha512-z4Z0VkDpmoIW3cihPYEb+HJMgwa+RF77LnpgAC6y6ozS76ci3ENqfIry/vvdD6auys5TG3xYZ0eHpdPobXzhfA==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.11.1" + "gatsby-core-utils": "^3.12.1" } }, "camelcase": { @@ -9705,9 +9738,9 @@ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -9717,7 +9750,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -9726,6 +9759,35 @@ "xdg-basedir": "^4.0.0" } }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -9734,9 +9796,9 @@ } }, "gatsby-plugin-mdx": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.11.1.tgz", - "integrity": "sha512-YP1Y83rusbNKXFiD6bfWri/ga/z5JuvuCEcT8+eiOXUtmmMHuiS1/wAz2+YM8+OdZKnP25ccI+TOG2Jd+gKR/g==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.12.1.tgz", + "integrity": "sha512-Ojhm50eTARhbbX0K3pedNKNXyF9sdQh//LmJ5Bg7jAuXa1KifkjcNXgERssAi9olrF+JpAOpP1+LTR/AYckerg==", "requires": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -9754,7 +9816,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -9927,9 +9989,9 @@ "integrity": "sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==" }, "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -9939,7 +10001,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -9948,6 +10010,25 @@ "xdg-basedir": "^4.0.0" } }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, "loader-utils": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", @@ -9973,6 +10054,16 @@ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -10045,17 +10136,17 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.11.0.tgz", - "integrity": "sha512-4ouGsfCCjbXtuz9/IR8YU2PfcHQ/peSHHr5UwIu6X/cJ2A8ykZHFMewQ4ve8dfHSBmNKDBuoFe6D0Y8Q4MDI8w==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.12.1.tgz", + "integrity": "sha512-lW9uRpkccSj0NC41dunFM4AoDuQockgpWHcvLivzGWMnWYtGWPNci7zy8+NUL1+6CchQqWTr0LZEeGYgpHym+w==", "requires": { "@babel/runtime": "^7.15.4" } }, "gatsby-plugin-sass": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.11.1.tgz", - "integrity": "sha512-FPj8UI70IOgTE5PkeyiX00ItOIxsv0RArEW3z3FI2muN66iWphuVwWj7H7SnebT4N8ap4SxLSF/xeBlh2rtl4A==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.12.1.tgz", + "integrity": "sha512-2wqqgGUDvXvmVra2b9faAlzzIZuxuUGmSRpRLQjLRZDyfE3OQ+60+N+36L3vlK1roGqB33O+lfV1fBQMe6LD8Q==", "requires": { "@babel/runtime": "^7.15.4", "resolve-url-loader": "^3.1.4", @@ -10063,31 +10154,39 @@ } }, "gatsby-plugin-sharp": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.11.1.tgz", - "integrity": "sha512-wmbDnVl1386Mpm446tCavrI818HBpFOYk53cTerj5vaS+YmmuALwKSYVYOT2+LuVvZW0oaijuaDBeDnftq882g==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.12.1.tgz", + "integrity": "sha512-P6noUl5LyASwYtCRSo1rjchk/ytfJvSFTLwzgXr1TiQHgZh06SUIqR8v3UqT90EDERNd1GeEBsQjRfWkrV2nbg==", "requires": { "@babel/runtime": "^7.15.4", "async": "^3.2.3", "bluebird": "^3.7.2", - "debug": "^4.3.3", + "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-plugin-utils": "^3.5.1", - "gatsby-telemetry": "^3.11.1", + "gatsby-core-utils": "^3.12.1", + "gatsby-plugin-utils": "^3.6.1", + "gatsby-telemetry": "^3.12.1", "got": "^11.8.3", "lodash": "^4.17.21", - "mini-svg-data-uri": "^1.4.3", + "mini-svg-data-uri": "^1.4.4", "potrace": "^2.1.8", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "progress": "^2.0.3", "semver": "^7.3.5", - "sharp": "^0.30.1", + "sharp": "^0.30.3", "svgo": "1.3.2", "uuid": "3.4.0" }, "dependencies": { + "@types/sharp": { + "version": "0.30.2", + "resolved": "https://registry.npmjs.org/@types/sharp/-/sharp-0.30.2.tgz", + "integrity": "sha512-uLCBwjDg/BTcQit0dpNGvkIjvH3wsb8zpaJePCjvONBBSfaKHoxXBIuq1MT8DMQEfk2fKYnpC9QExCgFhkGkMQ==", + "requires": { + "@types/node": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -10130,6 +10229,15 @@ "supports-color": "^7.1.0" } }, + "color": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", + "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", + "requires": { + "color-convert": "^2.0.1", + "color-string": "^1.9.0" + } + }, "color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -10168,6 +10276,19 @@ "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==" }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" + }, "dom-serializer": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", @@ -10199,9 +10320,9 @@ } }, "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10211,7 +10332,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -10221,14 +10342,14 @@ } }, "gatsby-plugin-utils": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.5.1.tgz", - "integrity": "sha512-RZXUvwQjTnkukMfAGr+DCz/qZj7g6REljTmQS43MaovWO4Yf4YGvs+1Leays7J0XmqN2I3SIZGBgt4tgKCsNVQ==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.6.1.tgz", + "integrity": "sha512-Ebk98v4mxaDWjGFl6VBeNv1zjeJ7UCQ29UTabzY2BpztvUCBHfLVQdMmuaAgzPRn+A3SFVOGpcl++CF0IEl+7A==", "requires": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", - "gatsby-sharp": "^0.5.0", + "gatsby-core-utils": "^3.12.1", + "gatsby-sharp": "^0.6.1", "graphql-compose": "^9.0.7", "import-from": "^4.0.0", "joi": "^17.4.2", @@ -10236,18 +10357,18 @@ } }, "gatsby-sharp": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.5.0.tgz", - "integrity": "sha512-9wZS0ADZsKTCsU66sxIP/tCHgFaREyoYm53tepgtp/YSVWNrurx9/0kGf8XsFFY9OecrqIRNuk1cWe7XKCpbQA==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.6.1.tgz", + "integrity": "sha512-KhBFE72QLlrAgeMWNoBV2LDp0nZ9ZOw1pY5wIohb/ktDFRUi9K5nwVCJvDJonfPn100mxtDqnZVckXirtcHVzQ==", "requires": { - "@types/sharp": "^0.29.5", - "sharp": "^0.30.1" + "@types/sharp": "^0.30.0", + "sharp": "^0.30.3" } }, "gatsby-telemetry": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.11.1.tgz", - "integrity": "sha512-TPNKTpuYFyULOuRvhpXUtj8h2E7bvrTYsRC/aKeHoWqEchwwbzPwBSJd+3ZFjsxLHIXAa5sTAlR2wd9SYBgOlA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.12.1.tgz", + "integrity": "sha512-sAL2T9GdYpceGlFP6CymVDoy0UEhRvrJApv/mu7sU6F0gu8g8rOLvRxVYE3Y2D9RdfCzkuLIonzmscmVIduyOg==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.15.4", @@ -10257,7 +10378,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -10278,6 +10399,25 @@ "esprima": "^4.0.0" } }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, "mdn-data": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", @@ -10288,6 +10428,16 @@ "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "nth-check": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", @@ -10301,6 +10451,31 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" }, + "sharp": { + "version": "0.30.4", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.4.tgz", + "integrity": "sha512-3Onig53Y6lji4NIZo69s14mERXXY/GV++6CzOYx/Rd8bnTwbhFbL09WZd7Ag/CCnA0WxFID8tkY0QReyfL6v0Q==", + "requires": { + "color": "^4.2.3", + "detect-libc": "^2.0.1", + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.0.1", + "semver": "^7.3.7", + "simple-get": "^4.0.1", + "tar-fs": "^2.1.1", + "tunnel-agent": "^0.6.0" + }, + "dependencies": { + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -10454,9 +10629,9 @@ } }, "gatsby-remark-autolink-headers": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-5.11.1.tgz", - "integrity": "sha512-Ft1WGD5V8qxsI+bjrHLpIYomI6ODmX0qdFbTocZvOfOfRe321wX+E8HELdHns21KyjMWACLz6CH1dKMZ3ake3g==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-5.12.1.tgz", + "integrity": "sha512-CRu9cZls6j9PiuS77gdf13g8okQNCwV/kstU5DX+EROQ2GeLtDyBUeXgyObXez20H0i6Iyk7wpR3/O8bhboa1A==", "requires": { "@babel/runtime": "^7.15.4", "github-slugger": "^1.3.0", @@ -10473,9 +10648,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.11.0.tgz", - "integrity": "sha512-k64JUPf133iwCges5rLM0tGRRSOoDKOt5sHMuAKw/emscbn2DKbI1m76e9uQxI1xPP+LO7K21DysFou+wPQn/Q==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.12.1.tgz", + "integrity": "sha512-Xurm1LuEOhti3FP/mAwnK82bkUGXqm/3WnGTy7NIOjn9XjT3gqY1ffJzvMYGQK4v3AE3pj7KTR3XZgEpVHF0Kw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -10483,7 +10658,7 @@ "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "path-is-inside": "^1.0.2", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "unist-util-visit": "^2.0.3" }, "dependencies": { @@ -10502,21 +10677,21 @@ } }, "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, "gatsby-remark-images": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.11.1.tgz", - "integrity": "sha512-fuTwXZeD3bDa7F+MdPn3osIsU6N4+oHMPfntlW/IWaeFilzz2qB51f4tT23BYo42LUiiCs+bCoQHiSs3ipvShg==", + "version": "6.12.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.12.1.tgz", + "integrity": "sha512-JxCd+NZqEHhYR25u5kr2mbp1o1ssMjaDl+Wkr4L15Qf1jS5YtkZxXF27V/AORzoVhZyQ1bQzgGgRZ/bqgav7gA==", "requires": { "@babel/runtime": "^7.15.4", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -10571,9 +10746,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10583,7 +10758,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -10597,6 +10772,35 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -10611,9 +10815,9 @@ } }, "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -10628,15 +10832,15 @@ } }, "gatsby-source-filesystem": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.1.tgz", - "integrity": "sha512-8Fz+VpctjoiZxnGYDgfXFgdD+8rLmj5+l16fZpN+bxETAOPhbyQjznc8IoTwDEdyOER1Zr8JQB/y6tx/qRf+Bw==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.12.1.tgz", + "integrity": "sha512-lbtKa7oR2Q+8Qa8gZych/JaRBeoIW/dk4rfy13DOrSgUJK9gZFkpLuFQ471Z0JiHitDPswienBW60HjYvymOCw==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -10652,9 +10856,9 @@ "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" }, "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10664,7 +10868,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -10802,6 +11006,35 @@ "json-buffer": "3.0.0" } }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "normalize-url": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", @@ -10914,12 +11147,12 @@ } }, "gatsby-transformer-remark": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.11.1.tgz", - "integrity": "sha512-lS2UJcvDjNlWbBI3NyBvDk4g152BsHF7JHU1x/AnPynJpZ/fpH4BQs0xmS/WV0alfucJnoIk74MY2G+YWmy1nQ==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.12.1.tgz", + "integrity": "sha512-eKkzo6PqfrxLenvnDczAe6espmqL/B5yhpPrzS0Ua/jLsy7eS28U3gEnYzZwmGy14spm2AvSEAU+iV3A84bfZA==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.12.1", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", @@ -10943,9 +11176,9 @@ }, "dependencies": { "gatsby-core-utils": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz", - "integrity": "sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", + "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10955,7 +11188,7 @@ "fs-extra": "^10.0.0", "got": "^11.8.3", "import-from": "^4.0.0", - "lmdb": "^2.2.4", + "lmdb": "^2.2.6", "lock": "^1.1.0", "node-object-hash": "^2.3.10", "proper-lockfile": "^4.1.2", @@ -10982,6 +11215,25 @@ "zwitch": "^1.0.0" } }, + "lmdb": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", + "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", + "requires": { + "lmdb-darwin-arm64": "2.3.6", + "lmdb-darwin-x64": "2.3.6", + "lmdb-linux-arm": "2.3.6", + "lmdb-linux-arm64": "2.3.6", + "lmdb-linux-x64": "2.3.6", + "lmdb-win32-x64": "2.3.6", + "msgpackr": "^1.5.4", + "nan": "^2.14.2", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "^4.3.2", + "ordered-binary": "^1.2.4", + "weak-lru-cache": "^1.2.2" + } + }, "mdast-util-to-hast": { "version": "10.2.0", "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz", @@ -11027,6 +11279,16 @@ "unist-util-visit": "^2.0.0" } }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "node-gyp-build-optional-packages": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", + "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" + }, "remark": { "version": "13.0.0", "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz", @@ -11099,18 +11361,77 @@ } }, "gatsby-transformer-sharp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.11.0.tgz", - "integrity": "sha512-pQkQs7EALTWwuoEVOGxJt3/6CIF6AaNmp7tEqbqT3+iu6KiEAp5/YxRR56t8eQ6crVt1kajDSy1pQW8VRi5Sig==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.12.1.tgz", + "integrity": "sha512-14AGG10Jf7ZBWxJDN2jSupAsBofoGU+p7+QJRzDrKdJrzp9v/yO/1xPB+r7UxtlW0l8cqPT6UyCITvJbWTDaww==", "requires": { "@babel/runtime": "^7.15.4", "bluebird": "^3.7.2", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", "potrace": "^2.1.8", - "probe-image-size": "^7.0.0", + "probe-image-size": "^7.2.3", "semver": "^7.3.5", - "sharp": "^0.30.1" + "sharp": "^0.30.3" + }, + "dependencies": { + "color": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz", + "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==", + "requires": { + "color-convert": "^2.0.1", + "color-string": "^1.9.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" + }, + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + }, + "sharp": { + "version": "0.30.4", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.4.tgz", + "integrity": "sha512-3Onig53Y6lji4NIZo69s14mERXXY/GV++6CzOYx/Rd8bnTwbhFbL09WZd7Ag/CCnA0WxFID8tkY0QReyfL6v0Q==", + "requires": { + "color": "^4.2.3", + "detect-libc": "^2.0.1", + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.0.1", + "semver": "^7.3.7", + "simple-get": "^4.0.1", + "tar-fs": "^2.1.1", + "tunnel-agent": "^0.6.0" + }, + "dependencies": { + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "requires": { + "lru-cache": "^6.0.0" + } + } + } + } } }, "gatsby-worker": { @@ -12089,9 +12410,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -12871,6 +13192,42 @@ "weak-lru-cache": "^1.2.2" } }, + "lmdb-darwin-arm64": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.3.6.tgz", + "integrity": "sha512-E2MnbFtsrr/EOsrBdZg913OgIAeiQDx8IMIOuqnDv3tghpvgSbdC8vx9phFZipqBPjZB7VV31tpyXyM3mxatqg==", + "optional": true + }, + "lmdb-darwin-x64": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb-darwin-x64/-/lmdb-darwin-x64-2.3.6.tgz", + "integrity": "sha512-Sz+3FuA66PXq5iZnGC+0wJcMOpf5dO5m4xgZs1yTM1EvCMjd28KPq59CtDBlLX1Y+5oDOYEVeiLOOLDeZIgTLw==", + "optional": true + }, + "lmdb-linux-arm": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm/-/lmdb-linux-arm-2.3.6.tgz", + "integrity": "sha512-U6UojWtQH4CbRwStbe5b9PnHg7nPObWLKWhBudmU93lvA1Ncm2FrRqRKJRFDAr4HZ9uSMdKgaOOCWNbaJEcPQA==", + "optional": true + }, + "lmdb-linux-arm64": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm64/-/lmdb-linux-arm64-2.3.6.tgz", + "integrity": "sha512-ZGHCulnZGMWYRs6pyLrRmX+DpBI/IUy3X5c+S69Cd6XD0//+xlyYnDXnhGNFaAE8ch1PWtr7Npd1lkpVeY9Z4A==", + "optional": true + }, + "lmdb-linux-x64": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb-linux-x64/-/lmdb-linux-x64-2.3.6.tgz", + "integrity": "sha512-z38fR4ijnxGN6E2bgzx2osAW1KfGjW7cDSjOXmyMFBHCfdB2wdmJU7+Lq2VY6oiZSpszPgHNQVyLkPjVr9Wrvg==", + "optional": true + }, + "lmdb-win32-x64": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/lmdb-win32-x64/-/lmdb-win32-x64-2.3.6.tgz", + "integrity": "sha512-Yzsj9xfpo4qBWWfEjJZWm7+riGTjuyUBkYJ/chsIjlcixU+Yws+lhHnJO6w/34beoPnmxZhn+cZvsHCrNJSeQw==", + "optional": true + }, "load-bmfont": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.1.tgz", @@ -14809,9 +15166,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -15187,9 +15544,9 @@ "integrity": "sha512-xUeDMEz074d0zc5y6rxiMp/dlC7C+5IDDlaEUlcBOFE2wddz7hz5PNupb087mPwTt7T9BrFmewObfCBuf/LKwQ==" }, "prismjs": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", - "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz", + "integrity": "sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==" }, "probe-image-size": { "version": "7.2.3", @@ -15669,9 +16026,9 @@ } }, "react-instantsearch-core": { - "version": "6.23.3", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.3.tgz", - "integrity": "sha512-Y8MdBlx1v2mF2omQdUlP6hQAbUse9vu65aRMuSWz4YU/KKzO3XGRenuOWeyL7QrgWVnYJ8n/Ed73O6bXasae7A==", + "version": "6.23.4", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.4.tgz", + "integrity": "sha512-wT2WACQW1LIt62kv9rBni4W9DPtFJUU7MLG7h6hXOg0n1MblGbKCZAjJ6WEFQsMWbqL3PK0EcV+Bm5gmxilPxg==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.8.0", @@ -15687,16 +16044,16 @@ } }, "react-instantsearch-dom": { - "version": "6.23.3", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.3.tgz", - "integrity": "sha512-SrO34OzUMMXul4FXLrj/+NlH6OdDIgfJmDFtrmnuDPqs/fRgE5RG24d79PM+6WjufONo2GfkDaE/OJ1fBhVdkQ==", + "version": "6.23.4", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.4.tgz", + "integrity": "sha512-sy/XTNiM2UlJZGbjH7ZvsI+pgEFIxIGQXGEdwniaiD1x/oHNfB7/XVJd62fUnrIPiz5YcADxg/tZQ5vvkU3izA==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.8.0", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.23.3" + "react-instantsearch-core": "6.23.4" }, "dependencies": { "react-fast-compare": { @@ -15844,9 +16201,9 @@ "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" }, "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -16698,9 +17055,9 @@ } }, "sass": { - "version": "1.50.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.50.0.tgz", - "integrity": "sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==", + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz", + "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==", "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -16933,6 +17290,7 @@ "version": "0.30.2", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz", "integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==", + "optional": true, "requires": { "color": "^4.2.1", "detect-libc": "^2.0.1", @@ -16947,12 +17305,14 @@ "detect-libc": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", - "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "optional": true }, "node-addon-api": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", - "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==" + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==", + "optional": true } } }, @@ -17702,9 +18062,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, @@ -17718,9 +18078,9 @@ } }, "stylis": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.0.tgz", - "integrity": "sha512-SrSDzNasOCBTo7C2N9geFwydg/2bmdkWXd4gJirtq82m5JBYtR2+Ialck8czmfBLIdPxCOotlgJESPa8C1RqvA==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.1.tgz", + "integrity": "sha512-lVrM/bNdhVX2OgBFNa2YJ9Lxj7kPzylieHd3TNjuGE0Re9JB7joL5VUKOVH1kdNNJTgGPpT8hmwIAPLaSyEVFQ==" }, "subscribe-event": { "version": "1.1.1", diff --git a/package.json b/package.json index 34a4f60916..fd354ade18 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.1.6", + "@arduino/docs-arduino-cc": "^1.2.0", "gatsby": "^4.9.2" }, "volta": { From 82e3556ebc6073c06fb11daac2a6b038c521314e Mon Sep 17 00:00:00 2001 From: gabry Date: Wed, 27 Apr 2022 16:34:38 +0200 Subject: [PATCH 3/6] bump docs --- package-lock.json | 589 ++++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 305 insertions(+), 286 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e15f1d506..0764357129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,9 +169,9 @@ } }, "@arduino/docs-arduino-cc": { - "version": "1.2.0", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.0/65b353fa41b4bbe475fd4358166ca14fc1b164582c1742778ed612ad2878b864", - "integrity": "sha512-ol9Vp8Fnhrh/EFWqHSTJZb+xhsbZzDvvrimmwqEM/zHSZJUdtjEFIIRr379Za8xHInER1Ts0VYjm8NLQAIqXZg==", + "version": "1.2.1", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.1/e69dd5cd64bc981c1ee586314b052c58410da6e9bc91be3158597d44380e7302", + "integrity": "sha512-T2ofDyOZfnoRhuLHQr+lU4v0bmIcE+4OlPkPqzXmXmwyuKgr6/UOUTYAry4DhhLMmxu6zc4kfRt1zbM2UfYEDA==", "requires": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", @@ -1856,6 +1856,14 @@ } } }, + "@gatsbyjs/potrace": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@gatsbyjs/potrace/-/potrace-2.2.0.tgz", + "integrity": "sha512-/RiLVFJA+CIYhceb6XL1kD1GZ5E2JBX38pld0fiGNiNwLl+Bb7TYZR72aQvcs3v+NOrSjbagUiCnIHYmEW4F7w==", + "requires": { + "jimp": "^0.16.1" + } + }, "@gatsbyjs/reach-router": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/@gatsbyjs/reach-router/-/reach-router-1.3.6.tgz", @@ -2216,22 +2224,22 @@ } }, "@jimp/bmp": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.14.0.tgz", - "integrity": "sha512-5RkX6tSS7K3K3xNEb2ygPuvyL9whjanhoaB/WmmXlJS6ub4DjTqrapu8j4qnIWmO4YYtFeTbDTXV6v9P1yMA5A==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.16.1.tgz", + "integrity": "sha512-iwyNYQeBawrdg/f24x3pQ5rEx+/GwjZcCXd3Kgc+ZUd+Ivia7sIqBsOnDaMZdKCBPlfW364ekexnlOqyVa0NWg==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", + "@jimp/utils": "^0.16.1", "bmp-js": "^0.1.0" } }, "@jimp/core": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.14.0.tgz", - "integrity": "sha512-S62FcKdtLtj3yWsGfJRdFXSutjvHg7aQNiFogMbwq19RP4XJWqS2nOphu7ScB8KrSlyy5nPF2hkWNhLRLyD82w==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.16.1.tgz", + "integrity": "sha512-la7kQia31V6kQ4q1kI/uLimu8FXx7imWVajDGtwUG8fzePLWDFJyZl0fdIXVCL1JW2nBcRHidUot6jvlRDi2+g==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", + "@jimp/utils": "^0.16.1", "any-base": "^1.1.0", "buffer": "^5.2.0", "exif-parser": "^0.1.12", @@ -2251,293 +2259,293 @@ } }, "@jimp/custom": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.14.0.tgz", - "integrity": "sha512-kQJMeH87+kWJdVw8F9GQhtsageqqxrvzg7yyOw3Tx/s7v5RToe8RnKyMM+kVtBJtNAG+Xyv/z01uYQ2jiZ3GwA==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.16.1.tgz", + "integrity": "sha512-DNUAHNSiUI/j9hmbatD6WN/EBIyeq4AO0frl5ETtt51VN1SvE4t4v83ZA/V6ikxEf3hxLju4tQ5Pc3zmZkN/3A==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/core": "^0.14.0" + "@jimp/core": "^0.16.1" } }, "@jimp/gif": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/gif/-/gif-0.14.0.tgz", - "integrity": "sha512-DHjoOSfCaCz72+oGGEh8qH0zE6pUBaBxPxxmpYJjkNyDZP7RkbBkZJScIYeQ7BmJxmGN4/dZn+MxamoQlr+UYg==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/gif/-/gif-0.16.1.tgz", + "integrity": "sha512-r/1+GzIW1D5zrP4tNrfW+3y4vqD935WBXSc8X/wm23QTY9aJO9Lw6PEdzpYCEY+SOklIFKaJYUAq/Nvgm/9ryw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", + "@jimp/utils": "^0.16.1", "gifwrap": "^0.9.2", "omggif": "^1.0.9" } }, "@jimp/jpeg": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.14.0.tgz", - "integrity": "sha512-561neGbr+87S/YVQYnZSTyjWTHBm9F6F1obYHiyU3wVmF+1CLbxY3FQzt4YolwyQHIBv36Bo0PY2KkkU8BEeeQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.16.1.tgz", + "integrity": "sha512-8352zrdlCCLFdZ/J+JjBslDvml+fS3Z8gttdml0We759PnnZGqrnPRhkOEOJbNUlE+dD4ckLeIe6NPxlS/7U+w==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", - "jpeg-js": "^0.4.0" + "@jimp/utils": "^0.16.1", + "jpeg-js": "0.4.2" } }, "@jimp/plugin-blit": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.14.0.tgz", - "integrity": "sha512-YoYOrnVHeX3InfgbJawAU601iTZMwEBZkyqcP1V/S33Qnz9uzH1Uj1NtC6fNgWzvX6I4XbCWwtr4RrGFb5CFrw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.16.1.tgz", + "integrity": "sha512-fKFNARm32RoLSokJ8WZXHHH2CGzz6ire2n1Jh6u+XQLhk9TweT1DcLHIXwQMh8oR12KgjbgsMGvrMVlVknmOAg==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-blur": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.14.0.tgz", - "integrity": "sha512-9WhZcofLrT0hgI7t0chf7iBQZib//0gJh9WcQMUt5+Q1Bk04dWs8vTgLNj61GBqZXgHSPzE4OpCrrLDBG8zlhQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.16.1.tgz", + "integrity": "sha512-1WhuLGGj9MypFKRcPvmW45ht7nXkOKu+lg3n2VBzIB7r4kKNVchuI59bXaCYQumOLEqVK7JdB4glaDAbCQCLyw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-circle": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.14.0.tgz", - "integrity": "sha512-o5L+wf6QA44tvTum5HeLyLSc5eVfIUd5ZDVi5iRfO4o6GT/zux9AxuTSkKwnjhsG8bn1dDmywAOQGAx7BjrQVA==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.16.1.tgz", + "integrity": "sha512-JK7yi1CIU7/XL8hdahjcbGA3V7c+F+Iw+mhMQhLEi7Q0tCnZ69YJBTamMiNg3fWPVfMuvWJJKOBRVpwNTuaZRg==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-color": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.14.0.tgz", - "integrity": "sha512-JJz512SAILYV0M5LzBb9sbOm/XEj2fGElMiHAxb7aLI6jx+n0agxtHpfpV/AePTLm1vzzDxx6AJxXbKv355hBQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.16.1.tgz", + "integrity": "sha512-9yQttBAO5SEFj7S6nJK54f+1BnuBG4c28q+iyzm1JjtnehjqMg6Ljw4gCSDCvoCQ3jBSYHN66pmwTV74SU1B7A==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", + "@jimp/utils": "^0.16.1", "tinycolor2": "^1.4.1" } }, "@jimp/plugin-contain": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.14.0.tgz", - "integrity": "sha512-RX2q233lGyaxiMY6kAgnm9ScmEkNSof0hdlaJAVDS1OgXphGAYAeSIAwzESZN4x3ORaWvkFefeVH9O9/698Evg==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.16.1.tgz", + "integrity": "sha512-44F3dUIjBDHN+Ym/vEfg+jtjMjAqd2uw9nssN67/n4FdpuZUVs7E7wadKY1RRNuJO+WgcD5aDQcsvurXMETQTg==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-cover": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.14.0.tgz", - "integrity": "sha512-0P/5XhzWES4uMdvbi3beUgfvhn4YuQ/ny8ijs5kkYIw6K8mHcl820HahuGpwWMx56DJLHRl1hFhJwo9CeTRJtQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.16.1.tgz", + "integrity": "sha512-YztWCIldBAVo0zxcQXR+a/uk3/TtYnpKU2CanOPJ7baIuDlWPsG+YE4xTsswZZc12H9Kl7CiziEbDtvF9kwA/Q==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-crop": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.14.0.tgz", - "integrity": "sha512-Ojtih+XIe6/XSGtpWtbAXBozhCdsDMmy+THUJAGu2x7ZgKrMS0JotN+vN2YC3nwDpYkM+yOJImQeptSfZb2Sug==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.16.1.tgz", + "integrity": "sha512-UQdva9oQzCVadkyo3T5Tv2CUZbf0klm2cD4cWMlASuTOYgaGaFHhT9st+kmfvXjKL8q3STkBu/zUPV6PbuV3ew==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-displace": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.14.0.tgz", - "integrity": "sha512-c75uQUzMgrHa8vegkgUvgRL/PRvD7paFbFJvzW0Ugs8Wl+CDMGIPYQ3j7IVaQkIS+cAxv+NJ3TIRBQyBrfVEOg==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.16.1.tgz", + "integrity": "sha512-iVAWuz2+G6Heu8gVZksUz+4hQYpR4R0R/RtBzpWEl8ItBe7O6QjORAkhxzg+WdYLL2A/Yd4ekTpvK0/qW8hTVw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-dither": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.14.0.tgz", - "integrity": "sha512-g8SJqFLyYexXQQsoh4dc1VP87TwyOgeTElBcxSXX2LaaMZezypmxQfLTzOFzZoK8m39NuaoH21Ou1Ftsq7LzVQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.16.1.tgz", + "integrity": "sha512-tADKVd+HDC9EhJRUDwMvzBXPz4GLoU6s5P7xkVq46tskExYSptgj5713J5Thj3NMgH9Rsqu22jNg1H/7tr3V9Q==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-fisheye": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.14.0.tgz", - "integrity": "sha512-BFfUZ64EikCaABhCA6mR3bsltWhPpS321jpeIQfJyrILdpFsZ/OccNwCgpW1XlbldDHIoNtXTDGn3E+vCE7vDg==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.16.1.tgz", + "integrity": "sha512-BWHnc5hVobviTyIRHhIy9VxI1ACf4CeSuCfURB6JZm87YuyvgQh5aX5UDKtOz/3haMHXBLP61ZBxlNpMD8CG4A==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-flip": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.14.0.tgz", - "integrity": "sha512-WtL1hj6ryqHhApih+9qZQYA6Ye8a4HAmdTzLbYdTMrrrSUgIzFdiZsD0WeDHpgS/+QMsWwF+NFmTZmxNWqKfXw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.16.1.tgz", + "integrity": "sha512-KdxTf0zErfZ8DyHkImDTnQBuHby+a5YFdoKI/G3GpBl3qxLBvC+PWkS2F/iN3H7wszP7/TKxTEvWL927pypT0w==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-gaussian": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.14.0.tgz", - "integrity": "sha512-uaLwQ0XAQoydDlF9tlfc7iD9drYPriFe+jgYnWm8fbw5cN+eOIcnneEX9XCOOzwgLPkNCxGox6Kxjn8zY6GxtQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.16.1.tgz", + "integrity": "sha512-u9n4wjskh3N1mSqketbL6tVcLU2S5TEaFPR40K6TDv4phPLZALi1Of7reUmYpVm8mBDHt1I6kGhuCJiWvzfGyg==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-invert": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.14.0.tgz", - "integrity": "sha512-UaQW9X9vx8orQXYSjT5VcITkJPwDaHwrBbxxPoDG+F/Zgv4oV9fP+udDD6qmkgI9taU+44Fy+zm/J/gGcMWrdg==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.16.1.tgz", + "integrity": "sha512-2DKuyVXANH8WDpW9NG+PYFbehzJfweZszFYyxcaewaPLN0GxvxVLOGOPP1NuUTcHkOdMFbE0nHDuB7f+sYF/2w==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-mask": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.14.0.tgz", - "integrity": "sha512-tdiGM69OBaKtSPfYSQeflzFhEpoRZ+BvKfDEoivyTjauynbjpRiwB1CaiS8En1INTDwzLXTT0Be9SpI3LkJoEA==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.16.1.tgz", + "integrity": "sha512-snfiqHlVuj4bSFS0v96vo2PpqCDMe4JB+O++sMo5jF5mvGcGL6AIeLo8cYqPNpdO6BZpBJ8MY5El0Veckhr39Q==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-normalize": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.14.0.tgz", - "integrity": "sha512-AfY8sqlsbbdVwFGcyIPy5JH/7fnBzlmuweb+Qtx2vn29okq6+HelLjw2b+VT2btgGUmWWHGEHd86oRGSoWGyEQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.16.1.tgz", + "integrity": "sha512-dOQfIOvGLKDKXPU8xXWzaUeB0nvkosHw6Xg1WhS1Z5Q0PazByhaxOQkSKgUryNN/H+X7UdbDvlyh/yHf3ITRaw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-print": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.14.0.tgz", - "integrity": "sha512-MwP3sH+VS5AhhSTXk7pui+tEJFsxnTKFY3TraFJb8WFbA2Vo2qsRCZseEGwpTLhENB7p/JSsLvWoSSbpmxhFAQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.16.1.tgz", + "integrity": "sha512-ceWgYN40jbN4cWRxixym+csyVymvrryuKBQ+zoIvN5iE6OyS+2d7Mn4zlNgumSczb9GGyZZESIgVcBDA1ezq0Q==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", + "@jimp/utils": "^0.16.1", "load-bmfont": "^1.4.0" } }, "@jimp/plugin-resize": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.14.0.tgz", - "integrity": "sha512-qFeMOyXE/Bk6QXN0GQo89+CB2dQcXqoxUcDb2Ah8wdYlKqpi53skABkgVy5pW3EpiprDnzNDboMltdvDslNgLQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.16.1.tgz", + "integrity": "sha512-u4JBLdRI7dargC04p2Ha24kofQBk3vhaf0q8FwSYgnCRwxfvh2RxvhJZk9H7Q91JZp6wgjz/SjvEAYjGCEgAwQ==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-rotate": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.14.0.tgz", - "integrity": "sha512-aGaicts44bvpTcq5Dtf93/8TZFu5pMo/61lWWnYmwJJU1RqtQlxbCLEQpMyRhKDNSfPbuP8nyGmaqXlM/82J0Q==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.16.1.tgz", + "integrity": "sha512-ZUU415gDQ0VjYutmVgAYYxC9Og9ixu2jAGMCU54mSMfuIlmohYfwARQmI7h4QB84M76c9hVLdONWjuo+rip/zg==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-scale": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.14.0.tgz", - "integrity": "sha512-ZcJk0hxY5ZKZDDwflqQNHEGRblgaR+piePZm7dPwPUOSeYEH31P0AwZ1ziceR74zd8N80M0TMft+e3Td6KGBHw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.16.1.tgz", + "integrity": "sha512-jM2QlgThIDIc4rcyughD5O7sOYezxdafg/2Xtd1csfK3z6fba3asxDwthqPZAgitrLgiKBDp6XfzC07Y/CefUw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-shadow": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.14.0.tgz", - "integrity": "sha512-p2igcEr/iGrLiTu0YePNHyby0WYAXM14c5cECZIVnq/UTOOIQ7xIcWZJ1lRbAEPxVVXPN1UibhZAbr3HAb5BjQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.16.1.tgz", + "integrity": "sha512-MeD2Is17oKzXLnsphAa1sDstTu6nxscugxAEk3ji0GV1FohCvpHBcec0nAq6/czg4WzqfDts+fcPfC79qWmqrA==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugin-threshold": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.14.0.tgz", - "integrity": "sha512-N4BlDgm/FoOMV/DQM2rSpzsgqAzkP0DXkWZoqaQrlRxQBo4zizQLzhEL00T/YCCMKnddzgEhnByaocgaaa0fKw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.16.1.tgz", + "integrity": "sha512-iGW8U/wiCSR0+6syrPioVGoSzQFt4Z91SsCRbgNKTAk7D+XQv6OI78jvvYg4o0c2FOlwGhqz147HZV5utoSLxA==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0" + "@jimp/utils": "^0.16.1" } }, "@jimp/plugins": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.14.0.tgz", - "integrity": "sha512-vDO3XT/YQlFlFLq5TqNjQkISqjBHT8VMhpWhAfJVwuXIpilxz5Glu4IDLK6jp4IjPR6Yg2WO8TmRY/HI8vLrOw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.16.1.tgz", + "integrity": "sha512-c+lCqa25b+4q6mJZSetlxhMoYuiltyS+ValLzdwK/47+aYsq+kcJNl+TuxIEKf59yr9+5rkbpsPkZHLF/V7FFA==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/plugin-blit": "^0.14.0", - "@jimp/plugin-blur": "^0.14.0", - "@jimp/plugin-circle": "^0.14.0", - "@jimp/plugin-color": "^0.14.0", - "@jimp/plugin-contain": "^0.14.0", - "@jimp/plugin-cover": "^0.14.0", - "@jimp/plugin-crop": "^0.14.0", - "@jimp/plugin-displace": "^0.14.0", - "@jimp/plugin-dither": "^0.14.0", - "@jimp/plugin-fisheye": "^0.14.0", - "@jimp/plugin-flip": "^0.14.0", - "@jimp/plugin-gaussian": "^0.14.0", - "@jimp/plugin-invert": "^0.14.0", - "@jimp/plugin-mask": "^0.14.0", - "@jimp/plugin-normalize": "^0.14.0", - "@jimp/plugin-print": "^0.14.0", - "@jimp/plugin-resize": "^0.14.0", - "@jimp/plugin-rotate": "^0.14.0", - "@jimp/plugin-scale": "^0.14.0", - "@jimp/plugin-shadow": "^0.14.0", - "@jimp/plugin-threshold": "^0.14.0", + "@jimp/plugin-blit": "^0.16.1", + "@jimp/plugin-blur": "^0.16.1", + "@jimp/plugin-circle": "^0.16.1", + "@jimp/plugin-color": "^0.16.1", + "@jimp/plugin-contain": "^0.16.1", + "@jimp/plugin-cover": "^0.16.1", + "@jimp/plugin-crop": "^0.16.1", + "@jimp/plugin-displace": "^0.16.1", + "@jimp/plugin-dither": "^0.16.1", + "@jimp/plugin-fisheye": "^0.16.1", + "@jimp/plugin-flip": "^0.16.1", + "@jimp/plugin-gaussian": "^0.16.1", + "@jimp/plugin-invert": "^0.16.1", + "@jimp/plugin-mask": "^0.16.1", + "@jimp/plugin-normalize": "^0.16.1", + "@jimp/plugin-print": "^0.16.1", + "@jimp/plugin-resize": "^0.16.1", + "@jimp/plugin-rotate": "^0.16.1", + "@jimp/plugin-scale": "^0.16.1", + "@jimp/plugin-shadow": "^0.16.1", + "@jimp/plugin-threshold": "^0.16.1", "timm": "^1.6.1" } }, "@jimp/png": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/png/-/png-0.14.0.tgz", - "integrity": "sha512-0RV/mEIDOrPCcNfXSPmPBqqSZYwGADNRVUTyMt47RuZh7sugbYdv/uvKmQSiqRdR0L1sfbCBMWUEa5G/8MSbdA==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/png/-/png-0.16.1.tgz", + "integrity": "sha512-iyWoCxEBTW0OUWWn6SveD4LePW89kO7ZOy5sCfYeDM/oTPLpR8iMIGvZpZUz1b8kvzFr27vPst4E5rJhGjwsdw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/utils": "^0.14.0", + "@jimp/utils": "^0.16.1", "pngjs": "^3.3.3" } }, "@jimp/tiff": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.14.0.tgz", - "integrity": "sha512-zBYDTlutc7j88G/7FBCn3kmQwWr0rmm1e0FKB4C3uJ5oYfT8645lftUsvosKVUEfkdmOaMAnhrf4ekaHcb5gQw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.16.1.tgz", + "integrity": "sha512-3K3+xpJS79RmSkAvFMgqY5dhSB+/sxhwTFA9f4AVHUK0oKW+u6r52Z1L0tMXHnpbAdR9EJ+xaAl2D4x19XShkQ==", "requires": { "@babel/runtime": "^7.7.2", "utif": "^2.0.1" } }, "@jimp/types": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/types/-/types-0.14.0.tgz", - "integrity": "sha512-hx3cXAW1KZm+b+XCrY3LXtdWy2U+hNtq0rPyJ7NuXCjU7lZR3vIkpz1DLJ3yDdS70hTi5QDXY3Cd9kd6DtloHQ==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/types/-/types-0.16.1.tgz", + "integrity": "sha512-g1w/+NfWqiVW4CaXSJyD28JQqZtm2eyKMWPhBBDCJN9nLCN12/Az0WFF3JUAktzdsEC2KRN2AqB1a2oMZBNgSQ==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/bmp": "^0.14.0", - "@jimp/gif": "^0.14.0", - "@jimp/jpeg": "^0.14.0", - "@jimp/png": "^0.14.0", - "@jimp/tiff": "^0.14.0", + "@jimp/bmp": "^0.16.1", + "@jimp/gif": "^0.16.1", + "@jimp/jpeg": "^0.16.1", + "@jimp/png": "^0.16.1", + "@jimp/tiff": "^0.16.1", "timm": "^1.6.1" } }, "@jimp/utils": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-0.14.0.tgz", - "integrity": "sha512-MY5KFYUru0y74IsgM/9asDwb3ERxWxXEu3CRCZEvE7DtT86y1bR1XgtlSliMrptjz4qbivNGMQSvUBpEFJDp1A==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-0.16.1.tgz", + "integrity": "sha512-8fULQjB0x4LzUSiSYG6ZtQl355sZjxbv8r9PPAuYHzS9sGiSHJQavNqK/nKnpDsVkU88/vRGcE7t3nMU0dEnVw==", "requires": { "@babel/runtime": "^7.7.2", "regenerator-runtime": "^0.13.3" @@ -9533,15 +9541,15 @@ } }, "gatsby-plugin-gatsby-cloud": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-4.12.1.tgz", - "integrity": "sha512-Bq4kwpoyQnQUF9MifDK5IYE2eyN3mZpJMKO25c5K+E9PgBPIuWKK25hNPdt5qkK8ptKAmwx/KgRLv1MnLL+T+Q==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-gatsby-cloud/-/gatsby-plugin-gatsby-cloud-4.13.0.tgz", + "integrity": "sha512-uktSXSSaUE2NSslYjiH7v0Pr7287xJp8XWlxIODp6KNrVeQIbmIyPrDNgpcNNdc062bkQWA3FZLH6lqzIzZgQQ==", "requires": { "@babel/runtime": "^7.15.4", "date-fns": "^2.28.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", - "gatsby-telemetry": "^3.12.1", + "gatsby-core-utils": "^3.13.0", + "gatsby-telemetry": "^3.13.0", "js-cookie": "^3.0.1", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", @@ -9599,9 +9607,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -9621,9 +9629,9 @@ } }, "gatsby-telemetry": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.12.1.tgz", - "integrity": "sha512-sAL2T9GdYpceGlFP6CymVDoy0UEhRvrJApv/mu7sU6F0gu8g8rOLvRxVYE3Y2D9RdfCzkuLIonzmscmVIduyOg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.13.0.tgz", + "integrity": "sha512-VKwRRw6WVvCmekeeMgb+Ic4pS/3Jn+3LTP2nX/QZ1G3256xFxKZVPMRO4007xLKmuIu4liEAaLrnZpG3ZuprYA==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.15.4", @@ -9633,7 +9641,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -9695,41 +9703,41 @@ } }, "gatsby-plugin-google-tagmanager": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-4.12.1.tgz", - "integrity": "sha512-sk6RF2eCbyuJwABk2CIFOOU/rJfBPzXK9MrEi6p39U/P/1z0Qm2w9DaPprSrHrfcSQijfnHEGIWqO14UxZ+AKg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-tagmanager/-/gatsby-plugin-google-tagmanager-4.13.0.tgz", + "integrity": "sha512-JJyAhu6ekgLwAySb9y4+uX7YX7Ow/BlNtqZ4HvLYDFOph2epO73o/aShju+PJj+ElWZJ8PQNFulpEOUMiKSWnQ==", "requires": { "@babel/runtime": "^7.15.4", "web-vitals": "^1.1.2" } }, "gatsby-plugin-image": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.12.1.tgz", - "integrity": "sha512-Azofblt5ZSk2NqCOrBI1WijcJw6dVHCKz85lz6J7qB3Fvy+YVjs/vbUODlXUwi3926Q5m7C2zdH0MQrk4T0DDQ==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-image/-/gatsby-plugin-image-2.13.0.tgz", + "integrity": "sha512-Pvt84EFSneOpJPq/Vmfs6kSviIMPdLapokmJKWzT+on2Aqz8HH+/BsPZLtmf2JuN0BLxO3kD5K8ASKaCcwY6TA==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/parser": "^7.15.5", "@babel/runtime": "^7.15.4", "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^4.12.1", + "babel-plugin-remove-graphql-queries": "^4.13.0", "camelcase": "^5.3.1", "chokidar": "^3.5.2", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, "dependencies": { "babel-plugin-remove-graphql-queries": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.12.1.tgz", - "integrity": "sha512-z4Z0VkDpmoIW3cihPYEb+HJMgwa+RF77LnpgAC6y6ozS76ci3ENqfIry/vvdD6auys5TG3xYZ0eHpdPobXzhfA==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.13.0.tgz", + "integrity": "sha512-YQZVaRo0fs42ifiDECXsYXJNc9AzD+E/4H16ByuaB8eV9ndcZcEGxOChsXPJH20GXJlQqgcAQk4vH1Zrjw0a6w==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.12.1" + "gatsby-core-utils": "^3.13.0" } }, "camelcase": { @@ -9738,9 +9746,9 @@ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -9796,9 +9804,9 @@ } }, "gatsby-plugin-mdx": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.12.1.tgz", - "integrity": "sha512-Ojhm50eTARhbbX0K3pedNKNXyF9sdQh//LmJ5Bg7jAuXa1KifkjcNXgERssAi9olrF+JpAOpP1+LTR/AYckerg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-3.13.0.tgz", + "integrity": "sha512-becJF14ChRlkQkeYOR7GzuDNCK0yqax5/BkDHo3pNorh5arxe2jMZm7Kvru8CQa+R9fSHZQY16IEivT9/08QOQ==", "requires": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -9816,7 +9824,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -9989,9 +9997,9 @@ "integrity": "sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==" }, "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10136,17 +10144,17 @@ } }, "gatsby-plugin-react-helmet": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.12.1.tgz", - "integrity": "sha512-lW9uRpkccSj0NC41dunFM4AoDuQockgpWHcvLivzGWMnWYtGWPNci7zy8+NUL1+6CchQqWTr0LZEeGYgpHym+w==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.13.0.tgz", + "integrity": "sha512-gdb2occ2GHnMhKXkzaWNoosht+CVFiSrUr06jYgXBLPRpcuzv/7Hh2LI0i8h4GzIFFLEGQnJsPG/AbSOcFD94w==", "requires": { "@babel/runtime": "^7.15.4" } }, "gatsby-plugin-sass": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.12.1.tgz", - "integrity": "sha512-2wqqgGUDvXvmVra2b9faAlzzIZuxuUGmSRpRLQjLRZDyfE3OQ+60+N+36L3vlK1roGqB33O+lfV1fBQMe6LD8Q==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-5.13.0.tgz", + "integrity": "sha512-KKK7DCepJcAzu5XgnmzZVlIfZqsA4Ij5DAte47tpVpEE4ary8WtMnzJoSWBJ2gAfdpQbOYbJPWXpQ+QAFrXnZw==", "requires": { "@babel/runtime": "^7.15.4", "resolve-url-loader": "^3.1.4", @@ -10154,23 +10162,23 @@ } }, "gatsby-plugin-sharp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.12.1.tgz", - "integrity": "sha512-P6noUl5LyASwYtCRSo1rjchk/ytfJvSFTLwzgXr1TiQHgZh06SUIqR8v3UqT90EDERNd1GeEBsQjRfWkrV2nbg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.13.0.tgz", + "integrity": "sha512-ajP96dj847igUl8f63L4zcVI5O3SGZALgb83/LhyN5OK9qjxE0Pbue2ZrNk2k1MV8/rc7xnzrKx+YB+jZ37AaA==", "requires": { "@babel/runtime": "^7.15.4", + "@gatsbyjs/potrace": "^2.2.0", "async": "^3.2.3", "bluebird": "^3.7.2", "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", - "gatsby-plugin-utils": "^3.6.1", - "gatsby-telemetry": "^3.12.1", + "gatsby-core-utils": "^3.13.0", + "gatsby-plugin-utils": "^3.7.0", + "gatsby-telemetry": "^3.13.0", "got": "^11.8.3", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.4.4", - "potrace": "^2.1.8", "probe-image-size": "^7.2.3", "progress": "^2.0.3", "semver": "^7.3.5", @@ -10251,26 +10259,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "css-select": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", - "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - } - }, - "css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", - "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", - "requires": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - } - }, "css-what": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", @@ -10320,9 +10308,9 @@ } }, "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10342,33 +10330,52 @@ } }, "gatsby-plugin-utils": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.6.1.tgz", - "integrity": "sha512-Ebk98v4mxaDWjGFl6VBeNv1zjeJ7UCQ29UTabzY2BpztvUCBHfLVQdMmuaAgzPRn+A3SFVOGpcl++CF0IEl+7A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.7.0.tgz", + "integrity": "sha512-RRVStuXH9sfI3CYO3yM9iVCh5DllAONygXhTWZMrpKpGJe87xRiot5Lal+bz9NRGhYWok3x47c4F3YRs57yMNg==", "requires": { "@babel/runtime": "^7.15.4", + "@gatsbyjs/potrace": "^2.2.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", - "gatsby-sharp": "^0.6.1", + "gatsby-core-utils": "^3.13.0", + "gatsby-sharp": "^0.7.0", "graphql-compose": "^9.0.7", "import-from": "^4.0.0", "joi": "^17.4.2", - "mime": "^3.0.0" + "mime": "^3.0.0", + "mini-svg-data-uri": "^1.4.4", + "svgo": "^2.8.0" + }, + "dependencies": { + "svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "requires": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + } + } } }, "gatsby-sharp": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.6.1.tgz", - "integrity": "sha512-KhBFE72QLlrAgeMWNoBV2LDp0nZ9ZOw1pY5wIohb/ktDFRUi9K5nwVCJvDJonfPn100mxtDqnZVckXirtcHVzQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/gatsby-sharp/-/gatsby-sharp-0.7.0.tgz", + "integrity": "sha512-NB7F1CuLr/y+xCadycds9TmMIZ65BiBINFPFssGPbn4HXgeNxEnxAnH9lWv4UlzpOk0YcvoMSPThtSKsjiWVcg==", "requires": { "@types/sharp": "^0.30.0", "sharp": "^0.30.3" } }, "gatsby-telemetry": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.12.1.tgz", - "integrity": "sha512-sAL2T9GdYpceGlFP6CymVDoy0UEhRvrJApv/mu7sU6F0gu8g8rOLvRxVYE3Y2D9RdfCzkuLIonzmscmVIduyOg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.13.0.tgz", + "integrity": "sha512-VKwRRw6WVvCmekeeMgb+Ic4pS/3Jn+3LTP2nX/QZ1G3256xFxKZVPMRO4007xLKmuIu4liEAaLrnZpG3ZuprYA==", "requires": { "@babel/code-frame": "^7.14.0", "@babel/runtime": "^7.15.4", @@ -10378,7 +10385,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", @@ -10540,6 +10547,26 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, + "css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "requires": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "requires": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + } + }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -10629,9 +10656,9 @@ } }, "gatsby-remark-autolink-headers": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-5.12.1.tgz", - "integrity": "sha512-CRu9cZls6j9PiuS77gdf13g8okQNCwV/kstU5DX+EROQ2GeLtDyBUeXgyObXez20H0i6Iyk7wpR3/O8bhboa1A==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-5.13.0.tgz", + "integrity": "sha512-/3e4TCDT8KxCJOa0IwdbOLIlT7lN30kigw1hrLgqsCmCtkn1R54ntOcCYcPWDU3Hg8GKmQE+2xdHtoblORv6ow==", "requires": { "@babel/runtime": "^7.15.4", "github-slugger": "^1.3.0", @@ -10648,9 +10675,9 @@ } }, "gatsby-remark-copy-linked-files": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.12.1.tgz", - "integrity": "sha512-Xurm1LuEOhti3FP/mAwnK82bkUGXqm/3WnGTy7NIOjn9XjT3gqY1ffJzvMYGQK4v3AE3pj7KTR3XZgEpVHF0Kw==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.13.0.tgz", + "integrity": "sha512-aN5zMF+4LCbZJR+AQCjfy2iUQ9CakcDUoDbOyXR0fbZt7IDo/XulTtrQBg1hMnJVVr55JkTORNBNz7Rh7/5htw==", "requires": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", @@ -10684,18 +10711,18 @@ } }, "gatsby-remark-images": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.12.1.tgz", - "integrity": "sha512-JxCd+NZqEHhYR25u5kr2mbp1o1ssMjaDl+Wkr4L15Qf1jS5YtkZxXF27V/AORzoVhZyQ1bQzgGgRZ/bqgav7gA==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-6.13.0.tgz", + "integrity": "sha512-vooMZq0HmxlQMXofIJ2lFBF9pEuEOTvRPbn2HwL6vWw2L46hL13ZsnwyJge6ZO4DtGlk3c4RlHXybEEhyWmLKw==", "requires": { "@babel/runtime": "^7.15.4", + "@gatsbyjs/potrace": "^2.2.0", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", - "potrace": "^2.1.8", "query-string": "^6.14.1", "unist-util-select": "^3.0.4", "unist-util-visit-parents": "^3.1.1" @@ -10746,9 +10773,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -10832,15 +10859,15 @@ } }, "gatsby-source-filesystem": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.12.1.tgz", - "integrity": "sha512-lbtKa7oR2Q+8Qa8gZych/JaRBeoIW/dk4rfy13DOrSgUJK9gZFkpLuFQ471Z0JiHitDPswienBW60HjYvymOCw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.13.0.tgz", + "integrity": "sha512-PRr/6tWY5BtnfVv67JSWvQTorfWteWBxzbcs7DvgoP7zHfIWR1tH6saONwuPbo9tCwQ73ZlLYz1LgGdOfJGPzA==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -10856,9 +10883,9 @@ "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" }, "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -11147,12 +11174,12 @@ } }, "gatsby-transformer-remark": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.12.1.tgz", - "integrity": "sha512-eKkzo6PqfrxLenvnDczAe6espmqL/B5yhpPrzS0Ua/jLsy7eS28U3gEnYzZwmGy14spm2AvSEAU+iV3A84bfZA==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-5.13.0.tgz", + "integrity": "sha512-ldD80e7K8q/cmEXY0yHKcl46fRNkCr8OnFfq2VMZ2mctPRjo7L57KxxWw2+g//APBjhc4bXLP3KBaxBxjSsXvQ==", "requires": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.12.1", + "gatsby-core-utils": "^3.13.0", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", @@ -11176,9 +11203,9 @@ }, "dependencies": { "gatsby-core-utils": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.12.1.tgz", - "integrity": "sha512-jBG1MfR6t2MZNIl8LQ3Cwc92F6uFNcEC091IK+qKVy9FNT0+WzcKQ6Olip6u1NSvCatfrg1FqrH0K78a6lmnLQ==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", + "integrity": "sha512-uAyy54t9dYAUHjLq38QfX/pxyWxsqDiWN/+Ppg/KXTbE83LUQlD0PctdNxz9jFmJ8CgE1BUbfUKpmemh8BLkjw==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -11361,15 +11388,15 @@ } }, "gatsby-transformer-sharp": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.12.1.tgz", - "integrity": "sha512-14AGG10Jf7ZBWxJDN2jSupAsBofoGU+p7+QJRzDrKdJrzp9v/yO/1xPB+r7UxtlW0l8cqPT6UyCITvJbWTDaww==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.13.0.tgz", + "integrity": "sha512-F8qtdohnIVUX62FKwyxTGw4Nl8/ZYX28eC/H66gLFa3Iwdy0sp+DSD3IVTzzHB4BUQB1vn2QnCoaY4PuPKn+Vw==", "requires": { "@babel/runtime": "^7.15.4", + "@gatsbyjs/potrace": "^2.2.0", "bluebird": "^3.7.2", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", - "potrace": "^2.1.8", "probe-image-size": "^7.2.3", "semver": "^7.3.5", "sharp": "^0.30.3" @@ -12956,14 +12983,14 @@ } }, "jimp": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/jimp/-/jimp-0.14.0.tgz", - "integrity": "sha512-8BXU+J8+SPmwwyq9ELihpSV4dWPTiOKBWCEgtkbnxxAVMjXdf3yGmyaLSshBfXc8sP/JQ9OZj5R8nZzz2wPXgA==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/jimp/-/jimp-0.16.1.tgz", + "integrity": "sha512-+EKVxbR36Td7Hfd23wKGIeEyHbxShZDX6L8uJkgVW3ESA9GiTEPK08tG1XI2r/0w5Ch0HyJF5kPqF9K7EmGjaw==", "requires": { "@babel/runtime": "^7.7.2", - "@jimp/custom": "^0.14.0", - "@jimp/plugins": "^0.14.0", - "@jimp/types": "^0.14.0", + "@jimp/custom": "^0.16.1", + "@jimp/plugins": "^0.16.1", + "@jimp/types": "^0.16.1", "regenerator-runtime": "^0.13.3" } }, @@ -12980,9 +13007,9 @@ } }, "jpeg-js": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.3.tgz", - "integrity": "sha512-ru1HWKek8octvUHFHvE5ZzQ1yAsJmIvRdGWvSoKV52XKyuyYA437QWDttXT8eZXDSbuMpHlLzPDZUPd6idIz+Q==" + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.2.tgz", + "integrity": "sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw==" }, "js-cookie": { "version": "3.0.1", @@ -15479,14 +15506,6 @@ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, - "potrace": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/potrace/-/potrace-2.1.8.tgz", - "integrity": "sha512-V9hI7UMJyEhNZjM8CbZaP/804ZRLgzWkCS9OOYnEZkszzj3zKR/erRdj0uFMcN3pp6x4B+AIZebmkQgGRinG/g==", - "requires": { - "jimp": "^0.14.0" - } - }, "prebuild-install": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.1.tgz", @@ -16154,9 +16173,9 @@ } }, "react-swipeable": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-6.2.1.tgz", - "integrity": "sha512-JpTj+tjJTDcIWtoMkab6zfwWD1T1tBzUyEfXsXnohnNkwA2dTuNS0gtN7HoxU1Qa+e3GDnfNYk2z7vwzfO4SoQ==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-6.2.2.tgz", + "integrity": "sha512-Oz7nSFrssvq2yvy05aNL3F+yBUqSvLsK6x1mu+rQFOpMdQVnt4izKt1vyjvvTb70q6GQOaSpaB6qniROW2MAzQ==" }, "react-transition-group": { "version": "4.4.2", diff --git a/package.json b/package.json index fd354ade18..75ecff8b0e 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.2.0", + "@arduino/docs-arduino-cc": "^1.2.1", "gatsby": "^4.9.2" }, "volta": { From 4ccd2dc1a60dc30bfa9e2dc6367f6889d0abdf06 Mon Sep 17 00:00:00 2001 From: gabry Date: Mon, 2 May 2022 11:22:45 +0200 Subject: [PATCH 4/6] Add boards product code --- content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-vidor-4000/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-wifi-1010/product.md | 1 + content/hardware/01.mkr/01.boards/mkr-zero/product.md | 1 + content/hardware/02.hero/boards/due/product.md | 1 + content/hardware/02.hero/boards/leonardo/product.md | 1 + content/hardware/02.hero/boards/mega-2560/product.md | 1 + content/hardware/02.hero/boards/micro/product.md | 3 ++- content/hardware/02.hero/boards/uno-mini-le/product.md | 1 + content/hardware/02.hero/boards/uno-rev3/product.md | 1 + content/hardware/02.hero/boards/uno-wifi-rev2/product.md | 1 + content/hardware/02.hero/boards/zero/product.md | 1 + content/hardware/03.nano/boards/nano-33-ble-sense/product.md | 1 + content/hardware/03.nano/boards/nano-33-ble/product.md | 1 + content/hardware/03.nano/boards/nano-33-iot/product.md | 1 + content/hardware/03.nano/boards/nano-every/product.md | 1 + content/hardware/03.nano/boards/nano-rp2040-connect/product.md | 1 + content/hardware/03.nano/boards/nano/product.md | 1 + .../04.pro/boards/portenta-h7-lite-connected/product.md | 1 + content/hardware/04.pro/boards/portenta-h7-lite/product.md | 1 + content/hardware/04.pro/boards/portenta-h7/product.md | 1 + content/hardware/05.nicla/boards/nicla-sense-me/product.md | 1 + content/hardware/05.nicla/boards/nicla-vision/product.md | 1 + 25 files changed, 26 insertions(+), 1 deletion(-) diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md index cbe8dda23f..4479acc60e 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md @@ -4,6 +4,7 @@ url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrgsm1400/146' status: end-of-life +productCode: '021' --- The Arduino MKR GSM 1400 is a great starting point for building IoT projects connected to GSM / 3G network. Whether you are looking at building a sensor network for agricultural projects, or for urban data collection, the MKR GSM 1400 is your go-to board for IoT projects when Wi-Fi is not available. \ No newline at end of file diff --git a/content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md b/content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md index b38ca1166c..92da6eb99a 100644 --- a/content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-nb-1500/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrnb1500/156' certifications: [RCM] +productCode: '022' --- The Arduino MKR NB 1500 adds Narrowband communication to your projects. It can communicate over NB-IoT and LTE-M networks, and is excellent to use for low-power projects in remote areas. The MKR NB 1500 is also compatible with the Arduino IoT Cloud, making it easy to access wherever you are in the world. \ No newline at end of file diff --git a/content/hardware/01.mkr/01.boards/mkr-vidor-4000/product.md b/content/hardware/01.mkr/01.boards/mkr-vidor-4000/product.md index 2afa9bc2da..d2601d14c6 100644 --- a/content/hardware/01.mkr/01.boards/mkr-vidor-4000/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-vidor-4000/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-mkr-vidor-4000 url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrvidor4000/150' +productCode: '024' --- The Arduino MKR VIDOR 4000 is without a doubt the most advanced and featured-packed board in the MKR family, and the only one with a FPGA chip on board. With a camera & HDMI connector, a Wi-Fi / Bluetooth® module and up to 25 configurable pins, the sky is really the limit with this board. \ No newline at end of file diff --git a/content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md b/content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md index 767f916bf3..580f1fec77 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-wan-1310/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrwan1310/161' certifications: [FCC, REACH, CE, RoHS, IC, UKCA, WEEE, GB4943] +productCode: '030' --- The Arduino MKR WAN 1310 provides a practical and cost effective solution to add LoRa® connectivity to projects requiring low power. This open source board can connect to the Arduino IoT Cloud, your own LoRa® network using the Arduino LoRa® PRO Gateway, existing LoRaWAN® infrastructure like The Things Network, or even other boards using the direct connectivity mode. \ No newline at end of file diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/product.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/product.md index 7f47896592..b9efb8c3f6 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/product.md @@ -6,6 +6,7 @@ draft: true core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrwifi1010/147' certifications: [FCC,UKCA, IC, REACH, RED, RoHS, WEEE] +productCode: '025' --- The easiest entry point to basic IoT and pico-network application design. diff --git a/content/hardware/01.mkr/01.boards/mkr-zero/product.md b/content/hardware/01.mkr/01.boards/mkr-zero/product.md index a18d93c646..e688740d14 100644 --- a/content/hardware/01.mkr/01.boards/mkr-zero/product.md +++ b/content/hardware/01.mkr/01.boards/mkr-zero/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-mkr-zero-i2s-bus-sd-for-sound-music-d url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/mkr-boards/mkrzero/140' +productCode: '016' --- The Arduino MKR Zero is a development board for music makers! With an SD card holder and dedicated SPI interfaces (SPI1), you are able to play music files without extra hardware. \ No newline at end of file diff --git a/content/hardware/02.hero/boards/due/product.md b/content/hardware/02.hero/boards/due/product.md index 1abf5e08b6..ad2faea39b 100644 --- a/content/hardware/02.hero/boards/due/product.md +++ b/content/hardware/02.hero/boards/due/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-due url_guide: /software/ide-v1/installing-sam-core core: arduino:sam forumCategorySlug: '/hardware/arduino-due/64' +productCode: '009' --- The Arduino Due is the first Arduino board based on a 32-bit ARM core microcontroller. With 54 digital input/output pins, 12 analog inputs, 2 DAC and 2 CAN it is the perfect board for powerful larger scale Arduino projects. \ No newline at end of file diff --git a/content/hardware/02.hero/boards/leonardo/product.md b/content/hardware/02.hero/boards/leonardo/product.md index e86a6e256a..081534ee72 100644 --- a/content/hardware/02.hero/boards/leonardo/product.md +++ b/content/hardware/02.hero/boards/leonardo/product.md @@ -3,6 +3,7 @@ title: Leonardo url_shop: https://store.arduino.cc/arduino-leonardo-with-headers url_guide: https://www.arduino.cc/en/Guide/ArduinoLeonardoMicro core: arduino:avr +productCode: '008' --- The Leonardo differs from all preceding boards in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Leonardo to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port. \ No newline at end of file diff --git a/content/hardware/02.hero/boards/mega-2560/product.md b/content/hardware/02.hero/boards/mega-2560/product.md index b4f6d2a390..053ee31f50 100644 --- a/content/hardware/02.hero/boards/mega-2560/product.md +++ b/content/hardware/02.hero/boards/mega-2560/product.md @@ -3,6 +3,7 @@ title: Mega 2560 Rev3 url_shop: https://store.arduino.cc/arduino-mega-2560-rev3 url_guide: https://www.arduino.cc/en/Guide/ArduinoMega2560 core: arduino:avr +productCode: '002' --- The 8-bit board with 54 digital pins, 16 analog inputs, and 4 serial ports. diff --git a/content/hardware/02.hero/boards/micro/product.md b/content/hardware/02.hero/boards/micro/product.md index ab03744e26..0cfa5ef5d3 100644 --- a/content/hardware/02.hero/boards/micro/product.md +++ b/content/hardware/02.hero/boards/micro/product.md @@ -3,6 +3,7 @@ title: Micro url_shop: https://store.arduino.cc/arduino-micro url_guide: https://www.arduino.cc/en/Guide/ArduinoLeonardoMicro core: arduino:avr +productCode: '006' --- -The Micro runs on an ATmega32u4 processor with native USB communication. Configure via software whether the board is recognised as a standard Arduino, a mouse or keyboard. +The Micro runs on an ATmega32u4 processor with native USB communication. Configure via software whether the board is recognised as a standard Arduino, a mouse or keyboard. diff --git a/content/hardware/02.hero/boards/uno-mini-le/product.md b/content/hardware/02.hero/boards/uno-mini-le/product.md index 151b7111a2..8338d47038 100644 --- a/content/hardware/02.hero/boards/uno-mini-le/product.md +++ b/content/hardware/02.hero/boards/uno-mini-le/product.md @@ -3,6 +3,7 @@ title: UNO Mini Limited Edition url_shop: https://store.arduino.cc/products/uno-mini-le url_guide: /tutorials/uno-mini/uno-mini-guide core: arduino:avr +productCode: '117' --- The Arduino UNO Mini Limited Edition (LE) is a unique black & gold board, that pays tribute to everyones favorite maker board: [the Arduino UNO](https://store-usa.arduino.cc/products/arduino-uno-rev3). It is only 25% of the area size of the original UNO, comes with a USB-C connector and is delivered in a special case. \ No newline at end of file diff --git a/content/hardware/02.hero/boards/uno-rev3/product.md b/content/hardware/02.hero/boards/uno-rev3/product.md index bac3572e4a..29acea9ae5 100644 --- a/content/hardware/02.hero/boards/uno-rev3/product.md +++ b/content/hardware/02.hero/boards/uno-rev3/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-uno-rev3 url_guide: https://www.arduino.cc/en/Guide/ArduinoUno core: arduino:avr certifications: [CE, FCC, GB4943, IC, RCM, REACH, RoHS, UKCA, WEEE] +productCode: '001' --- The Arduino UNO is the best board to get started with electronics and coding. If this is your first experience tinkering with the platform, the UNO is the most robust board you can start playing with. The UNO is the most used and documented board of the whole Arduino family. \ No newline at end of file diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/product.md b/content/hardware/02.hero/boards/uno-wifi-rev2/product.md index 3b7c535a52..66f836782a 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/product.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/product.md @@ -3,6 +3,7 @@ title: UNO WiFi Rev2 url_shop: https://store.arduino.cc/arduino-uno-wifi-rev2 url_guide: /software/ide-v1/installing-megaavr-core core: arduino:megaavr +productCode: '023' --- The Arduino UNO WiFi Rev 2 is the easiest point of entry to basic IoT with the standard form factor of the UNO family. Whether you are looking at building a sensor network connected to your office or home router, or if you want to create a Bluetooth® Low Energy device sending data to a cellphone, the Arduino UNO WiFi Rev 2 is your one-stop-solution for many of the basic IoT application scenarios. \ No newline at end of file diff --git a/content/hardware/02.hero/boards/zero/product.md b/content/hardware/02.hero/boards/zero/product.md index c2da964bed..96bb6bee59 100644 --- a/content/hardware/02.hero/boards/zero/product.md +++ b/content/hardware/02.hero/boards/zero/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-zero url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/arduino-zero/74' +productCode: '016' --- Arduino Zero is a simple and powerful 32-bit extension of the platform established by the UNO. This board aims to provide a platform for innovative projects in smart IoT devices, wearable technology, high-tech automation, crazy robotics, and much more. \ No newline at end of file diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/product.md b/content/hardware/03.nano/boards/nano-33-ble-sense/product.md index f4fd1ee550..963d37b64f 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/product.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-mbed-os-nano-boards core: arduino:mbed_nano forumCategorySlug: '/hardware/nano-family/nano-33-ble-sense/160' certifications: [FCC, IC, REACH, CE, RoHS, WEEE, RCM] +productCode: '032' --- The Arduino Nano 33 BLE Sense combines a tiny form factor, different environment sensors and the possibility to run AI using TinyML and TensorFlow™ Lite. Whether you are looking at creating your first embedded ML application or you want to use Bluetooth® Low Energy to connect your project to your phone, the Nano 33 BLE Sense will make that journey easy. \ No newline at end of file diff --git a/content/hardware/03.nano/boards/nano-33-ble/product.md b/content/hardware/03.nano/boards/nano-33-ble/product.md index e10870461c..77fb17939b 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/product.md +++ b/content/hardware/03.nano/boards/nano-33-ble/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-mbed-os-nano-boards core: arduino:mbed_nano forumCategorySlug: '/hardware/nano-family/nano-33-ble/159' certifications: [FCC, IC, REACH, CE, RoHS, WEEE, RCM] +productCode: '031' --- The Arduino Nano 33 BLE shares its pinout with the classic Arduino Nano but builds on the nRF52840 microcontroller with 1MB CPU Flash Memory. Featuring a 9 axis inertial measurement unit and the possibility for Bluetooth® Low Energy connectivity it can help you to create your next Bluetooth® Low Energy enabled project. \ No newline at end of file diff --git a/content/hardware/03.nano/boards/nano-33-iot/product.md b/content/hardware/03.nano/boards/nano-33-iot/product.md index 6a79d1697f..0851506af5 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/product.md +++ b/content/hardware/03.nano/boards/nano-33-iot/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-samd21-core core: arduino:samd forumCategorySlug: '/hardware/nano-family/nano-33-iot/157' certifications: [REACH, RoHS, WEEE] +productCode: '033' --- The Arduino Nano 33 IoT combines the Arduino Nano form factor with an easy point of entry to basic IoT and pico-network applications. Whether you are looking at building a sensor network connected to your office or home router, or if you want to create a Bluetooth® Low Energy device sending data to a cellphone, the Nano 33 IoT is your one-stop-solution for many of the basic IoT application scenarios. \ No newline at end of file diff --git a/content/hardware/03.nano/boards/nano-every/product.md b/content/hardware/03.nano/boards/nano-every/product.md index d39452a927..adec782c55 100644 --- a/content/hardware/03.nano/boards/nano-every/product.md +++ b/content/hardware/03.nano/boards/nano-every/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-megaavr-core core: arduino:megaavr forumCategorySlug: '/hardware/nano-family/nano-every/158' certifications: [UKCA, WEEE, REACH, RoHS, CE, GB4943, RCM] +productCode: '027' --- The Nano Every is Arduino's smallest board with dimensions of only 45x18mm and a weight under 5gr. The small footprint and low price, make the Nano Every particularly suited for wearable inventions, low cost robotics and interactive projects requiring a small and easy to use microcontroller board. diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/product.md b/content/hardware/03.nano/boards/nano-rp2040-connect/product.md index b72f770a8a..4824aaf4ca 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/product.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/product.md @@ -5,6 +5,7 @@ url_guide: /software/ide-v1/installing-mbed-os-nano-boards core: arduino:mbed_nano forumCategorySlug: '/hardware/nano-family/nano-rp2040-connect/165' certifications: [REACH, WEEE, RoHS] +productCode: '044' --- The Arduino Nano RP2040 Connect is the feature packed Arduino Nano board built with Raspberry Pi's new silicon. \ No newline at end of file diff --git a/content/hardware/03.nano/boards/nano/product.md b/content/hardware/03.nano/boards/nano/product.md index 323faeab5b..5e1cf2f028 100644 --- a/content/hardware/03.nano/boards/nano/product.md +++ b/content/hardware/03.nano/boards/nano/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-nano url_guide: https://www.arduino.cc/en/Guide/ArduinoNano core: arduino:avr forumCategorySlug: '/hardware/nano-family/nano/166' +productCode: '003' --- The Arduino Nano is Arduino's classic breadboard friendly designed board with the smallest dimensions. The Arduino Nano comes with pin headers that allow for an easy attachment onto a breadboard and features a Mini-B USB connector. diff --git a/content/hardware/04.pro/boards/portenta-h7-lite-connected/product.md b/content/hardware/04.pro/boards/portenta-h7-lite-connected/product.md index 4c38a0532b..3f3a3297da 100644 --- a/content/hardware/04.pro/boards/portenta-h7-lite-connected/product.md +++ b/content/hardware/04.pro/boards/portenta-h7-lite-connected/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/products/portenta-h7-lite-connected url_guide: /software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta core: arduino:mbed_portenta forumCategorySlug: '/hardware/portenta/91' +productCode: '116' --- The Portenta H7 Lite Connected follows the Arduino MKR form factor, but enhanced with the Portenta family 80 pin high-density connector. Program it with high-level languages and AI while performing low-latency operations on its customizable hardware. \ No newline at end of file diff --git a/content/hardware/04.pro/boards/portenta-h7-lite/product.md b/content/hardware/04.pro/boards/portenta-h7-lite/product.md index 4436e223e6..253ae7b98e 100644 --- a/content/hardware/04.pro/boards/portenta-h7-lite/product.md +++ b/content/hardware/04.pro/boards/portenta-h7-lite/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/products/portenta-h7-lite url_guide: /software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta core: arduino:mbed_portenta forumCategorySlug: '/hardware/portenta/91' +productCode: '115' --- The Portenta H7 Lite follows the Arduino MKR form factor, but enhanced with the Portenta family 80 pin high-density connector. Program it with high-level languages and AI while performing low-latency operations on its customizable hardware. \ No newline at end of file diff --git a/content/hardware/04.pro/boards/portenta-h7/product.md b/content/hardware/04.pro/boards/portenta-h7/product.md index 69a501127a..3be59924c9 100644 --- a/content/hardware/04.pro/boards/portenta-h7/product.md +++ b/content/hardware/04.pro/boards/portenta-h7/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/portenta-h7 url_guide: /software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta core: arduino:mbed_portenta forumCategorySlug: '/hardware/portenta/91' +productCode: '041' --- The Portenta H7 follows the Arduino MKR form factor, but enhanced with the Portenta family 80 pin high-density connector. Program it with high-level languages and AI while performing low-latency operations on its customizable hardware. \ No newline at end of file diff --git a/content/hardware/05.nicla/boards/nicla-sense-me/product.md b/content/hardware/05.nicla/boards/nicla-sense-me/product.md index b1ef90e418..11b4592e2e 100644 --- a/content/hardware/05.nicla/boards/nicla-sense-me/product.md +++ b/content/hardware/05.nicla/boards/nicla-sense-me/product.md @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/products/nicla-sense-me url_guide: /software/ide-v1/installing-mbed-os-nicla-boards core: arduino:mbed_nicla certifications: [CE, FCC, UKCA] +productCode: '043' --- The Nicla Sense ME houses 4 low power sensors in a small footprint enabling powerful data fusion capabilities on the edge. Analyse '**M**otion' and '**E**nvironment' with industrial grade Bosch sensors that can accurately measure rotation, acceleration, pressure, humidity, temperature, air quality and CO2 levels. diff --git a/content/hardware/05.nicla/boards/nicla-vision/product.md b/content/hardware/05.nicla/boards/nicla-vision/product.md index 2a3867ac03..c2a6342790 100644 --- a/content/hardware/05.nicla/boards/nicla-vision/product.md +++ b/content/hardware/05.nicla/boards/nicla-vision/product.md @@ -3,6 +3,7 @@ title: Nicla Vision url_shop: https://store.arduino.cc/products/nicla-vision url_guide: /software/ide-v1/installing-mbed-os-nicla-boards core: arduino:mbed_nicla +productCode: '120' --- The Arduino® Nicla Vision is a ready-to-use, standalone camera for analyzing and processing images on the edge. Thanks to its 2MP color camera, smart 6-axis motion sensor, integrated microphone and distance sensor, it is suitable for asset tracking, object recognition and predictive maintenance. Quickly implement sensor nodes to send collected data to the Arduino® Cloud (or third-party vendor services) via integrated WiFi/BLE connectivity. From 7dc255046aa31cace3118106ff62b4c3998aa3e3 Mon Sep 17 00:00:00 2001 From: gabry Date: Mon, 2 May 2022 12:26:38 +0200 Subject: [PATCH 5/6] Bump version --- package-lock.json | 349 +++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 205 insertions(+), 146 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0764357129..c7dd0bc44c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,9 +169,9 @@ } }, "@arduino/docs-arduino-cc": { - "version": "1.2.1", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.1/e69dd5cd64bc981c1ee586314b052c58410da6e9bc91be3158597d44380e7302", - "integrity": "sha512-T2ofDyOZfnoRhuLHQr+lU4v0bmIcE+4OlPkPqzXmXmwyuKgr6/UOUTYAry4DhhLMmxu6zc4kfRt1zbM2UfYEDA==", + "version": "1.2.3", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.3/6ee5bf6233b2d06da12c13b06c9e1c9bcde8853f76825e1c0f60b7f62cd56e7f", + "integrity": "sha512-UbVTj3bw8EnnzAQGF9e09wRc/jJ81wjazg6whNBwHgsfTVD/YaDYtBxqozwguCQyenhVhz3iZ/cYspmqHw55UQ==", "requires": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", @@ -1607,9 +1607,9 @@ } }, "@formatjs/icu-messageformat-parser": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.0.19.tgz", - "integrity": "sha512-8HsLm9YLyVVIDMyBJb7wmve2wGd461cUwJ470eUog5YH5ZsF4p5lgvaJ+oGKxz1mrSMNNdDHU9v/NDsS+z+ilg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.1.0.tgz", + "integrity": "sha512-Qxv/lmCN6hKpBSss2uQ8IROVnta2r9jd3ymUEIjm2UyIkUCHVcbUVRGL/KS/wv7876edvsPe+hjHVJ4z8YuVaw==", "requires": { "@formatjs/ecma402-abstract": "1.11.4", "@formatjs/icu-skeleton-parser": "1.3.6", @@ -2551,11 +2551,25 @@ "regenerator-runtime": "^0.13.3" } }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@jridgewell/resolve-uri": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" }, + "@jridgewell/set-array": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.0.tgz", + "integrity": "sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==" + }, "@jridgewell/sourcemap-codec": { "version": "1.4.11", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", @@ -9654,16 +9668,16 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -9768,16 +9782,16 @@ } }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -9849,25 +9863,25 @@ }, "dependencies": { "@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==" + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz", + "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==" }, "@babel/core": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz", - "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==", + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.10.tgz", + "integrity": "sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==", "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", - "@babel/helper-compilation-targets": "^7.17.7", + "@babel/generator": "^7.17.10", + "@babel/helper-compilation-targets": "^7.17.10", "@babel/helper-module-transforms": "^7.17.7", "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.9", + "@babel/parser": "^7.17.10", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0", + "@babel/traverse": "^7.17.10", + "@babel/types": "^7.17.10", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -9876,13 +9890,22 @@ }, "dependencies": { "@babel/generator": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz", - "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==", + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", + "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", + "requires": { + "@babel/types": "^7.17.10", + "@jridgewell/gen-mapping": "^0.1.0", + "jsesc": "^2.5.1" + } + }, + "@babel/types": { + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", + "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" } }, "json5": { @@ -9893,13 +9916,13 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", + "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", "requires": { - "@babel/compat-data": "^7.17.7", + "@babel/compat-data": "^7.17.10", "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "browserslist": "^4.20.2", "semver": "^6.3.0" } }, @@ -9946,9 +9969,9 @@ } }, "@babel/parser": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz", - "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==" + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz", + "integrity": "sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==" }, "@babel/plugin-proposal-object-rest-spread": { "version": "7.17.3", @@ -9963,39 +9986,70 @@ } }, "@babel/traverse": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz", - "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==", + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz", + "integrity": "sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==", "requires": { "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", + "@babel/generator": "^7.17.10", "@babel/helper-environment-visitor": "^7.16.7", "@babel/helper-function-name": "^7.17.9", "@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.9", - "@babel/types": "^7.17.0", + "@babel/parser": "^7.17.10", + "@babel/types": "^7.17.10", "debug": "^4.1.0", "globals": "^11.1.0" }, "dependencies": { "@babel/generator": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz", - "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==", + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.10.tgz", + "integrity": "sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==", + "requires": { + "@babel/types": "^7.17.10", + "@jridgewell/gen-mapping": "^0.1.0", + "jsesc": "^2.5.1" + } + }, + "@babel/types": { + "version": "7.17.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz", + "integrity": "sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==", "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" } } } }, + "browserslist": { + "version": "4.20.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz", + "integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==", + "requires": { + "caniuse-lite": "^1.0.30001332", + "electron-to-chromium": "^1.4.118", + "escalade": "^3.1.1", + "node-releases": "^2.0.3", + "picocolors": "^1.0.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001335", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001335.tgz", + "integrity": "sha512-ddP1Tgm7z2iIxu6QTtbZUv6HJxSaV/PZeSrWFZtbY4JZ69tOeNhBCl3HyRQgeNZKE5AOn1kpV7fhljigy0Ty3w==" + }, "dataloader": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-1.4.0.tgz", "integrity": "sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==" }, + "electron-to-chromium": { + "version": "1.4.129", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.129.tgz", + "integrity": "sha512-GgtN6bsDtHdtXJtlMYZWGB/uOyjZWjmRDumXTas7dGBaB9zUyCjzHet1DY2KhyHN8R0GLbzZWqm4efeddqqyRQ==" + }, "gatsby-core-utils": { "version": "3.13.0", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.13.0.tgz", @@ -10019,16 +10073,16 @@ } }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -10072,6 +10126,11 @@ "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-4.3.2.tgz", "integrity": "sha512-P5Ep3ISdmwcCkZIaBaQamQtWAG0facC89phWZgi5Z3hBU//J6S48OIvyZWSPPf6yQMklLZiqoosWAZUj7N+esA==" }, + "node-releases": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", + "integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==" + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -10407,16 +10466,16 @@ } }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -10800,16 +10859,16 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -11034,16 +11093,16 @@ } }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -11243,16 +11302,16 @@ } }, "lmdb": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.6.tgz", - "integrity": "sha512-XlzB1rrsEtWWhmLPIKJCU1mDfv59M4j/31LoNIRs9kvwwsAgzuPLbwTBwZGUvReJFBeNp41vfKor6CNwkubaTw==", - "requires": { - "lmdb-darwin-arm64": "2.3.6", - "lmdb-darwin-x64": "2.3.6", - "lmdb-linux-arm": "2.3.6", - "lmdb-linux-arm64": "2.3.6", - "lmdb-linux-x64": "2.3.6", - "lmdb-win32-x64": "2.3.6", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.3.8.tgz", + "integrity": "sha512-SoYYrcmJWJgIG4PSkVJiXot3m9035zE0FRUgqhgzZIO6LnikbORzBznxbSrN7SaogR95w9lgTm+LwW+Os4mN5Q==", + "requires": { + "lmdb-darwin-arm64": "2.3.8", + "lmdb-darwin-x64": "2.3.8", + "lmdb-linux-arm": "2.3.8", + "lmdb-linux-arm64": "2.3.8", + "lmdb-linux-x64": "2.3.8", + "lmdb-win32-x64": "2.3.8", "msgpackr": "^1.5.4", "nan": "^2.14.2", "node-addon-api": "^4.3.0", @@ -12426,13 +12485,13 @@ } }, "intl-messageformat": { - "version": "9.12.0", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-9.12.0.tgz", - "integrity": "sha512-5Q9j21JreB1G27/CqMYsA+pvJ19JjHyhiTSeUuvZK9BCDJGHtOLgpUUcGM+GLHiUuoVMKVeeX1smamiVHQrSKQ==", + "version": "9.13.0", + "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-9.13.0.tgz", + "integrity": "sha512-7sGC7QnSQGa5LZP7bXLDhVDtQOeKGeBFGHF2Y8LVBwYZoQZCgWeKoPGTa5GMG8g/TzDgeXuYJQis7Ggiw2xTOw==", "requires": { "@formatjs/ecma402-abstract": "1.11.4", "@formatjs/fast-memoize": "1.2.1", - "@formatjs/icu-messageformat-parser": "2.0.19", + "@formatjs/icu-messageformat-parser": "2.1.0", "tslib": "^2.1.0" }, "dependencies": { @@ -13220,39 +13279,39 @@ } }, "lmdb-darwin-arm64": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.3.6.tgz", - "integrity": "sha512-E2MnbFtsrr/EOsrBdZg913OgIAeiQDx8IMIOuqnDv3tghpvgSbdC8vx9phFZipqBPjZB7VV31tpyXyM3mxatqg==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.3.8.tgz", + "integrity": "sha512-QFFnLQlQn1WjSyWSKU4pdOQNPLea2/iL8LcR979LGp3y4OKmuC9fNLIiCTqp+t5QBVBOKfJZ8sqFd/5KHmDFYg==", "optional": true }, "lmdb-darwin-x64": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb-darwin-x64/-/lmdb-darwin-x64-2.3.6.tgz", - "integrity": "sha512-Sz+3FuA66PXq5iZnGC+0wJcMOpf5dO5m4xgZs1yTM1EvCMjd28KPq59CtDBlLX1Y+5oDOYEVeiLOOLDeZIgTLw==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb-darwin-x64/-/lmdb-darwin-x64-2.3.8.tgz", + "integrity": "sha512-cPVym3ZUXJurjv9YnZ40fsJuszPzn8mvIWjcqZuhXonUXAgSxvGloAwH5HCtFF7oIT6r/iXZejfgVL1MbM97tw==", "optional": true }, "lmdb-linux-arm": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb-linux-arm/-/lmdb-linux-arm-2.3.6.tgz", - "integrity": "sha512-U6UojWtQH4CbRwStbe5b9PnHg7nPObWLKWhBudmU93lvA1Ncm2FrRqRKJRFDAr4HZ9uSMdKgaOOCWNbaJEcPQA==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm/-/lmdb-linux-arm-2.3.8.tgz", + "integrity": "sha512-jriO1nsPIPEBZjJ4OgshLRmi1br5E6CWnPTwSz3XO1UvDh6GEj87IL/brQxJq6HlpUj01wrQCqpvJMBTMtk+Ew==", "optional": true }, "lmdb-linux-arm64": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb-linux-arm64/-/lmdb-linux-arm64-2.3.6.tgz", - "integrity": "sha512-ZGHCulnZGMWYRs6pyLrRmX+DpBI/IUy3X5c+S69Cd6XD0//+xlyYnDXnhGNFaAE8ch1PWtr7Npd1lkpVeY9Z4A==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb-linux-arm64/-/lmdb-linux-arm64-2.3.8.tgz", + "integrity": "sha512-9kgNOm7xhGmji2pH4UgeBbojBuH+0KeJ7C51kL7zEBxVXB/xD3IMZV42+MdSFzJJcmgEe3XuIdxt/TFSXhEEIw==", "optional": true }, "lmdb-linux-x64": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb-linux-x64/-/lmdb-linux-x64-2.3.6.tgz", - "integrity": "sha512-z38fR4ijnxGN6E2bgzx2osAW1KfGjW7cDSjOXmyMFBHCfdB2wdmJU7+Lq2VY6oiZSpszPgHNQVyLkPjVr9Wrvg==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb-linux-x64/-/lmdb-linux-x64-2.3.8.tgz", + "integrity": "sha512-qTdGkBKhuROMNxrOsI31YInjBEr3b29tI80XutD3kcO3UgBXE/I1Jy57WOde6ghEdPlfh3pkycme6+Q+tsmhyA==", "optional": true }, "lmdb-win32-x64": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/lmdb-win32-x64/-/lmdb-win32-x64-2.3.6.tgz", - "integrity": "sha512-Yzsj9xfpo4qBWWfEjJZWm7+riGTjuyUBkYJ/chsIjlcixU+Yws+lhHnJO6w/34beoPnmxZhn+cZvsHCrNJSeQw==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/lmdb-win32-x64/-/lmdb-win32-x64-2.3.8.tgz", + "integrity": "sha512-IalYsXztvgjjPmXxFEkmZ3Tio0QmDCOxYBgxQDvAghpqa4RwufbS6unbkxO+aYK6ZWjzEZbsNKFSSb/vVgkn2A==", "optional": true }, "load-bmfont": { @@ -16045,9 +16104,9 @@ } }, "react-instantsearch-core": { - "version": "6.23.4", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.23.4.tgz", - "integrity": "sha512-wT2WACQW1LIt62kv9rBni4W9DPtFJUU7MLG7h6hXOg0n1MblGbKCZAjJ6WEFQsMWbqL3PK0EcV+Bm5gmxilPxg==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.24.0.tgz", + "integrity": "sha512-qtJDit/r8NpFA3OI188MPwughAeO/xBrSmpXnDmwYo5GGSOZPJEzbmBHKWbco7JWMUAUXIrFxGvfcVLQWEdVAg==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.8.0", @@ -16063,16 +16122,16 @@ } }, "react-instantsearch-dom": { - "version": "6.23.4", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.23.4.tgz", - "integrity": "sha512-sy/XTNiM2UlJZGbjH7ZvsI+pgEFIxIGQXGEdwniaiD1x/oHNfB7/XVJd62fUnrIPiz5YcADxg/tZQ5vvkU3izA==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.24.0.tgz", + "integrity": "sha512-FLxqtw3C7PmBBWNHOkLJM7OV+D34QOCCOZw86ubWsq9GhrjqVDGfWAsg8GTjeyp5u2u1h9qKvds3UuWCPFO2SQ==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.8.0", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.23.4" + "react-instantsearch-core": "6.24.0" }, "dependencies": { "react-fast-compare": { @@ -16107,9 +16166,9 @@ } }, "react-popper": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.2.5.tgz", - "integrity": "sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz", + "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==", "requires": { "react-fast-compare": "^3.0.1", "warning": "^4.0.2" diff --git a/package.json b/package.json index 75ecff8b0e..a6f8c9da1a 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.2.1", + "@arduino/docs-arduino-cc": "^1.2.3", "gatsby": "^4.9.2" }, "volta": { From 567095b8051d2b08618d9486687baefd5f3652a9 Mon Sep 17 00:00:00 2001 From: gabry Date: Mon, 2 May 2022 13:05:51 +0200 Subject: [PATCH 6/6] bump --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7dd0bc44c..775aa416ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,9 +169,9 @@ } }, "@arduino/docs-arduino-cc": { - "version": "1.2.3", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.3/6ee5bf6233b2d06da12c13b06c9e1c9bcde8853f76825e1c0f60b7f62cd56e7f", - "integrity": "sha512-UbVTj3bw8EnnzAQGF9e09wRc/jJ81wjazg6whNBwHgsfTVD/YaDYtBxqozwguCQyenhVhz3iZ/cYspmqHw55UQ==", + "version": "1.2.4", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.2.4/5dccd51d8a8e9376133a7aa94daf09d7f65b5c43c58373c07f2683c1e2c37352", + "integrity": "sha512-SRkJnWgU/Fo3qTjfK5+SO8UGqIlQnQf/ZSgkOfFwU9T4JRc1/dQlY5jDW253c3MCsTfQ1kg4K5haF17jwnnnfg==", "requires": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", diff --git a/package.json b/package.json index a6f8c9da1a..dca3bff5b4 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.2.3", + "@arduino/docs-arduino-cc": "^1.2.4", "gatsby": "^4.9.2" }, "volta": {