Bump semver

This commit is contained in:
Henry Mercer 2023-07-11 20:48:06 +01:00
parent 863a05b28b
commit 4b7eb74ef5
579 changed files with 13988 additions and 29840 deletions

View file

@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.0",
"@actions/cache": "^3.0.5",
"@actions/cache": "^3.2.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^4.0.0",
@ -44,7 +44,7 @@
"jsonschema": "1.4.1",
"long": "^5.2.0",
"path": "^0.12.7",
"semver": "^7.5.2",
"semver": "^7.5.4",
"uuid": "^9.0.0",
"zlib": "^1.0.5"
},
@ -75,6 +75,18 @@
"typescript": "^5.0.2"
},
"overrides": {
"@actions/cache": {
"semver": ">=6.3.1"
},
"@actions/tool-cache": {
"semver": ">=6.3.1"
},
"eslint-plugin-import": {
"semver": ">=6.3.1"
},
"eslint-plugin-jsx-a11y": {
"semver": ">=6.3.1"
},
"xml2js": ">=0.5.0"
}
}