Skip to content

Commit

Permalink
build(deps): Bump feathers-sequelize from 6.4.0 to 7.0.3
Browse files Browse the repository at this point in the history
Bumps [feathers-sequelize](https://github.com/feathersjs-ecosystem/feathers-sequelize) from 6.4.0 to 7.0.3.
- [Release notes](https://github.com/feathersjs-ecosystem/feathers-sequelize/releases)
- [Changelog](https://github.com/feathersjs-ecosystem/feathers-sequelize/blob/master/CHANGELOG.md)
- [Commits](feathersjs-ecosystem/feathers-sequelize@v6.4.0...v7.0.3)

---
updated-dependencies:
- dependency-name: feathers-sequelize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 595d225 commit 638bd31
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"feathers-hooks-common": "^6.1.5",
"feathers-mongodb": "^6.4.1",
"feathers-permissions": "^2.1.4",
"feathers-sequelize": "^6.4.0",
"feathers-sequelize": "^7.0.3",
"helmet": "^7.1.0",
"mongodb": "^6.5.0",
"mongodb-core": "^3.2.7",
Expand Down
65 changes: 43 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
resolved "https://registry.npmjs.org/@feathers-plus/batch-loader/-/batch-loader-0.3.6.tgz#1e096e95fcdffb83fb1a65468e6ef80b416f7d98"
integrity sha512-r+n31iZ/B5Rl1mLkC9/S20UI445MdkZvE3VBmjupep2t8OuyTYHPkFEgR25HY6khH+RothK1VL3B5eumk9N2QQ==

"@feathersjs/adapter-commons@^4.5.11", "@feathersjs/adapter-commons@^4.5.15":
"@feathersjs/adapter-commons@^4.5.11":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-4.5.15.tgz#f7dd1a250b0a58fa735ed31b63e25e35b57418aa"
integrity sha512-kKqL4mYCe+dBn271lfJb6/79qEL0C7R7EfVrW+U75uCGrOuE3Ws8LbE2SQcjasUcrzZQShiJDJIpU/grcTPsHg==
Expand All @@ -1110,6 +1110,15 @@
"@feathersjs/errors" "^4.5.15"
"@feathersjs/feathers" "^4.5.15"

"@feathersjs/adapter-commons@^5.0.11":
version "5.0.25"
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-5.0.25.tgz#b6781f4cb13f0357a8191817ff5cfe26bbfe3305"
integrity sha512-/eWhSiSw8U7hnB0KX9aW88EUitwW8phC8TykCJ/Vtv8jExZoZL8VWEjdZsRZoVk9fCu74sXrfRogwGhPMxiScA==
dependencies:
"@feathersjs/commons" "^5.0.25"
"@feathersjs/errors" "^5.0.25"
"@feathersjs/feathers" "^5.0.25"

"@feathersjs/authentication-local@^4.5.15":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-local/-/authentication-local-4.5.15.tgz#2834231cdc141fb4f86e717bc71842371bdf5ab0"
Expand Down Expand Up @@ -1152,16 +1161,16 @@
long-timeout "^0.1.1"
uuid "^8.3.2"

"@feathersjs/commons@^4.5.11", "@feathersjs/commons@^4.5.15":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.15.tgz#2f9c2599fd93607206ee40ab0e5639b79c7781b8"
integrity sha512-eVEcLJL3GcPQBQcD77jI3fZ4MMx+iD02Px2Z1lDw+cn/iGCeQkWWAPQs4Tp+HGR1rTL5JO+unyhzN8V9X7OYmw==

"@feathersjs/commons@^4.5.16":
"@feathersjs/commons@^4.5.11", "@feathersjs/commons@^4.5.15", "@feathersjs/commons@^4.5.16":
version "4.5.16"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.5.16.tgz#878311fe316459642ba53399e0758efa021ed351"
integrity sha512-FXKAcGApcd9w3M42gjLi8+oaPijabS8qbD4ynQK3PM8J7BqpbSdCzURsI7EpReoQxFxdhrR4jix8cQIC/iAeuw==

"@feathersjs/commons@^5.0.11", "@feathersjs/commons@^5.0.25":
version "5.0.25"
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-5.0.25.tgz#2d7cba874ff6c27e2799c0c0fb46e19df1049537"
integrity sha512-hxNne1mytiriGEXmz5jx95WwpK7Qukymah85esJERRJzJ3XI8ax1ItuOrcpFSi8AYY6fjokoJISYlDO/OUVgjg==

"@feathersjs/configuration@^4.5.15":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/configuration/-/configuration-4.5.15.tgz#bd2f142369579e6ac00afb2926fb0de5c5902c28"
Expand All @@ -1171,20 +1180,18 @@
config "^3.3.6"
debug "^4.3.3"

"@feathersjs/errors@^4.5.11", "@feathersjs/errors@^4.5.15", "@feathersjs/errors@^4.5.2", "@feathersjs/errors@^4.5.8":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.5.15.tgz#ec371ca9905685e33f41e331975182f36241d1bd"
integrity sha512-EJAYWMsWZlUA/halbgZBc6eP2d3HPkHi5GzprYEK58GCh51KJ36VjX7VKVEnMjgBSED+PE00tpr3ZvUC4nUR+Q==
dependencies:
debug "^4.3.3"

"@feathersjs/errors@^4.5.17":
"@feathersjs/errors@^4.5.11", "@feathersjs/errors@^4.5.15", "@feathersjs/errors@^4.5.17", "@feathersjs/errors@^4.5.2", "@feathersjs/errors@^4.5.8":
version "4.5.17"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.5.17.tgz#be22c87989da8df9e96d5d1c693d14b1e142f19e"
integrity sha512-HY1YJV/9d5wKd3RPNaWggOhAX4NmOulr5EvBMMm6jaMizJ7UMRUgZmqyRtuHL4h+u2LoLmWv9+wO3V+uCFoULg==
dependencies:
debug "^4.3.3"

"@feathersjs/errors@^5.0.11", "@feathersjs/errors@^5.0.25":
version "5.0.25"
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-5.0.25.tgz#9abe7735763e7f2692257bb2361441ba21f6c77b"
integrity sha512-rP1dhbTffybDjTEEiPVQ/fFVLWVFMyUFVuR3UNGYp86D3SGBcvmWtWJz6JwMXUiZy6AUtIvBvjqGS1g441I5lQ==

"@feathersjs/express@^4.5.15":
version "4.5.15"
resolved "https://registry.yarnpkg.com/@feathersjs/express/-/express-4.5.15.tgz#dfc1d0afe52278c862544d133d23a37504512abe"
Expand All @@ -1208,6 +1215,20 @@
events "^3.3.0"
uberproto "^2.0.6"

"@feathersjs/feathers@^5.0.25":
version "5.0.25"
resolved "https://registry.yarnpkg.com/@feathersjs/feathers/-/feathers-5.0.25.tgz#21340a45a01519773471c8576f3c6a2dc06e641a"
integrity sha512-JHlleo2Zjn+LNk7aN2GO7ClvhJ9RlrGlx81wjxzM6bs+V/1QZ/UGBkp816Pn0W3uSvz+aNGcHDBZbvRsPUU9UQ==
dependencies:
"@feathersjs/commons" "^5.0.25"
"@feathersjs/hooks" "^0.9.0"
events "^3.3.0"

"@feathersjs/hooks@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@feathersjs/hooks/-/hooks-0.9.0.tgz#8aa339b83d17fcbd929e80113a3c0616979b33cb"
integrity sha512-kLfWnuhbC25CPkR1/TDcVs0rSiv0JLNxrpUivLwc7FUnkyeciRi5VOmC1SOzL2SOagcozu3+m4VQiONyzgfY7w==

"@feathersjs/socketio@^4.5.18":
version "4.5.18"
resolved "https://registry.yarnpkg.com/@feathersjs/socketio/-/socketio-4.5.18.tgz#fcbcad4a6fd4523eda96620b23c747a23c679c5c"
Expand Down Expand Up @@ -4052,14 +4073,14 @@ feathers-permissions@^2.1.4:
debug "^4.2.0"
lodash "^4.17.20"

feathers-sequelize@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/feathers-sequelize/-/feathers-sequelize-6.4.0.tgz#0f193142f52a58fb4c3ee7218eafed53b2c9a790"
integrity sha512-EAnv0RuTOOi7yk2wASKO6baETf1A8VF+NUs/4XMquTG+IHPpNvmuPL2vOdKVjw3XQoUR8RSQ8MhFGzg2dEB7ag==
feathers-sequelize@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/feathers-sequelize/-/feathers-sequelize-7.0.3.tgz#025a99843da3cf4a14b8676f3c3d258d840968a3"
integrity sha512-ePI6XxqSu5yldKKHDPb1cc+JG5a1eZg40seDiZsRFjDfIxcR9mzwEgIqDnqHhO844tJdxfyHjNN1NtiPaUYAgw==
dependencies:
"@feathersjs/adapter-commons" "^4.5.15"
"@feathersjs/commons" "^4.5.15"
"@feathersjs/errors" "^4.5.15"
"@feathersjs/adapter-commons" "^5.0.11"
"@feathersjs/commons" "^5.0.11"
"@feathersjs/errors" "^5.0.11"

fecha@^4.2.0:
version "4.2.1"
Expand Down

0 comments on commit 638bd31

Please sign in to comment.