From 4b93c9d8f68cc76eb421ac0ec9c5b8a6b4debc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 11:02:47 +0000 Subject: [PATCH] chore(deps-dev): bump source-map-support from 0.5.19 to 0.5.21 Bumps [source-map-support](https://github.com/evanw/node-source-map-support) from 0.5.19 to 0.5.21. - [Release notes](https://github.com/evanw/node-source-map-support/releases) - [Commits](https://github.com/evanw/node-source-map-support/compare/v0.5.19...v0.5.21) --- updated-dependencies: - dependency-name: source-map-support dependency-type: direct:development 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 8393d9a..d6232e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "prettier-eslint-cli": "5.0.0", "rimraf": "3.0.2", "sinon": "9.2.4", - "source-map-support": "0.5.19", + "source-map-support": "0.5.21", "split2": "3.2.2", "tap-spec": "5.0.0", "tape": "5.3.1", @@ -8838,9 +8838,9 @@ } }, "node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, "dependencies": { "buffer-from": "^1.0.0", @@ -16959,9 +16959,9 @@ } }, "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, "requires": { "buffer-from": "^1.0.0", diff --git a/package.json b/package.json index e3c2641..cb43411 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "prettier-eslint-cli": "5.0.0", "rimraf": "3.0.2", "sinon": "9.2.4", - "source-map-support": "0.5.19", + "source-map-support": "0.5.21", "split2": "3.2.2", "tap-spec": "5.0.0", "tape": "5.3.1",