From b131058bb791f6267f740df98a1c2e185e7bbbe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 04:01:04 +0000 Subject: [PATCH] Bump fastify from 3.15.0 to 3.15.1 Bumps [fastify](https://github.com/fastify/fastify) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v3.15.0...v3.15.1) Signed-off-by: dependabot[bot] --- package-lock.json | 143 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 136 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ce4aaa53a..8098d2ae26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1709,9 +1709,9 @@ "dev": true }, "node_modules/fastify": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.15.0.tgz", - "integrity": "sha512-7YJhWI1msebpMDmbiKFA43255PWJG3ugt/d6Nz2ceH16enKYBFbYlgRmebWrxvCGtRo1i0jmX32XGsl8F1Y5SQ==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.15.1.tgz", + "integrity": "sha512-QZBGrSOwcR+IJF5OwYTZ5662wEd68SqC6sG4aMu0GncKbYlG9GF88EF2PzN2HfXCCD9K0d/+ZNowuF8S893mOg==", "dev": true, "dependencies": { "@fastify/proxy-addr": "^3.0.0", @@ -4286,7 +4286,136 @@ "bundleDependencies": [ "ink", "treport", - "@types/react" + "@types/react", + "@babel/code-frame", + "@babel/compat-data", + "@babel/core", + "@babel/generator", + "@babel/helper-annotate-as-pure", + "@babel/helper-compilation-targets", + "@babel/helper-function-name", + "@babel/helper-get-function-arity", + "@babel/helper-member-expression-to-functions", + "@babel/helper-module-imports", + "@babel/helper-module-transforms", + "@babel/helper-optimise-call-expression", + "@babel/helper-plugin-utils", + "@babel/helper-replace-supers", + "@babel/helper-simple-access", + "@babel/helper-split-export-declaration", + "@babel/helper-validator-identifier", + "@babel/helper-validator-option", + "@babel/helpers", + "@babel/highlight", + "@babel/parser", + "@babel/plugin-proposal-object-rest-spread", + "@babel/plugin-syntax-jsx", + "@babel/plugin-syntax-object-rest-spread", + "@babel/plugin-transform-destructuring", + "@babel/plugin-transform-parameters", + "@babel/plugin-transform-react-jsx", + "@babel/template", + "@babel/traverse", + "@babel/types", + "@types/prop-types", + "@types/scheduler", + "@types/yoga-layout", + "ansi-escapes", + "ansi-styles", + "ansicolors", + "arrify", + "astral-regex", + "auto-bind", + "balanced-match", + "brace-expansion", + "browserslist", + "caller-callsite", + "caller-path", + "callsites", + "caniuse-lite", + "cardinal", + "chalk", + "ci-info", + "cli-cursor", + "cli-truncate", + "color-convert", + "color-name", + "colorette", + "commondir", + "concat-map", + "convert-source-map", + "csstype", + "debug", + "electron-to-chromium", + "emoji-regex", + "escalade", + "escape-string-regexp", + "esprima", + "events-to-array", + "find-cache-dir", + "find-up", + "fs.realpath", + "gensync", + "glob", + "globals", + "has-flag", + "import-jsx", + "inflight", + "inherits", + "is-ci", + "is-fullwidth-code-point", + "js-tokens", + "jsesc", + "json5", + "locate-path", + "lodash", + "lodash.throttle", + "log-update", + "loose-envify", + "make-dir", + "mimic-fn", + "minimatch", + "minimist", + "minipass", + "ms", + "node-releases", + "object-assign", + "once", + "onetime", + "p-limit", + "p-locate", + "p-try", + "path-exists", + "path-is-absolute", + "pkg-dir", + "prop-types", + "punycode", + "react-is", + "react-reconciler", + "redeyed", + "resolve-from", + "restore-cursor", + "rimraf", + "safe-buffer", + "scheduler", + "semver", + "signal-exit", + "slice-ansi", + "source-map", + "string-length", + "string-width", + "supports-color", + "tap-parser", + "tap-yaml", + "to-fast-properties", + "type-fest", + "unicode-length", + "widest-line", + "wrap-ansi", + "wrappy", + "yallist", + "yaml", + "yoga-layout-prebuilt" ], "dev": true, "dependencies": { @@ -8322,9 +8451,9 @@ "dev": true }, "fastify": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.15.0.tgz", - "integrity": "sha512-7YJhWI1msebpMDmbiKFA43255PWJG3ugt/d6Nz2ceH16enKYBFbYlgRmebWrxvCGtRo1i0jmX32XGsl8F1Y5SQ==", + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.15.1.tgz", + "integrity": "sha512-QZBGrSOwcR+IJF5OwYTZ5662wEd68SqC6sG4aMu0GncKbYlG9GF88EF2PzN2HfXCCD9K0d/+ZNowuF8S893mOg==", "dev": true, "requires": { "@fastify/proxy-addr": "^3.0.0",