diff --git a/package-lock.json b/package-lock.json index 6c7ca79..52e4445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.2", "license": "MIT", "dependencies": { - "@fastify/url-data": "^5.3.1", + "@fastify/url-data": "^6.0.3", "@types/node": "^22.0.0", "fastify": "^4.15.0" }, @@ -703,14 +703,39 @@ } }, "node_modules/@fastify/url-data": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@fastify/url-data/-/url-data-5.4.0.tgz", - "integrity": "sha512-Ht8lAZnIGsBKdFu6yYwN98OH89fFziCMeCq3yyZbIUKl+lbK5njhmPrcxAwfwLW1QoVk6OO0BkUPu1E/3Js94A==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@fastify/url-data/-/url-data-6.0.3.tgz", + "integrity": "sha512-WyDlwW3oqR9UakZk70v4IO1YD6s24RuSQVcmlTlDEw3XrXkNwcJosY07yLYl8eka9ecyiy9DaVrtShKMdbHxGQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { - "fast-uri": "^2.2.0", - "fastify-plugin": "^4.0.0" + "fast-uri": "^3.0.0", + "fastify-plugin": "^5.0.0" } }, + "node_modules/@fastify/url-data/node_modules/fast-uri": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz", + "integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ] + }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -2059,9 +2084,9 @@ } }, "node_modules/fastify-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", - "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==" }, "node_modules/fastify/node_modules/process-warning": { "version": "3.0.0", @@ -4834,12 +4859,19 @@ } }, "@fastify/url-data": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@fastify/url-data/-/url-data-5.4.0.tgz", - "integrity": "sha512-Ht8lAZnIGsBKdFu6yYwN98OH89fFziCMeCq3yyZbIUKl+lbK5njhmPrcxAwfwLW1QoVk6OO0BkUPu1E/3Js94A==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@fastify/url-data/-/url-data-6.0.3.tgz", + "integrity": "sha512-WyDlwW3oqR9UakZk70v4IO1YD6s24RuSQVcmlTlDEw3XrXkNwcJosY07yLYl8eka9ecyiy9DaVrtShKMdbHxGQ==", "requires": { - "fast-uri": "^2.2.0", - "fastify-plugin": "^4.0.0" + "fast-uri": "^3.0.0", + "fastify-plugin": "^5.0.0" + }, + "dependencies": { + "fast-uri": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.5.tgz", + "integrity": "sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==" + } } }, "@istanbuljs/load-nyc-config": { @@ -5869,9 +5901,9 @@ } }, "fastify-plugin": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.1.tgz", - "integrity": "sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==" }, "fastq": { "version": "1.17.1", diff --git a/package.json b/package.json index a8e3596..7634a8c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@fastify/url-data": "^5.3.1", + "@fastify/url-data": "^6.0.3", "@types/node": "^22.0.0", "fastify": "^4.15.0" },