diff --git a/package-lock.json b/package-lock.json index b5847c4..6893446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.1", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "5.0.23", + "@feathersjs/adapter-commons": "5.0.24", "@feathersjs/commons": "5.0.23", "@feathersjs/errors": "5.0.24" }, @@ -629,13 +629,13 @@ } }, "node_modules/@feathersjs/adapter-commons": { - "version": "5.0.23", - "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.23.tgz", - "integrity": "sha512-panjuVtG62p23arIwz+7HWpZb1GrbYmXLjnOkO4nuBCLc32dRydDYwLOWzF/v/SVaWPPQm7gW0u6gPrUJnJkMg==", + "version": "5.0.24", + "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.24.tgz", + "integrity": "sha512-lZsZy1kzYkW0Pq6a4FCgAZ/mdRE9FLUpUxRfczHNahxSuGAplWs2RwfQGMcn3yadE8K4QZfheuwUg894lGA2cQ==", "dependencies": { - "@feathersjs/commons": "5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "engines": { "node": ">= 12" @@ -645,6 +645,26 @@ "url": "https://opencollective.com/feathers" } }, + "node_modules/@feathersjs/adapter-commons/node_modules/@feathersjs/commons": { + "version": "5.0.24", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.24.tgz", + "integrity": "sha512-zjm3QRa1B0kZ3W4OTjFa4D73ABJrzUtN0xYPeCI4Fm19pi1/ANQULkqD3+f6Xi74nDr+uj5MadDYcsyGgHEsgA==", + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, + "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", @@ -6931,13 +6951,25 @@ "dev": true }, "@feathersjs/adapter-commons": { - "version": "5.0.23", - "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.23.tgz", - "integrity": "sha512-panjuVtG62p23arIwz+7HWpZb1GrbYmXLjnOkO4nuBCLc32dRydDYwLOWzF/v/SVaWPPQm7gW0u6gPrUJnJkMg==", + "version": "5.0.24", + "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-5.0.24.tgz", + "integrity": "sha512-lZsZy1kzYkW0Pq6a4FCgAZ/mdRE9FLUpUxRfczHNahxSuGAplWs2RwfQGMcn3yadE8K4QZfheuwUg894lGA2cQ==", "requires": { - "@feathersjs/commons": "5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "5.0.24", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.24.tgz", + "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==" + } } }, "@feathersjs/adapter-tests": { diff --git a/package.json b/package.json index 0fd083b..d8d8bba 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "5.0.23", + "@feathersjs/adapter-commons": "5.0.24", "@feathersjs/commons": "5.0.23", "@feathersjs/errors": "5.0.24" },