From 2b71ff2dec78fa9d8236c6b244a70407edc4e67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 03:01:28 +0000 Subject: [PATCH] Bump dedent-tabs from 0.10.1 to 0.10.2 Bumps [dedent-tabs](https://github.com/adrianjost/dedent-tabs) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/adrianjost/dedent-tabs/releases) - [Commits](https://github.com/adrianjost/dedent-tabs/commits) --- updated-dependencies: - dependency-name: dedent-tabs 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 1abc27ea4..40cd2ebc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "codemirror": "^5.65.6", "cookie-parser": "^1.4.6", "create-react-class": "^15.7.0", - "dedent-tabs": "^0.10.1", + "dedent-tabs": "^0.10.2", "express": "^4.18.2", "express-async-handler": "^1.2.0", "express-static-gzip": "2.1.7", @@ -4085,9 +4085,9 @@ "dev": true }, "node_modules/dedent-tabs": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.1.tgz", - "integrity": "sha512-BLwWIXQnJAxhCL+kDN4g/KItzG9glaw1cFglr+pql8W4lTADsZxC0QpolcRXO2M4+bI2/MXCGeg0WPuzeM3SYQ==" + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.2.tgz", + "integrity": "sha512-7IPaQ949TM7e8hKM+x09JB2o82dKRPLPQqZJybHBTFWCDQRIRgTDxEAmJufOYdlQmXQVMI1/Wuqxf6H0miNelw==" }, "node_modules/deep-is": { "version": "0.1.3", @@ -14496,9 +14496,9 @@ "dev": true }, "dedent-tabs": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.1.tgz", - "integrity": "sha512-BLwWIXQnJAxhCL+kDN4g/KItzG9glaw1cFglr+pql8W4lTADsZxC0QpolcRXO2M4+bI2/MXCGeg0WPuzeM3SYQ==" + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.2.tgz", + "integrity": "sha512-7IPaQ949TM7e8hKM+x09JB2o82dKRPLPQqZJybHBTFWCDQRIRgTDxEAmJufOYdlQmXQVMI1/Wuqxf6H0miNelw==" }, "deep-is": { "version": "0.1.3", diff --git a/package.json b/package.json index ae8c6ed58..649310dcf 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "codemirror": "^5.65.6", "cookie-parser": "^1.4.6", "create-react-class": "^15.7.0", - "dedent-tabs": "^0.10.1", + "dedent-tabs": "^0.10.2", "express": "^4.18.2", "express-async-handler": "^1.2.0", "express-static-gzip": "2.1.7",