diff --git a/package-lock.json b/package-lock.json index 6358c54..49ecffe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1152,6 +1152,9 @@ "arm64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -1169,6 +1172,9 @@ "arm64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -1186,6 +1192,9 @@ "ppc64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -1203,6 +1212,9 @@ "s390x" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -1220,6 +1232,9 @@ "x64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -1237,6 +1252,9 @@ "x64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -3082,9 +3100,9 @@ } }, "node_modules/diff": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz", - "integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.3.tgz", + "integrity": "sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ==", "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" @@ -4646,6 +4664,9 @@ "arm64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4667,6 +4688,9 @@ "arm64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4688,6 +4712,9 @@ "x64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -4709,6 +4736,9 @@ "x64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MPL-2.0", "optional": true, "os": [ @@ -7137,7 +7167,7 @@ "binary-extensions": "^3.1.0", "cli-table": "^0.3.11", "dateformat": "^5.0.3", - "diff": "^9.0.0", + "diff": "^8.0.3", "isbinaryfile": "^5.0.4", "mem-fs-editor": "^12.0.4", "minimatch": "^10.2.5", diff --git a/workspaces/conflicter/package.json b/workspaces/conflicter/package.json index 915cc3f..31818f4 100644 --- a/workspaces/conflicter/package.json +++ b/workspaces/conflicter/package.json @@ -36,7 +36,7 @@ "binary-extensions": "^3.1.0", "cli-table": "^0.3.11", "dateformat": "^5.0.3", - "diff": "^9.0.0", + "diff": "^8.0.3", "isbinaryfile": "^5.0.4", "mem-fs-editor": "^12.0.4", "minimatch": "^10.2.5",