Upgrade Node.js from v16.13.2 to v16.14.2 (#128123)

This commit is contained in:
Thomas Watson 2022-03-21 13:30:00 +01:00 committed by GitHub
parent 40b0d3e49b
commit de02c2da65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
# NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable. # NOTE: This Dockerfile is ONLY used to run certain tasks in CI. It is not used to run Kibana or as a distributable.
# If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts # If you're looking for the Kibana Docker image distributable, please see: src/dev/build/tasks/os_packages/docker_generator/templates/dockerfile.template.ts
ARG NODE_VERSION=16.13.2 ARG NODE_VERSION=16.14.2
FROM node:${NODE_VERSION} AS base FROM node:${NODE_VERSION} AS base

View file

@ -1 +1 @@
16.13.2 16.14.2

2
.nvmrc
View file

@ -1 +1 @@
16.13.2 16.14.2

View file

@ -27,14 +27,14 @@ check_rules_nodejs_version(minimum_version_string = "4.0.0")
# we can update that rule. # we can update that rule.
node_repositories( node_repositories(
node_repositories = { node_repositories = {
"16.13.2-darwin_amd64": ("node-v16.13.2-darwin-x64.tar.gz", "node-v16.13.2-darwin-x64", "900a952bb77533d349e738ff8a5179a4344802af694615f36320a888b49b07e6"), "16.14.2-darwin_amd64": ("node-v16.14.2-darwin-x64.tar.gz", "node-v16.14.2-darwin-x64", "d3076ca7fcc7269c8ff9b03fe7d1c277d913a7e84a46a14eff4af7791ff9d055"),
"16.13.2-darwin_arm64": ("node-v16.13.2-darwin-arm64.tar.gz", "node-v16.13.2-darwin-arm64", "09d300008ad58792c12622a5eafdb14c931587bb88713df4df64cdf4ff2188d1"), "16.14.2-darwin_arm64": ("node-v16.14.2-darwin-arm64.tar.gz", "node-v16.14.2-darwin-arm64", "a66d9217d2003bd416d3dd06dfd2c7a044c4c9ff2e43a27865790bd0d59c682d"),
"16.13.2-linux_arm64": ("node-v16.13.2-linux-arm64.tar.xz", "node-v16.13.2-linux-arm64", "a3cf8e4e9fbea27573eee6da84720bf7227ddd22842b842d48049d6dfe55fb03"), "16.14.2-linux_arm64": ("node-v16.14.2-linux-arm64.tar.xz", "node-v16.14.2-linux-arm64", "f7c5a573c06a520d6c2318f6ae204141b8420386553a692fc359f8ae3d88df96"),
"16.13.2-linux_s390x": ("node-v16.13.2-linux-s390x.tar.xz", "node-v16.13.2-linux-s390x", "c4ba46fc19366f7377d28a60a98f741bfa38045d7924306244c51d1660afcc8d"), "16.14.2-linux_s390x": ("node-v16.14.2-linux-s390x.tar.xz", "node-v16.14.2-linux-s390x", "3197925919ca357e17a31132dc6ef4e5afae819fa09905cfe9f7ff7924a00bf5"),
"16.13.2-linux_amd64": ("node-v16.13.2-linux-x64.tar.xz", "node-v16.13.2-linux-x64", "7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421"), "16.14.2-linux_amd64": ("node-v16.14.2-linux-x64.tar.xz", "node-v16.14.2-linux-x64", "e40c6f81bfd078976d85296b5e657be19e06862497741ad82902d0704b34bb1b"),
"16.13.2-windows_amd64": ("node-v16.13.2-win-x64.zip", "node-v16.13.2-win-x64", "107e3ece84b7fa1e80b3bdf03181d395246c7867e27b17b6d7e6fa9c7932b467"), "16.14.2-windows_amd64": ("node-v16.14.2-win-x64.zip", "node-v16.14.2-win-x64", "4731da4fbb2015d414e871fa9118cabb643bdb6dbdc8a69a3ed563266ac93229"),
}, },
node_version = "16.13.2", node_version = "16.14.2",
node_urls = [ node_urls = [
"https://nodejs.org/dist/v{version}/{filename}", "https://nodejs.org/dist/v{version}/{filename}",
], ],

View file

@ -69,12 +69,12 @@
"url": "https://github.com/elastic/kibana.git" "url": "https://github.com/elastic/kibana.git"
}, },
"engines": { "engines": {
"node": "16.13.2", "node": "16.14.2",
"yarn": "^1.21.1" "yarn": "^1.21.1"
}, },
"resolutions": { "resolutions": {
"**/@babel/runtime": "^7.17.2", "**/@babel/runtime": "^7.17.2",
"**/@types/node": "16.10.2", "**/@types/node": "16.11.7",
"**/chokidar": "^3.4.3", "**/chokidar": "^3.4.3",
"**/deepmerge": "^4.2.2", "**/deepmerge": "^4.2.2",
"**/fast-deep-equal": "^3.1.1", "**/fast-deep-equal": "^3.1.1",
@ -655,7 +655,7 @@
"@types/mustache": "^0.8.31", "@types/mustache": "^0.8.31",
"@types/ncp": "^2.0.1", "@types/ncp": "^2.0.1",
"@types/nock": "^10.0.3", "@types/nock": "^10.0.3",
"@types/node": "16.10.2", "@types/node": "16.11.7",
"@types/node-fetch": "^2.6.0", "@types/node-fetch": "^2.6.0",
"@types/node-forge": "^1.0.1", "@types/node-forge": "^1.0.1",
"@types/nodemailer": "^6.4.0", "@types/nodemailer": "^6.4.0",

View file

@ -6363,10 +6363,10 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/node@*", "@types/node@12.20.24", "@types/node@16.10.2", "@types/node@>= 8", "@types/node@>=8.9.0", "@types/node@^10.1.0", "@types/node@^14.0.10", "@types/node@^14.14.31": "@types/node@*", "@types/node@12.20.24", "@types/node@16.11.7", "@types/node@>= 8", "@types/node@>=8.9.0", "@types/node@^10.1.0", "@types/node@^14.0.10", "@types/node@^14.14.31":
version "16.10.2" version "16.11.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.10.2.tgz#5764ca9aa94470adb4e1185fe2e9f19458992b2e" resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42"
integrity sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ== integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==
"@types/nodemailer@^6.4.0": "@types/nodemailer@^6.4.0":
version "6.4.0" version "6.4.0"