[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-07-29 18:31:34 +00:00 committed by GitHub
parent 3ed283caaf
commit 1cf9dead52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 126 additions and 158 deletions

8
package-lock.json generated
View file

@ -14,7 +14,8 @@
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1"
"@actions/tool-cache": "^2.0.1",
"compare-versions": "^6.1.1"
},
"devDependencies": {
"@types/node": "^20.8.2",
@ -354,6 +355,11 @@
"node": ">= 0.8"
}
},
"node_modules/compare-versions": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz",
"integrity": "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg=="
},
"node_modules/concat-map": {
"version": "0.0.1",
"license": "MIT"