From 7102424541f3e9cb011702a0a68d2211fab51722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:32:51 +0000 Subject: [PATCH] build(deps): bump @feathersjs/errors from 5.0.24 to 5.0.25 Bumps [@feathersjs/errors](https://github.com/feathersjs/feathers/tree/HEAD/packages/errors) from 5.0.24 to 5.0.25. - [Release notes](https://github.com/feathersjs/feathers/releases) - [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/errors/CHANGELOG.md) - [Commits](https://github.com/feathersjs/feathers/commits/v5.0.25/packages/errors) --- updated-dependencies: - dependency-name: "@feathersjs/errors" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 109 ++++++++-------------------------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 93 deletions(-) diff --git a/package-lock.json b/package-lock.json index aab232c..04e8ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@feathersjs/adapter-commons": "5.0.24", "@feathersjs/commons": "5.0.24", - "@feathersjs/errors": "5.0.24" + "@feathersjs/errors": "5.0.25" }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.24", @@ -645,14 +645,6 @@ "url": "https://opencollective.com/feathers" } }, - "node_modules/@feathersjs/adapter-commons/node_modules/@feathersjs/errors": { - "version": "5.0.24", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.24.tgz", - "integrity": "sha512-7XnTWogwA1da3VT3zjjD+oaMZXtxueadm5gP9e4+aD8dYcW6djPk2KvBL38OWEhXZ/iMgPpA7p0JETcbDYE44w==", - "engines": { - "node": ">= 12" - } - }, "node_modules/@feathersjs/adapter-tests": { "version": "5.0.24", "resolved": "https://registry.npmjs.org/@feathersjs/adapter-tests/-/adapter-tests-5.0.24.tgz", @@ -673,7 +665,7 @@ "dev": true, "dependencies": { "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "@feathersjs/hooks": "^0.9.0", "@feathersjs/schema": "^5.0.25", @@ -705,15 +697,6 @@ "url": "https://github.com/sponsors/daffl" } }, - "node_modules/@feathersjs/authentication/node_modules/@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true, - "engines": { - "node": ">= 12" - } - }, "node_modules/@feathersjs/authentication/node_modules/@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -758,9 +741,9 @@ } }, "node_modules/@feathersjs/errors": { - "version": "5.0.24", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.24.tgz", - "integrity": "sha512-7XnTWogwA1da3VT3zjjD+oaMZXtxueadm5gP9e4+aD8dYcW6djPk2KvBL38OWEhXZ/iMgPpA7p0JETcbDYE44w==", + "version": "5.0.25", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", + "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", "engines": { "node": ">= 12" } @@ -773,7 +756,7 @@ "dependencies": { "@feathersjs/authentication": "^5.0.25", "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "@feathersjs/transport-commons": "^5.0.25", "@types/compression": "^1.7.5", @@ -805,15 +788,6 @@ "url": "https://github.com/sponsors/daffl" } }, - "node_modules/@feathersjs/express/node_modules/@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true, - "engines": { - "node": ">= 12" - } - }, "node_modules/@feathersjs/express/node_modules/@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -865,7 +839,7 @@ "dependencies": { "@feathersjs/adapter-commons": "^5.0.25", "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", @@ -891,7 +865,7 @@ "dev": true, "dependencies": { "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25" }, "engines": { @@ -915,15 +889,6 @@ "url": "https://github.com/sponsors/daffl" } }, - "node_modules/@feathersjs/schema/node_modules/@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true, - "engines": { - "node": ">= 12" - } - }, "node_modules/@feathersjs/schema/node_modules/@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -971,7 +936,7 @@ "dev": true, "dependencies": { "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "encodeurl": "^2.0.0", "lodash": "^4.17.21" @@ -997,15 +962,6 @@ "url": "https://github.com/sponsors/daffl" } }, - "node_modules/@feathersjs/transport-commons/node_modules/@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true, - "engines": { - "node": ">= 12" - } - }, "node_modules/@feathersjs/transport-commons/node_modules/@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -7120,13 +7076,6 @@ "@feathersjs/commons": "5.0.24", "@feathersjs/errors": "^5.0.24", "@feathersjs/feathers": "^5.0.24" - }, - "dependencies": { - "@feathersjs/errors": { - "version": "5.0.24", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.24.tgz", - "integrity": "sha512-7XnTWogwA1da3VT3zjjD+oaMZXtxueadm5gP9e4+aD8dYcW6djPk2KvBL38OWEhXZ/iMgPpA7p0JETcbDYE44w==" - } } }, "@feathersjs/adapter-tests": { @@ -7142,7 +7091,7 @@ "dev": true, "requires": { "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "@feathersjs/hooks": "^0.9.0", "@feathersjs/schema": "^5.0.25", @@ -7160,12 +7109,6 @@ "integrity": "sha512-hxNne1mytiriGEXmz5jx95WwpK7Qukymah85esJERRJzJ3XI8ax1ItuOrcpFSi8AYY6fjokoJISYlDO/OUVgjg==", "dev": true }, - "@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true - }, "@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -7191,9 +7134,9 @@ "integrity": "sha512-zjm3QRa1B0kZ3W4OTjFa4D73ABJrzUtN0xYPeCI4Fm19pi1/ANQULkqD3+f6Xi74nDr+uj5MadDYcsyGgHEsgA==" }, "@feathersjs/errors": { - "version": "5.0.24", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.24.tgz", - "integrity": "sha512-7XnTWogwA1da3VT3zjjD+oaMZXtxueadm5gP9e4+aD8dYcW6djPk2KvBL38OWEhXZ/iMgPpA7p0JETcbDYE44w==" + "version": "5.0.25", + "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", + "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==" }, "@feathersjs/express": { "version": "5.0.25", @@ -7203,7 +7146,7 @@ "requires": { "@feathersjs/authentication": "^5.0.25", "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "@feathersjs/transport-commons": "^5.0.25", "@types/compression": "^1.7.5", @@ -7221,12 +7164,6 @@ "integrity": "sha512-hxNne1mytiriGEXmz5jx95WwpK7Qukymah85esJERRJzJ3XI8ax1ItuOrcpFSi8AYY6fjokoJISYlDO/OUVgjg==", "dev": true }, - "@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true - }, "@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -7263,7 +7200,7 @@ "requires": { "@feathersjs/adapter-commons": "^5.0.25", "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", @@ -7279,7 +7216,7 @@ "dev": true, "requires": { "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25" } }, @@ -7289,12 +7226,6 @@ "integrity": "sha512-hxNne1mytiriGEXmz5jx95WwpK7Qukymah85esJERRJzJ3XI8ax1ItuOrcpFSi8AYY6fjokoJISYlDO/OUVgjg==", "dev": true }, - "@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true - }, "@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", @@ -7333,7 +7264,7 @@ "dev": true, "requires": { "@feathersjs/commons": "^5.0.25", - "@feathersjs/errors": "^5.0.25", + "@feathersjs/errors": "5.0.25", "@feathersjs/feathers": "^5.0.25", "encodeurl": "^2.0.0", "lodash": "^4.17.21" @@ -7345,12 +7276,6 @@ "integrity": "sha512-hxNne1mytiriGEXmz5jx95WwpK7Qukymah85esJERRJzJ3XI8ax1ItuOrcpFSi8AYY6fjokoJISYlDO/OUVgjg==", "dev": true }, - "@feathersjs/errors": { - "version": "5.0.25", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-5.0.25.tgz", - "integrity": "sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==", - "dev": true - }, "@feathersjs/feathers": { "version": "5.0.25", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.25.tgz", diff --git a/package.json b/package.json index 3676bd9..b3e954d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@feathersjs/adapter-commons": "5.0.24", "@feathersjs/commons": "5.0.24", - "@feathersjs/errors": "5.0.24" + "@feathersjs/errors": "5.0.25" }, "devDependencies": { "@feathersjs/adapter-tests": "5.0.24",