fix(deps): update dependency source-map-support to v0.5.21

This commit is contained in:
renovate[bot] 2025-02-10 22:06:20 +00:00 committed by GitHub
parent 777ea1b905
commit 95f012bb43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "3.30.5",
"license": "AGPL-3.0-only",
"dependencies": {
"source-map-support": "0.5.19"
"source-map-support": "0.5.21"
},
"devDependencies": {
"@babel/core": "7.26.7",
@ -20425,9 +20425,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==",
"license": "MIT",
"dependencies": {
"buffer-from": "^1.0.0",

View file

@ -25,7 +25,7 @@
"url": "git+ssh://git@github.com/scratchfoundation/scratch-desktop.git"
},
"dependencies": {
"source-map-support": "0.5.19"
"source-map-support": "0.5.21"
},
"devDependencies": {
"@babel/core": "7.26.7",