From 8fad4b7749ce2cb71550413e3470f62d3f43d031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:33:22 +0000 Subject: [PATCH] Bump source-map from 0.7.6 to 0.8.0 Bumps [source-map](https://github.com/mozilla/source-map) from 0.7.6 to 0.8.0. - [Release notes](https://github.com/mozilla/source-map/releases) - [Changelog](https://github.com/mozilla/source-map/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla/source-map/compare/0.7.6...v0.8.0) --- updated-dependencies: - dependency-name: source-map dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 410d674..8945489 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "minimatch": "^10.0.3", "path": "^0.12.7", "rimraf": "^6.0.1", - "source-map": "^0.7.6", + "source-map": "^0.8.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.9.3", diff --git a/yarn.lock b/yarn.lock index 20f5dfb..bfd4ad8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -707,10 +707,10 @@ source-map-js@^1.2.1: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== -source-map@^0.7.6: - version "0.7.6" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.6.tgz#a3658ab87e5b6429c8a1f3ba0083d4c61ca3ef02" - integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ== +source-map@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0.tgz#72b9006383bd9fc70d52e435c91c2d73249c60a4" + integrity sha512-d8EqvL+k/SOXCreS/SUzg2ciyHqBBLcN/yuRjFsbvVhHTE2pgei7oAhmPM7kWFbkX6OSMQfUq4KbkF3au9lhYQ== stackback@0.0.2: version "0.0.2"