Skip to content

Commit 5d7d00a

Browse files
committed
fix: scripts/release/package.json & scripts/release/yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201
1 parent afe6521 commit 5d7d00a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cli-spinners": "^1.1.0",
1212
"command-line-args": "^4.0.7",
1313
"command-line-usage": "^4.0.1",
14-
"diff": "^3.5.0",
14+
"diff": "^4.0.4",
1515
"folder-hash": "^2.1.2",
1616
"fs-extra": "^4.0.2",
1717
"log-update": "^2.1.0",

scripts/release/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@ destroy@~1.0.4:
352352
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
353353
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
354354

355-
diff@^3.5.0:
356-
version "3.5.0"
357-
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
358-
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
355+
diff@^4.0.4:
356+
version "4.0.4"
357+
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.4.tgz#7a6dbfda325f25f07517e9b518f897c08332e07d"
358+
integrity sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==
359359

360360
ecc-jsbn@~0.1.1:
361361
version "0.1.1"

0 commit comments

Comments
 (0)