This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new ed57d38d8 Bump tmp from 0.2.1 to 0.2.3 in /lang/js (#2778)
ed57d38d8 is described below
commit ed57d38d87f4b37c7231ab4c1f1af3ebf974acc3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 4 09:46:25 2024 +0200
Bump tmp from 0.2.1 to 0.2.3 in /lang/js (#2778)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.3.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.3)
---
updated-dependencies:
- dependency-name: tmp
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 7efd0c88458408085bf7c35ce4e1c05e5e506674)
---
lang/js/package-lock.json | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json
index 22d16893f..56fec018c 100644
--- a/lang/js/package-lock.json
+++ b/lang/js/package-lock.json
@@ -2470,13 +2470,10 @@
}
},
"tmp": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
- "integrity":
"sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
- "dev": true,
- "requires": {
- "rimraf": "^3.0.0"
- }
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz",
+ "integrity":
"sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==",
+ "dev": true
},
"to-fast-properties": {
"version": "2.0.0",