Bump tmp and standard (#6318)

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together.


Removes `tmp`

Updates `standard` from 14.3.4 to 17.1.2
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.4...v17.1.2)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: standard
  dependency-version: 17.1.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-07 02:47:50 +00:00 committed by GitHub
parent 00da7e9035
commit 1a84fb904b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3987 additions and 2712 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,6 @@
"nodemon": "^2.0.20"
},
"devDependencies": {
"standard": "^14.3.4"
"standard": "^17.1.2"
}
}