From 3b3f1cba9d6b13dbe7a18f99e003e705019ccba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:38:27 +0000 Subject: [PATCH] Bump error-stack-parser from 2.0.6 to 2.0.7 Bumps [error-stack-parser](https://github.com/stacktracejs/error-stack-parser) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/stacktracejs/error-stack-parser/releases) - [Changelog](https://github.com/stacktracejs/error-stack-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/stacktracejs/error-stack-parser/compare/v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: error-stack-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d31074e..f0b3a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "dotenv": "^10.0.0", "ejs": "^3.1.6", "enmap": "^5.8.7", - "error-stack-parser": "^2.0.6", + "error-stack-parser": "^2.0.7", "express": "^4.16.4", "express-session": "^1.17.2", "form-data": "^4.0.0", @@ -2438,9 +2438,9 @@ } }, "node_modules/error-stack-parser": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz", - "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", + "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", "dependencies": { "stackframe": "^1.1.1" } @@ -10794,9 +10794,9 @@ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" }, "error-stack-parser": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz", - "integrity": "sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", + "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", "requires": { "stackframe": "^1.1.1" } diff --git a/package.json b/package.json index 0e34f6e..e53a301 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dotenv": "^10.0.0", "ejs": "^3.1.6", "enmap": "^5.8.7", - "error-stack-parser": "^2.0.6", + "error-stack-parser": "^2.0.7", "express": "^4.16.4", "express-session": "^1.17.2", "form-data": "^4.0.0",