Skip to content

Commit a7df64b

Browse files
chore(deps): update dependency next-page-tester to v0.18.0 (#74)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 82c1dbf commit a7df64b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.17.0",
65+
"next-page-tester": "0.18.0",
6666
"prettier": "2.2.1",
6767
"testcafe": "1.10.1",
6868
"ts-jest": "26.4.4",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5953,7 +5953,7 @@ dotenv@^6.2.0:
59535953
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
59545954
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
59555955

5956-
dotenv@^8.0.0:
5956+
dotenv@^8.0.0, dotenv@^8.2.0:
59575957
version "8.2.0"
59585958
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
59595959
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
@@ -9810,13 +9810,15 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
98109810
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
98119811
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
98129812

9813-
next-page-tester@0.17.0:
9814-
version "0.17.0"
9815-
resolved "https://registry.yarnpkg.com/next-page-tester/-/next-page-tester-0.17.0.tgz#8cb0b6e787eff9dad08faf9838dce952cd1e81d6"
9816-
integrity sha512-avkDbs01wsXEcqr3gGDSr7vIofKdIzJdGLOxYGDDCsmO5KUaG9mzXNLdKY1d96MBAVQ1k+m8pFhezsI5Sthxhg==
9813+
next-page-tester@0.18.0:
9814+
version "0.18.0"
9815+
resolved "https://registry.yarnpkg.com/next-page-tester/-/next-page-tester-0.18.0.tgz#9690c707524318c443721ba4e5f00419725a3ed6"
9816+
integrity sha512-6EbkzHki6F5z8ISXF2P4Z1mKoijAsOk+kQhAYpHc5tYuy6d/+mS/y/qHAF1/tOIRprYTuDQuEgtNcBN/4KLkHA==
98179817
dependencies:
98189818
"@types/express" "^4.17.8"
98199819
cookie "^0.4.1"
9820+
dotenv "^8.2.0"
9821+
dotenv-expand "^5.1.0"
98209822
fast-glob "^3.2.4"
98219823
find-root "^1.1.0"
98229824
node-mocks-http "^1.9.0"

0 commit comments

Comments
 (0)