diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e9bb9bb11d57b..6bd53426a5858a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,7 +30,8 @@ release.
-14.15.4
+14.15.5
+14.15.4
14.15.3
14.15.2
14.15.1
diff --git a/common.gypi b/common.gypi
index 4745bb5ac77639..e610650a01d4ab 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.17',
+ 'v8_embedder_string': '-node.18',
##### V8 defaults for Node.js #####
diff --git a/deps/npm/AUTHORS b/deps/npm/AUTHORS
index ad3066625fc9cc..6e8890bc3c0e31 100644
--- a/deps/npm/AUTHORS
+++ b/deps/npm/AUTHORS
@@ -708,3 +708,5 @@ Sandra Tatarevićová
Antoine du Hamel
Assaf Sapir
Lukas Spieß
+Jim Fisher
+Xavier Guimard
diff --git a/deps/npm/CHANGELOG.md b/deps/npm/CHANGELOG.md
index da56d107e1fd97..2541e49d03d34c 100644
--- a/deps/npm/CHANGELOG.md
+++ b/deps/npm/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 6.14.11 (2021-01-07)
+### DEPENDENCIES
+
+* [`19108ca5b`](https://github.com/npm/cli/commit/19108ca5be1b3e7e9787dac3131aafe2722c6218)
+ `ini@1.3.8`:
+ * addressing [`CVE-2020-7788`](https://github.com/advisories/GHSA-qqgx-2p2h-9c37)
+* [`7a0574074`](https://github.com/npm/cli/commit/7a05740743ac9d9229e2dc9e1b9ca8b57d58c789)
+ `bl@3.0.1`
+ * addressing [`CVE-2020-8244`](https://github.com/advisories/GHSA-pp7h-53gx-mx7r)
+
## 6.14.10 (2020-12-18)
### DEPENDENCIES
diff --git a/deps/npm/docs/public/cli-commands/npm-access/index.html b/deps/npm/docs/public/cli-commands/npm-access/index.html
index 7d824700f4ed87..e0c6123d7f24c7 100644
--- a/deps/npm/docs/public/cli-commands/npm-access/index.html
+++ b/deps/npm/docs/public/cli-commands/npm-access/index.html
@@ -74,7 +74,7 @@
}
}
})
- npm access
+ npm access
Set access level on published packages
Synopsis
👀 Found a typo? Let us know! The current stable version of npm is here. To upgrade, run: npm install npm@latest -g To report bugs or submit feature requests for the docs, please post here. Submit npm issues here. |