diff --git a/package-lock.json b/package-lock.json index b833835..1a1eb20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@feathersjs/adapter-tests": "5.0.1", "@feathersjs/express": "5.0.1", - "@feathersjs/feathers": "5.0.1", + "@feathersjs/feathers": "5.0.13", "@types/mocha": "^10.0.1", "@types/node": "^18.15.10", "@typescript-eslint/eslint-plugin": "^5.57.0", @@ -731,11 +731,11 @@ } }, "node_modules/@feathersjs/feathers": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.1.tgz", - "integrity": "sha512-9eQsmcN8SoRt+APtrB/Dfjo9zSvibuMNjkidHhqTu93UCEd7TysTv7Q3IRwXGoJCialnwwVIgoK9NOhjKe45ug==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.13.tgz", + "integrity": "sha512-f7qJkE4shIG+xziiWsfy9yLSmhQJQzq8ApzE1bmYneHExCopbQJvoH1r5iuoafGJ6GPzExK3mSxhdAJN6+nm0A==", "dependencies": { - "@feathersjs/commons": "^5.0.1", + "@feathersjs/commons": "^5.0.13", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, @@ -747,6 +747,18 @@ "url": "https://github.com/sponsors/daffl" } }, + "node_modules/@feathersjs/feathers/node_modules/@feathersjs/commons": { + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.13.tgz", + "integrity": "sha512-9sVYjYuFsM7Ciht7iKI4LkirgWbUQRRO3zT9exfrCj15UtFM/7uADLisz7Yi/5wiuZDoMqUiZs35LNURysTyyA==", + "engines": { + "node": ">= 12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/daffl" + } + }, "node_modules/@feathersjs/hooks": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@feathersjs/hooks/-/hooks-0.8.1.tgz", @@ -6441,13 +6453,20 @@ } }, "@feathersjs/feathers": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.1.tgz", - "integrity": "sha512-9eQsmcN8SoRt+APtrB/Dfjo9zSvibuMNjkidHhqTu93UCEd7TysTv7Q3IRwXGoJCialnwwVIgoK9NOhjKe45ug==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-5.0.13.tgz", + "integrity": "sha512-f7qJkE4shIG+xziiWsfy9yLSmhQJQzq8ApzE1bmYneHExCopbQJvoH1r5iuoafGJ6GPzExK3mSxhdAJN6+nm0A==", "requires": { - "@feathersjs/commons": "^5.0.1", + "@feathersjs/commons": "^5.0.13", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" + }, + "dependencies": { + "@feathersjs/commons": { + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-5.0.13.tgz", + "integrity": "sha512-9sVYjYuFsM7Ciht7iKI4LkirgWbUQRRO3zT9exfrCj15UtFM/7uADLisz7Yi/5wiuZDoMqUiZs35LNURysTyyA==" + } } }, "@feathersjs/hooks": { diff --git a/package.json b/package.json index 1662a91..d39a2ac 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "devDependencies": { "@feathersjs/adapter-tests": "5.0.1", "@feathersjs/express": "5.0.1", - "@feathersjs/feathers": "5.0.1", + "@feathersjs/feathers": "5.0.13", "@types/mocha": "^10.0.1", "@types/node": "^18.15.10", "@typescript-eslint/eslint-plugin": "^5.57.0",