build(deps): bump @types/semver from 7.5.6 to 7.5.7 (#969)

This commit is contained in:
dependabot[bot] 2024-02-12 15:11:44 +01:00 committed by GitHub
parent 17bf0db4b7
commit 2031bb15ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@actions/http-client": "^2.2.0",
"@actions/tool-cache": "^2.0.1",
"@types/node": "^20.11.16",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.7",
"@types/tmp": "^0.2.6",
"tmp": "^0.2.1"
},
@ -673,9 +673,9 @@
}
},
"node_modules/@types/semver": {
"version": "7.5.6",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
"integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A=="
"version": "7.5.7",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz",
"integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg=="
},
"node_modules/@types/tmp": {
"version": "0.2.6",
@ -4589,9 +4589,9 @@
}
},
"@types/semver": {
"version": "7.5.6",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
"integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A=="
"version": "7.5.7",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz",
"integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg=="
},
"@types/tmp": {
"version": "0.2.6",

View File

@ -31,7 +31,7 @@
"@actions/http-client": "^2.2.0",
"@actions/tool-cache": "^2.0.1",
"@types/node": "^20.11.16",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.7",
"@types/tmp": "^0.2.6",
"tmp": "^0.2.1"
},