Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-05 15:45:15 +0300
committerGitHub <noreply@github.com>2021-01-05 15:45:15 +0300
commit0a1e18babd35684bb822bfeea91769976b95b413 (patch)
treeaf2dd05a3fff62aaa21d635e7d2fd73f206e3885 /build
parent433a463c414f7d1030942a204eb158bbbb973224 (diff)
Bump js-yaml from 3.14.1 to 4.0.0 (#646)
* Bump js-yaml from 3.14.1 to 4.0.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.0.0. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.0.0) Signed-off-by: dependabot[bot] <support@github.com> * Update build-svgs.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/build-svgs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build-svgs.js b/build/build-svgs.js
index 584c726f4..5a7b91d65 100644
--- a/build/build-svgs.js
+++ b/build/build-svgs.js
@@ -25,7 +25,7 @@ const svgAttributes = {
async function getSvgoConfig() {
const svgoConfigFile = await fs.readFile(path.join(__dirname, '../svgo.yml'), 'utf8')
- return yaml.safeLoad(svgoConfigFile)
+ return yaml.load(svgoConfigFile)
}
async function processFile(file, config) {