Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 7a83df8

Browse files
dependabot-preview[bot]silvenon
authored andcommitted
Bump raw-loader from 0.5.1 to 4.0.0
Bumps [raw-loader](https://github.com/webpack-contrib/raw-loader) from 0.5.1 to 4.0.0. - [Release notes](https://github.com/webpack-contrib/raw-loader/releases) - [Changelog](https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/raw-loader/commits/v4.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1c1c949 commit 7a83df8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

packages/css-customs-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"loader-utils": "^1.1.0",
2929
"postcss": "^7.0.5",
3030
"postcss-load-config": "^2.0.0",
31-
"raw-loader": "^0.5.1",
31+
"raw-loader": "^4.0.0",
3232
"require-from-string": "^2.0.2"
3333
},
3434
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9170,10 +9170,13 @@ raw-body@2.4.0:
91709170
iconv-lite "0.4.24"
91719171
unpipe "1.0.0"
91729172

9173-
raw-loader@^0.5.1:
9174-
version "0.5.1"
9175-
resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-0.5.1.tgz#0c3d0beaed8a01c966d9787bf778281252a979aa"
9176-
integrity sha1-DD0L6u2KAclm2Xh793goElKpeao=
9173+
raw-loader@^4.0.0:
9174+
version "4.0.0"
9175+
resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.0.tgz#d639c40fb9d72b5c7f8abc1fb2ddb25b29d3d540"
9176+
integrity sha512-iINUOYvl1cGEmfoaLjnZXt4bKfT2LJnZZib5N/LLyAphC+Dd11vNP9CNVb38j+SAJpFI1uo8j9frmih53ASy7Q==
9177+
dependencies:
9178+
loader-utils "^1.2.3"
9179+
schema-utils "^2.5.0"
91779180

91789181
rc@^1.2.7:
91799182
version "1.2.8"
@@ -9755,7 +9758,7 @@ schema-utils@^1.0.0:
97559758
ajv-errors "^1.0.0"
97569759
ajv-keywords "^3.1.0"
97579760

9758-
schema-utils@^2.6.0, schema-utils@^2.6.4:
9761+
schema-utils@^2.5.0, schema-utils@^2.6.0, schema-utils@^2.6.4:
97599762
version "2.6.4"
97609763
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.4.tgz#a27efbf6e4e78689d91872ee3ccfa57d7bdd0f53"
97619764
integrity sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==

0 commit comments

Comments
 (0)