Bump the npm-dependencies group with 2 updates (#176)

Bumps the npm-dependencies group with 2 updates: [tar](https://github.com/isaacs/node-tar) and [eslint](https://github.com/eslint/eslint).


Updates `tar` from 7.5.10 to 7.5.11
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.10...v7.5.11)

Updates `eslint` from 10.0.2 to 10.0.3
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.0.2...v10.0.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chad Bentz <[email protected]>
This commit is contained in:
dependabot[bot]
2026-03-09 14:34:03 -04:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Chad Bentz
parent 0c211551d6
commit b876b8cc34
2 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
"dotenv": "^17.3.1",
"fs": "^0.0.1-security",
"octokit": "^5.0.5",
"tar": "^7.5.10",
"tar": "^7.5.11",
"yaml": "^2.8.2"
},
"devDependencies": {
@@ -42,7 +42,7 @@
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@vercel/ncc": "^0.38.4",
"eslint": "^10.0.2",
"eslint": "^10.0.3",
"jest": "^30.2.0",
"jest-transform-stub": "^2.0.0",
"ts-jest": "^29.4.6"