Skip to content

Commit 8752fa5

Browse files
authored
chore(deps): source map explorer version bump (#101)
1 parent 54fce6d commit 8752fa5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fs-extra": "^10.0.0",
2727
"minimist": "^1.2.5",
2828
"open": "^8.4.0",
29-
"source-map-explorer": "^2.5.2"
29+
"source-map-explorer": "^2.5.3"
3030
},
3131
"scripts": {
3232
"test": "yarn test:rn && yarn test:expo",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ signal-exit@^3.0.3:
412412
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.5.tgz#9e3e8cc0c75a99472b44321033a7702e7738252f"
413413
integrity sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==
414414

415-
source-map-explorer@^2.5.2:
416-
version "2.5.2"
417-
resolved "https://registry.yarnpkg.com/source-map-explorer/-/source-map-explorer-2.5.2.tgz#857cab5dd9d1d7175e9c5c2739dc9ccfb99f2dc5"
418-
integrity sha512-gBwOyCcHPHcdLbgw6Y6kgoH1uLKL6hN3zz0xJcNI2lpnElZliIlmSYAjUVwAWnc7+HscoTyh1ScR7ITtFuEnxg==
415+
source-map-explorer@^2.5.3:
416+
version "2.5.3"
417+
resolved "https://registry.yarnpkg.com/source-map-explorer/-/source-map-explorer-2.5.3.tgz#33551b51e33b70f56d15e79083cdd4c43e583b69"
418+
integrity sha512-qfUGs7UHsOBE5p/lGfQdaAj/5U/GWYBw2imEpD6UQNkqElYonkow8t+HBL1qqIl3CuGZx7n8/CQo4x1HwSHhsg==
419419
dependencies:
420420
btoa "^1.2.1"
421421
chalk "^4.1.0"
@@ -426,14 +426,14 @@ source-map-explorer@^2.5.2:
426426
gzip-size "^6.0.0"
427427
lodash "^4.17.20"
428428
open "^7.3.1"
429-
source-map "^0.7.3"
429+
source-map "^0.7.4"
430430
temp "^0.9.4"
431431
yargs "^16.2.0"
432432

433-
source-map@^0.7.3:
434-
version "0.7.3"
435-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
436-
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
433+
source-map@^0.7.4:
434+
version "0.7.4"
435+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
436+
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
437437

438438
string-width@^4.1.0, string-width@^4.2.0:
439439
version "4.2.3"

0 commit comments

Comments
 (0)