From e14f7483fd154cc569f7de0c5925426657997ed0 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 6 Apr 2024 20:25:21 +0200 Subject: Bump editorconfig-checker from 5.1.2 to 5.1.5 --- .gitignore | 3 +++ package-lock.json | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 617d42c..de33958 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ # This file includes all tags, classes, and ids from your *.html templates. hugo_stats.json + +# Ignore the .npmrc file. +.npmrc diff --git a/package-lock.json b/package-lock.json index 9b1d24d..e15a174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -363,11 +363,10 @@ } }, "node_modules/editorconfig-checker": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.2.tgz", - "integrity": "sha512-HQfoRpRWJu3OS0+sn2qaX/U7TM0zjT+ANY2HH3wkBkd5INJDI5t6toY+JshYmhfXqX7luDndFwNV7f5e9Kmb7A==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.5.tgz", + "integrity": "sha512-l2QifQhu33enwAauVdwT0oBPz8xdCHOZ7jImuUNV/3AR3Dg26jPAVPdHeKzuf1qpMZTfnuOONqLlpSIEFP33Ig==", "dev": true, - "license": "MIT", "bin": { "ec": "dist/index.js", "editorconfig-checker": "dist/index.js" -- cgit v1.2.3