Skip to content

Commit 819ffd3

Browse files
chore(deps): update dependency next-page-tester to v0.22.0 (#114)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9b67e8b commit 819ffd3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-testcafe": "0.2.1",
6363
"eslint-plugin-testing-library": "3.10.1",
6464
"jest": "26.6.3",
65-
"next-page-tester": "0.21.1",
65+
"next-page-tester": "0.22.0",
6666
"prettier": "2.2.1",
6767
"testcafe": "1.11.0",
6868
"ts-jest": "26.5.1",

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -9572,18 +9572,18 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
95729572
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
95739573
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
95749574

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

@@ -9722,10 +9722,10 @@ node-libs-browser@^2.2.1:
97229722
util "^0.11.0"
97239723
vm-browserify "^1.0.1"
97249724

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

0 commit comments

Comments
 (0)