mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
chore(deps): bump fastify from 4.8.1 to 4.10.2 in /template/bigbot (#2594)
Bumps [fastify](https://github.com/fastify/fastify) from 4.8.1 to 4.10.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.8.1...v4.10.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
32
template/bigbot/package-lock.json
generated
32
template/bigbot/package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"discordeno": "^16.0.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.1",
|
||||
"fastify": "^4.8.1",
|
||||
"fastify": "^4.10.2",
|
||||
"nanoid": "^4.0.0",
|
||||
"node-fetch": "^3.2.10",
|
||||
"web-worker": "^1.2.0"
|
||||
@@ -1189,15 +1189,16 @@
|
||||
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "4.8.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz",
|
||||
"integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==",
|
||||
"version": "4.10.2",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz",
|
||||
"integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==",
|
||||
"dependencies": {
|
||||
"@fastify/ajv-compiler": "^3.3.1",
|
||||
"@fastify/error": "^3.0.0",
|
||||
"@fastify/fast-json-stringify-compiler": "^4.1.0",
|
||||
"abstract-logging": "^2.0.1",
|
||||
"avvio": "^8.2.0",
|
||||
"content-type": "^1.0.4",
|
||||
"find-my-way": "^7.3.0",
|
||||
"light-my-request": "^5.6.1",
|
||||
"pino": "^8.5.0",
|
||||
@@ -1206,7 +1207,7 @@
|
||||
"rfdc": "^1.3.0",
|
||||
"secure-json-parse": "^2.5.0",
|
||||
"semver": "^7.3.7",
|
||||
"tiny-lru": "^9.0.2"
|
||||
"tiny-lru": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fastq": {
|
||||
@@ -2280,9 +2281,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/tiny-lru": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-9.0.3.tgz",
|
||||
"integrity": "sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
|
||||
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA==",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
@@ -3312,15 +3313,16 @@
|
||||
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
|
||||
},
|
||||
"fastify": {
|
||||
"version": "4.8.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz",
|
||||
"integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==",
|
||||
"version": "4.10.2",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.10.2.tgz",
|
||||
"integrity": "sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==",
|
||||
"requires": {
|
||||
"@fastify/ajv-compiler": "^3.3.1",
|
||||
"@fastify/error": "^3.0.0",
|
||||
"@fastify/fast-json-stringify-compiler": "^4.1.0",
|
||||
"abstract-logging": "^2.0.1",
|
||||
"avvio": "^8.2.0",
|
||||
"content-type": "^1.0.4",
|
||||
"find-my-way": "^7.3.0",
|
||||
"light-my-request": "^5.6.1",
|
||||
"pino": "^8.5.0",
|
||||
@@ -3329,7 +3331,7 @@
|
||||
"rfdc": "^1.3.0",
|
||||
"secure-json-parse": "^2.5.0",
|
||||
"semver": "^7.3.7",
|
||||
"tiny-lru": "^9.0.2"
|
||||
"tiny-lru": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"fastq": {
|
||||
@@ -4077,9 +4079,9 @@
|
||||
}
|
||||
},
|
||||
"tiny-lru": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-9.0.3.tgz",
|
||||
"integrity": "sha512-/i9GruRjXsnDgehxvy6iZ4AFNVxngEFbwzirhdulomMNPGPVV3ECMZOWSw0w4sRMZ9Al9m4jy08GPvRxRUGYlw=="
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-10.0.1.tgz",
|
||||
"integrity": "sha512-Vst+6kEsWvb17Zpz14sRJV/f8bUWKhqm6Dc+v08iShmIJ/WxqWytHzCTd6m88pS33rE2zpX34TRmOpAJPloNCA=="
|
||||
},
|
||||
"to-regex-range": {
|
||||
"version": "5.0.1",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"discordeno": "^16.0.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.1",
|
||||
"fastify": "^4.8.1",
|
||||
"fastify": "^4.10.2",
|
||||
"nanoid": "^4.0.0",
|
||||
"node-fetch": "^3.2.10",
|
||||
"web-worker": "^1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user