From 9b1fc737166fe36f2ebf025da181fa844d8fea60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 17:06:43 +0000 Subject: [PATCH] fix: node_modules/string.prototype.trimend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- node_modules/string.prototype.trimend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/string.prototype.trimend/package.json b/node_modules/string.prototype.trimend/package.json index e97b1ad3d6..e1a696fb05 100644 --- a/node_modules/string.prototype.trimend/package.json +++ b/node_modules/string.prototype.trimend/package.json @@ -45,9 +45,9 @@ "devDependencies": { "@es-shims/api": "^2.1.2", "@ljharb/eslint-config": "^16.0.0", - "aud": "^1.1.0", - "auto-changelog": "^1.16.4", - "eslint": "^6.8.0", + "aud": "^2.0.0", + "auto-changelog": "^2.4.0", + "eslint": "^7.0.0", "functions-have-names": "^1.2.1", "tape": "^5.0.0-next.5" },