update manifestformat

This commit is contained in:
Girish Ramakrishnan
2026-02-19 14:40:29 +01:00
parent f62629b513
commit 95952fae75
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@aws-sdk/client-s3": "^3.993.0",
"@aws-sdk/lib-storage": "^3.993.0",
"@cloudron/connect-lastmile": "^3.0.0",
"@cloudron/manifest-format": "^6.0.1",
"@cloudron/manifest-format": "^6.0.2",
"@cloudron/pipework": "^2.1.2",
"@cloudron/superagent": "^2.1.1",
"@google-cloud/dns": "^5.3.1",
@@ -1134,21 +1134,21 @@
"license": "MIT"
},
"node_modules/@cloudron/manifest-format": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@cloudron/manifest-format/-/manifest-format-6.0.1.tgz",
"integrity": "sha512-PaOxzrwbKwYQk/YkMg574muGNSzJuJlO8nO3s0TgIhm95A9AbRW6JpaujsJxmgUL5Iji2okMaIpbj1HoIyaVlg==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@cloudron/manifest-format/-/manifest-format-6.0.2.tgz",
"integrity": "sha512-AAWnsgZPNriCerVgeEO6MEdHJokhl9NCeSgkLucWrQLnEoPeAqKoajC4/xNlWxx4dIx2pvxu3v/AEU3ZuviGcA==",
"license": "MIT",
"dependencies": {
"@cloudron/safetydance": "^3.0.0",
"ajv": "^8.17.1",
"@cloudron/safetydance": "^3.0.1",
"ajv": "^8.18.0",
"cron": "^4.4.0",
"semver": "^7.7.4"
}
},
"node_modules/@cloudron/manifest-format/node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",

View File

@@ -17,7 +17,7 @@
"@aws-sdk/client-s3": "^3.993.0",
"@aws-sdk/lib-storage": "^3.993.0",
"@cloudron/connect-lastmile": "^3.0.0",
"@cloudron/manifest-format": "^6.0.1",
"@cloudron/manifest-format": "^6.0.2",
"@cloudron/pipework": "^2.1.2",
"@cloudron/superagent": "^2.1.1",
"@google-cloud/dns": "^5.3.1",