Skip to content

Commit 4f6eaf6

Browse files
fix(deps): update dependency move-file to v3 (FRSOURCE#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bd1423 commit 4f6eaf6

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"Cypress image snapshot"
6464
],
6565
"dependencies": {
66-
"move-file": "2.1.0",
66+
"move-file": "3.0.0",
6767
"pixelmatch": "5.3.0",
6868
"pngjs": "6.0.0",
6969
"sharp": "^0.30.1"

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ __metadata:
14471447
eslint-plugin-cypress: 2.12.1
14481448
eslint-plugin-eslint-comments: 3.2.0
14491449
microbundle: 0.15.0
1450-
move-file: 2.1.0
1450+
move-file: 3.0.0
14511451
pixelmatch: 5.3.0
14521452
pngjs: 6.0.0
14531453
prettier: 2.7.1
@@ -7301,12 +7301,12 @@ fsevents@~2.3.2:
73017301
languageName: node
73027302
linkType: hard
73037303

7304-
"move-file@npm:2.1.0":
7305-
version: 2.1.0
7306-
resolution: "move-file@npm:2.1.0"
7304+
"move-file@npm:3.0.0":
7305+
version: 3.0.0
7306+
resolution: "move-file@npm:3.0.0"
73077307
dependencies:
7308-
path-exists: ^4.0.0
7309-
checksum: 2b92bbe047a302b593fcb2c0bf1131bb090ec80b3264569fc80d782c8ff829eecc13573943fa4d804c9747dec612ef2d1e84a5cfcf29cbc64a69ffcbb7ea09b3
7308+
path-exists: ^5.0.0
7309+
checksum: 18b0a542b4ae7615748435ac9433166a935f7dad94a9e116a36a24941916b1421b8685ebf0b98ed9bba551aa09a1aa2959da6519cf4830b079d603f6a390c831
73107310
languageName: node
73117311
linkType: hard
73127312

@@ -8330,6 +8330,13 @@ fsevents@~2.3.2:
83308330
languageName: node
83318331
linkType: hard
83328332

8333+
"path-exists@npm:^5.0.0":
8334+
version: 5.0.0
8335+
resolution: "path-exists@npm:5.0.0"
8336+
checksum: 8ca842868cab09423994596eb2c5ec2a971c17d1a3cb36dbf060592c730c725cd524b9067d7d2a1e031fef9ba7bd2ac6dc5ec9fb92aa693265f7be3987045254
8337+
languageName: node
8338+
linkType: hard
8339+
83338340
"path-is-absolute@npm:^1.0.0":
83348341
version: 1.0.1
83358342
resolution: "path-is-absolute@npm:1.0.1"

0 commit comments

Comments
 (0)