Merge pull request #3352 from tridactyl/dependabot/npm_and_yarn/source-map-loader-2.0.1

This commit is contained in:
dependabot-preview[bot] 2021-02-10 17:43:07 +00:00 committed by GitHub
commit 44a268d857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View file

@ -42,7 +42,7 @@
"nearley": "^2.20.1",
"prettier": "^2.2.1",
"selenium-webdriver": "^4.0.0-alpha.8",
"source-map-loader": "^2.0.0",
"source-map-loader": "^2.0.1",
"ts-jest": "^25.5.1",
"ts-loader": "^8.0.16",
"ts-node": "^9.1.1",

View file

@ -7233,14 +7233,19 @@ source-list-map@^2.0.0, source-list-map@^2.0.1:
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
source-map-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-2.0.0.tgz#6651dc5a46beb2b914abacd00b8f9dd0e7757820"
integrity sha512-DJLK+gR9hlx+58yGU54EDAQZzR/TksgrtvRtyEBWnd5DR7O4n0RgdyO/KBwJ76zF+wDiFRT/1vdV3SdLUR68Lg==
source-map-js@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
source-map-loader@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-2.0.1.tgz#b4fd0ae7fa7e7d3954300f383f2d6fcc230a4261"
integrity sha512-UzOTTQhoNPeTNzOxwFw220RSRzdGSyH4lpNyWjR7Qm34P4/N0W669YSUFdH07+YNeN75h765XLHmNsF/bm97RQ==
dependencies:
abab "^2.0.5"
iconv-lite "^0.6.2"
source-map "^0.6.1"
source-map-js "^0.6.2"
source-map-resolve@^0.5.0:
version "0.5.2"