diff --git a/package-lock.json b/package-lock.json index 7d19494..eb937ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,6 @@ "gatsby-plugin-sharp": "^2.6.28", "gatsby-plugin-sitemap": "^2.4.17", "gatsby-plugin-typography": "^2.5.10", - "gatsby-plugin-umami": "^0.1.3", "gatsby-remark-autolink-headers": "^2.3.13", "gatsby-remark-copy-linked-files": "^2.3.12", "gatsby-remark-images": "^3.3.26", @@ -6971,27 +6970,6 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, - "node_modules/babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dependencies": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - } - }, - "node_modules/babel-runtime/node_modules/core-js": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/babel-runtime/node_modules/regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" - }, "node_modules/backo2": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", @@ -14294,14 +14272,6 @@ "typography": "^0.16.0 || ^1.0.0-alpha.0" } }, - "node_modules/gatsby-plugin-umami": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-umami/-/gatsby-plugin-umami-0.1.3.tgz", - "integrity": "sha512-leUlkkU6YlFDt11vT2FFb7TdayBFTlvp6jF9kB9xa+IluzeM2FAi43lFefST5vWKFal4seUq5iFQzMQg49Sezw==", - "dependencies": { - "babel-runtime": "^6.26.0" - } - }, "node_modules/gatsby-plugin-utils": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.0.0.tgz", @@ -36856,27 +36826,6 @@ } } }, - "babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "requires": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - }, - "dependencies": { - "core-js": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==" - }, - "regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" - } - } - }, "backo2": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", @@ -43201,14 +43150,6 @@ "@babel/runtime": "^7.10.3" } }, - "gatsby-plugin-umami": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-umami/-/gatsby-plugin-umami-0.1.3.tgz", - "integrity": "sha512-leUlkkU6YlFDt11vT2FFb7TdayBFTlvp6jF9kB9xa+IluzeM2FAi43lFefST5vWKFal4seUq5iFQzMQg49Sezw==", - "requires": { - "babel-runtime": "^6.26.0" - } - }, "gatsby-plugin-utils": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.0.0.tgz", diff --git a/yarn.lock b/yarn.lock index 50c9c15..5d3205a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3824,14 +3824,6 @@ "gatsby-core-utils" "^2.0.0" "gatsby-legacy-polyfills" "^1.0.0" -"babel-runtime@^6.26.0": - "integrity" "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=" - "resolved" "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz" - "version" "6.26.0" - dependencies: - "core-js" "^2.4.0" - "regenerator-runtime" "^0.11.0" - "backo2@~1.0.2": "integrity" "sha1-MasayLEpNjRj41s+u2n038+6eUc=" "resolved" "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz" @@ -5049,11 +5041,6 @@ "resolved" "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz" "version" "3.9.1" -"core-js@^2.4.0": - "integrity" "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==" - "resolved" "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz" - "version" "2.6.11" - "core-js@^3.0.0", "core-js@^3.6.5": "integrity" "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" "resolved" "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz" @@ -7587,13 +7574,6 @@ dependencies: "@babel/runtime" "^7.10.3" -"gatsby-plugin-umami@^0.1.3": - "integrity" "sha512-leUlkkU6YlFDt11vT2FFb7TdayBFTlvp6jF9kB9xa+IluzeM2FAi43lFefST5vWKFal4seUq5iFQzMQg49Sezw==" - "resolved" "https://registry.npmjs.org/gatsby-plugin-umami/-/gatsby-plugin-umami-0.1.3.tgz" - "version" "0.1.3" - dependencies: - "babel-runtime" "^6.26.0" - "gatsby-plugin-utils@^1.0.0": "integrity" "sha512-Z7Yi/y03aObiQ8kkMQGpE5lkIN7GKLfXSDlmriuzU0g7XPUUBwuWQPFVG/hSb4f30KWJ1icBe+Ropivu17rURw==" "resolved" "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.0.0.tgz" @@ -13266,11 +13246,6 @@ "resolved" "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz" "version" "1.4.1" -"regenerator-runtime@^0.11.0": - "integrity" "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" - "resolved" "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz" - "version" "0.11.1" - "regenerator-runtime@^0.13.3", "regenerator-runtime@^0.13.4": "integrity" "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" "resolved" "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz"