diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-06 17:08:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 17:08:56 +0000 |
commit | 29f18a60fcc61558921165cee6cdb0d2802fe2b3 (patch) | |
tree | 9e77eb0dc96e3c9585cf79cb8095c6a78d9e33ec | |
parent | 6e9d48b558511b0e28bc387b7bb2a9e2f5e2d84e (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/tmp-0.2.4.tar.gz nextcloud-server-dependabot/npm_and_yarn/tmp-0.2.4.zip |
chore(deps): bump tmp from 0.2.3 to 0.2.4dependabot/npm_and_yarn/tmp-0.2.4
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e368afb84c9..250412dcc5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24750,11 +24750,10 @@ "license": "MIT" }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz", + "integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.14" } |