mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade file-loader to 4.0.0.
This commit is contained in:
parent
e17fb33b47
commit
1bfb5e48fe
|
@ -19,8 +19,8 @@
|
|||
"emoji-datasource-twitter": "4.0.4",
|
||||
"error-stack-parser": "2.0.2",
|
||||
"expose-loader": "0.7.5",
|
||||
"file-loader": "1.1.11",
|
||||
"flatpickr": "4.5.7",
|
||||
"file-loader": "4.0.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"handlebars": "4.1.2",
|
||||
"i18next": "3.4.4",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -3682,13 +3682,13 @@ file-entry-cache@^5.0.1:
|
|||
dependencies:
|
||||
flat-cache "^2.0.1"
|
||||
|
||||
file-loader@1.1.11:
|
||||
version "1.1.11"
|
||||
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
|
||||
integrity sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==
|
||||
file-loader@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.0.0.tgz#c3570783fefb6e1bc0978a856f4bf5825b966c2a"
|
||||
integrity sha512-roAbL6IdSGczwfXxhMi6Zq+jD4IfUpL0jWHD7fvmjdOVb7xBfdRUHe4LpBgO23VtVK5AW1OlWZo0p34Jvx3iWg==
|
||||
dependencies:
|
||||
loader-utils "^1.0.2"
|
||||
schema-utils "^0.4.5"
|
||||
loader-utils "^1.2.2"
|
||||
schema-utils "^1.0.0"
|
||||
|
||||
filename-regex@^2.0.0:
|
||||
version "2.0.1"
|
||||
|
@ -6154,7 +6154,7 @@ loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0:
|
|||
emojis-list "^2.0.0"
|
||||
json5 "^0.5.0"
|
||||
|
||||
loader-utils@^1.2.3:
|
||||
loader-utils@^1.2.2, loader-utils@^1.2.3:
|
||||
version "1.2.3"
|
||||
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
|
||||
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
|
||||
|
|
Loading…
Reference in New Issue