Bump tmp from 0.2.1 to 0.2.2 (#21622)

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.2.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: tmp
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2024-02-29 02:25:26 +01:00
committed by GitHub
parent ba69e6d23c
commit 6c3efce4e5
3 changed files with 18 additions and 10 deletions

View File

@@ -49,7 +49,7 @@
"@vitest/coverage-v8": "1.3.1",
"knex": "3.1.0",
"pino": "8.19.0",
"tmp": "0.2.1",
"tmp": "0.2.2",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vitest": "1.3.1",

View File

@@ -50,7 +50,7 @@
"@types/node": "18.19.17",
"@types/tmp": "0.2.6",
"@vitest/coverage-v8": "1.3.1",
"tmp": "0.2.1",
"tmp": "0.2.2",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vitest": "1.3.1",

24
pnpm-lock.yaml generated
View File

@@ -1317,8 +1317,8 @@ importers:
specifier: 8.19.0
version: 8.19.0
tmp:
specifier: 0.2.1
version: 0.2.1
specifier: 0.2.2
version: 0.2.2
tsup:
specifier: 8.0.2
version: 8.0.2(typescript@5.3.3)
@@ -2026,8 +2026,8 @@ importers:
specifier: 1.3.1
version: 1.3.1(vitest@1.3.1)
tmp:
specifier: 0.2.1
version: 0.2.1
specifier: 0.2.2
version: 0.2.2
tsup:
specifier: 8.0.2
version: 8.0.2(typescript@5.3.3)
@@ -17639,6 +17639,14 @@ packages:
dependencies:
glob: 7.2.3
/rimraf@5.0.5:
resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==}
engines: {node: '>=14'}
hasBin: true
dependencies:
glob: 10.3.10
dev: true
/rollup-plugin-esbuild@5.0.0(esbuild@0.17.19)(rollup@3.29.4):
resolution: {integrity: sha512-1cRIOHAPh8WQgdQQyyvFdeOdxuiyk+zB5zJ5+YOwrZP4cJ0MT3Fs48pQxrZeyZHcn+klFherytILVfE4aYrneg==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
@@ -19113,11 +19121,11 @@ packages:
dependencies:
os-tmpdir: 1.0.2
/tmp@0.2.1:
resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==}
engines: {node: '>=8.17.0'}
/tmp@0.2.2:
resolution: {integrity: sha512-ETcvHhaIc9J2MDEAH6N67j9bvBvu/3Gb764qaGhwtFvjtvhegqoqSpofgeyq1Sc24mW5pdyUDs9HP5j3ehkxRw==}
engines: {node: '>=14'}
dependencies:
rimraf: 3.0.2
rimraf: 5.0.5
dev: true
/to-fast-properties@2.0.0: