Skip to content

Commit 4700864

Browse files
Bump source-map from 0.7.4 to 0.7.6 (#168)
Bumps [source-map](https://github.com/mozilla/source-map) from 0.7.4 to 0.7.6. - [Release notes](https://github.com/mozilla/source-map/releases) - [Changelog](https://github.com/mozilla/source-map/blob/master/CHANGELOG.md) - [Commits](mozilla/source-map@v0.7.4...0.7.6) --- updated-dependencies: - dependency-name: source-map dependency-version: 0.7.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cd7cbc commit 4700864

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"husky": "^9.1.7",
5050
"jest": "^30.0.5",
5151
"prettier": "^3.6.2",
52-
"source-map": "^0.7.4",
52+
"source-map": "^0.7.6",
5353
"ts-jest": "^29.4.1",
5454
"typescript": "*"
5555
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5508,10 +5508,10 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
55085508
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
55095509
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
55105510

5511-
source-map@^0.7.4:
5512-
version "0.7.4"
5513-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
5514-
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
5511+
source-map@^0.7.6:
5512+
version "0.7.6"
5513+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.6.tgz#a3658ab87e5b6429c8a1f3ba0083d4c61ca3ef02"
5514+
integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==
55155515

55165516
sprintf-js@~1.0.2:
55175517
version "1.0.3"

0 commit comments

Comments
 (0)