chore(deps-dev): use tmp >= 0.2.4 (#2739)

This commit is contained in:
Roman Volkov 2025-11-05 17:04:25 +02:00 committed by GitHub
parent 81e19cbc12
commit d41fd46f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 15 deletions

25
package-lock.json generated
View File

@ -18291,15 +18291,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/tmp": { "node_modules/tmp": {
"version": "0.2.1", "version": "0.2.5",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
"dev": true, "dev": true,
"dependencies": { "license": "MIT",
"rimraf": "^3.0.0"
},
"engines": { "engines": {
"node": ">=8.17.0" "node": ">=14.14"
} }
}, },
"node_modules/tmpl": { "node_modules/tmpl": {
@ -25055,7 +25053,7 @@
"request-progress": "^3.0.0", "request-progress": "^3.0.0",
"semver": "^7.5.3", "semver": "^7.5.3",
"supports-color": "^8.1.1", "supports-color": "^8.1.1",
"tmp": "~0.2.1", "tmp": ">=0.2.4",
"untildify": "^4.0.0", "untildify": "^4.0.0",
"yauzl": "^2.10.0" "yauzl": "^2.10.0"
}, },
@ -33284,13 +33282,10 @@
"dev": true "dev": true
}, },
"tmp": { "tmp": {
"version": "0.2.1", "version": "0.2.5",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
"dev": true, "dev": true
"requires": {
"rimraf": "^3.0.0"
}
}, },
"tmpl": { "tmpl": {
"version": "1.0.5", "version": "1.0.5",

View File

@ -160,6 +160,9 @@
"swagger2openapi": "^7.0.8", "swagger2openapi": "^7.0.8",
"url-template": "^2.0.8" "url-template": "^2.0.8"
}, },
"overrides": {
"tmp": ">=0.2.4"
},
"size-limit": [ "size-limit": [
{ {
"path": "./bundles/redoc.standalone.js", "path": "./bundles/redoc.standalone.js",