diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-03-19 17:13:43 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-03-19 17:13:43 +0000 |
| commit | f4e89f2e6bf43e9f3b264fdcc3228e9e96c4bdb9 (patch) | |
| tree | 5946aa091befd0632d274811abff041e5e9a497e | |
| parent | merge: always align code to the left - fixes #436 (!453) (diff) | |
| download | sharkey-f4e89f2e6bf43e9f3b264fdcc3228e9e96c4bdb9.tar.gz sharkey-f4e89f2e6bf43e9f3b264fdcc3228e9e96c4bdb9.tar.bz2 sharkey-f4e89f2e6bf43e9f3b264fdcc3228e9e96c4bdb9.zip | |
bump tmp@0.2.3 - fixes #464
see also https://github.com/raszi/node-tmp/issues/295
| -rw-r--r-- | packages/backend/package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 9 insertions, 3 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index 2ddb067afe..d571497adf 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -172,7 +172,7 @@ "stringz": "2.1.0", "systeminformation": "5.22.0", "tinycolor2": "1.6.0", - "tmp": "0.2.2", + "tmp": "0.2.3", "tsc-alias": "1.8.8", "tsconfig-paths": "4.2.0", "typeorm": "0.3.20", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b54383a88f..356c718e03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -392,8 +392,8 @@ importers: specifier: 1.6.0 version: 1.6.0 tmp: - specifier: 0.2.2 - version: 0.2.2 + specifier: 0.2.3 + version: 0.2.3 tsc-alias: specifier: 1.8.8 version: 1.8.8 @@ -18813,6 +18813,12 @@ packages: engines: {node: '>=14'} dependencies: rimraf: 5.0.5 + dev: true + + /tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} + dev: false /tmpl@1.0.5: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} |