From 9e1d658dda000ef037b74de30a94c3adbb58fa04 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 16 Sep 2022 10:09:30 -0400 Subject: [PATCH] chore: update dependencies --- package.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 7724ee8ce8..045eb5ed59 100644 --- a/package.json +++ b/package.json @@ -126,35 +126,35 @@ "homepage": "https://www.fastify.io/", "devDependencies": { "@fastify/pre-commit": "^2.0.2", - "@sinclair/typebox": "^0.24.9", + "@sinclair/typebox": "^0.24.41", "@sinonjs/fake-timers": "^9.1.2", - "@types/node": "^18.0.0", - "@typescript-eslint/eslint-plugin": "^5.27.0", - "@typescript-eslint/parser": "^5.27.0", + "@types/node": "^18.7.18", + "@typescript-eslint/eslint-plugin": "^5.37.0", + "@typescript-eslint/parser": "^5.37.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1", "ajv-i18n": "^4.2.0", "ajv-merge-patch": "^5.0.1", "branch-comparer": "^1.1.0", - "eslint": "^8.16.0", - "eslint-config-standard": "^17.0.0-1", + "eslint": "^8.23.1", + "eslint-config-standard": "^17.0.0", "eslint-import-resolver-node": "^0.3.6", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-n": "^15.2.0", - "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-n": "^15.2.5", + "eslint-plugin-promise": "^6.0.1", "fast-json-body": "^1.1.0", - "fast-json-stringify": "^5.0.0", - "fastify-plugin": "^4.0.0", + "fast-json-stringify": "^5.3.0", + "fastify-plugin": "^4.2.1", "fluent-json-schema": "^3.1.0", "form-data": "^4.0.0", "h2url": "^0.2.0", "http-errors": "^2.0.0", "joi": "^17.6.0", - "json-schema-to-ts": "^2.5.3", + "json-schema-to-ts": "^2.5.5", "JSONStream": "^1.3.5", "license-checker": "^25.0.1", - "markdownlint-cli2": "^0.5.0", + "markdownlint-cli2": "^0.5.1", "proxyquire": "^2.1.3", "pump": "^3.0.0", "self-cert": "^2.0.0", @@ -162,27 +162,27 @@ "simple-get": "^4.0.1", "snazzy": "^9.0.0", "split2": "^4.1.0", - "standard": "^17.0.0-2", - "tap": "^16.2.0", - "tsd": "^0.23.0", - "typescript": "^4.7.2", - "undici": "^5.4.0", + "standard": "^17.0.0", + "tap": "^16.3.0", + "tsd": "^0.24.1", + "typescript": "^4.8.3", + "undici": "^5.10.0", "vary": "^1.1.2", "yup": "^0.32.11" }, "dependencies": { - "@fastify/ajv-compiler": "^3.1.1", + "@fastify/ajv-compiler": "^3.2.0", "@fastify/error": "^3.0.0", - "@fastify/fast-json-stringify-compiler": "^4.0.0", + "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", - "avvio": "^8.1.3", - "find-my-way": "^7.0.0", - "light-my-request": "^5.5.1", - "pino": "^8.0.0", + "avvio": "^8.2.0", + "find-my-way": "^7.2.0", + "light-my-request": "^5.6.1", + "pino": "^8.5.0", "process-warning": "^2.0.0", "proxy-addr": "^2.0.7", "rfdc": "^1.3.0", - "secure-json-parse": "^2.4.0", + "secure-json-parse": "^2.5.0", "semver": "^7.3.7", "tiny-lru": "^8.0.2" }, @@ -199,4 +199,4 @@ "tsd": { "directory": "test/types" } -} +} \ No newline at end of file