From 253cb86dc59821f818d6356ba4dd1ff8490257f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 15:13:57 +0000 Subject: [PATCH] Bump @github/local-action in the npm-development group Bumps the npm-development group with 1 update: [@github/local-action](https://github.com/github/local-action). Updates `@github/local-action` from 3.1.1 to 3.1.3 - [Release notes](https://github.com/github/local-action/releases) - [Changelog](https://github.com/github/local-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/local-action/compare/v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: "@github/local-action" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d66b9f1..b91ff07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/compat": "^1.2.7", - "@github/local-action": "^3.1.1", + "@github/local-action": "^3.1.3", "@jest/globals": "^29.7.0", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", @@ -1620,9 +1620,9 @@ } }, "node_modules/@github/local-action": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-3.1.1.tgz", - "integrity": "sha512-Zsxp2DkbtY0AXQHB5yujeLcTereOyOvFTtC07576i87C+2wNwpl6dSkHqvv9FIhuNklDl8Qu8DRG78rYzyPA2w==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@github/local-action/-/local-action-3.1.3.tgz", + "integrity": "sha512-Pi2Mf7bIiFN30xgDtaQf0Yvm2fZ1QnMGZmNHAKimW/ntCLFVJQsWXmNo3GqzsENbyXcsb2ziZ6DJI5b9TmWYig==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 93ce319..7540b76 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@eslint/compat": "^1.2.7", - "@github/local-action": "^3.1.1", + "@github/local-action": "^3.1.3", "@jest/globals": "^29.7.0", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1",