Skip to content

Commit 564cce5

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105
1 parent bc3555d commit 564cce5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"create-html-element": "^3.0.0",
38-
"loader-utils": "^2.0.2",
38+
"loader-utils": "^2.0.3",
3939
"lodash": "^4.17.21"
4040
},
4141
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3557,10 +3557,10 @@ load-json-file@^4.0.0:
35573557
pify "^3.0.0"
35583558
strip-bom "^3.0.0"
35593559

3560-
loader-utils@^2.0.2:
3561-
version "2.0.2"
3562-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129"
3563-
integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==
3560+
loader-utils@^2.0.3:
3561+
version "2.0.3"
3562+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1"
3563+
integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==
35643564
dependencies:
35653565
big.js "^5.2.2"
35663566
emojis-list "^3.0.0"

0 commit comments

Comments
 (0)