Skip to content

Commit a85d638

Browse files
fix: package.json & yarn.lock to reduce vulnerabilities (#338)
1 parent a44cd0b commit a85d638

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"webpack": "^4.4.0 || ^5.0.0"
6868
},
6969
"dependencies": {
70-
"loader-utils": "^2.0.0",
70+
"loader-utils": "^2.0.4",
7171
"normalize-url": "1.9.1",
7272
"schema-utils": "^1.0.0",
7373
"webpack-sources": "^1.1.0"

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6908,6 +6908,15 @@ loader-utils@^2.0.0:
69086908
emojis-list "^3.0.0"
69096909
json5 "^2.1.2"
69106910

6911+
loader-utils@^2.0.4:
6912+
version "2.0.4"
6913+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
6914+
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
6915+
dependencies:
6916+
big.js "^5.2.2"
6917+
emojis-list "^3.0.0"
6918+
json5 "^2.1.2"
6919+
69116920
locate-path@^2.0.0:
69126921
version "2.0.0"
69136922
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)