From 6ff2136b9c6a0e09cbfe5df35f09175a24803b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:03:35 +0000 Subject: [PATCH] chore(deps-dev): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [eslint](https://github.com/eslint/eslint) and [globals](https://github.com/sindresorhus/globals). Updates `eslint` from 10.2.1 to 10.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.2.1...v10.3.0) Updates `globals` from 17.5.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- 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 c5f0a87..0f12f6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,9 +13,9 @@ "@types/node": "25.6.0", "@typescript-eslint/eslint-plugin": "~8.59.1", "@typescript-eslint/parser": "~8.59.1", - "eslint": "10.2.1", + "eslint": "10.3.0", "eslint-plugin-no-unsanitized": "~4.1.5", - "globals": "17.5.0", + "globals": "17.6.0", "markdownlint-cli2": "~0.22.1", "terser": "5.46.2", "typescript": "6.0.3" @@ -853,9 +853,9 @@ } }, "node_modules/eslint": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz", - "integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.3.0.tgz", + "integrity": "sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==", "dev": true, "license": "MIT", "dependencies": { @@ -1202,9 +1202,9 @@ } }, "node_modules/globals": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", - "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz", + "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 43d3dd6..667ed94 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "@types/node": "25.6.0", "@typescript-eslint/eslint-plugin": "~8.59.1", "@typescript-eslint/parser": "~8.59.1", - "eslint": "10.2.1", + "eslint": "10.3.0", "eslint-plugin-no-unsanitized": "~4.1.5", - "globals": "17.5.0", + "globals": "17.6.0", "markdownlint-cli2": "~0.22.1", "terser": "5.46.2", "typescript": "6.0.3"