diff --git a/website/content/docs/concepts/security/permissions.mdx b/website/content/docs/concepts/security/permissions.mdx
index 68466a0085..9af0230725 100644
--- a/website/content/docs/concepts/security/permissions.mdx
+++ b/website/content/docs/concepts/security/permissions.mdx
@@ -461,7 +461,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
- set-password: Set a password on an account, without requiring the current password
+ set-password: Set a password on an account, without
+ requiring the current password
-
@@ -472,14 +473,17 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
- change-password: Change a password on an account given the current password
+ change-password: Change a password on an account given
+ the current password
-
id=<id>;actions=change-password
-
-
id=<pin>;type=<type>;actions=change-password
+
+ id=<pin>;type=<type>;actions=change-password
+
@@ -1312,7 +1316,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
- set-principals: Set the full set of principals on a role
+ set-principals: Set the full set of principals on a
+ role
-
@@ -1517,7 +1522,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
- read:self: Read a session, which must be associated with the calling user
+ read:self: Read a session, which must be associated
+ with the calling user
-
@@ -1525,7 +1531,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
- cancel:self: Cancel a session, which must be associated with the calling user
+ cancel:self: Cancel a session, which must be associated
+ with the calling user
-
@@ -1631,7 +1638,8 @@ documentation](https://www.boundaryproject.io/api-docs) for guidance.
- set-host-sets: Set the full set of host sets on a target
+ set-host-sets: Set the full set of host sets on a
+ target
-
diff --git a/website/content/docs/getting-started/connect-to-target.mdx b/website/content/docs/getting-started/connect-to-target.mdx
index 7e5c354e0b..ad7ce214df 100644
--- a/website/content/docs/getting-started/connect-to-target.mdx
+++ b/website/content/docs/getting-started/connect-to-target.mdx
@@ -112,11 +112,11 @@ command arguments, and these values are additionally injected as environment
variables in the executed command:
- `{{boundary.ip}}` (`BOUNDARY_PROXIED_IP`): The IP address of the listening
-socket that `boundary connect` has opened.
+ socket that `boundary connect` has opened.
- `{{boundary.port}}` (`BOUNDARY_PROXIED_PORT`): The port of the listening
-socket that `boundary connect` has opened.
+ socket that `boundary connect` has opened.
- `{{boundary.addr}}` (`BOUNDARY_PROXIED_ADDR`): The host:port format of the
-address. This is essentially equivalent to `{{boundary.ip}}:{{boundary.port}}`.
+ address. This is essentially equivalent to `{{boundary.ip}}:{{boundary.port}}`.
For example, if you wanted to use Boundary to create an authenticated firewall
around 'curl', you could update the default TCP target from a default port
diff --git a/website/package-lock.json b/website/package-lock.json
index d44be3ca03..be63d2976e 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -2830,9 +2830,9 @@
"integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg=="
},
"@types/node": {
- "version": "14.14.41",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz",
- "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==",
+ "version": "15.12.2",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz",
+ "integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==",
"dev": true
},
"@types/normalize-package-data": {
diff --git a/website/package.json b/website/package.json
index eb9701c6f9..5abf00ab0a 100644
--- a/website/package.json
+++ b/website/package.json
@@ -32,7 +32,7 @@
"react-player": "2.7.0"
},
"devDependencies": {
- "@types/node": "^14.14.41",
+ "@types/node": "^15.12.2",
"@types/react": "^17.0.3",
"dart-linkcheck": "2.0.15",
"glob": "7.1.6",