From c4f476138ebe4b5ba0dd50ecb4115933d303e372 Mon Sep 17 00:00:00 2001 From: Tom King Date: Mon, 29 Jun 2026 18:14:15 -0700 Subject: [PATCH 1/2] chore: update dependencies --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ac652e..97185b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ }, "devDependencies": { "@eslint/js": "10.0.1", - "eslint": "10.5.0", - "eslint-plugin-n": "18.1.0", + "eslint": "10.6.0", + "eslint-plugin-n": "18.2.1", "markdownlint-cli2": "0.22.1" }, "engines": { @@ -585,9 +585,9 @@ } }, "node_modules/eslint": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", - "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", "workspaces": [ @@ -682,9 +682,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz", - "integrity": "sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg==", + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz", + "integrity": "sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 74ac173..72133cd 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "description": "Convert a text file to a data URI in base64 or URI encoding. Standalone CLI, Node.js API, and grunt plugin.", "devDependencies": { "@eslint/js": "10.0.1", - "eslint": "10.5.0", - "eslint-plugin-n": "18.1.0", + "eslint": "10.6.0", + "eslint-plugin-n": "18.2.1", "markdownlint-cli2": "0.22.1" }, "engines": { From ccfeded9530bfd9cbd04e4d64d8e1e18802b03c2 Mon Sep 17 00:00:00 2001 From: Tom King Date: Mon, 29 Jun 2026 18:19:42 -0700 Subject: [PATCH 2/2] chore: update eslint config for latest "n" (node) linting --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 70e5b8f..9a530b8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,6 +1,6 @@ const globals = require("globals"); const js = require("@eslint/js"); -const n = require("eslint-plugin-n").default; +const n = require("eslint-plugin-n"); module.exports = [ {