Skip to content

Commit

Permalink
Merge pull request #775 from bervProject/dependabot/npm_and_yarn/feat…
Browse files Browse the repository at this point in the history
…hersjs/express-5.0.8

build(deps): Bump @feathersjs/express from 5.0.6 to 5.0.8
  • Loading branch information
mergify[bot] authored Aug 1, 2023
2 parents 16b3208 + 33a0c82 commit f755a91
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@feathersjs/authentication-oauth": "^5.0.6",
"@feathersjs/configuration": "^5.0.6",
"@feathersjs/errors": "^5.0.5",
"@feathersjs/express": "^5.0.6",
"@feathersjs/express": "^5.0.8",
"@feathersjs/feathers": "^5.0.5",
"@feathersjs/socketio": "^5.0.8",
"@google-cloud/storage": "^6.11.0",
Expand Down
43 changes: 34 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -481,16 +481,16 @@
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.8.tgz#4e5f62ce5aa22fdd82cbd6844c346c925de99ceb"
integrity sha512-EvYaIbRbp+KK407lrKzDvfVi/EKRA4GlkfxVdT9L7yw/gNSwP1a+Cz3YO1cuhrnjHbaxVklAMRKyA5GboAfyWQ==

"@feathersjs/express@^5.0.6":
version "5.0.6"
resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-5.0.6.tgz#f4ec2f4b8876d01e266704e955f73d74a084128a"
integrity sha512-uL2/swSII5E3tLJ7KuTFaqCIcJfRGe31KtYwhbWDDvQ38K4GjoE9n2XNql8Mb7QuVidCDD1FrxysK8G3bnSInw==
"@feathersjs/express@^5.0.6", "@feathersjs/express@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-5.0.8.tgz#48f3f2fe6c8fcd6c429ea27a594c8a0e85d34ef6"
integrity sha512-a2spKPP1eXHHzAVXa1pNrjOlTzhJDTkmE94/B6OTg5SN/p8SrKzOElvgelqQpyneqmCMwsGqkVBE6Kd+mBqWBw==
dependencies:
"@feathersjs/authentication" "^5.0.6"
"@feathersjs/commons" "^5.0.6"
"@feathersjs/errors" "^5.0.6"
"@feathersjs/feathers" "^5.0.6"
"@feathersjs/transport-commons" "^5.0.6"
"@feathersjs/authentication" "^5.0.8"
"@feathersjs/commons" "^5.0.8"
"@feathersjs/errors" "^5.0.8"
"@feathersjs/feathers" "^5.0.8"
"@feathersjs/transport-commons" "^5.0.8"
"@types/compression" "^1.7.2"
"@types/express" "^4.17.17"
"@types/express-serve-static-core" "^4.17.35"
Expand Down Expand Up @@ -563,6 +563,21 @@
ajv-formats "^2.1.1"
json-schema-to-ts "^2.9.1"

"@feathersjs/schema@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/schema/-/schema-5.0.8.tgz#d5341983d9863fc9ea4a2cc312689c142e0a80a5"
integrity sha512-eCwiIz96JtwkIFN03rWGxQY91IQRWlkfRyFfL7UJ9kB+EpKVRfLQayrk+ZKbJcs1Duq3eUBEa+xAgKwCwEyUKQ==
dependencies:
"@feathersjs/adapter-commons" "^5.0.8"
"@feathersjs/commons" "^5.0.8"
"@feathersjs/errors" "^5.0.8"
"@feathersjs/feathers" "^5.0.8"
"@feathersjs/hooks" "^0.8.1"
"@types/json-schema" "^7.0.12"
ajv "^8.12.0"
ajv-formats "^2.1.1"
json-schema-to-ts "^2.9.1"

"@feathersjs/socketio@^5.0.8":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-5.0.8.tgz#f3414d88b1ac4b6cf983d0a5e64243c0b8fac5c7"
Expand Down Expand Up @@ -3777,6 +3792,16 @@ jsonwebtoken@^9.0.1:
ms "^2.1.1"
semver "^7.3.8"

jsonwebtoken@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
dependencies:
jws "^3.2.2"
lodash "^4.17.21"
ms "^2.1.1"
semver "^7.3.8"

jwa@^1.4.1:
version "1.4.1"
resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
Expand Down

0 comments on commit f755a91

Please sign in to comment.