Bump fastify from 4.11.0 to 4.12.0 (#119)

This commit is contained in:
dependabot[bot] 2023-01-23 11:01:36 +01:00 committed by GitHub
parent 4af4035ce9
commit 891ae81a2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

39
package-lock.json generated
View file

@ -3317,14 +3317,6 @@
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
}, },
"node_modules/content-type": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/convert-source-map": { "node_modules/convert-source-map": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
@ -4448,6 +4440,11 @@
"node": ">=4" "node": ">=4"
} }
}, },
"node_modules/fast-content-type-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
},
"node_modules/fast-decode-uri-component": { "node_modules/fast-decode-uri-component": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@ -4574,16 +4571,16 @@
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
}, },
"node_modules/fastify": { "node_modules/fastify": {
"version": "4.11.0", "version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"dependencies": { "dependencies": {
"@fastify/ajv-compiler": "^3.3.1", "@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0", "@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^4.1.0", "@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"avvio": "^8.2.0", "avvio": "^8.2.0",
"content-type": "^1.0.4", "fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0", "find-my-way": "^7.3.0",
"light-my-request": "^5.6.1", "light-my-request": "^5.6.1",
"pino": "^8.5.0", "pino": "^8.5.0",
@ -12978,11 +12975,6 @@
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ=="
}, },
"content-type": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
},
"convert-source-map": { "convert-source-map": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
@ -13825,6 +13817,11 @@
"tmp": "^0.0.33" "tmp": "^0.0.33"
} }
}, },
"fast-content-type-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
},
"fast-decode-uri-component": { "fast-decode-uri-component": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@ -13939,16 +13936,16 @@
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
}, },
"fastify": { "fastify": {
"version": "4.11.0", "version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"requires": { "requires": {
"@fastify/ajv-compiler": "^3.3.1", "@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0", "@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^4.1.0", "@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"avvio": "^8.2.0", "avvio": "^8.2.0",
"content-type": "^1.0.4", "fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0", "find-my-way": "^7.3.0",
"light-my-request": "^5.6.1", "light-my-request": "^5.6.1",
"pino": "^8.5.0", "pino": "^8.5.0",