Skip to content

Commit bc3555d

Browse files
authored
fix: upgrade loader-utils from 2.0.1 to 2.0.2 (#89)
Snyk has created this PR to upgrade loader-utils from 2.0.1 to 2.0.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/netcz/project/79323c8d-f421-4a71-8db2-14dac63c385a?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 24710d0 commit bc3555d

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.1",
38+
"loader-utils": "^2.0.2",
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.1:
3561-
version "2.0.1"
3562-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.1.tgz#3b8d4386f42378d6434d32d7bc08e7a52d39575e"
3563-
integrity sha512-g4miPa9uUrZz4iElkaVJgDFwKJGh8aQGM7pUL4ejXl6cu7kSb30seQOVGNMP6sW8j7DW77X68hJZ+GM7UGhXeQ==
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==
35643564
dependencies:
35653565
big.js "^5.2.2"
35663566
emojis-list "^3.0.0"

0 commit comments

Comments
 (0)