From 220b5df5595671d47186d5255788bf3a8d2c9563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 03:57:47 +0000 Subject: [PATCH] Bump dedent-tabs from 0.10.2 to 0.10.3 Bumps [dedent-tabs](https://github.com/adrianjost/dedent-tabs) from 0.10.2 to 0.10.3. - [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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b860f4b03..95c42ee73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "codemirror": "^5.65.6", "cookie-parser": "^1.4.6", "create-react-class": "^15.7.0", - "dedent-tabs": "^0.10.2", + "dedent-tabs": "^0.10.3", "express": "^4.18.2", "express-async-handler": "^1.2.0", "express-static-gzip": "2.1.7", @@ -4406,9 +4406,9 @@ "dev": true }, "node_modules/dedent-tabs": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.2.tgz", - "integrity": "sha512-7IPaQ949TM7e8hKM+x09JB2o82dKRPLPQqZJybHBTFWCDQRIRgTDxEAmJufOYdlQmXQVMI1/Wuqxf6H0miNelw==" + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/dedent-tabs/-/dedent-tabs-0.10.3.tgz", + "integrity": "sha512-RYq1ewj+FDOEKxjhU9a2xwSJX+ODruTeIcMwt3KVAuUpOGFLDzmQWU3ByXRLVFHYAg584gcYSv1k+KheoLExsw==" }, "node_modules/deep-is": { "version": "0.1.4", diff --git a/package.json b/package.json index 6ba7a3156..f22f5997e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "codemirror": "^5.65.6", "cookie-parser": "^1.4.6", "create-react-class": "^15.7.0", - "dedent-tabs": "^0.10.2", + "dedent-tabs": "^0.10.3", "express": "^4.18.2", "express-async-handler": "^1.2.0", "express-static-gzip": "2.1.7",