Skip to content

Commit

Permalink
fix(has many): fix link of has many (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentMolinie authored Oct 11, 2022
1 parent eb8a77c commit 740c8ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.10.1",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "8.7.6",
"forest-express": "8.7.7",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5010,10 +5010,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

[email protected].6:
version "8.7.6"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.6.tgz#38290683fac2051d2f586dc75b2f93f1803ea9b4"
integrity sha512-IVnV/7mi3W0hfzVoGOz/I+opnVMeJEIFw/olrXpRs2IM61X82BibyMPEG12myVv87WdYqxay3mphw8MsrsNRbQ==
[email protected].7:
version "8.7.7"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.7.tgz#2e3133e5d64c600fc3ae60f9fbee6a3f00acbf58"
integrity sha512-kGFQ/AqGBbkZYBjqgzuHgZ+6PqbT/1IzqCCe1W9pr89i7O5shV7HzFl8ODVG3hYSKwnZ3FCB6rOJr1f92RUmug==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit 740c8ba

Please sign in to comment.