Skip to content

Commit 312b68a

Browse files
committed
fix(dependencies): [email protected]
1 parent 321a763 commit 312b68a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/d2-projects/vue-filename-injector#readme",
2525
"dependencies": {
26-
"loader-utils": "^1.2.3"
26+
"loader-utils": "^1.4.0"
2727
},
2828
"devDependencies": {
2929
"cz-conventional-changelog": "3.1.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,10 @@ [email protected]:
383383
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
384384
integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
385385

386-
emojis-list@^2.0.0:
387-
version "2.1.0"
388-
resolved "https://registry.npm.taobao.org/emojis-list/download/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
389-
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
386+
emojis-list@^3.0.0:
387+
version "3.0.0"
388+
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
389+
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
390390

391391
error-ex@^1.3.1:
392392
version "1.3.2"
@@ -890,13 +890,13 @@ kind-of@^6.0.0, kind-of@^6.0.2:
890890
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
891891
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
892892

893-
loader-utils@^1.2.3:
894-
version "1.2.3"
895-
resolved "https://registry.npm.taobao.org/loader-utils/download/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
896-
integrity sha1-H/XcaRHJ8KBiUxpMBLYJQGEIwsc=
893+
loader-utils@^1.4.0:
894+
version "1.4.0"
895+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
896+
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
897897
dependencies:
898898
big.js "^5.2.2"
899-
emojis-list "^2.0.0"
899+
emojis-list "^3.0.0"
900900
json5 "^1.0.1"
901901

902902
lodash.map@^4.5.1:

0 commit comments

Comments
 (0)