Skip to content

Commit

Permalink
fix(deps): update dependency p-memoize to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 5, 2021
1 parent 7cb5849 commit dbe1a0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Expand Up @@ -51,7 +51,7 @@
"lluis": "0.0.0",
"lodash.shuffle": "4.2.0",
"lodash.uniq": "4.5.0",
"p-memoize": "5.0.0",
"p-memoize": "5.0.1",
"polka": "next",
"pouchdb": "7.2.2",
"rehype-format": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11748,10 +11748,10 @@ p-map@^4.0.0:
dependencies:
aggregate-error "^3.0.0"

p-memoize@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/p-memoize/-/p-memoize-5.0.0.tgz#aa0fa975f2a73fce93c25ca1a1de29bb8e3370d7"
integrity sha512-0tYuQCaaNg1QoqkBGEeHezvQCQnLn0Wpk02sRi+NBKCr6E0A9cYdUciRiBjsUkvk5v0uo05IuF6+hTTBx+dWOA==
p-memoize@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/p-memoize/-/p-memoize-5.0.1.tgz#302ffb5822374ed9571af11236ecbe82c31e2473"
integrity sha512-io7CBCwDA0AjuS3qJgQ9lxQMBLdqdz0nAos/MUkEf+JjVXA6FDnmlq+L5p6AIyvrKXd61vDr54M5pvAgck9vxw==
dependencies:
map-age-cleaner "^0.2.0"
mimic-fn "^4.0.0"
Expand Down

0 comments on commit dbe1a0a

Please sign in to comment.