Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit a615784

Browse files
authored
Merge pull request #497 from jippi/dependabot/npm_and_yarn/frontend/file-loader-4.2.0
Bump file-loader from 0.11.2 to 4.2.0 in /frontend
2 parents 5f98bbd + 12f0be6 commit a615784

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-react": "^7.3.0",
9797
"eslint-plugin-standard": "^3.0.1",
9898
"extract-text-webpack-plugin": "4.0.0-beta.0",
99-
"file-loader": "^0.11.2",
99+
"file-loader": "^4.2.0",
100100
"html-webpack-plugin": "^3.1.0",
101101
"html-webpack-template": "^6.0.0",
102102
"node-sass": "^4.1.1",

frontend/yarn.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -4235,12 +4235,13 @@ file-entry-cache@^5.0.1:
42354235
dependencies:
42364236
flat-cache "^2.0.1"
42374237

4238-
file-loader@^0.11.2:
4239-
version "0.11.2"
4240-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-0.11.2.tgz#4ff1df28af38719a6098093b88c82c71d1794a34"
4241-
integrity sha512-N+uhF3mswIFeziHQjGScJ/yHXYt3DiLBeC+9vWW+WjUBiClMSOlV1YrXQi+7KM2aA3Rn4Bybgv+uXFQbfkzpvg==
4238+
file-loader@^4.2.0:
4239+
version "4.2.0"
4240+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-4.2.0.tgz#5fb124d2369d7075d70a9a5abecd12e60a95215e"
4241+
integrity sha512-+xZnaK5R8kBJrHK0/6HRlrKNamvVS5rjyuju+rnyxRGuwUJwpAMsVzUl5dz6rK8brkzjV6JpcFNjp6NqV0g1OQ==
42424242
dependencies:
4243-
loader-utils "^1.0.2"
4243+
loader-utils "^1.2.3"
4244+
schema-utils "^2.0.0"
42444245

42454246
fill-range@^4.0.0:
42464247
version "4.0.0"

0 commit comments

Comments
 (0)