appstore: validate the id and the version

This commit is contained in:
Girish Ramakrishnan
2024-06-15 17:08:42 +02:00
parent 825fe21bd9
commit ba0ab68f50
2 changed files with 13 additions and 18 deletions
+7 -15
View File
@@ -14,7 +14,7 @@
"aws-sdk": "^2.1637.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.2",
"cloudron-manifestformat": "^5.23.0",
"cloudron-manifestformat": "^5.24.0",
"connect": "^3.7.0",
"connect-lastmile": "^2.2.0",
"connect-timeout": "^1.9.0",
@@ -46,7 +46,7 @@
"safetydance": "^2.4.0",
"semver": "^7.6.2",
"speakeasy": "^2.0.0",
"superagent": "^9.0.1",
"superagent": "9.0.1",
"tar-fs": "github:cloudron-io/tar-fs#ignore_stat_error",
"tldjs": "^2.3.1",
"ua-parser-js": "^1.0.38",
@@ -1031,16 +1031,15 @@
}
},
"node_modules/cloudron-manifestformat": {
"version": "5.23.0",
"resolved": "https://registry.npmjs.org/cloudron-manifestformat/-/cloudron-manifestformat-5.23.0.tgz",
"integrity": "sha512-HZECVY16wQO5IWdUzyxIUIMlVty3jGpsja2IRmywAM8G6NVVoGo35m1anWrwqAVj3n9e9QdU0PiWm6JiRRD1Ow==",
"version": "5.24.0",
"resolved": "https://registry.npmjs.org/cloudron-manifestformat/-/cloudron-manifestformat-5.24.0.tgz",
"integrity": "sha512-thmYEX9EFfpxnla/MQvo0GX9Hwr26LDbJKA9DVS1vIWP34M+LWza9PVhDaYii1sDKW4hH8C3hwFeqjrfWw8UBw==",
"dependencies": {
"cron": "^3.1.7",
"java-packagename-regex": "^1.0.0",
"safetydance": "2.4.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"tv4": "^1.3.0",
"validator": "^13.11.0"
"validator": "^13.12.0"
}
},
"node_modules/co": {
@@ -3122,13 +3121,6 @@
"node": ">=10"
}
},
"node_modules/java-packagename-regex": {
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/jmespath": {
"version": "0.16.0",
"license": "Apache-2.0",