Skip to content

Commit af4c7b0

Browse files
author
Juan Luna
committed
add loader-utils resolution
1 parent d37e2da commit af4c7b0

File tree

3 files changed

+38
-72
lines changed

3 files changed

+38
-72
lines changed

package-lock.json

Lines changed: 29 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"**/**/nth-check": "2.0.1",
3232
"**/**/got": "11.8.5",
3333
"**/**/highlight.js": "10.4.1",
34-
"**/**/markdown-it": "12.3.2"
34+
"**/**/markdown-it": "12.3.2",
35+
"loader-utils": "2.0.0"
3536
},
3637
"dependencies": {
37-
"@babel/core": "^7.24.5",
38-
"follow-redirects": "1.15.6",
39-
"loader-utils": "^3.3.1"
38+
"@babel/core": "^7.26.0",
39+
"follow-redirects": "1.15.9"
4040
}
4141
}

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"resolved" "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.3.tgz"
2525
"version" "7.26.3"
2626

27-
"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.11.0", "@babel/core@^7.12.0", "@babel/core@^7.13.0", "@babel/core@^7.24.5", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.8.4":
27+
"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.11.0", "@babel/core@^7.12.0", "@babel/core@^7.13.0", "@babel/core@^7.26.0", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.8.4":
2828
"integrity" "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg=="
2929
"resolved" "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz"
3030
"version" "7.26.0"
@@ -4033,10 +4033,10 @@
40334033
"inherits" "^2.0.3"
40344034
"readable-stream" "^2.3.6"
40354035

4036-
"follow-redirects@^1.0.0", "[email protected].6":
4037-
"integrity" "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA=="
4038-
"resolved" "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz"
4039-
"version" "1.15.6"
4036+
"follow-redirects@^1.0.0", "[email protected].9":
4037+
"integrity" "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ=="
4038+
"resolved" "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz"
4039+
"version" "1.15.9"
40404040

40414041
"for-each@^0.3.3":
40424042
"integrity" "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw=="
@@ -5470,11 +5470,6 @@
54705470
"emojis-list" "^3.0.0"
54715471
"json5" "^2.1.2"
54725472

5473-
"loader-utils@^3.3.1":
5474-
"integrity" "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg=="
5475-
"resolved" "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz"
5476-
"version" "3.3.1"
5477-
54785473
"locate-path@^3.0.0":
54795474
"integrity" "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A=="
54805475
"resolved" "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"

0 commit comments

Comments
 (0)