Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/file-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@actions/glob": "0.5.0",
"diff": "8.0.2",
"diff": "8.0.3",
"diff2html": "3.4.55"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"cross-env": "10.1.0",
"cssnano": "7.1.2",
"cssnano-preset-advanced": "7.0.10",
"diff": "8.0.2",
"diff": "8.0.3",
"diff2html": "3.4.55",
"eslint": "8.57.1",
"eslint-plugin-jsonc": "2.21.0",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ __metadata:
cross-env: "npm:10.1.0"
cssnano: "npm:7.1.2"
cssnano-preset-advanced: "npm:7.0.10"
diff: "npm:8.0.2"
diff: "npm:8.0.3"
diff2html: "npm:3.4.55"
eslint: "npm:8.57.1"
eslint-plugin-jsonc: "npm:2.21.0"
Expand Down Expand Up @@ -5258,7 +5258,7 @@ __metadata:
"@actions/core": "npm:1.11.1"
"@actions/github": "npm:6.0.1"
"@actions/glob": "npm:0.5.0"
diff: "npm:8.0.2"
diff: "npm:8.0.3"
diff2html: "npm:3.4.55"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8246,10 +8246,10 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:8.0.2":
version: 8.0.2
resolution: "diff@npm:8.0.2"
checksum: 10c0/abfb387f033e089df3ec3be960205d17b54df8abf0924d982a7ced3a94c557a4e6cbff2e78b121f216b85f466b3d8d041673a386177c311aaea41459286cc9bc
"diff@npm:8.0.3, diff@npm:^8.0.2":
version: 8.0.3
resolution: "diff@npm:8.0.3"
checksum: 10c0/d29321c70d3545fdcb56c5fdd76028c3f04c012462779e062303d4c3c531af80d2c360c26b871e6e2b9a971d2422d47e1779a859106c4cac4b5d2d143df70e20
languageName: node
linkType: hard

Expand All @@ -8260,13 +8260,6 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:^8.0.2":
version: 8.0.3
resolution: "diff@npm:8.0.3"
checksum: 10c0/d29321c70d3545fdcb56c5fdd76028c3f04c012462779e062303d4c3c531af80d2c360c26b871e6e2b9a971d2422d47e1779a859106c4cac4b5d2d143df70e20
languageName: node
linkType: hard

"dir-glob@npm:^3.0.1":
version: 3.0.1
resolution: "dir-glob@npm:3.0.1"
Expand Down
Loading