diff --git a/docs/embed-sdk.md b/docs/embed-sdk.md
index 83b6765..c26e9c0 100644
--- a/docs/embed-sdk.md
+++ b/docs/embed-sdk.md
@@ -9,7 +9,7 @@ sidebar_label: Embed SDK
Firstly make sure to load the embed code on your page.
```html
-
+
```
Alternatively install via npm.
diff --git a/docs/intro.md b/docs/intro.md
index 93c4947..8ab6069 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -18,7 +18,7 @@ Our simple embed is the next level up, but it still only requires two lines of c
```html
-
+
```
## Using with React
diff --git a/docs/payment-button-js.md b/docs/payment-button-js.md
index b6e7835..8ad774d 100644
--- a/docs/payment-button-js.md
+++ b/docs/payment-button-js.md
@@ -14,7 +14,7 @@ This code is very straightforward:
```html
-
+
```
### Additional parameters available
@@ -35,7 +35,7 @@ A complete example:
>
Buy me a coffee
-
+
```
### Multiple plans per page
@@ -46,5 +46,5 @@ One other thing to bear in mind, you can have multiple plans on your page, for t
-
+
```
diff --git a/website/yarn.lock b/website/yarn.lock
index ad02af9..e364589 100644
--- a/website/yarn.lock
+++ b/website/yarn.lock
@@ -649,10 +649,10 @@ address@1.0.3, address@^1.0.1:
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
ajv@^6.5.5:
- version "6.9.2"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.9.2.tgz#4927adb83e7f48e5a32b45729744c71ec39c9c7b"
+ version "6.12.6"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
dependencies:
- fast-deep-equal "^2.0.1"
+ fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
@@ -2022,9 +2022,9 @@ extsprintf@^1.2.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
-fast-deep-equal@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
+fast-deep-equal@^3.1.1:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
fast-glob@^2.0.2:
version "2.2.6"
@@ -2038,8 +2038,8 @@ fast-glob@^2.0.2:
micromatch "^3.1.10"
fast-json-stable-stringify@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2"
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
faye-websocket@~0.10.0:
version "0.10.0"
@@ -5026,8 +5026,8 @@ unset-value@^1.0.0:
isobject "^3.0.0"
uri-js@^4.2.2:
- version "4.2.2"
- resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
+ version "4.4.1"
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
dependencies:
punycode "^2.1.0"