Skip to content

Commit a4d0e15

Browse files
authored
Merge pull request #9572 from jrafanie/cypress-15
Use cypress 15
2 parents 71881e1 + 314ae2a commit a4d0e15

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"core-js": "~3.6.4",
131131
"core-js-compat": "~3.2.1",
132132
"css-loader": "~3.4.2",
133-
"cypress": "~14.5.0",
133+
"cypress": "~15.0.0",
134134
"duplicate-package-checker-webpack-plugin": "~3.0.0",
135135
"enhanced-resolve": "~4.0.0",
136136
"enzyme": "^3.9.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6190,9 +6190,9 @@ __metadata:
61906190
languageName: node
61916191
linkType: hard
61926192

6193-
"cypress@npm:~14.5.0":
6194-
version: 14.5.4
6195-
resolution: "cypress@npm:14.5.4"
6193+
"cypress@npm:~15.0.0":
6194+
version: 15.0.0
6195+
resolution: "cypress@npm:15.0.0"
61966196
dependencies:
61976197
"@cypress/request": "npm:^3.0.9"
61986198
"@cypress/xvfb": "npm:^1.2.4"
@@ -6234,13 +6234,13 @@ __metadata:
62346234
request-progress: "npm:^3.0.0"
62356235
semver: "npm:^7.7.1"
62366236
supports-color: "npm:^8.1.1"
6237-
tmp: "npm:~0.2.3"
6237+
tmp: "npm:~0.2.4"
62386238
tree-kill: "npm:1.2.2"
62396239
untildify: "npm:^4.0.0"
62406240
yauzl: "npm:^2.10.0"
62416241
bin:
62426242
cypress: bin/cypress
6243-
checksum: 10/7ddd789f58c633c75181d31dedf75056910dea146b093d4d935802cb17924648a0b7a6f736cb484baf75c105df6c9fbaa54780ed328a98ff2e114d8abcea4168
6243+
checksum: 10/3c21b3674433eed80352286a204d635779538bf6b57c446300513d1ecb07dca771d4d6723953915d3a474c487a3d6cad31af3aa524abdaf565745cfd21606454
62446244
languageName: node
62456245
linkType: hard
62466246

@@ -12867,7 +12867,7 @@ __metadata:
1286712867
core-js-compat: "npm:~3.2.1"
1286812868
create-react-context: "npm:~0.3.0"
1286912869
css-loader: "npm:~3.4.2"
12870-
cypress: "npm:~14.5.0"
12870+
cypress: "npm:~15.0.0"
1287112871
d3: "npm:^7.8.2"
1287212872
dompurify: "npm:^3.2.4"
1287312873
duplicate-package-checker-webpack-plugin: "npm:~3.0.0"
@@ -18583,7 +18583,7 @@ __metadata:
1858318583
languageName: node
1858418584
linkType: hard
1858518585

18586-
"tmp@npm:~0.2.3":
18586+
"tmp@npm:~0.2.4":
1858718587
version: 0.2.5
1858818588
resolution: "tmp@npm:0.2.5"
1858918589
checksum: 10/dd4b78b32385eab4899d3ae296007b34482b035b6d73e1201c4a9aede40860e90997a1452c65a2d21aee73d53e93cd167d741c3db4015d90e63b6d568a93d7ec

0 commit comments

Comments
 (0)