Skip to content

Commit

Permalink
chore: update dependencies (#4284)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 16, 2022
1 parent 185ba3c commit e9838a2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -126,63 +126,63 @@
"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",
"send": "^0.18.0",
"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"
},
Expand All @@ -199,4 +199,4 @@
"tsd": {
"directory": "test/types"
}
}
}

0 comments on commit e9838a2

Please sign in to comment.