This Skynet portal requires a paid subscription.
diff --git a/packages/dashboard-v2/src/pages/user/confirm.js b/packages/dashboard-v2/src/pages/user/confirm.js
index 9e95e3e3..b4ce6bc1 100644
--- a/packages/dashboard-v2/src/pages/user/confirm.js
+++ b/packages/dashboard-v2/src/pages/user/confirm.js
@@ -5,6 +5,7 @@ import { AllUsersAuthLayout } from "../../layouts/AuthLayout";
import HighlightedLink from "../../components/HighlightedLink";
import accountsService from "../../services/accountsService";
+import { Metadata } from "../../components/Metadata";
const State = {
Pure: "PURE",
@@ -52,24 +53,29 @@ const EmailConfirmationPage = ({ location }) => {
}, [token]);
return (
-
-
-
-
-
- {state === State.Pure &&
Please wait while we verify your account...
}
+ <>
+
+ Confirm E-mail Address
+
+
+
+
+
+
+ {state === State.Pure &&
Please wait while we verify your account...
}
- {state === State.Success && (
- <>
-
All done!
-
You will be redirected to your dashboard shortly.
-
Redirect now.
- >
- )}
+ {state === State.Success && (
+ <>
+
All done!
+
You will be redirected to your dashboard shortly.
+
Redirect now.
+ >
+ )}
- {state === State.Failure &&
Something went wrong, please try again later.
}
+ {state === State.Failure &&
Something went wrong, please try again later.
}
+
-
+ >
);
};
diff --git a/packages/dashboard-v2/src/pages/user/recover.js b/packages/dashboard-v2/src/pages/user/recover.js
index 686e677a..d8d02e8a 100644
--- a/packages/dashboard-v2/src/pages/user/recover.js
+++ b/packages/dashboard-v2/src/pages/user/recover.js
@@ -5,6 +5,7 @@ import AuthLayout from "../../layouts/AuthLayout";
import { ResetPasswordForm } from "../../components/forms/ResetPasswordForm";
import HighlightedLink from "../../components/HighlightedLink";
+import { Metadata } from "../../components/Metadata";
const State = {
Pure: "PURE",
@@ -19,35 +20,40 @@ const RecoverPage = ({ location }) => {
const [state, setState] = useState(State.Pure);
return (
-
-
-
-
- {state !== State.Success && (
-
{
- setState(State.Success);
- navigate("/");
- }}
- onFailure={() => setState(State.Failure)}
- />
- )}
+ <>
+
+ Recover Your Account
+
+
+
+
+
+ {state !== State.Success && (
+
{
+ setState(State.Success);
+ navigate("/");
+ }}
+ onFailure={() => setState(State.Failure)}
+ />
+ )}
- {state === State.Success && (
-
- All done! You will be redirected to your dashboard shortly.
+ {state === State.Success && (
+
+ All done! You will be redirected to your dashboard shortly.
+
+ )}
+
+ {state === State.Failure && (
+ Something went wrong, please try again later.
+ )}
+
+
+ Suddenly remembered your old password? Sign in
- )}
-
- {state === State.Failure && (
- Something went wrong, please try again later.
- )}
-
-
- Suddenly remembered your old password? Sign in
-
-
+
+ >
);
};
diff --git a/packages/dashboard-v2/static/favicon.ico b/packages/dashboard-v2/static/favicon.ico
new file mode 100644
index 00000000..9229fbf7
Binary files /dev/null and b/packages/dashboard-v2/static/favicon.ico differ
diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json
index bf517f01..97674454 100644
--- a/packages/dashboard/package.json
+++ b/packages/dashboard/package.json
@@ -11,7 +11,7 @@
"@fontsource/sora": "4.5.5",
"@fontsource/source-sans-pro": "4.5.6",
"@stripe/react-stripe-js": "1.7.0",
- "@stripe/stripe-js": "1.25.0",
+ "@stripe/stripe-js": "1.26.0",
"classnames": "2.3.1",
"copy-text-to-clipboard": "^3.0.1",
"dayjs": "1.11.0",
@@ -20,14 +20,14 @@
"formik": "2.2.9",
"http-status-codes": "2.2.0",
"ky": "0.30.0",
- "next": "12.1.1",
+ "next": "12.1.4",
"normalize.css": "8.0.1",
"pretty-bytes": "6.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-toastify": "8.2.0",
"skynet-js": "3.0.2",
- "stripe": "8.212.0",
+ "stripe": "8.215.0",
"swr": "1.2.2",
"yup": "0.32.11"
},
@@ -36,9 +36,9 @@
"@tailwindcss/typography": "0.5.2",
"autoprefixer": "10.4.4",
"eslint": "8.12.0",
- "eslint-config-next": "12.1.1",
+ "eslint-config-next": "12.1.4",
"postcss": "8.4.12",
- "prettier": "2.6.1",
+ "prettier": "2.6.2",
"tailwindcss": "3.0.23"
}
}
diff --git a/packages/dashboard/yarn.lock b/packages/dashboard/yarn.lock
index 98664b3f..d163bb03 100644
--- a/packages/dashboard/yarn.lock
+++ b/packages/dashboard/yarn.lock
@@ -77,77 +77,77 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
-"@next/env@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.1.tgz#8a927397697ee9d94852feb5fed57a813d299979"
- integrity sha512-VmTRkfo/IXOQCATndjW3OjKb8zmAuB07eDdzO9XvuXZP87SyvnCYw3jrhUuFhOe/FVsKiloafa5LJfToUpvjUQ==
+"@next/env@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.4.tgz#5af629b43075281ecd7f87938802b7cf5b67e94b"
+ integrity sha512-7gQwotJDKnfMxxXd8xJ2vsX5AzyDxO3zou0+QOXX8/unypA6icw5+wf6A62yKZ6qQ4UZHHxS68pb6UV+wNneXg==
-"@next/eslint-plugin-next@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.1.tgz#e3e51503e9d7f987a0e080344648bc84ac1e8eb8"
- integrity sha512-5hd1VFWZzECADhvA+OE+g0CnrRBFZbPm03HbiUtpk7XeluNn7xVxBU6XvNQA+YrQ7qe5jCK9q7R8MbI9R55Y/Q==
+"@next/eslint-plugin-next@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-12.1.4.tgz#9c52637af8eecab24dac3f2e5098376f6fc2dff4"
+ integrity sha512-BRy565KVK6Cdy8LHaHTiwctLqBu/RT84RLpESug70BDJzBlV8QBvODyx/j7wGhvYqp9kvstM05lyb6JaTkSCcQ==
dependencies:
glob "7.1.7"
-"@next/swc-android-arm-eabi@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.1.1.tgz#2b134efb6639a770db10688a93ce0d2a9362fc5e"
- integrity sha512-phV9H6d1eK1oVC7nmKKcCXvgOWT4K7aLC/beyO6yvbFC4XtBLE21vPwVl7B4ybz5xjSa6TXoR3TMR6vkW6Mv+A==
+"@next/swc-android-arm-eabi@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.1.4.tgz#c3dae178b7c15ad627d2e9b8dfb38caecb5c4ac7"
+ integrity sha512-FJg/6a3s2YrUaqZ+/DJZzeZqfxbbWrynQMT1C5wlIEq9aDLXCFpPM/PiOyJh0ahxc0XPmi6uo38Poq+GJTuKWw==
-"@next/swc-android-arm64@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.1.1.tgz#4fc66990c71c066f99fc435c0e8a4b3191bdfb4a"
- integrity sha512-X5qEz0YeeYT0Gz2wXPAEtRKEuAsLUIEgC/DDfS98t/5Idjv0S4aqIX+TQdzoXP5bwQkIr+mSg+MBIdLtbtnCsA==
+"@next/swc-android-arm64@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.1.4.tgz#f320d60639e19ecffa1f9034829f2d95502a9a51"
+ integrity sha512-LXraazvQQFBgxIg3Htny6G5V5he9EK7oS4jWtMdTGIikmD/OGByOv8ZjLuVLZLtVm3UIvaAiGtlQSLecxJoJDw==
-"@next/swc-darwin-arm64@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.1.tgz#a5b4ea73ebf769f48dae97942b6b6fbeaf3f1dfc"
- integrity sha512-bKKSNaTdnO3XPnfaR4NSpPcbs80fdbtOYC2lgtqLzA0bOMioupixMP5GrA/gfJHwh7GRH+A+sbgKQWsqSsYAqQ==
+"@next/swc-darwin-arm64@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.4.tgz#fd578278312613eddcf3aee26910100509941b63"
+ integrity sha512-SSST/dBymecllZxcqTCcSTCu5o1NKk9I+xcvhn/O9nH6GWjgvGgGkNqLbCarCa0jJ1ukvlBA138FagyrmZ/4rQ==
-"@next/swc-darwin-x64@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.1.1.tgz#064d50c08d9eec0fc1ff76e190d4fe43184aa8b7"
- integrity sha512-2VOsA6WLDuDBA6935djohWGGeUIKeQhXwDwu1CKx1b8+6YMMIvFr/y2dpPWoct+5/IjFz84a2MnbABwpoNB9YA==
+"@next/swc-darwin-x64@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.1.4.tgz#ace5f80d8c8348efe194f6d7074c6213c52b3944"
+ integrity sha512-p1lwdX0TVjaoDXQVuAkjtxVBbCL/urgxiMCBwuPDO7TikpXtSRivi+mIzBj5q7ypgICFmIAOW3TyupXeoPRAnA==
-"@next/swc-linux-arm-gnueabihf@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.1.1.tgz#6cd6edda7f17ad1ceb1cd242419d93a643b1de31"
- integrity sha512-1urXtWwqjqbbpJBWeJYz5ATgelKacVNdKIdhfahbsmW+DZGoK5TYovgieyHFYUCyHdTuKeLTVR62ahIRUBv1YA==
+"@next/swc-linux-arm-gnueabihf@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.1.4.tgz#2bf2c83863635f19c71c226a2df936e001cce29c"
+ integrity sha512-67PZlgkCn3TDxacdVft0xqDCL7Io1/C4xbAs0+oSQ0xzp6OzN2RNpuKjHJrJgKd0DsE1XZ9sCP27Qv0591yfyg==
-"@next/swc-linux-arm64-gnu@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.1.1.tgz#d480c71de4150728c0c67a363c7f17291db3f070"
- integrity sha512-CDD9yFuknDvTOzzDnvfmb58USI5Vu6FUyzw96udKj7KA/n1YrNQ4K8X7KsDCRZoqfRWYceAyj1EpwHkfdiB7bg==
+"@next/swc-linux-arm64-gnu@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.1.4.tgz#d577190f641c9b4b463719dd6b8953b6ba9be8d9"
+ integrity sha512-OnOWixhhw7aU22TQdQLYrgpgFq0oA1wGgnjAiHJ+St7MLj82KTDyM9UcymAMbGYy6nG/TFOOHdTmRMtCRNOw0g==
-"@next/swc-linux-arm64-musl@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.1.1.tgz#9578705269b746617c763c1ac5c5b26084f1e5ce"
- integrity sha512-nxyjgmbOpZm7gGPj9EV5Cqosoujt+ih/8SO2XG+BetgfAk0+c15793DHVAljNuc8GF9wpzqQnjMMUZ211VmQsg==
+"@next/swc-linux-arm64-musl@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.1.4.tgz#e70ffe70393d8f9242deecdb282ce5a8fd588b14"
+ integrity sha512-UoRMzPZnsAavdWtVylYxH8DNC7Uy0i6RrvNwT4PyQVdfANBn2omsUkcH5lgS2O7oaz0nAYLk1vqyZDO7+tJotA==
-"@next/swc-linux-x64-gnu@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.1.1.tgz#40f3c79b65b6cfc880e6131a25f7936716ded1b9"
- integrity sha512-L8Cu8kH3Vn2dnRpvcvGGA1TlmDP2WXJ+qDwvjb/ikDXLdRdmFvJwHh45JUGiW2FHed3lGseOgNsuYiDvnT8Cdw==
+"@next/swc-linux-x64-gnu@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.1.4.tgz#91498a130387fb1961902f2bee55863f8e910cff"
+ integrity sha512-nM+MA/frxlTLUKLJKorctdI20/ugfHRjVEEkcLp/58LGG7slNaP1E5d5dRA1yX6ISjPcQAkywas5VlGCg+uTvA==
-"@next/swc-linux-x64-musl@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.1.1.tgz#922ea0306d36b5fd860d8cc5a6f4c53dca09395c"
- integrity sha512-4RAb7L69MoRSggBqUfF3OrtBCUN2zPDi7asfL7bfxEhH10LGzyfil8dT0GVjPOPFz/SyLx3ORd6avGij2IlJUA==
+"@next/swc-linux-x64-musl@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.1.4.tgz#78057b03c148c121553d41521ad38f6c732762ff"
+ integrity sha512-GoRHxkuW4u4yKw734B9SzxJwVdyEJosaZ62P7ifOwcujTxhgBt3y76V2nNUrsSuopcKI2ZTDjaa+2wd5zyeXbA==
-"@next/swc-win32-arm64-msvc@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.1.1.tgz#be13af4e33c071e6ec97b2cfead51eb57ecf189b"
- integrity sha512-zvkuNIgOxkAU3RbzWRGCcFasDxWJdhONt2YeRGe39dJERHhEFA1u4HgaZw/SFE/kfrNRUZbXjJNAg3OU/EpPZw==
+"@next/swc-win32-arm64-msvc@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.1.4.tgz#05bbaabacac23b8edf6caa99eb86b17550a09051"
+ integrity sha512-6TQkQze0ievXwHJcVUrIULwCYVe3ccX6T0JgZ1SiMeXpHxISN7VJF/O8uSCw1JvXZYZ6ud0CJ7nfC5HXivgfPg==
-"@next/swc-win32-ia32-msvc@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.1.1.tgz#2a5adb993542fc54fedfd525c69593f75c055595"
- integrity sha512-GsNDtZ//uKWNVjiwv3YKQYsDXuRWTz8jTmxopf5Ws3dK+zA77hn4o46LBQg0JPCNqTUO6eIOlUBjqSL6ejxmSQ==
+"@next/swc-win32-ia32-msvc@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.1.4.tgz#8fd2fb48f04a2802e51fc320878bf6b411c1c866"
+ integrity sha512-CsbX/IXuZ5VSmWCpSetG2HD6VO5FTsO39WNp2IR2Ut/uom9XtLDJAZqjQEnbUTLGHuwDKFjrIO3LkhtROXLE/g==
-"@next/swc-win32-x64-msvc@12.1.1":
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.1.tgz#21c12feb6acf75cac7c1ae4ca7f251aa1943f081"
- integrity sha512-nH5osn/uK9wsjT8Jh1YxMtRrkN5hoCNLQjsEdvfUfb+loQXeYiBd3n/0DUJkf6Scjfv6/htfUTPP3AEa7AbBxQ==
+"@next/swc-win32-x64-msvc@12.1.4":
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.4.tgz#a72ed44c9b1f850986a30fe36c59e01f8a79b5f3"
+ integrity sha512-JtYuWzKXKLDMgE/xTcFtCm1MiCIRaAc5XYZfYX3n/ZWSI1SJS/GMm+Su0SAHJgRFavJh6U/p998YwO/iGTIgqQ==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
@@ -182,10 +182,10 @@
dependencies:
prop-types "^15.7.2"
-"@stripe/stripe-js@1.25.0":
- version "1.25.0"
- resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.25.0.tgz#74334e3f9971e8dfd352a67581c6e02dc5c2ebf8"
- integrity sha512-cywIoKu3sJnBPQ1eKi3BzFHWslA2ePqHvQhcxp7iYYlo1tWcVgEKTSh7y7hb6GoR4TyT3DwlK4v1vOZpVg8u4Q==
+"@stripe/stripe-js@1.26.0":
+ version "1.26.0"
+ resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.26.0.tgz#45670924753c01e18d0544ea1f1067b474aaa96f"
+ integrity sha512-4R1vC75yKaCVFARW3bhelf9+dKt4NP4iZY/sIjGK7AAMBVvZ47eG74NvsAIUdUnhOXSWFMjdFWqv+etk5BDW4g==
"@tailwindcss/forms@0.5.0":
version "0.5.0"
@@ -786,12 +786,12 @@ escape-string-regexp@^4.0.0:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
-eslint-config-next@12.1.1:
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.1.1.tgz#11f948c5f4959267c2157dff8f2c28d067e3e1d9"
- integrity sha512-+Ql9F07Pafs+cDgy8Zp0F8FxCBq7ke02ZyC2/MMEiGAX+WlnuUCrboBDnfzmHJpAAkcBPjUthunu6LBnF9KWIQ==
+eslint-config-next@12.1.4:
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-12.1.4.tgz#939ea2ff33034763300bf1e62482cea91212d274"
+ integrity sha512-Uj0jrVjoQbg9qerxRjSHoOOv3PEzoZxpb8G9LYct25fsflP8xIiUq0l4WEu2KSB5owuLv5hie7wSMqPEsHj+bQ==
dependencies:
- "@next/eslint-plugin-next" "12.1.1"
+ "@next/eslint-plugin-next" "12.1.4"
"@rushstack/eslint-patch" "1.0.8"
"@typescript-eslint/parser" "5.10.1"
eslint-import-resolver-node "0.3.4"
@@ -1693,29 +1693,28 @@ natural-compare@^1.4.0:
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
-next@12.1.1:
- version "12.1.1"
- resolved "https://registry.yarnpkg.com/next/-/next-12.1.1.tgz#f5e73d3a204da0632484a56040c23a4796958bc6"
- integrity sha512-IOfEIAgroMtsoYz6HXpDS+b5WB9WZ+MH266COXGlcpIiYSgUyJf9xV6vF+zY2RPvBJFT4fUW0EVdVnoOmTloDw==
+next@12.1.4:
+ version "12.1.4"
+ resolved "https://registry.yarnpkg.com/next/-/next-12.1.4.tgz#597a9bdec7aec778b442c4f6d41afd2c64a54b23"
+ integrity sha512-DA4g97BM4Z0nKtDvCTm58RxdvoQyYzeg0AeVbh0N4Y/D8ELrNu47lQeEgRGF8hV4eQ+Sal90zxrJQQG/mPQ8CQ==
dependencies:
- "@next/env" "12.1.1"
+ "@next/env" "12.1.4"
caniuse-lite "^1.0.30001283"
postcss "8.4.5"
styled-jsx "5.0.1"
- use-subscription "1.5.1"
optionalDependencies:
- "@next/swc-android-arm-eabi" "12.1.1"
- "@next/swc-android-arm64" "12.1.1"
- "@next/swc-darwin-arm64" "12.1.1"
- "@next/swc-darwin-x64" "12.1.1"
- "@next/swc-linux-arm-gnueabihf" "12.1.1"
- "@next/swc-linux-arm64-gnu" "12.1.1"
- "@next/swc-linux-arm64-musl" "12.1.1"
- "@next/swc-linux-x64-gnu" "12.1.1"
- "@next/swc-linux-x64-musl" "12.1.1"
- "@next/swc-win32-arm64-msvc" "12.1.1"
- "@next/swc-win32-ia32-msvc" "12.1.1"
- "@next/swc-win32-x64-msvc" "12.1.1"
+ "@next/swc-android-arm-eabi" "12.1.4"
+ "@next/swc-android-arm64" "12.1.4"
+ "@next/swc-darwin-arm64" "12.1.4"
+ "@next/swc-darwin-x64" "12.1.4"
+ "@next/swc-linux-arm-gnueabihf" "12.1.4"
+ "@next/swc-linux-arm64-gnu" "12.1.4"
+ "@next/swc-linux-arm64-musl" "12.1.4"
+ "@next/swc-linux-x64-gnu" "12.1.4"
+ "@next/swc-linux-x64-musl" "12.1.4"
+ "@next/swc-win32-arm64-msvc" "12.1.4"
+ "@next/swc-win32-ia32-msvc" "12.1.4"
+ "@next/swc-win32-x64-msvc" "12.1.4"
node-releases@^2.0.2:
version "2.0.2"
@@ -1956,10 +1955,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
-prettier@2.6.1:
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
- integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
+prettier@2.6.2:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
+ integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
pretty-bytes@6.0.0:
version "6.0.0"
@@ -1994,10 +1993,10 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
-qs@^6.6.0:
- version "6.10.1"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
- integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
+qs@^6.10.3:
+ version "6.10.3"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e"
+ integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==
dependencies:
side-channel "^1.0.4"
@@ -2265,13 +2264,13 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
-stripe@8.212.0:
- version "8.212.0"
- resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.212.0.tgz#78dc8d2be770580be23a8e597641a9ace6fd1035"
- integrity sha512-xQ2uPMRAmRyOiMZktw3hY8jZ8LFR9lEQRPEaQ5WcDcn51kMyn46GeikOikxiFTHEN8PeKRdwtpz4yNArAvu/Kg==
+stripe@8.215.0:
+ version "8.215.0"
+ resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.215.0.tgz#bb464e256fb83da9ea2f514711fd0f6f7ae7dc9a"
+ integrity sha512-M+7iTZ9bzTkU1Ms+Zsuh0mTQfEzOjMoqyEaVBpuUmdbWTvshavzpAihsOkfabEu+sNY0vdbQxxHZ4kI3W8pKHQ==
dependencies:
"@types/node" ">=8.1.0"
- qs "^6.6.0"
+ qs "^6.10.3"
styled-jsx@5.0.1:
version "5.0.1"
@@ -2425,13 +2424,6 @@ url-parse@^1.4.7:
querystringify "^2.1.1"
requires-port "^1.0.0"
-use-subscription@1.5.1:
- version "1.5.1"
- resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
- integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
- dependencies:
- object-assign "^4.1.1"
-
util-deprecate@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
diff --git a/packages/dnslink-api/package.json b/packages/dnslink-api/package.json
index 4b913067..cf579bc3 100644
--- a/packages/dnslink-api/package.json
+++ b/packages/dnslink-api/package.json
@@ -8,6 +8,6 @@
"is-valid-domain": "^0.1.6"
},
"devDependencies": {
- "prettier": "^2.6.1"
+ "prettier": "^2.6.2"
}
}
diff --git a/packages/dnslink-api/yarn.lock b/packages/dnslink-api/yarn.lock
index 56631f9e..de7a295e 100644
--- a/packages/dnslink-api/yarn.lock
+++ b/packages/dnslink-api/yarn.lock
@@ -265,10 +265,10 @@ path-to-regexp@0.1.7:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
-prettier@^2.6.1:
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
- integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
+prettier@^2.6.2:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
+ integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
proxy-addr@~2.0.7:
version "2.0.7"
diff --git a/packages/handshake-api/package.json b/packages/handshake-api/package.json
index c102dd9d..85265b03 100644
--- a/packages/handshake-api/package.json
+++ b/packages/handshake-api/package.json
@@ -10,6 +10,6 @@
"punycode": "^2.1.1"
},
"devDependencies": {
- "prettier": "^2.6.1"
+ "prettier": "^2.6.2"
}
}
diff --git a/packages/handshake-api/yarn.lock b/packages/handshake-api/yarn.lock
index 421cde2e..60c305b6 100644
--- a/packages/handshake-api/yarn.lock
+++ b/packages/handshake-api/yarn.lock
@@ -314,10 +314,10 @@ path-to-regexp@0.1.7:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
-prettier@^2.6.1:
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
- integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
+prettier@^2.6.2:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
+ integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
proxy-addr@~2.0.7:
version "2.0.7"
diff --git a/packages/health-check/package.json b/packages/health-check/package.json
index fd512fc8..80c0fe5f 100644
--- a/packages/health-check/package.json
+++ b/packages/health-check/package.json
@@ -19,6 +19,6 @@
},
"devDependencies": {
"jest": "^27.5.1",
- "prettier": "^2.6.1"
+ "prettier": "^2.6.2"
}
}
diff --git a/packages/health-check/yarn.lock b/packages/health-check/yarn.lock
index 5aae0c3d..f831fe04 100644
--- a/packages/health-check/yarn.lock
+++ b/packages/health-check/yarn.lock
@@ -2643,10 +2643,10 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
-prettier@^2.6.1:
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
- integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
+prettier@^2.6.2:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
+ integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
pretty-format@^27.5.1:
version "27.5.1"
diff --git a/packages/website/package.json b/packages/website/package.json
index 3605dd76..9d0a7302 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -13,10 +13,10 @@
"copy-text-to-clipboard": "3.0.1",
"crypto-browserify": "3.12.0",
"framer-motion": "6.2.8",
- "gatsby": "4.10.3",
+ "gatsby": "4.11.1",
"gatsby-background-image": "1.6.0",
- "gatsby-plugin-image": "2.10.1",
- "gatsby-plugin-manifest": "4.10.2",
+ "gatsby-plugin-image": "2.11.1",
+ "gatsby-plugin-manifest": "4.11.1",
"gatsby-plugin-postcss": "5.10.0",
"gatsby-plugin-react-helmet": "5.10.0",
"gatsby-plugin-robots-txt": "1.7.0",
@@ -25,14 +25,14 @@
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-source-filesystem": "4.10.1",
"gatsby-transformer-sharp": "4.10.0",
- "gatsby-transformer-yaml": "4.10.0",
+ "gatsby-transformer-yaml": "4.11.0",
"gbimage-bridge": "0.2.1",
"http-status-codes": "2.2.0",
"ms": "2.1.3",
"nanoid": "3.3.2",
"normalize.css": "8.0.1",
"path-browserify": "1.0.1",
- "polished": "4.1.4",
+ "polished": "4.2.1",
"postcss": "8.4.12",
"prop-types": "15.8.1",
"react": "17.0.2",
diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock
index ef122f09..860b612f 100644
--- a/packages/website/yarn.lock
+++ b/packages/website/yarn.lock
@@ -989,10 +989,10 @@
core-js-pure "^3.20.2"
regenerator-runtime "^0.13.4"
-"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.5", "@babel/runtime@^7.16.7", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
- version "7.17.2"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
- integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
+"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.16.5", "@babel/runtime@^7.16.7", "@babel/runtime@^7.17.8", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
+ version "7.17.8"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2"
+ integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==
dependencies:
regenerator-runtime "^0.13.4"
@@ -1669,15 +1669,15 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
-"@parcel/bundler-default@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/bundler-default/-/bundler-default-2.3.2.tgz#329f171e210dfb22beaa52ae706ccde1dae384c1"
- integrity sha512-JUrto4mjSD0ic9dEqRp0loL5o3HVYHja1ZIYSq+rBl2UWRV6/9cGTb07lXOCqqm0BWE+hQ4krUxB76qWaF0Lqw==
+"@parcel/bundler-default@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/bundler-default/-/bundler-default-2.4.1.tgz#a158fe63d99e38865db8353132bd1b2ff62ab47a"
+ integrity sha512-PTfBOuoiiYdfwyoPFeBTOinyl1RL4qaoyAQ0PCe01C1i4NcRWCY1w7zRvwJW/OhU3Ka+LtioGmfxu5/drdXzLg==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/hash" "2.3.2"
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/hash" "2.4.1"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
nullthrows "^1.1.1"
"@parcel/cache@2.3.1":
@@ -1690,15 +1690,15 @@
"@parcel/utils" "2.3.1"
lmdb "^2.0.2"
-"@parcel/cache@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/cache/-/cache-2.3.2.tgz#ba8c2af02fd45b90c7bc6f829bfc566d1ded0a13"
- integrity sha512-Xxq+ekgcFEme6Fn1v7rEOBkyMOUOUu7eNqQw0l6HQS+INZ2Q7YzzfdW7pI8rEOAAICVg5BWKpmBQZpgJlT+HxQ==
+"@parcel/cache@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/cache/-/cache-2.4.1.tgz#94322d6de5b9ccb18d58585c267022f47a6315d3"
+ integrity sha512-2N5ly++p/yefmPdK39X1QIoA2e6NtS1aYSsxrIC9EX92Kjd7SfSceqUJhlJWB49omJSheEJLd1qM3EJG9EvICQ==
dependencies:
- "@parcel/fs" "2.3.2"
- "@parcel/logger" "2.3.2"
- "@parcel/utils" "2.3.2"
- lmdb "^2.0.2"
+ "@parcel/fs" "2.4.1"
+ "@parcel/logger" "2.4.1"
+ "@parcel/utils" "2.4.1"
+ lmdb "2.2.4"
"@parcel/codeframe@2.3.1":
version "2.3.1"
@@ -1707,38 +1707,38 @@
dependencies:
chalk "^4.1.0"
-"@parcel/codeframe@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/codeframe/-/codeframe-2.3.2.tgz#73fb5a89910b977342808ca8f6ece61fa01b7690"
- integrity sha512-ireQALcxxrTdIEpzTOoMo/GpfbFm1qlyezeGl3Hce3PMvHLg3a5S6u/Vcy7SAjdld5GfhHEqVY+blME6Z4CyXQ==
+"@parcel/codeframe@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/codeframe/-/codeframe-2.4.1.tgz#57dcedb0326ca120241d2f272b84019009350b20"
+ integrity sha512-m3WDeEpWvgqekCqsHfPMJrSQquahdIgSR1x1RDCqQ1YelvW0fQiGgu42MXI5tjoBrHC1l1mF01UDb+xMSxz1DA==
dependencies:
chalk "^4.1.0"
-"@parcel/compressor-raw@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/compressor-raw/-/compressor-raw-2.3.2.tgz#1a808ae9e61ed86f655935e1d2a984383b3c00a7"
- integrity sha512-8dIoFwinYK6bOTpnZOAwwIv0v73y0ezsctPmfMnIqVQPn7wJwfhw/gbKVcmK5AkgQMkyid98hlLZoaZtGF1Mdg==
+"@parcel/compressor-raw@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/compressor-raw/-/compressor-raw-2.4.1.tgz#0bd2cb6fe02ae910e4e25f4db7b08ec1c1a52395"
+ integrity sha512-cEOOOzIK7glxCqJX0OfBFBZE/iT7tmjEOXswRY3CnqY9FGoY3NYDAsOLm7A73RuIdNaZfYVxVUy3g7OLpbKL+g==
dependencies:
- "@parcel/plugin" "2.3.2"
+ "@parcel/plugin" "2.4.1"
-"@parcel/core@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/core/-/core-2.3.2.tgz#1b9a79c1ff96dba5e0f53d4277bed4e7ab4590d0"
- integrity sha512-gdJzpsgeUhv9H8T0UKVmyuptiXdduEfKIUx0ci+/PGhq8cCoiFnlnuhW6H7oLr79OUc+YJStabDJuG4U2A6ysw==
+"@parcel/core@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/core/-/core-2.4.1.tgz#436b219769f273af299deb81f576be5b528c7e27"
+ integrity sha512-h2FvqLA75ZQdIXX1y+ylGjIIi7YtbAUJyIapxaO081h3EsYG2jr9sRL4sym5ECgmvbyua/DEgtMLX3eGYn09FA==
dependencies:
- "@parcel/cache" "2.3.2"
- "@parcel/diagnostic" "2.3.2"
- "@parcel/events" "2.3.2"
- "@parcel/fs" "2.3.2"
- "@parcel/graph" "2.3.2"
- "@parcel/hash" "2.3.2"
- "@parcel/logger" "2.3.2"
- "@parcel/package-manager" "2.3.2"
- "@parcel/plugin" "2.3.2"
+ "@parcel/cache" "2.4.1"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/events" "2.4.1"
+ "@parcel/fs" "2.4.1"
+ "@parcel/graph" "2.4.1"
+ "@parcel/hash" "2.4.1"
+ "@parcel/logger" "2.4.1"
+ "@parcel/package-manager" "2.4.1"
+ "@parcel/plugin" "2.4.1"
"@parcel/source-map" "^2.0.0"
- "@parcel/types" "2.3.2"
- "@parcel/utils" "2.3.2"
- "@parcel/workers" "2.3.2"
+ "@parcel/types" "2.4.1"
+ "@parcel/utils" "2.4.1"
+ "@parcel/workers" "2.4.1"
abortcontroller-polyfill "^1.1.9"
base-x "^3.0.8"
browserslist "^4.6.6"
@@ -1747,7 +1747,7 @@
dotenv-expand "^5.1.0"
json-source-map "^0.6.1"
json5 "^2.2.0"
- msgpackr "^1.5.1"
+ msgpackr "^1.5.4"
nullthrows "^1.1.1"
semver "^5.7.1"
@@ -1759,10 +1759,10 @@
json-source-map "^0.6.1"
nullthrows "^1.1.1"
-"@parcel/diagnostic@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/diagnostic/-/diagnostic-2.3.2.tgz#1d3f0b55bfd9839c6f41d704ebbc89a96cca88dc"
- integrity sha512-/xW93Az4AOiifuYW/c4CDbUcu3lx5FcUDAj9AGiR9NSTsF/ROC/RqnxvQ3AGtqa14R7vido4MXEpY3JEp6FsqA==
+"@parcel/diagnostic@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/diagnostic/-/diagnostic-2.4.1.tgz#edb275699b543f71cf933bea141a3165ad919a0d"
+ integrity sha512-wmJIfn0PG2ABuraS+kMjl6UKaLjTDTtG+XkjJLWHzU/dd5RozqAZDKp65GWjvHzHLx7KICTAdUJsXh2s3TnTOQ==
dependencies:
json-source-map "^0.6.1"
nullthrows "^1.1.1"
@@ -1772,10 +1772,10 @@
resolved "https://registry.yarnpkg.com/@parcel/events/-/events-2.3.1.tgz#77108bd706638831339b96eaab39a0e9137aa92e"
integrity sha512-J2rWKGl1Z2IvwwDwWYz/4gUxC1P4LsioUyOo1HYGT+N5+r41P8ZB5CM/aosI2qu5mMsH8rTpclOv5E36vCSQxw==
-"@parcel/events@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/events/-/events-2.3.2.tgz#b6bcfbbc96d883716ee9d0e6ab232acdee862790"
- integrity sha512-WiYIwXMo4Vd+pi58vRoHkul8TPE5VEfMY+3FYwVCKPl/LYqSD+vz6wMx9uG18mEbB1d/ofefv5ZFQNtPGKO4tQ==
+"@parcel/events@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/events/-/events-2.4.1.tgz#6e1ba26d55f7a2d6a7491e0901d287de3e471e99"
+ integrity sha512-er2jwyzYt3Zimkrp7TR865GIeIMYNd7YSSxW39y/egm4LIPBsruUpHSnKRD5b65Jd+gckkxDsnrpADG6MH1zNw==
"@parcel/fs-search@2.3.1":
version "2.3.1"
@@ -1784,10 +1784,10 @@
dependencies:
detect-libc "^1.0.3"
-"@parcel/fs-search@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/fs-search/-/fs-search-2.3.2.tgz#18611877ac1b370932c71987c2ec0e93a4a7e53d"
- integrity sha512-u3DTEFnPtKuZvEtgGzfVjQUytegSSn3POi7WfwMwPIaeDPfYcyyhfl+c96z7VL9Gk/pqQ99/cGyAwFdFsnxxXA==
+"@parcel/fs-search@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/fs-search/-/fs-search-2.4.1.tgz#ae195107895f366183ed0a3fa34bd4eeeaf3dfef"
+ integrity sha512-xfoLvHjHkZm4VZf3UWU5v6gzz+x7IBVY7siHGn0YyGwvlv73FmiR4mCSizqerXOyXknF2fpg6tNHNQyyNLS32Q==
dependencies:
detect-libc "^1.0.3"
@@ -1802,23 +1802,23 @@
"@parcel/watcher" "^2.0.0"
"@parcel/workers" "2.3.1"
-"@parcel/fs@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/fs/-/fs-2.3.2.tgz#9628441a84c2582e1f6e69549feb0da0cc143e40"
- integrity sha512-XV+OsnRpN01QKU37lBN0TFKvv7uPKfQGbqFqYOrMbXH++Ae8rBU0Ykz+Yu4tv2h7shMlde+AMKgRnRTAJZpWEQ==
+"@parcel/fs@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/fs/-/fs-2.4.1.tgz#49e22a8f8018916a4922682e8e608256752c9692"
+ integrity sha512-kE9HzW6XjO/ZA5bQnAzp1YVmGlXeDqUaius2cH2K0wU7KQX/GBjyfEWJm/UsKPB6QIrGXgkPH6ashNzOgwDqpw==
dependencies:
- "@parcel/fs-search" "2.3.2"
- "@parcel/types" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/fs-search" "2.4.1"
+ "@parcel/types" "2.4.1"
+ "@parcel/utils" "2.4.1"
"@parcel/watcher" "^2.0.0"
- "@parcel/workers" "2.3.2"
+ "@parcel/workers" "2.4.1"
-"@parcel/graph@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/graph/-/graph-2.3.2.tgz#4194816952ab322ab22a17f7d9ea17befbade64d"
- integrity sha512-ltTBM3IEqumgmy4ABBFETT8NtAwSsjD9mY3WCyJ5P8rUshfVCg093rvBPbpuJYMaH/TV1AHVaWfZqaZ4JQDIQQ==
+"@parcel/graph@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/graph/-/graph-2.4.1.tgz#33c8d370603e898d1ef6e99b4936b90c45d6d76c"
+ integrity sha512-3JCnPI9BJdKpGIk6NtVN7ML3C/J9Ey+WfUfk8WisDxFP7vjYkXwZbNSR/HnxH+Y03wmB6cv4HI8A4kndF0H0pw==
dependencies:
- "@parcel/utils" "2.3.2"
+ "@parcel/utils" "2.4.1"
nullthrows "^1.1.1"
"@parcel/hash@2.3.1":
@@ -1829,10 +1829,10 @@
detect-libc "^1.0.3"
xxhash-wasm "^0.4.2"
-"@parcel/hash@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/hash/-/hash-2.3.2.tgz#33b8ff04bb44f6661bdc1054b302ef1b6bd3acb3"
- integrity sha512-SMtYTsHihws/wqdVnOr0QAGyGYsW9rJSJkkoRujUxo8l2ctnBN1ztv89eOUrdtgHsmcnj/oz1yw6sN38X+BUng==
+"@parcel/hash@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/hash/-/hash-2.4.1.tgz#475ecec62b08dbd21dddb62d6dc5b9148a6e5fe5"
+ integrity sha512-Ch1kkFPedef3geapU+XYmAdZY29u3eQXn/twMjowAKkWCmj6wZ+muUgBmOO2uCfK3xys7GycI8jYZcAbF5DVLg==
dependencies:
detect-libc "^1.0.3"
xxhash-wasm "^0.4.2"
@@ -1845,13 +1845,13 @@
"@parcel/diagnostic" "2.3.1"
"@parcel/events" "2.3.1"
-"@parcel/logger@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/logger/-/logger-2.3.2.tgz#b5fc7a9c1664ee0286d0f67641c7c81c8fec1561"
- integrity sha512-jIWd8TXDQf+EnNWSa7Q10lSQ6C1LSH8OZkTlaINrfVIw7s+3tVxO3I4pjp7/ARw7RX2gdNPlw6fH4Gn/HvvYbw==
+"@parcel/logger@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/logger/-/logger-2.4.1.tgz#8f87097009d6847409da69ecbc248a136b2f36c2"
+ integrity sha512-wm7FoKY+1dyo+Dd7Z4b0d6hmpgRBWfZwCoZSSyhgbG96Ty68/oo3m7oEMXPfry8IVGIhShmWKDp4py44PH3l7w==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/events" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/events" "2.4.1"
"@parcel/markdown-ansi@2.3.1":
version "2.3.1"
@@ -1860,40 +1860,40 @@
dependencies:
chalk "^4.1.0"
-"@parcel/markdown-ansi@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/markdown-ansi/-/markdown-ansi-2.3.2.tgz#2a5be7ce76a506a9d238ea2257cb28e43abe4902"
- integrity sha512-l01ggmag5QScCk9mYA0xHh5TWSffR84uPFP2KvaAMQQ9NLNufcFiU0mn/Mtr3pCb5L5dSzmJ+Oo9s7P1Kh/Fmg==
+"@parcel/markdown-ansi@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/markdown-ansi/-/markdown-ansi-2.4.1.tgz#65f798234e5767d92c5f411de5aae11e611cd9b6"
+ integrity sha512-BkWhzbKQhTQ9lS96ZMMG0KyXSJBFdNeBVobWrdrrwcFlNER0nt2m6fdF7Hfpf1TqFhM4tT+GNFtON7ybL53RiQ==
dependencies:
chalk "^4.1.0"
-"@parcel/namer-default@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/namer-default/-/namer-default-2.3.2.tgz#84e17abfc84fd293b23b3f405280ed2e279c75d8"
- integrity sha512-3QUMC0+5+3KMKfoAxYAbpZtuRqTgyZKsGDWzOpuqwemqp6P8ahAvNPwSCi6QSkGcTmvtYwBu9/NHPSONxIFOfg==
+"@parcel/namer-default@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/namer-default/-/namer-default-2.4.1.tgz#63442b2bf06ec555f825924435f450c9768bcc5a"
+ integrity sha512-a/Xulfia7JJP6Cw/D6Wq5xX6IAKVKMRPEYtU2wB8vKuwC/et6kXi+0bFVeCLnTjDzVtsjDdyOEwfRC4yiEy3BA==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/plugin" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/plugin" "2.4.1"
nullthrows "^1.1.1"
-"@parcel/node-resolver-core@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/node-resolver-core/-/node-resolver-core-2.3.2.tgz#dd360f405949fdcd62980cd44825052ab28f6135"
- integrity sha512-wmrnMNzJN4GuHw2Ftho+BWgSWR6UCkW3XoMdphqcxpw/ieAdS2a+xYSosYkZgQZ6lGutSvLyJ1CkVvP6RLIdQQ==
+"@parcel/node-resolver-core@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/node-resolver-core/-/node-resolver-core-2.4.1.tgz#640fd087f610f030db7411bb2f61ae0e896d7cd1"
+ integrity sha512-CvCADj3l4o5USqz/ZCaqbK8gdAQK63q94oSa0KnP6hrcDI/gDyf5Bk4+3cD4kSI+ByuN6aFLAYBS2nHBh5O/MQ==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/utils" "2.4.1"
nullthrows "^1.1.1"
-"@parcel/optimizer-terser@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/optimizer-terser/-/optimizer-terser-2.3.2.tgz#790b69e6ecc6ef0d8f25b57e9a13806e1f1c2943"
- integrity sha512-dOapHhfy0xiNZa2IoEyHGkhhla07xsja79NPem14e5jCqY6Oi40jKNV4ab5uu5u1elWUjJuw69tiYbkDZWbKQw==
+"@parcel/optimizer-terser@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/optimizer-terser/-/optimizer-terser-2.4.1.tgz#999ae4551448540494f79861d4f68eb0cd0bfa48"
+ integrity sha512-naRdp6gApWHUI1FCBZEJs9NzNngjZx8hRhIHeQtTxWpc2Mu8cVzxbVHNAwUj10nW3iOYmxyj4wleOArl8xpVCQ==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/plugin" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/plugin" "2.4.1"
"@parcel/source-map" "^2.0.0"
- "@parcel/utils" "2.3.2"
+ "@parcel/utils" "2.4.1"
nullthrows "^1.1.1"
terser "^5.2.0"
@@ -1910,38 +1910,38 @@
"@parcel/workers" "2.3.1"
semver "^5.7.1"
-"@parcel/package-manager@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/package-manager/-/package-manager-2.3.2.tgz#380f0741c9d0c79c170c437efae02506484df315"
- integrity sha512-pAQfywKVORY8Ee+NHAyKzzQrKbnz8otWRejps7urwhDaTVLfAd5C/1ZV64ATZ9ALYP9jyoQ8bTaxVd4opcSuwg==
+"@parcel/package-manager@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/package-manager/-/package-manager-2.4.1.tgz#fcd05b0d1999bef52496599043e0d5432abf57da"
+ integrity sha512-JUUinm4U3hy4epHl9A389xb+BGiFR8n9+qw3Z4UDfS1te43sh8+0virBGcnai/G7mlr5/vHW+l9xulc7WQaY6w==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/fs" "2.3.2"
- "@parcel/logger" "2.3.2"
- "@parcel/types" "2.3.2"
- "@parcel/utils" "2.3.2"
- "@parcel/workers" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/fs" "2.4.1"
+ "@parcel/logger" "2.4.1"
+ "@parcel/types" "2.4.1"
+ "@parcel/utils" "2.4.1"
+ "@parcel/workers" "2.4.1"
semver "^5.7.1"
-"@parcel/packager-js@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/packager-js/-/packager-js-2.3.2.tgz#2d2566bde0da921042b79aa827c71109665d795c"
- integrity sha512-3OP0Ro9M1J+PIKZK4Ec2N5hjIPiqk++B2kMFeiUqvaNZjJgKrPPEICBhjS52rma4IE/NgmIMB3aI5pWqE/KwNA==
+"@parcel/packager-js@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/packager-js/-/packager-js-2.4.1.tgz#f544f9e48718a1187be7856a5e638dc231e1867e"
+ integrity sha512-broWBUQisJLF5ThFtnl/asypuLMlMBwFPBTr8Ho9FYlL6W4wUzIymu7eOcuDljstmbD6luNVGMdCBYqt3IhHmw==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/hash" "2.3.2"
- "@parcel/plugin" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/hash" "2.4.1"
+ "@parcel/plugin" "2.4.1"
"@parcel/source-map" "^2.0.0"
- "@parcel/utils" "2.3.2"
+ "@parcel/utils" "2.4.1"
globals "^13.2.0"
nullthrows "^1.1.1"
-"@parcel/packager-raw@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/packager-raw/-/packager-raw-2.3.2.tgz#869cc3e7bee8ff3655891a0af400cf4e7dd4f144"
- integrity sha512-RnoZ7WgNAFWkEPrEefvyDqus7xfv9XGprHyTbfLittPaVAZpl+4eAv43nXyMfzk77Cgds6KcNpkosj3acEpNIQ==
+"@parcel/packager-raw@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/packager-raw/-/packager-raw-2.4.1.tgz#2566bd6187cf4e2393e5aad2b567d803248fdacb"
+ integrity sha512-4lCY3TjiYaZyRIqshNF21i6XkQ5PJyr+ahhK4O2IymuYuD8/wGH2amTZqKPpGLuiF3j1HskRRUNv1ekpvExJ8w==
dependencies:
- "@parcel/plugin" "2.3.2"
+ "@parcel/plugin" "2.4.1"
"@parcel/plugin@2.3.1":
version "2.3.1"
@@ -1950,62 +1950,62 @@
dependencies:
"@parcel/types" "2.3.1"
-"@parcel/plugin@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/plugin/-/plugin-2.3.2.tgz#7701c40567d2eddd5d5b2b6298949cd03a2a22fa"
- integrity sha512-SaLZAJX4KH+mrAmqmcy9KJN+V7L+6YNTlgyqYmfKlNiHu7aIjLL+3prX8QRcgGtjAYziCxvPj0cl1CCJssaiGg==
+"@parcel/plugin@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/plugin/-/plugin-2.4.1.tgz#15294d796be2703b16fa4e617967cfaa8e5631d4"
+ integrity sha512-EJzNhwNWYuSpIPRlG1U2hKcovq/RsVie4Os1z51/e2dcCto/uAoJOMoWYYsCxtjkJ7BjFYyQ7fcZRKM9DEr6gQ==
dependencies:
- "@parcel/types" "2.3.2"
+ "@parcel/types" "2.4.1"
-"@parcel/reporter-dev-server@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/reporter-dev-server/-/reporter-dev-server-2.3.2.tgz#46ee4c53ad08c8b8afd2c79fb37381b6ba55cfb5"
- integrity sha512-E7LtnjAX4iiWMw2qKUyFBi3+bDz0UGjqgHoPQylUYYLi6opXjJz/oC+cCcCy4e3RZlkrl187XonvagS59YjDxA==
+"@parcel/reporter-dev-server@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/reporter-dev-server/-/reporter-dev-server-2.4.1.tgz#dc29b399f0402ad6327fa1697ddc8bee74e7ff7d"
+ integrity sha512-tRz1LHiudDhujBC3kJ3Qm0Wnbo3p3SpE6fjyCFRhdv2PJnEufNTTwzEUoa7lYZACwFVQUtrh6F7nMXFw6ynrsQ==
dependencies:
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
-"@parcel/resolver-default@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/resolver-default/-/resolver-default-2.3.2.tgz#286070412ad7fe506f7c88409f39b362d2041798"
- integrity sha512-y3r+xOwWsATrNGUWuZ6soA7q24f8E5tY1AZ9lHCufnkK2cdKZJ5O1cyd7ohkAiKZx2/pMd+FgmVZ/J3oxetXkA==
+"@parcel/resolver-default@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/resolver-default/-/resolver-default-2.4.1.tgz#0ac851a42c9fb7521936339341f69730e6052495"
+ integrity sha512-iJRt1+7lk0n7+wb+S/tVyiObbaiYP1YQGKRsTE8y4Kgp4/OPukdUHGFJwzbojWa0HnyoXm3zEgelVz7cHl47fQ==
dependencies:
- "@parcel/node-resolver-core" "2.3.2"
- "@parcel/plugin" "2.3.2"
+ "@parcel/node-resolver-core" "2.4.1"
+ "@parcel/plugin" "2.4.1"
-"@parcel/runtime-browser-hmr@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.3.2.tgz#cb23a850324ea792168438a9be6a345ebb66eb6d"
- integrity sha512-nRD6uOyF1+HGylP9GASbYmvUDOsDaNwvaxuGTSh8+5M0mmCgib+hVBiPEKbwdmKjGbUPt9wRFPyMa/JpeQZsIQ==
+"@parcel/runtime-browser-hmr@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.4.1.tgz#dcc0d5b41e5662aa694dc5ad937c00d088c80dca"
+ integrity sha512-INsr78Kn0OuwMdXHCzw7v6l3Gf/UBTYtX7N7JNDOIBEFFkuZQiFWyAOI2P/DvMm8qeqcsrKliBO5Xty/a2Ivaw==
dependencies:
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
-"@parcel/runtime-js@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/runtime-js/-/runtime-js-2.3.2.tgz#c0e14251ce43f95977577e23bb9ac5c2487f3bb1"
- integrity sha512-SJepcHvYO/7CEe/Q85sngk+smcJ6TypuPh4D2R8kN+cAJPi5WvbQEe7+x5BEgbN+5Jumi/Uo3FfOOE5mYh+F6g==
+"@parcel/runtime-js@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/runtime-js/-/runtime-js-2.4.1.tgz#7322a434a49ce78a14dccfb945dfc24f009397df"
+ integrity sha512-/EXwRpo+GPvWgN5yD0hjjt84Gm6QWp757dqOOzTG5R2rm1WU+g1a+zJJB1zXkxhu9lleQs44D1jEffzhh2Voyw==
dependencies:
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
nullthrows "^1.1.1"
-"@parcel/runtime-react-refresh@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.3.2.tgz#11961d7429ae3333b7efe14c4f57515df57eb5f2"
- integrity sha512-P+GRPO2XVDSBQ4HmRSj2xfbHSQvL9+ahTE/AB74IJExLTITv5l4SHAV3VsiKohuHYUAYHW3A/Oe7tEFCAb6Cug==
+"@parcel/runtime-react-refresh@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.4.1.tgz#86c9e2bbf4ce7a4bfed493da07716f8c3a24948d"
+ integrity sha512-a4GBQ/fO7Mklh1M1G2JVpJBPbZD7YXUPAzh9Y4vpCf0ouTHBRMc8ew4CyKPJIrrTly5P42tFWnD3P4FVNKwHOQ==
dependencies:
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
react-refresh "^0.9.0"
-"@parcel/runtime-service-worker@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/runtime-service-worker/-/runtime-service-worker-2.3.2.tgz#aa91797e57d1bb5b2aac04ac62c5410709ae0a27"
- integrity sha512-iREHj/eapphC4uS/zGUkiTJvG57q+CVbTrfE42kB8ECtf/RYNo5YC9htdvPZjRSXDPrEPc5NCoKp4X09ENNikw==
+"@parcel/runtime-service-worker@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/runtime-service-worker/-/runtime-service-worker-2.4.1.tgz#928fb063273766ea52d8839758c212bbc657f1cb"
+ integrity sha512-WtMKSiyQ0kF78rBw0XIx7n65mMb+6GBx+5m49r1aVZzeZEOSynpjJzJvqo7rxVmA7qTDkD2bko7BH41iScsEaw==
dependencies:
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
nullthrows "^1.1.1"
"@parcel/source-map@^2.0.0":
@@ -2015,45 +2015,45 @@
dependencies:
detect-libc "^1.0.3"
-"@parcel/transformer-js@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/transformer-js/-/transformer-js-2.3.2.tgz#24bcb488d5f82678343a5630fe4bbe822789ac33"
- integrity sha512-U1fbIoAoqR5P49S+DMhH8BUd9IHRPwrTTv6ARYGsYnhuNsjTFhNYE0kkfRYboe/e0z7vEbeJICZXjnZ7eQDw5A==
+"@parcel/transformer-js@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/transformer-js/-/transformer-js-2.4.1.tgz#824fc0cf86225a18eb3ac330a5096795ffb65374"
+ integrity sha512-39Y9RUuDk5dc09Z3Pgj8snQd5E8926IqOowdTLKNJr7EcmkwHdinbpI4EqgKnisOwX4NSzxUti1I2DHsP1QZHw==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/plugin" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/plugin" "2.4.1"
"@parcel/source-map" "^2.0.0"
- "@parcel/utils" "2.3.2"
- "@parcel/workers" "2.3.2"
- "@swc/helpers" "^0.2.11"
+ "@parcel/utils" "2.4.1"
+ "@parcel/workers" "2.4.1"
+ "@swc/helpers" "^0.3.6"
browserslist "^4.6.6"
detect-libc "^1.0.3"
nullthrows "^1.1.1"
regenerator-runtime "^0.13.7"
semver "^5.7.1"
-"@parcel/transformer-json@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/transformer-json/-/transformer-json-2.3.2.tgz#4c470e86659e87ee13b1f31e75a3621d3615b6bd"
- integrity sha512-Pv2iPaxKINtFwOk5fDbHjQlSm2Vza/NLimQY896FLxiXPNAJxWGvMwdutgOPEBKksxRx9LZPyIOHiRVZ0KcA3w==
+"@parcel/transformer-json@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/transformer-json/-/transformer-json-2.4.1.tgz#0585e539db5a81899a0409cfee63f509b81d6962"
+ integrity sha512-bAwKyWb2/Wm6GS7OpQg1lWgcq+VDBXTKy5oFGX3edbpZFsrb59Ln1v+1jI888zRq4ehDBybhx8WTxPKTJnU+jA==
dependencies:
- "@parcel/plugin" "2.3.2"
+ "@parcel/plugin" "2.4.1"
json5 "^2.2.0"
-"@parcel/transformer-raw@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/transformer-raw/-/transformer-raw-2.3.2.tgz#40d21773e295bae3b16bfe7a89e414ccf534b9c5"
- integrity sha512-lY7eOCaALZ90+GH+4PZRmAPGQRXoZ66NakSdhEtH6JSSAYOmZKDvNLGTMRo/vK1oELzWMuAHGdqvbcPDtNLLVw==
+"@parcel/transformer-raw@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/transformer-raw/-/transformer-raw-2.4.1.tgz#5e1842fbd661b6058294a7ba984a34b6896c3e65"
+ integrity sha512-0PzdWJSGSTQ522aohymHEnq4GABy0mHSs+LkPZyMfNmX9ZAIyy6XuFJ9dz8nUmP4Nhn8qDvbRjoAYXR3XsGDGQ==
dependencies:
- "@parcel/plugin" "2.3.2"
+ "@parcel/plugin" "2.4.1"
-"@parcel/transformer-react-refresh-wrap@^2.3.1":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.3.2.tgz#43ecfe6f4567b88abb81db9fe56b8d860d6a69f7"
- integrity sha512-FZaderyCExn0SBZ6D+zHPWc8JSn9YDcbfibv0wkCl+D7sYfeWZ22i7MRp5NwCe/TZ21WuxDWySCggEp/Waz2xg==
+"@parcel/transformer-react-refresh-wrap@^2.3.2":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.4.1.tgz#14f9194f30e417b46fc325f78ee4035254670f64"
+ integrity sha512-zF6pzj/BwSiD1jA/BHDCEJnKSIDekjblU+OWp1WpSjA1uYkJORuZ5knLcq6mXOQ8M2NCbOXosc1ru8071i8sYA==
dependencies:
- "@parcel/plugin" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/plugin" "2.4.1"
+ "@parcel/utils" "2.4.1"
react-refresh "^0.9.0"
"@parcel/types@2.3.1":
@@ -2069,17 +2069,17 @@
"@parcel/workers" "2.3.1"
utility-types "^3.10.0"
-"@parcel/types@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/types/-/types-2.3.2.tgz#7eb6925bc852a518dd75b742419e51292418769f"
- integrity sha512-C77Ct1xNM7LWjPTfe/dQ/9rq1efdsX5VJu2o8/TVi6qoFh64Wp/c5/vCHwKInOTBZUTchVO6z4PGJNIZoUVJuA==
+"@parcel/types@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/types/-/types-2.4.1.tgz#4cd7b99db403ec36a1fe9f31a6320b2f6148f580"
+ integrity sha512-YqkiyGS8oiD89Z2lJP7sbjn0F0wlSJMAuqgqf7obeKj0zmZJS7n2xK0uUEuIlUO+Cbqgl0kCGsUSjuT8xcEqjg==
dependencies:
- "@parcel/cache" "2.3.2"
- "@parcel/diagnostic" "2.3.2"
- "@parcel/fs" "2.3.2"
- "@parcel/package-manager" "2.3.2"
+ "@parcel/cache" "2.4.1"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/fs" "2.4.1"
+ "@parcel/package-manager" "2.4.1"
"@parcel/source-map" "^2.0.0"
- "@parcel/workers" "2.3.2"
+ "@parcel/workers" "2.4.1"
utility-types "^3.10.0"
"@parcel/utils@2.3.1":
@@ -2095,16 +2095,16 @@
"@parcel/source-map" "^2.0.0"
chalk "^4.1.0"
-"@parcel/utils@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/utils/-/utils-2.3.2.tgz#4aab052fc9f3227811a504da7b9663ca75004f55"
- integrity sha512-xzZ+0vWhrXlLzGoz7WlANaO5IPtyWGeCZruGtepUL3yheRWb1UU4zFN9xz7Z+j++Dmf1Fgkc3qdk/t4O8u9HLQ==
+"@parcel/utils@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/utils/-/utils-2.4.1.tgz#1d8e30fc0fb61a52c3445235f0ed2e0130a29797"
+ integrity sha512-hmbrnPtFAfMT6s9FMMIVlIzCwEFX/+byB67GoJmSCAMRmj6RMu4a6xKlv2FdzkTKJV2ucg8vxAcua0MQ/q8rkQ==
dependencies:
- "@parcel/codeframe" "2.3.2"
- "@parcel/diagnostic" "2.3.2"
- "@parcel/hash" "2.3.2"
- "@parcel/logger" "2.3.2"
- "@parcel/markdown-ansi" "2.3.2"
+ "@parcel/codeframe" "2.4.1"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/hash" "2.4.1"
+ "@parcel/logger" "2.4.1"
+ "@parcel/markdown-ansi" "2.4.1"
"@parcel/source-map" "^2.0.0"
chalk "^4.1.0"
@@ -2128,15 +2128,15 @@
chrome-trace-event "^1.0.2"
nullthrows "^1.1.1"
-"@parcel/workers@2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@parcel/workers/-/workers-2.3.2.tgz#05ffa2da9169bfb83335892c2b8abce55686ceb1"
- integrity sha512-JbOm+Ceuyymd1SuKGgodC2EXAiPuFRpaNUSJpz3NAsS3lVIt2TDAPMOWBivS7sML/KltspUfl/Q9YwO0TPUFNw==
+"@parcel/workers@2.4.1":
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/@parcel/workers/-/workers-2.4.1.tgz#27bc3ac703625bc1694873fee07fdbeaf555d987"
+ integrity sha512-EYujbJOblFqIt2NGQ+baIYTuavJqbhy84IfZ3j0jmACeKO5Ew1EHXZyl9LJgWHKaIPZsnvnbxw2mDOF05K65xQ==
dependencies:
- "@parcel/diagnostic" "2.3.2"
- "@parcel/logger" "2.3.2"
- "@parcel/types" "2.3.2"
- "@parcel/utils" "2.3.2"
+ "@parcel/diagnostic" "2.4.1"
+ "@parcel/logger" "2.4.1"
+ "@parcel/types" "2.4.1"
+ "@parcel/utils" "2.4.1"
chrome-trace-event "^1.0.2"
nullthrows "^1.1.1"
@@ -2312,10 +2312,10 @@
"@svgr/plugin-jsx" "^6.2.1"
"@svgr/plugin-svgo" "^6.2.0"
-"@swc/helpers@^0.2.11":
- version "0.2.14"
- resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.2.14.tgz#20288c3627442339dd3d743c944f7043ee3590f0"
- integrity sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA==
+"@swc/helpers@^0.3.6":
+ version "0.3.8"
+ resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.3.8.tgz#5b9ecf4ee480ca00f1ffbc2d1a5d4eed0d1afe81"
+ integrity sha512-aWItSZvJj4+GI6FWkjZR13xPNPctq2RRakzo+O6vN7bC2yjwdg5EFpgaSAUn95b7BGSgcflvzVDPoKmJv24IOg==
"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
@@ -3339,23 +3339,23 @@ babel-plugin-polyfill-regenerator@^0.3.0:
dependencies:
"@babel/helper-define-polyfill-provider" "^0.3.1"
-babel-plugin-remove-graphql-queries@^4.10.1:
- version "4.10.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.10.1.tgz#09357b7afad1d1bf359d97701ba267bf968197f4"
- integrity sha512-1Irx5lUoQtU56u1hMtrgipjlRsUF4Pz6WDCDNVyTuvcHqlKHQK6pna4igHrdoWhSSgEcbimlxSy6tTvP6bkplg==
+babel-plugin-remove-graphql-queries@^4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.11.1.tgz#6f107865e8c1a83807c4b48b2262f5e0e0ba537e"
+ integrity sha512-Bqbeow4Xf+Vm4YhAucRGJjf9pNAXakSndYiLKfvef/W6mdtBh00SM8FMaX0U3rtR7ZUXV63RmIyOybVQ6SWCyg==
dependencies:
"@babel/runtime" "^7.15.4"
- gatsby-core-utils "^3.10.1"
+ gatsby-core-utils "^3.11.1"
babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
-babel-preset-gatsby@^2.10.1:
- version "2.10.1"
- resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-2.10.1.tgz#a31fe2f4b4ed64204baca5ea8267639a00dd1a6b"
- integrity sha512-wuEP2Tsf7MnblXIqJDdg+DOUXZhWQHBQYH/6cQ+HdEFiXu0gwskj/s5sPI6KoBgGK23EIZGr94HBtCq0D3aNRQ==
+babel-preset-gatsby@^2.11.1:
+ version "2.11.1"
+ resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-2.11.1.tgz#860d8d9903df38c314fa6f0cfdb197d02555c4e4"
+ integrity sha512-NGUNAIb3hzD1Mt97q5T3gSSuVuaqnYFSm7AvgByDa3Mk2ohF5Ni86sCLVPRIntIzJvgU5OWY4Qz+6rrI1SwprQ==
dependencies:
"@babel/plugin-proposal-class-properties" "^7.14.0"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
@@ -3370,8 +3370,8 @@ babel-preset-gatsby@^2.10.1:
babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-macros "^2.8.0"
babel-plugin-transform-react-remove-prop-types "^0.4.24"
- gatsby-core-utils "^3.10.1"
- gatsby-legacy-polyfills "^2.10.0"
+ gatsby-core-utils "^3.11.1"
+ gatsby-legacy-polyfills "^2.11.0"
backo2@^1.0.2, backo2@~1.0.2:
version "1.0.2"
@@ -4340,10 +4340,10 @@ create-ecdh@^4.0.0:
bn.js "^4.1.0"
elliptic "^6.5.3"
-create-gatsby@^2.10.2:
- version "2.10.2"
- resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.10.2.tgz#ded9eb4066078845529a02bc966ef414a77b814a"
- integrity sha512-OmuFey3Eoaek20m8Br/iIqEr76AUrl/ThCn7TBYJ6RvWVKezKV5UksQlFpdQgPK8kO9LogjkmiyA0k94VC3nXg==
+create-gatsby@^2.11.1:
+ version "2.11.1"
+ resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-2.11.1.tgz#8d73cce07ff0006386795ca1b74a0bdbb023500b"
+ integrity sha512-ltSLSsbQRoCXxKzgkxp5PBv60O1BL0IdeKKbgmwEcYxiDVw4pXPcFmIqMmvHfk9fqzbCyPzehIQHdlEpJGDYwQ==
dependencies:
"@babel/runtime" "^7.15.4"
@@ -6158,10 +6158,10 @@ gatsby-background-image@1.6.0:
short-uuid "^4.2.0"
sort-media-queries "^0.2.2"
-gatsby-cli@^4.10.2:
- version "4.10.2"
- resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.10.2.tgz#835a2c472d5cd1b9258e5208f7f7184e5fd1b97b"
- integrity sha512-lA1zFuWZwE+VtKYgntls0EC5PG4QoqqeJFWP+83Lmh+9hoLLkmL1plALBQeI3JY/9KXgRiC4OoR94CQkI329TA==
+gatsby-cli@^4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-4.11.1.tgz#a549a91cbd7e7bb9a98413cf604af09d10ef75c2"
+ integrity sha512-RDOFIzKAyysa51x0mMoMtdVhyOX2UkBuEyelGqpuchl8b/ddka/cjEYHk3QRSq55+cBN0/1cTHt/A139ooAKUg==
dependencies:
"@babel/code-frame" "^7.14.0"
"@babel/core" "^7.15.5"
@@ -6179,13 +6179,13 @@ gatsby-cli@^4.10.2:
common-tags "^1.8.2"
configstore "^5.0.1"
convert-hrtime "^3.0.0"
- create-gatsby "^2.10.2"
+ create-gatsby "^2.11.1"
envinfo "^7.8.1"
execa "^5.1.1"
fs-exists-cached "^1.0.0"
fs-extra "^10.0.0"
- gatsby-core-utils "^3.10.1"
- gatsby-telemetry "^3.10.1"
+ gatsby-core-utils "^3.11.1"
+ gatsby-telemetry "^3.11.1"
hosted-git-info "^3.0.8"
is-valid-path "^0.1.1"
joi "^17.4.2"
@@ -6209,10 +6209,10 @@ gatsby-cli@^4.10.2:
yoga-layout-prebuilt "^1.10.0"
yurnalist "^2.1.0"
-gatsby-core-utils@^3.10.0, gatsby-core-utils@^3.10.1, gatsby-core-utils@^3.8.2:
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.10.1.tgz#0f5e6aeda5ef4b86218b27480a9766fe30af4393"
- integrity sha512-WqNMm0u1CAZm6Q+UQ4dDHwIAt3l32NeIaPuSXmDX7QcMGR3FUUk8cl2Ym6gx1hfILm1aCexqfaSCLUXtaWKkbQ==
+gatsby-core-utils@^3.10.1, gatsby-core-utils@^3.11.1, gatsby-core-utils@^3.8.2:
+ version "3.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz#ea87c1d3aa45c26c9ea32b8e8b029afe6a56f8c7"
+ integrity sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA==
dependencies:
"@babel/runtime" "^7.15.4"
ci-info "2.0.0"
@@ -6230,112 +6230,112 @@ gatsby-core-utils@^3.10.0, gatsby-core-utils@^3.10.1, gatsby-core-utils@^3.8.2:
tmp "^0.2.1"
xdg-basedir "^4.0.0"
-gatsby-graphiql-explorer@^2.10.0:
- version "2.10.0"
- resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.10.0.tgz#6d36ed936170673b7439989c2617369a151c4e51"
- integrity sha512-JZJZwsOuBA0eQ3hzI/jxCgOWj6ziHRg7kyh6hp9CfdEHLhYauL02U0HFkNrKnFy4Ld2W83T91fcpXztM7A/L/w==
+gatsby-graphiql-explorer@^2.11.0:
+ version "2.11.0"
+ resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.11.0.tgz#7e886846482ad72bd49f515e7faa658a94342803"
+ integrity sha512-nMNXlF/pleO/rH66t00SdXdKq3vV0/Su5EEQY7xg3yRc38ueC2UkZq10nrJiVoc05RO8Txo5o2gpoC2DP07lFg==
dependencies:
"@babel/runtime" "^7.15.4"
-gatsby-legacy-polyfills@^2.10.0:
- version "2.10.0"
- resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.10.0.tgz#f2d3b85f27644f77aaa428eac1e0d1e5f96343da"
- integrity sha512-+S6Nv2vFqtsa/waxb/dW2xpIqk/l44fFnz9bb1vuS/+mDNLd1Xb/SKdGzxWLSSNbI8CY3JoJC+AAzO6fOqIyLg==
+gatsby-legacy-polyfills@^2.11.0:
+ version "2.11.0"
+ resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-2.11.0.tgz#8b2afc4d97f44eb5767fe9b49f55ff675055ffd2"
+ integrity sha512-ulkRNCitwFjwUM4f2ufljH0WjELm6QEIOGRryNRt9LKJEB9QGmdm+KUAWIv7xrFUqKq1Pn6is64wcfXDw21zSA==
dependencies:
"@babel/runtime" "^7.15.4"
core-js-compat "3.9.0"
-gatsby-link@^4.10.1:
- version "4.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.10.1.tgz#f68b04b900c9c81070913d65a6e4051a2266dc1b"
- integrity sha512-U9Qry93Q+aXF9acs1YPH+wzipPlZELUa619CAhZnLv2sk75Iq5SttMZI/d0uhgF+X80PvoEKMkLb/VE4YiqVtw==
+gatsby-link@^4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.11.1.tgz#f8bfee4c7f3bf0ede255bddf87d0f13c64ed39f2"
+ integrity sha512-wOhdgsnzHr4iYWo3iKadw8jj5PmIu1wbi6LUftwQzFOFvkBaJvC/br1ju8W0nbwSjWG474hTZRon43xDQX9bIw==
dependencies:
"@babel/runtime" "^7.15.4"
"@types/reach__router" "^1.3.10"
- gatsby-page-utils "^2.10.1"
+ gatsby-page-utils "^2.11.1"
prop-types "^15.7.2"
-gatsby-page-utils@^2.10.1:
- version "2.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.10.1.tgz#39420dd41508ca2793f0c838816b16fd10bbc8d7"
- integrity sha512-juhN7/cLKoFGPW37xBCN78D02yO1htxR3raO/f2iseCCsyDjXRnqGHgpdFu8g8s8bkukL5vscgALcyChQf7NtA==
+gatsby-page-utils@^2.11.1:
+ version "2.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.11.1.tgz#dd10f99184b64528ae76f2b654b8ed1b23cb9c39"
+ integrity sha512-K1Mbk4CKYZwpJcE4zk4JAff7ZBNFXI0fC8lZwLbDAzVcqYUaouqqqnoU7WeB8HHUqDQi05CXItx1bbZFDGIymw==
dependencies:
"@babel/runtime" "^7.15.4"
bluebird "^3.7.2"
chokidar "^3.5.2"
fs-exists-cached "^1.0.0"
- gatsby-core-utils "^3.10.1"
+ gatsby-core-utils "^3.11.1"
glob "^7.2.0"
lodash "^4.17.21"
micromatch "^4.0.4"
-gatsby-parcel-config@^0.1.0:
- version "0.1.0"
- resolved "https://registry.yarnpkg.com/gatsby-parcel-config/-/gatsby-parcel-config-0.1.0.tgz#8d42731799b875428db4836a6c9248438affd361"
- integrity sha512-IbPqIW1kaa2SsVCT0jjlkyqgiT3DEE0XilSANNDdcdq23NpenwEo496uW5zt13sOUXEjX4QuHcrDmGvAMYiRNA==
+gatsby-parcel-config@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/gatsby-parcel-config/-/gatsby-parcel-config-0.2.0.tgz#0b1795d17c825bd293c372fa0acfa987aa91111e"
+ integrity sha512-BbsSm5O0R7IvCRLNSk3lBpkU8RtSOn8s7Ifa7bHF63PzTG1SUpBjwMF6301tCbvdSXWrP7n9dsfaXS6ex/TElQ==
dependencies:
"@gatsbyjs/parcel-namer-relative-to-cwd" "0.0.2"
- "@parcel/bundler-default" "^2.3.1"
- "@parcel/compressor-raw" "^2.3.1"
- "@parcel/namer-default" "^2.3.1"
- "@parcel/optimizer-terser" "^2.3.1"
- "@parcel/packager-js" "^2.3.1"
- "@parcel/packager-raw" "^2.3.1"
- "@parcel/reporter-dev-server" "^2.3.1"
- "@parcel/resolver-default" "^2.3.1"
- "@parcel/runtime-browser-hmr" "^2.3.1"
- "@parcel/runtime-js" "^2.3.1"
- "@parcel/runtime-react-refresh" "^2.3.1"
- "@parcel/runtime-service-worker" "^2.3.1"
- "@parcel/transformer-js" "^2.3.1"
- "@parcel/transformer-json" "^2.3.1"
- "@parcel/transformer-raw" "^2.3.1"
- "@parcel/transformer-react-refresh-wrap" "^2.3.1"
+ "@parcel/bundler-default" "^2.3.2"
+ "@parcel/compressor-raw" "^2.3.2"
+ "@parcel/namer-default" "^2.3.2"
+ "@parcel/optimizer-terser" "^2.3.2"
+ "@parcel/packager-js" "^2.3.2"
+ "@parcel/packager-raw" "^2.3.2"
+ "@parcel/reporter-dev-server" "^2.3.2"
+ "@parcel/resolver-default" "^2.3.2"
+ "@parcel/runtime-browser-hmr" "^2.3.2"
+ "@parcel/runtime-js" "^2.3.2"
+ "@parcel/runtime-react-refresh" "^2.3.2"
+ "@parcel/runtime-service-worker" "^2.3.2"
+ "@parcel/transformer-js" "^2.3.2"
+ "@parcel/transformer-json" "^2.3.2"
+ "@parcel/transformer-raw" "^2.3.2"
+ "@parcel/transformer-react-refresh-wrap" "^2.3.2"
-gatsby-plugin-image@2.10.1:
- version "2.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.10.1.tgz#7b9eda7334487dd0e4693996cf3664835e9c356e"
- integrity sha512-ZFcaKkVz6h18jRzP9HHCcXzyIc/Gj57NZSycOWFxW9KLqkq3NZXVx3mkV9EQ+rup8r3RLiJu/AXEorZEy7iAhQ==
+gatsby-plugin-image@2.11.1:
+ version "2.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.11.1.tgz#1e800b65e8c18cc524c5855b9dbdb907745fdb0c"
+ integrity sha512-4tfDdcczBVOL6ELKNWuXQ9h1V/5DhBMIVHmr6FPwm8xgL8ARqfQMXX2mzUjpNiu7WDiMlm9cWrTQQaZAARhAwg==
dependencies:
"@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.10.1"
+ babel-plugin-remove-graphql-queries "^4.11.1"
camelcase "^5.3.1"
chokidar "^3.5.2"
common-tags "^1.8.2"
fs-extra "^10.0.0"
- gatsby-core-utils "^3.10.1"
+ gatsby-core-utils "^3.11.1"
objectFitPolyfill "^2.3.5"
prop-types "^15.7.2"
-gatsby-plugin-manifest@4.10.2:
- version "4.10.2"
- resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.10.2.tgz#117b44e0e219fa85d6b710d2ed985268d82a1e25"
- integrity sha512-2QGrG3qFkUnp0IcxQ+uQS4/jPL4NMHShOEs/7JPsuIJSIdumnG7QYJ9xHbIBb8U5mIFLpeonADYJVbdTsnGtrg==
+gatsby-plugin-manifest@4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.11.1.tgz#fb3061c2e989acb2634719c1e8645fd1388f4b3b"
+ integrity sha512-m5cdi6KBc8+zmnlIfEh92sXpFEUfjuCrjM5BKc8e6v0jxJS0CqVrZOyT12mT2yq9H12UrkzFx1qaI8e2/IJiGA==
dependencies:
"@babel/runtime" "^7.15.4"
- gatsby-core-utils "^3.10.1"
- gatsby-plugin-utils "^3.4.2"
+ gatsby-core-utils "^3.11.1"
+ gatsby-plugin-utils "^3.5.1"
semver "^7.3.5"
sharp "^0.30.1"
-gatsby-plugin-page-creator@^4.10.2:
- version "4.10.2"
- resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.10.2.tgz#05e6e3b0bdf800a4358573768987ed73d50eb158"
- integrity sha512-6oVkPe69dGnq4ZiUgTuuIzTyOTmC/awXyfCdfkvQHQZRqhyzhHMW95aFgr3y/qNlOmCKDaxYmxeT0KOKxcyxWw==
+gatsby-plugin-page-creator@^4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-4.11.1.tgz#750f4b773684777cec6caa9266787427ed2630a6"
+ integrity sha512-6XET4qYqu2yVwUU6sO44wSR62zQZdq7BoMvN9OhKpUDBZYLfve9CwufkhZZnQvq+axNZZMUmKa/RqbBXiE6/yA==
dependencies:
"@babel/runtime" "^7.15.4"
"@babel/traverse" "^7.15.4"
"@sindresorhus/slugify" "^1.1.2"
chokidar "^3.5.2"
fs-exists-cached "^1.0.0"
- gatsby-core-utils "^3.10.1"
- gatsby-page-utils "^2.10.1"
- gatsby-plugin-utils "^3.4.2"
- gatsby-telemetry "^3.10.1"
+ gatsby-core-utils "^3.11.1"
+ gatsby-page-utils "^2.11.1"
+ gatsby-plugin-utils "^3.5.1"
+ gatsby-telemetry "^3.11.1"
globby "^11.0.4"
lodash "^4.17.21"
@@ -6402,10 +6402,10 @@ gatsby-plugin-svgr@3.0.0-beta.0:
resolved "https://registry.yarnpkg.com/gatsby-plugin-svgr/-/gatsby-plugin-svgr-3.0.0-beta.0.tgz#7e5315f51dae2663a447899322ea1487cef93dd6"
integrity sha512-oALTh6VwO6l3khgC/vGr706aqt38EkXwdr6iXVei/auOKGxpCLEuDCQVal1a4SpYXdjHjRsEyab6bxaHL2lzsA==
-gatsby-plugin-typescript@^4.10.1:
- version "4.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.10.1.tgz#1d94532f4cd97677c38bda3b4d92a50b3856e11d"
- integrity sha512-yQZYRAZwtj20OrvsF8+xr9V0Jew//3HghM1LKvCB58wECvwLW9SXHzema92JubirFOk7VrdeQfVe3u4jCYDDYw==
+gatsby-plugin-typescript@^4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-4.11.1.tgz#dcd96ded685f8c4a73ae5524faab342f9c9e3c1d"
+ integrity sha512-6ef2wRhPqcLPyekEAU3xcoqI59r+mDnCzn/O+8hRgwJyx/2dwvF8brusetXoqdTk4Vyhk44p8dog8+gCGATckw==
dependencies:
"@babel/core" "^7.15.5"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
@@ -6413,34 +6413,34 @@ gatsby-plugin-typescript@^4.10.1:
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
"@babel/preset-typescript" "^7.15.0"
"@babel/runtime" "^7.15.4"
- babel-plugin-remove-graphql-queries "^4.10.1"
+ babel-plugin-remove-graphql-queries "^4.11.1"
-gatsby-plugin-utils@^3.4.2:
- version "3.4.2"
- resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.4.2.tgz#bdc66fd52c052c91af443981e1facbc097429dc7"
- integrity sha512-HkVR8BnEdc915pmY2L9wPwFgjq303ThMH9UtT+frDOPzn+GFjPlBF5+YGJ3tZaxH0ouwpnGTn3Pu37tcRZcctA==
+gatsby-plugin-utils@^3.4.2, gatsby-plugin-utils@^3.5.1:
+ version "3.5.1"
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.5.1.tgz#9aed9deec0f4ee82bfc7390f735b9455ca4f8494"
+ integrity sha512-RZXUvwQjTnkukMfAGr+DCz/qZj7g6REljTmQS43MaovWO4Yf4YGvs+1Leays7J0XmqN2I3SIZGBgt4tgKCsNVQ==
dependencies:
"@babel/runtime" "^7.15.4"
fs-extra "^10.0.0"
- gatsby-core-utils "^3.10.1"
- gatsby-sharp "^0.4.0"
+ gatsby-core-utils "^3.11.1"
+ gatsby-sharp "^0.5.0"
graphql-compose "^9.0.7"
import-from "^4.0.0"
joi "^17.4.2"
mime "^3.0.0"
-gatsby-react-router-scroll@^5.10.0:
- version "5.10.0"
- resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.10.0.tgz#4a146dbe4079024290b21599a67238189f73cd40"
- integrity sha512-uyWRQTNsHoQHJKZxnpHX4wmtS6ptVmUKGkUqox367gDPm6FHAGUF/Jv630C8xYZJ9Y8TuozlZqdquWTpuLDRFw==
+gatsby-react-router-scroll@^5.11.0:
+ version "5.11.0"
+ resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-5.11.0.tgz#866b89366146d8df3852ed699d12be1e9fce4acc"
+ integrity sha512-g/lyG0X73cpI9DdYvCv5rZiV8LqHjn6q1l8Vfm/jBS7wtv8XxNR4BxUqkbMeHRcvZcX5bXku6FFSFUAOd9c3QQ==
dependencies:
"@babel/runtime" "^7.15.4"
prop-types "^15.7.2"
-gatsby-sharp@^0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.4.0.tgz#9e26c004935750bd334fb041da1b0ad5a5a6955c"
- integrity sha512-Q2iP6HEs1MRdcMRj7NwZ4l6/1U61vx2DrWNgGwqEEhIFAAgUMlWscaeCpEgahC3t4D66LmuDQkbzBvBcH0Dwxw==
+gatsby-sharp@^0.5.0:
+ version "0.5.0"
+ resolved "https://registry.yarnpkg.com/gatsby-sharp/-/gatsby-sharp-0.5.0.tgz#879d3c462eefa917cb3a50c6ec891951d9740f56"
+ integrity sha512-9wZS0ADZsKTCsU66sxIP/tCHgFaREyoYm53tepgtp/YSVWNrurx9/0kGf8XsFFY9OecrqIRNuk1cWe7XKCpbQA==
dependencies:
"@types/sharp" "^0.29.5"
sharp "^0.30.1"
@@ -6463,10 +6463,10 @@ gatsby-source-filesystem@4.10.1:
valid-url "^1.0.9"
xstate "^4.26.1"
-gatsby-telemetry@^3.10.1:
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.10.1.tgz#129c4309811cd9b2ba5e9d326ba47dddb59202ca"
- integrity sha512-935quI1YsQfzYREuvPLNKBb7IUE2vX9p7WoS7Dc9TbV2xDZPTAzeOfX+HE56ZltkxMi8Zivp7mqe5+n//WL7EQ==
+gatsby-telemetry@^3.10.1, gatsby-telemetry@^3.11.1:
+ version "3.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-3.11.1.tgz#87caed899143276056e9af20ab38c15ad9dcdf52"
+ integrity sha512-TPNKTpuYFyULOuRvhpXUtj8h2E7bvrTYsRC/aKeHoWqEchwwbzPwBSJd+3ZFjsxLHIXAa5sTAlR2wd9SYBgOlA==
dependencies:
"@babel/code-frame" "^7.14.0"
"@babel/runtime" "^7.15.4"
@@ -6476,7 +6476,7 @@ gatsby-telemetry@^3.10.1:
boxen "^4.2.0"
configstore "^5.0.1"
fs-extra "^10.0.0"
- gatsby-core-utils "^3.10.1"
+ gatsby-core-utils "^3.11.1"
git-up "^4.0.5"
is-docker "^2.2.1"
lodash "^4.17.21"
@@ -6496,28 +6496,28 @@ gatsby-transformer-sharp@4.10.0:
semver "^7.3.5"
sharp "^0.30.1"
-gatsby-transformer-yaml@4.10.0:
- version "4.10.0"
- resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.10.0.tgz#cc227d30710daee7ba3034e0c567463503b99167"
- integrity sha512-CSSiCo1TPi07jDbdw2Gm66Ao20kgvXHMa7YEnK94tCIZwjBpkognkUf3qHXRs6MhRTyx1gjnVQPmeAVg/1geJQ==
+gatsby-transformer-yaml@4.11.0:
+ version "4.11.0"
+ resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.11.0.tgz#900bf446ce7aece9253f46244519ccb5bd8cf7f2"
+ integrity sha512-GTCkULgOxbyRbovO9VHi0P+7iv/fEQG3uBeKiJyvMRUDD4bIQ9uIdT7hZ1RPwctu9dpt9T/X7kx+CShRzmELYw==
dependencies:
"@babel/runtime" "^7.15.4"
js-yaml "^3.14.1"
lodash "^4.17.21"
unist-util-select "^1.5.0"
-gatsby-worker@^1.10.1:
- version "1.10.1"
- resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.10.1.tgz#d2549c9854effe3319bd4bd199be0a5c4d077af2"
- integrity sha512-1bHZjWEKppJSLfuRGYIYhHZt9vYffptMPRs3zmrYBocmZcJvq0eNhTIXUvThbhP+2XHqAPHHBUcyKCwlWlMAzA==
+gatsby-worker@^1.11.0:
+ version "1.11.0"
+ resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-1.11.0.tgz#bf8c3b9374390260b8335d7cfccbc332d0716727"
+ integrity sha512-uJ5bNrifIrS20o0SYkmb379logfRKO35cqYxd2R0uNf9kWGaQOda0SZfm7Uw+Vdx7cO9Ra8p1ArijbHm7ZArCA==
dependencies:
"@babel/core" "^7.15.5"
"@babel/runtime" "^7.15.4"
-gatsby@4.10.3:
- version "4.10.3"
- resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.10.3.tgz#72d9620d3f9a90c96e568f4803f86458d1dc6a53"
- integrity sha512-G6YYwQWrN99KhJgLQl/oy3oKRuTdUcW7Bgb9vRchjY/Apk0eTA2wq33W5L9y+npR3nxly6ZJ2pM8FHw7WX4tKg==
+gatsby@4.11.1:
+ version "4.11.1"
+ resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.11.1.tgz#ffe7754c9c368fd746bdeca808572641a378addb"
+ integrity sha512-ffEXb/mvZtB0cQ8javEkhruubxjTbZSsN81IYGGY/ym4YB+Zm1a8K0NV7DsRGsPO9nx7Z/D/OBVxVmse1Nnxzw==
dependencies:
"@babel/code-frame" "^7.14.0"
"@babel/core" "^7.15.5"
@@ -6530,7 +6530,7 @@ gatsby@4.10.3:
"@gatsbyjs/reach-router" "^1.3.6"
"@gatsbyjs/webpack-hot-middleware" "^2.25.2"
"@nodelib/fs.walk" "^1.2.8"
- "@parcel/core" "^2.3.1"
+ "@parcel/core" "^2.3.2"
"@pmmmwh/react-refresh-webpack-plugin" "^0.4.3"
"@types/http-proxy" "^1.17.7"
"@typescript-eslint/eslint-plugin" "^4.33.0"
@@ -6544,8 +6544,8 @@ gatsby@4.10.3:
babel-plugin-add-module-exports "^1.0.4"
babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-lodash "^3.3.4"
- babel-plugin-remove-graphql-queries "^4.10.1"
- babel-preset-gatsby "^2.10.1"
+ babel-plugin-remove-graphql-queries "^4.11.1"
+ babel-preset-gatsby "^2.11.1"
better-opn "^2.1.1"
bluebird "^3.7.2"
body-parser "^1.19.0"
@@ -6587,19 +6587,19 @@ gatsby@4.10.3:
find-cache-dir "^3.3.2"
fs-exists-cached "1.0.0"
fs-extra "^10.0.0"
- gatsby-cli "^4.10.2"
- gatsby-core-utils "^3.10.1"
- gatsby-graphiql-explorer "^2.10.0"
- gatsby-legacy-polyfills "^2.10.0"
- gatsby-link "^4.10.1"
- gatsby-page-utils "^2.10.1"
- gatsby-parcel-config "^0.1.0"
- gatsby-plugin-page-creator "^4.10.2"
- gatsby-plugin-typescript "^4.10.1"
- gatsby-plugin-utils "^3.4.2"
- gatsby-react-router-scroll "^5.10.0"
- gatsby-telemetry "^3.10.1"
- gatsby-worker "^1.10.1"
+ gatsby-cli "^4.11.1"
+ gatsby-core-utils "^3.11.1"
+ gatsby-graphiql-explorer "^2.11.0"
+ gatsby-legacy-polyfills "^2.11.0"
+ gatsby-link "^4.11.1"
+ gatsby-page-utils "^2.11.1"
+ gatsby-parcel-config "^0.2.0"
+ gatsby-plugin-page-creator "^4.11.1"
+ gatsby-plugin-typescript "^4.11.1"
+ gatsby-plugin-utils "^3.5.1"
+ gatsby-react-router-scroll "^5.11.0"
+ gatsby-telemetry "^3.11.1"
+ gatsby-worker "^1.11.0"
glob "^7.2.0"
globby "^11.1.0"
got "^11.8.2"
@@ -6672,7 +6672,7 @@ gatsby@4.10.3:
xstate "^4.26.0"
yaml-loader "^0.6.0"
optionalDependencies:
- gatsby-sharp "^0.4.0"
+ gatsby-sharp "^0.5.0"
gauge@~2.7.3:
version "2.7.4"
@@ -8096,6 +8096,17 @@ listr2@^3.8.3:
through "^2.3.8"
wrap-ansi "^7.0.0"
+lmdb@2.2.4:
+ version "2.2.4"
+ resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.4.tgz#6494d5a1d1db152e0be759edcfa06893e4cbdb53"
+ integrity sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==
+ dependencies:
+ msgpackr "^1.5.4"
+ nan "^2.14.2"
+ node-gyp-build "^4.2.3"
+ ordered-binary "^1.2.4"
+ weak-lru-cache "^1.2.2"
+
lmdb@^2.0.2, lmdb@^2.2.3, lmdb@^2.2.4:
version "2.2.6"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.6.tgz#a52ef533812b8abcbe0033fc9d74d215e7dfc0a0"
@@ -8753,7 +8764,7 @@ msgpackr-extract@^1.0.14:
nan "^2.14.2"
node-gyp-build "^4.2.3"
-msgpackr@^1.5.1, msgpackr@^1.5.4:
+msgpackr@^1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.5.4.tgz#2b6ea6cb7d79c0ad98fc76c68163c48eda50cf0d"
integrity sha512-Z7w5Jg+2Q9z9gJxeM68d7tSuWZZGnFIRhZnyqcZCa/1dKkhOCNvR1TUV3zzJ3+vj78vlwKRzUgVDlW4jiSOeDA==
@@ -9544,12 +9555,12 @@ pngjs@^3.0.0, pngjs@^3.3.3:
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
-polished@4.1.4:
- version "4.1.4"
- resolved "https://registry.yarnpkg.com/polished/-/polished-4.1.4.tgz#640293ba834109614961a700fdacbb6599fb12d0"
- integrity sha512-Nq5Mbza+Auo7N3sQb1QMFaQiDO+4UexWuSGR7Cjb4Sw11SZIJcrrFtiZ+L0jT9MBsUsxDboHVASbCLbE1rnECg==
+polished@4.2.1:
+ version "4.2.1"
+ resolved "https://registry.yarnpkg.com/polished/-/polished-4.2.1.tgz#e38cdf4244b3bea63f77b0f8ab2335e22a66bd08"
+ integrity sha512-vRkUnHBwVX7kIeCzCghcLCWoDenV+sV7lkItnmTc7bb6Uzbe8ogU1FxqEW8+dXCxUX8YW8vusQ0HTk2yES7bfQ==
dependencies:
- "@babel/runtime" "^7.16.7"
+ "@babel/runtime" "^7.17.8"
popmotion@11.0.3:
version "11.0.3"
diff --git a/scripts/backup-aws-s3.sh b/scripts/backup-aws-s3.sh
index 9e62cb79..f2d229fc 100755
--- a/scripts/backup-aws-s3.sh
+++ b/scripts/backup-aws-s3.sh
@@ -13,11 +13,13 @@ ENV_VARIABLES=("AWS_ACCESS_KEY_ID" "AWS_SECRET_ACCESS_KEY" "PORTAL_DOMAIN" "SERV
for ENV_VARIABLE in "${ENV_VARIABLES[@]}"; do
ENV_VARIABLE_VALUE=$(grep -v '^#' /home/user/skynet-webportal/.env | grep ${ENV_VARIABLE} || true)
if test -z "${ENV_VARIABLE_VALUE}"; then
- if $ENV_VARIABLE ~= "SERVER_DOMAIN"; then
+ # all variables except SERVER_DOMAIN are required
+ if [ "${ENV_VARIABLE}" != "SERVER_DOMAIN" ]; then
echo "Environment variable ${ENV_VARIABLE} is not set" && exit 1
fi
+ else
+ export ${ENV_VARIABLE_VALUE}
fi
- export ${ENV_VARIABLE_VALUE}
done
# create bucket skynet-backup-[portaldomain] (replace dots with dashes and strip anything other than alnum)
@@ -30,11 +32,17 @@ if test -z "${SERVER_DOMAIN}"; then
SERVER_PREFIX=$(echo ${SERVER_UID} | tr '.' '-' | tr -cd '[[:alnum:]]-')
else
# use both uid and server domain if available (replace dots with dashes and strip anything other than alnum)
- SERVER_PREFIX=$(echo ${SERVER_UID}-${SERVER_DOMAIN} | tr '.' '-' | tr -cd '[[:alnum:]]-')
+ SERVER_PREFIX=$(echo ${SERVER_DOMAIN}-${SERVER_UID} | tr '.' '-' | tr -cd '[[:alnum:]]-')
+ SERVER_PREFIX_LEGACY=$(echo ${SERVER_UID}-${SERVER_DOMAIN} | tr '.' '-' | tr -cd '[[:alnum:]]-')
fi
aws s3api create-bucket --acl private --bucket ${BUCKET_NAME}
+# move old backup dir to new location if legacy backup path exists
+if test -n "${SERVER_PREFIX_LEGACY}"; then
+ aws s3 mv --recursive s3://${BUCKET_NAME}/${SERVER_PREFIX_LEGACY} s3://${BUCKET_NAME}/${SERVER_PREFIX}
+fi
+
# sync all nginx logs
mkdir -p /home/user/skynet-webportal/docker/data/nginx/logs # ensure path exists
aws s3 sync --no-progress /home/user/skynet-webportal/docker/data/nginx/logs s3://${BUCKET_NAME}/${SERVER_PREFIX}/docker/data/nginx/logs
diff --git a/setup-scripts/bot_utils.py b/setup-scripts/bot_utils.py
index b987e464..65e45bcb 100644
--- a/setup-scripts/bot_utils.py
+++ b/setup-scripts/bot_utils.py
@@ -33,6 +33,13 @@ sc_precision = 10**24
setup_done = False
+# get docker container id and return None if container not found
+def get_docker_container_id(container_name):
+ docker_cmd = "docker ps -q -f name=" + container_name
+ output = subprocess.check_output(docker_cmd, shell=True).decode("utf-8")
+ return None if output == "" else output
+
+
# find out local siad ip by inspecting its docker container
def get_docker_container_ip(container_name):
ip_regex = re.compile(r"^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$")
diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py
index 417801eb..635c9717 100755
--- a/setup-scripts/health-checker.py
+++ b/setup-scripts/health-checker.py
@@ -10,7 +10,7 @@ import traceback
from datetime import datetime, timedelta
import requests
-from bot_utils import setup, send_msg, get_docker_container_ip
+from bot_utils import setup, send_msg, get_docker_container_id, get_docker_container_ip
"""
health-checker reads the /health-check endpoint of the portal and dispatches
@@ -136,6 +136,12 @@ async def check_disk():
async def check_health():
print("\nChecking portal health status...")
+ # do not try to run health checks if health-check container does not exist
+ # possible use case is fresh or taken down server that has only skyd running
+ if not get_docker_container_id("health-check"):
+ print("Container health-check not found - skipping health checks")
+ return
+
try:
endpoint = "http://{}:{}".format(get_docker_container_ip("health-check"), 3100)
except: