From 97a0ed1140b8ea9f5cf88a32177f2c5c39649ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:42:34 +0000 Subject: [PATCH] chore(deps-dev): bump stack-utils from 2.0.2 to 2.0.5 Bumps [stack-utils](https://github.com/tapjs/stack-utils) from 2.0.2 to 2.0.5. - [Release notes](https://github.com/tapjs/stack-utils/releases) - [Commits](https://github.com/tapjs/stack-utils/compare/v2.0.2...v2.0.5) --- updated-dependencies: - dependency-name: stack-utils dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0068ac2..9c57dde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23170,9 +23170,9 @@ "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" }, "stack-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.2.tgz", - "integrity": "sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", + "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", "dev": true, "requires": { "escape-string-regexp": "^2.0.0" diff --git a/package.json b/package.json index 0edce7b..4afabbf 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "sass-mq": "5.0.1", "size-plugin": "2.0.1", "stack-trace": "0.0.10", - "stack-utils": "2.0.2", + "stack-utils": "2.0.5", "stylelint": "13.6.0", "stylelint-formatter-pretty": "2.1.0", "terser-webpack-plugin": "3.0.3",