Skip to content

Commit 5c1fa80

Browse files
Bump loader-utils from 1.2.3 to 2.0.0
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.2.3 to 2.0.0. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.2.3...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e497fd9 commit 5c1fa80

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "Damian Stasik <[email protected]>",
2121
"main": "index.js",
2222
"dependencies": {
23-
"loader-utils": "^1.2.3",
23+
"loader-utils": "^2.0.0",
2424
"svg-to-vue": "^0.7.0"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3002,6 +3002,11 @@ emojis-list@^2.0.0:
30023002
resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
30033003
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
30043004

3005+
emojis-list@^3.0.0:
3006+
version "3.0.0"
3007+
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
3008+
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
3009+
30053010
encodeurl@~1.0.2:
30063011
version "1.0.2"
30073012
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
@@ -4594,6 +4599,15 @@ loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.3:
45944599
emojis-list "^2.0.0"
45954600
json5 "^1.0.1"
45964601

4602+
loader-utils@^2.0.0:
4603+
version "2.0.0"
4604+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
4605+
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
4606+
dependencies:
4607+
big.js "^5.2.2"
4608+
emojis-list "^3.0.0"
4609+
json5 "^2.1.2"
4610+
45974611
locate-path@^2.0.0:
45984612
version "2.0.0"
45994613
resolved "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)