Skip to content

Commit 3de57c8

Browse files
authored
Merge pull request #1350 from navikt/dependabot/npm_and_yarn/eslint-plugin-cypress-4.1.0
Bump eslint-plugin-cypress from 3.5.0 to 4.1.0
2 parents a0ee326 + 1789152 commit 3de57c8

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint": "^9.17.0",
6868
"eslint-config-prettier": "^9.1.0",
6969
"eslint-plugin-chai-friendly": "^1.0.1",
70-
"eslint-plugin-cypress": "^3.5.0",
70+
"eslint-plugin-cypress": "^4.1.0",
7171
"eslint-plugin-import": "^2.31.0",
7272
"eslint-plugin-mocha": "^10.5.0",
7373
"eslint-plugin-react": "^7.37.3",

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -4244,12 +4244,12 @@ eslint-plugin-chai-friendly@^1.0.1:
42444244
resolved "https://registry.yarnpkg.com/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-1.0.1.tgz#c3290b5294c1145934cf9c07eaa4cec87921d18c"
42454245
integrity sha512-dxD/uz1YKJ8U4yah1i+V/p/u+kHRy3YxTPe2nJGqb5lCR+ucan/KIexfZ5+q4X+tkllyMe86EBbAkdlwxNy3oQ==
42464246

4247-
eslint-plugin-cypress@^3.5.0:
4248-
version "3.5.0"
4249-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz#380ef5049ad80ebeca923db69e4aa96e72fcd893"
4250-
integrity sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==
4247+
eslint-plugin-cypress@^4.1.0:
4248+
version "4.1.0"
4249+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz#11178fd250d437e2ec57bf24b8a9058b356f8cac"
4250+
integrity sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==
42514251
dependencies:
4252-
globals "^13.20.0"
4252+
globals "^15.11.0"
42534253

42544254
eslint-plugin-import@^2.31.0:
42554255
version "2.31.0"
@@ -5121,7 +5121,7 @@ globals@^11.1.0:
51215121
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
51225122
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
51235123

5124-
globals@^13.20.0, globals@^13.24.0:
5124+
globals@^13.24.0:
51255125
version "13.24.0"
51265126
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
51275127
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
@@ -5133,6 +5133,11 @@ globals@^14.0.0:
51335133
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
51345134
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
51355135

5136+
globals@^15.11.0:
5137+
version "15.14.0"
5138+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f"
5139+
integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==
5140+
51365141
globalthis@^1.0.3:
51375142
version "1.0.3"
51385143
resolved "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz"

0 commit comments

Comments
 (0)