Skip to content

Commit

Permalink
chore(deps): update dependency next-page-tester to v0.22.0 (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 1, 2021
1 parent 9b67e8b commit 819ffd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-testcafe": "0.2.1",
"eslint-plugin-testing-library": "3.10.1",
"jest": "26.6.3",
"next-page-tester": "0.21.1",
"next-page-tester": "0.22.0",
"prettier": "2.2.1",
"testcafe": "1.11.0",
"ts-jest": "26.5.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9572,18 +9572,18 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==

next-page-tester@0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/next-page-tester/-/next-page-tester-0.21.1.tgz#cfc767a44a34b119cfa9f97e0d760670690d6fd6"
integrity sha512-Kr0nbi3tpxsPOCZXW6ZLGwxkFXjxt7ts1peymbCiWGkTbkXn98jeAmBsLrP44NN+wkH5HfwU8tKVoCy5tq/pwg==
next-page-tester@0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/next-page-tester/-/next-page-tester-0.22.0.tgz#09e773d683b0aa7bc518856bd13222456e7f8cd9"
integrity sha512-G8zaAE8eP6WC6ALmMigqRYpkxgVDsL4n1V7YbtLHAoG7Mhu8vU/hsUAHAuVFEtPUMP/SEoQIqoqWl24gRettvQ==
dependencies:
"@types/express" "^4.17.8"
cookie "^0.4.1"
dotenv "^8.2.0"
dotenv-expand "^5.1.0"
fast-glob "^3.2.4"
find-root "^1.1.0"
node-mocks-http "^1.9.0"
node-mocks-http "^1.10.1"
normalize-path "^3.0.0"
stealthy-require "^1.1.1"

Expand Down Expand Up @@ -9722,10 +9722,10 @@ node-libs-browser@^2.2.1:
util "^0.11.0"
vm-browserify "^1.0.1"

node-mocks-http@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.9.0.tgz#6000c570fc4b809603782309be81c73a71d85b71"
integrity sha512-ILf7Ws8xyX9Rl2fLZ7xhZBovrRwgaP84M13esndP6V17M/8j25TpwNzb7Im8U9XCo6fRhdwqiQajWXpsas/E6w==
node-mocks-http@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/node-mocks-http/-/node-mocks-http-1.10.1.tgz#0232e99a5f66f5d2a0216a47251346bf5606d2d0"
integrity sha512-/Nz83kiJ3z+vGqxmlDyv8+L1CJno+gH23DzG3oPH9dBSfMYa5IFVwPgZpXCB2kdiiIu/HoDpZ2BuLqQs7qjFLQ==
dependencies:
accepts "^1.3.7"
depd "^1.1.0"
Expand Down

0 comments on commit 819ffd3

Please sign in to comment.