diff --git a/package-lock.json b/package-lock.json index 2dbe347f..74e3de24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6468,6 +6468,7 @@ "node-pre-gyp" ], "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", + "dev": true, "optional": true, "os": [ "darwin" @@ -20287,6 +20288,7 @@ "fsevents": { "version": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, "optional": true, "requires": { "bindings": "^1.5.0", diff --git a/package.json b/package.json index bb7e203b..f10d6613 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "fsevents": "2.3.2", "glob-parent": "6.0.2", "set-value": "4.0.1", - "trim-newlines": "3.0.1", + "trim-newlines": "4.0.2", "trim-off-newlines": "1.0.3" }, "engines": {