From c950c741d7b5d253a9e6206bdefd115e9f29035d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:03:58 +0000 Subject: [PATCH] build(deps-dev): bump @feathersjs/express from 5.0.21 to 5.0.22 Bumps [@feathersjs/express](https://github.com/feathersjs/feathers/tree/HEAD/packages/express) from 5.0.21 to 5.0.22. - [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.22/packages/express) --- updated-dependencies: - dependency-name: "@feathersjs/express" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 303 ++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 237 insertions(+), 68 deletions(-) diff --git a/package-lock.json b/package-lock.json index 406451c..0836446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.21", - "@feathersjs/express": "5.0.21", + "@feathersjs/express": "5.0.22", "@feathersjs/feathers": "5.0.22", "@types/mocha": "^10.0.1", "@types/node": "^20.10.6", @@ -659,17 +659,17 @@ } }, "node_modules/@feathersjs/authentication": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.21.tgz", - "integrity": "sha512-ejYzFxPsD7lACJNCGDQkAJSHGo5gow6uACTOBc5Nr9LTejdWn05vUwqRZLwgl/fGewpUDQ6s99msySXQ2iCySA==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.22.tgz", + "integrity": "sha512-0fYMNmqDDqqYb/zji1OeX68x9Flc9MghMbgwAEgBDMr7i4ZrHJaEKhZfrlMoQbcDS1/Kpeyl2jlhf5howqxtwQ==", "dev": true, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -684,6 +684,28 @@ "url": "https://github.com/sponsors/daffl" } }, + "node_modules/@feathersjs/authentication/node_modules/@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "dev": true, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, + "node_modules/@feathersjs/authentication/node_modules/@feathersjs/errors": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, "node_modules/@feathersjs/authentication/node_modules/uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", @@ -718,20 +740,20 @@ } }, "node_modules/@feathersjs/express": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.21.tgz", - "integrity": "sha512-5hSz54mgZQ8kUHA5q5wJOuFGlKyYHSkKzCAuftwvPti1di1uj/SOUTY+LoSNxZAl3VWyF5YM2NPwIkuMm6s2pQ==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.22.tgz", + "integrity": "sha512-GexG3rpiwFg3yQknh9BJVVjbH4YFw5tgck4lpDIdyQFoL2ggNb8Cb2iHiKkYBHbC8YEsqAQvwQhoGk4mGxGxOA==", "dev": true, "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", - "@types/express-serve-static-core": "^4.17.41", + "@types/express-serve-static-core": "^4.17.43", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.18.2" @@ -744,6 +766,28 @@ "url": "https://github.com/sponsors/daffl" } }, + "node_modules/@feathersjs/express/node_modules/@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "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.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, "node_modules/@feathersjs/feathers": { "version": "5.0.22", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.22.tgz", @@ -782,15 +826,15 @@ } }, "node_modules/@feathersjs/schema": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.21.tgz", - "integrity": "sha512-23Q7g6jq1G3an70TDc4SAzzohBL75BcbW6uYUxEq+gAvifbV/kq0sVCP85Je6bxvVZP5PLbNykF8msFYDTvqjA==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.22.tgz", + "integrity": "sha512-SgsvE+0h7GlKrVZiGa/A85xuBJWxx0/kby00kABub+qzDhGCUz4jtNhVLb80bTyMY2DsTHZvZFycaGGgHv4Jww==", "dev": true, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -808,6 +852,46 @@ "typescript": ">=5.3" } }, + "node_modules/@feathersjs/schema/node_modules/@feathersjs/adapter-commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.22.tgz", + "integrity": "sha512-6JvNu0eAr/BDZIZ63qYexYPTfS/ARrEVD+egozhpti2h7OWP+o4L50EzFQXAX/3PQwxg92EJpjrtq5UOXpE3Mg==", + "dev": true, + "dependencies": { + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" + }, + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/feathers" + } + }, + "node_modules/@feathersjs/schema/node_modules/@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "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.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, "node_modules/@feathersjs/schema/node_modules/ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -831,14 +915,14 @@ "dev": true }, "node_modules/@feathersjs/transport-commons": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.21.tgz", - "integrity": "sha512-dTAVRL92SaqsHWC6OrA0Smh+BEtJzIczSrWNH50byzG/wRHm/1uJ2mu4JxX8LCs/VKRpHXBKm71i60UXKpGidg==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.22.tgz", + "integrity": "sha512-BiM1rEP2PLNCh500eH+k7CcwuubuaD+YEG8drGMTyENwWewCWROfvpXpj3Mzr6yQ1kDkMb+o+/2j2kGVgR0AGg==", "dev": true, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -850,6 +934,28 @@ "url": "https://github.com/sponsors/daffl" } }, + "node_modules/@feathersjs/transport-commons/node_modules/@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "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.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.13", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", @@ -1157,9 +1263,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.41", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", - "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + "version": "4.17.43", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", + "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", "dev": true, "dependencies": { "@types/node": "*", @@ -6947,17 +7053,17 @@ "dev": true }, "@feathersjs/authentication": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.21.tgz", - "integrity": "sha512-ejYzFxPsD7lACJNCGDQkAJSHGo5gow6uACTOBc5Nr9LTejdWn05vUwqRZLwgl/fGewpUDQ6s99msySXQ2iCySA==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/authentication/-/authentication-5.0.22.tgz", + "integrity": "sha512-0fYMNmqDDqqYb/zji1OeX68x9Flc9MghMbgwAEgBDMr7i4ZrHJaEKhZfrlMoQbcDS1/Kpeyl2jlhf5howqxtwQ==", "dev": true, "requires": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -6965,6 +7071,18 @@ "uuid": "^9.0.1" }, "dependencies": { + "@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true + }, "uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", @@ -6984,23 +7102,37 @@ "integrity": "sha512-HDuhPbR8XUJjGnNkS8ushQmFJuVW6dZz79dT7oflSSP/m1RvQDNtA8DIXxTpTlM9RIYZQbflWwc7oVBx/ikxSw==" }, "@feathersjs/express": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.21.tgz", - "integrity": "sha512-5hSz54mgZQ8kUHA5q5wJOuFGlKyYHSkKzCAuftwvPti1di1uj/SOUTY+LoSNxZAl3VWyF5YM2NPwIkuMm6s2pQ==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/express/-/express-5.0.22.tgz", + "integrity": "sha512-GexG3rpiwFg3yQknh9BJVVjbH4YFw5tgck4lpDIdyQFoL2ggNb8Cb2iHiKkYBHbC8YEsqAQvwQhoGk4mGxGxOA==", "dev": true, "requires": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", - "@types/express-serve-static-core": "^4.17.41", + "@types/express-serve-static-core": "^4.17.43", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.18.2" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true + } } }, "@feathersjs/feathers": { @@ -7026,15 +7158,15 @@ "integrity": "sha512-q/OGjm2BEhT9cHYYcMZR4YKX4lHyufBJmi5Dz+XRM5YqUuEg9MYtR45CWgDiC1klrd2srNSsdmGNVU1otL4+0Q==" }, "@feathersjs/schema": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.21.tgz", - "integrity": "sha512-23Q7g6jq1G3an70TDc4SAzzohBL75BcbW6uYUxEq+gAvifbV/kq0sVCP85Je6bxvVZP5PLbNykF8msFYDTvqjA==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/schema/-/schema-5.0.22.tgz", + "integrity": "sha512-SgsvE+0h7GlKrVZiGa/A85xuBJWxx0/kby00kABub+qzDhGCUz4jtNhVLb80bTyMY2DsTHZvZFycaGGgHv4Jww==", "dev": true, "requires": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -7042,6 +7174,29 @@ "json-schema-to-ts": "^3.0.0" }, "dependencies": { + "@feathersjs/adapter-commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.22.tgz", + "integrity": "sha512-6JvNu0eAr/BDZIZ63qYexYPTfS/ARrEVD+egozhpti2h7OWP+o4L50EzFQXAX/3PQwxg92EJpjrtq5UOXpE3Mg==", + "dev": true, + "requires": { + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" + } + }, + "@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true + }, "ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -7063,16 +7218,30 @@ } }, "@feathersjs/transport-commons": { - "version": "5.0.21", - "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.21.tgz", - "integrity": "sha512-dTAVRL92SaqsHWC6OrA0Smh+BEtJzIczSrWNH50byzG/wRHm/1uJ2mu4JxX8LCs/VKRpHXBKm71i60UXKpGidg==", + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/transport-commons/-/transport-commons-5.0.22.tgz", + "integrity": "sha512-BiM1rEP2PLNCh500eH+k7CcwuubuaD+YEG8drGMTyENwWewCWROfvpXpj3Mzr6yQ1kDkMb+o+/2j2kGVgR0AGg==", "dev": true, "requires": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "encodeurl": "^1.0.2", "lodash": "^4.17.21" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.22.tgz", + "integrity": "sha512-RkuOwt+fRkwOsO8CDFrDTyy8mKTkgk7qN6TegkV3vsF4Trpc7016mRiOpCzWy1hAllYLAdH4+vA+hb1E/UYPmg==", + "dev": true + }, + "@feathersjs/errors": { + "version": "5.0.22", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.22.tgz", + "integrity": "sha512-vKizG6tDz8meNx5IiFjkMy08PmzdeDHmH7JnvQYl2MuKkWW0sx0qgAEP4ik7NT3MlCsrmtNUK+4BhXODfXnT7A==", + "dev": true + } } }, "@humanwhocodes/config-array": { @@ -7326,9 +7495,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.41", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", - "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", + "version": "4.17.43", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz", + "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==", "dev": true, "requires": { "@types/node": "*", diff --git a/package.json b/package.json index 998f8df..fd8df87 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.21", - "@feathersjs/express": "5.0.21", + "@feathersjs/express": "5.0.22", "@feathersjs/feathers": "5.0.22", "@types/mocha": "^10.0.1", "@types/node": "^20.10.6",