From 14985f5309bd0d7a9e700897a76647bc31e765df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:17:03 +0100 Subject: [PATCH] build(deps-dev): bump @feathersjs/express from 5.0.13 to 5.0.14 (#57) Bumps [@feathersjs/express](https://github.com/feathersjs/feathers/tree/HEAD/packages/express) from 5.0.13 to 5.0.14. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/express/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.14/packages/express) --- updated-dependencies: - dependency-name: "@feathersjs/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 515 ++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 402 insertions(+), 115 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f54639..30d0a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.13", - "@feathersjs/express": "5.0.13", + "@feathersjs/express": "5.0.14", "@feathersjs/feathers": "5.0.13", "@types/mocha": "^10.0.1", "@types/node": "^20.10.6", @@ -482,9 +482,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.7.tgz", - "integrity": "sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "dev": true, "dependencies": { "regenerator-runtime": "^0.14.0" @@ -659,17 +659,17 @@ } }, "node_modules/@feathersjs/authentication": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.13.tgz", - "integrity": "sha512-Xa0t6K9gxEF0rFmRQW+3SBNEVZiGrSBAsEM8lxbIUvtiNELqEICwTHbv0SfTD+ts55tYHpWHZTDNLEVHB5TmZA==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.14.tgz", + "integrity": "sha512-jeD5vbpRchq1s7wFf+RtQMIKEIwRYz5x+vNuzsEW2uPsr64+JN/bORSJj7dMFpX8BPfL265EOcO866wT5HBexw==", "dev": true, "dependencies": { - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.13", - "@feathersjs/transport-commons": "^5.0.13", + "@feathersjs/schema": "^5.0.14", + "@feathersjs/transport-commons": "^5.0.14", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -684,55 +684,46 @@ "url": "https://github.com/sponsors/daffl" } }, - "node_modules/@feathersjs/authentication/node_modules/@feathersjs/schema": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.13.tgz", - "integrity": "sha512-i7ufzEHPwmKGCyRnL0a4Jx1KvSETvFzOoQwSuLetepQ+V8C3PO9Z4IO9GlryzMg0Ap9j6vK9Yn901E2nET2ENA==", + "node_modules/@feathersjs/authentication/node_modules/@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", "dev": true, - "dependencies": { - "@feathersjs/adapter-commons": "^5.0.13", - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", - "@feathersjs/hooks": "^0.8.1", - "@types/json-schema": "^7.0.15", - "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", - "json-schema-to-ts": "^3.0.0" - }, "engines": { "node": ">= 12" }, "funding": { "type": "github", "url": "https://github.com/sponsors/daffl" - }, - "peerDependencies": { - "typescript": ">=5.3" } }, - "node_modules/@feathersjs/authentication/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "node_modules/@feathersjs/authentication/node_modules/@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/@feathersjs/authentication/node_modules/@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", "dev": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + }, + "engines": { + "node": ">= 12" }, "funding": { "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "url": "https://github.com/sponsors/daffl" } }, - "node_modules/@feathersjs/authentication/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, "node_modules/@feathersjs/authentication/node_modules/uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", @@ -767,16 +758,16 @@ } }, "node_modules/@feathersjs/express": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.13.tgz", - "integrity": "sha512-at7jUGecHojTusXu6dZvdLJjZ5jmzf+oJWCWhlkJMUfd+sPM+M35Ty0/Wte0bW5iA91EHoaPg0hq1SLnCU7Tlw==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.14.tgz", + "integrity": "sha512-dlS6HeBzeuoQvLe3l8eUnBn8smUb2U1vCke3BmqmC0e//UXYun4K8+7SjC9FToY2wowATJVKxgVIUipcWbhzKQ==", "dev": true, "dependencies": { - "@feathersjs/authentication": "^5.0.13", - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", - "@feathersjs/transport-commons": "^5.0.13", + "@feathersjs/authentication": "^5.0.14", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", + "@feathersjs/transport-commons": "^5.0.14", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -793,6 +784,46 @@ "url": "https://github.com/sponsors/daffl" } }, + "node_modules/@feathersjs/express/node_modules/@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, + "node_modules/@feathersjs/express/node_modules/@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/@feathersjs/express/node_modules/@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", + "dev": true, + "dependencies": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + }, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, "node_modules/@feathersjs/feathers": { "version": "5.0.13", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.13.tgz", @@ -818,15 +849,122 @@ "node": ">= 14" } }, + "node_modules/@feathersjs/schema": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.14.tgz", + "integrity": "sha512-Z1BpUIgI40pEnuzcW547vCuVSBZwqoLjdVlaQt5Y+mmbW0GAWFKJ/78im5txPqg/xGLa9oxN4u4ugq33oQchWg==", + "dev": true, + "dependencies": { + "@feathersjs/adapter-commons": "^5.0.14", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "@types/json-schema": "^7.0.15", + "ajv": "^8.12.0", + "ajv-formats": "^2.1.1", + "json-schema-to-ts": "^3.0.0" + }, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + }, + "peerDependencies": { + "typescript": ">=5.3" + } + }, + "node_modules/@feathersjs/schema/node_modules/@feathersjs/adapter-commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.14.tgz", + "integrity": "sha512-hTyBceFN6HM8zUXXi6vgii6C8I0SvngeQo+9igKADHRtVhNeAHi70sRZHyIefwPKYfmGtBy1vm7mQw8chf5geg==", + "dev": true, + "dependencies": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14" + }, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + } + }, + "node_modules/@feathersjs/schema/node_modules/@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, + "node_modules/@feathersjs/schema/node_modules/@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/@feathersjs/schema/node_modules/@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", + "dev": true, + "dependencies": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + }, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, + "node_modules/@feathersjs/schema/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@feathersjs/schema/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, "node_modules/@feathersjs/transport-commons": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.13.tgz", - "integrity": "sha512-LWlYrMMapti4UicnCd3YNLlINwWHlU0ZRPhy43qUWD5TR+/6PHBubx7rBMsKMCj1NC6fcTI4VO5wy8Kf0pnB9g==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.14.tgz", + "integrity": "sha512-7BKEe49XrH+jSKUljXtUfyQHMnLxDLEW+1ue+mwvLvDX0xsk7OrJL74xYKIYHUI8Qy1yp/mlmUXiiN5aWuLU+Q==", "dev": true, "dependencies": { - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -838,6 +976,46 @@ "url": "https://github.com/sponsors/daffl" } }, + "node_modules/@feathersjs/transport-commons/node_modules/@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, + "node_modules/@feathersjs/transport-commons/node_modules/@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/@feathersjs/transport-commons/node_modules/@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", + "dev": true, + "dependencies": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + }, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.13", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", @@ -6700,9 +6878,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.7.tgz", - "integrity": "sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "dev": true, "requires": { "regenerator-runtime": "^0.14.0" @@ -6828,17 +7006,17 @@ "dev": true }, "@feathersjs/authentication": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.13.tgz", - "integrity": "sha512-Xa0t6K9gxEF0rFmRQW+3SBNEVZiGrSBAsEM8lxbIUvtiNELqEICwTHbv0SfTD+ts55tYHpWHZTDNLEVHB5TmZA==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.14.tgz", + "integrity": "sha512-jeD5vbpRchq1s7wFf+RtQMIKEIwRYz5x+vNuzsEW2uPsr64+JN/bORSJj7dMFpX8BPfL265EOcO866wT5HBexw==", "dev": true, "requires": { - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.13", - "@feathersjs/transport-commons": "^5.0.13", + "@feathersjs/schema": "^5.0.14", + "@feathersjs/transport-commons": "^5.0.14", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -6846,41 +7024,29 @@ "uuid": "^9.0.1" }, "dependencies": { - "@feathersjs/schema": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.13.tgz", - "integrity": "sha512-i7ufzEHPwmKGCyRnL0a4Jx1KvSETvFzOoQwSuLetepQ+V8C3PO9Z4IO9GlryzMg0Ap9j6vK9Yn901E2nET2ENA==", - "dev": true, - "requires": { - "@feathersjs/adapter-commons": "^5.0.13", - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", - "@feathersjs/hooks": "^0.8.1", - "@types/json-schema": "^7.0.15", - "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", - "json-schema-to-ts": "^3.0.0" - } + "@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true }, - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true + }, + "@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", "dev": true, "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" } }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, "uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", @@ -6900,16 +7066,16 @@ "integrity": "sha512-1SRkUUFtTYE35RIxrJ1IxJkbEom7MlGlIc49BjhWbVKEmbwAMpwyQdjMPkBtWdG2iei3j+bEtW84ks8nYBuZCQ==" }, "@feathersjs/express": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.13.tgz", - "integrity": "sha512-at7jUGecHojTusXu6dZvdLJjZ5jmzf+oJWCWhlkJMUfd+sPM+M35Ty0/Wte0bW5iA91EHoaPg0hq1SLnCU7Tlw==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.14.tgz", + "integrity": "sha512-dlS6HeBzeuoQvLe3l8eUnBn8smUb2U1vCke3BmqmC0e//UXYun4K8+7SjC9FToY2wowATJVKxgVIUipcWbhzKQ==", "dev": true, "requires": { - "@feathersjs/authentication": "^5.0.13", - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", - "@feathersjs/transport-commons": "^5.0.13", + "@feathersjs/authentication": "^5.0.14", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", + "@feathersjs/transport-commons": "^5.0.14", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -6917,6 +7083,31 @@ "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.18.2" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true + }, + "@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", + "dev": true, + "requires": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + } + } } }, "@feathersjs/feathers": { @@ -6934,17 +7125,113 @@ "resolved": "https://registry.npmjs.org/@feathersjs/hooks/-/hooks-0.8.1.tgz", "integrity": "sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==" }, + "@feathersjs/schema": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.14.tgz", + "integrity": "sha512-Z1BpUIgI40pEnuzcW547vCuVSBZwqoLjdVlaQt5Y+mmbW0GAWFKJ/78im5txPqg/xGLa9oxN4u4ugq33oQchWg==", + "dev": true, + "requires": { + "@feathersjs/adapter-commons": "^5.0.14", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "@types/json-schema": "^7.0.15", + "ajv": "^8.12.0", + "ajv-formats": "^2.1.1", + "json-schema-to-ts": "^3.0.0" + }, + "dependencies": { + "@feathersjs/adapter-commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.14.tgz", + "integrity": "sha512-hTyBceFN6HM8zUXXi6vgii6C8I0SvngeQo+9igKADHRtVhNeAHi70sRZHyIefwPKYfmGtBy1vm7mQw8chf5geg==", + "dev": true, + "requires": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14" + } + }, + "@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true + }, + "@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", + "dev": true, + "requires": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + } + } + }, "@feathersjs/transport-commons": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.13.tgz", - "integrity": "sha512-LWlYrMMapti4UicnCd3YNLlINwWHlU0ZRPhy43qUWD5TR+/6PHBubx7rBMsKMCj1NC6fcTI4VO5wy8Kf0pnB9g==", + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.14.tgz", + "integrity": "sha512-7BKEe49XrH+jSKUljXtUfyQHMnLxDLEW+1ue+mwvLvDX0xsk7OrJL74xYKIYHUI8Qy1yp/mlmUXiiN5aWuLU+Q==", "dev": true, "requires": { - "@feathersjs/commons": "^5.0.13", - "@feathersjs/errors": "^5.0.13", - "@feathersjs/feathers": "^5.0.13", + "@feathersjs/commons": "^5.0.14", + "@feathersjs/errors": "^5.0.14", + "@feathersjs/feathers": "^5.0.14", "encodeurl": "^1.0.2", "lodash": "^4.17.21" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.14.tgz", + "integrity": "sha512-3TcQs8S9IA4Qr9uZFq5sDiHuZ7BcaLjnbP8nXRnRZhE5P2vtWJb3twW7dF4G+/ypKHcbnGJarrPnzH9HQ5ZFGw==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.14.tgz", + "integrity": "sha512-AQ7jV+oVbHv1X3Wg7i8zoGNMn+7YAHHF6jff9P9JMrAt9bacyobTYXaal/PVYFooaupWHBnSee3iWD/1+HihIw==", + "dev": true + }, + "@feathersjs/feathers": { + "version": "5.0.14", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.14.tgz", + "integrity": "sha512-OoXnlmKZbFsJ7HVNM8hKQpUQQJFZ73CGtqtOjFcGqgABvwuPlaUV5amCxsZa5sPdXtaaeuQPCoBXlLpp5zml5w==", + "dev": true, + "requires": { + "@feathersjs/commons": "^5.0.14", + "@feathersjs/hooks": "^0.8.1", + "events": "^3.3.0" + } + } } }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 64a6c53..1b8e4a9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.13", - "@feathersjs/express": "5.0.13", + "@feathersjs/express": "5.0.14", "@feathersjs/feathers": "5.0.13", "@types/mocha": "^10.0.1", "@types/node": "^20.10.6",