From cbeafddeedda8248fb4165451ac760e7b0e4d5b6 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Tue, 8 Oct 2024 11:16:33 -0700 Subject: [PATCH] Update app and app-dev plugin major versions --- package-lock.json | 470 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 4 +- 2 files changed, 460 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd19a3e..2c0d95f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "10.2.0", "license": "Apache-2.0", "dependencies": { - "@adobe/aio-cli-plugin-app": "^12", - "@adobe/aio-cli-plugin-app-dev": "^1", - "@adobe/aio-cli-plugin-app-storage": "^1.0.0", + "@adobe/aio-cli-plugin-app": "^13", + "@adobe/aio-cli-plugin-app-dev": "^2", + "@adobe/aio-cli-plugin-app-storage": "^1", "@adobe/aio-cli-plugin-app-templates": "^2", "@adobe/aio-cli-plugin-auth": "^4", "@adobe/aio-cli-plugin-certificate": "^2", @@ -140,9 +140,9 @@ } }, "node_modules/@adobe/aio-cli-plugin-app": { - "version": "12.2.3", - "resolved": "https://registry.npmjs.org/@adobe/aio-cli-plugin-app/-/aio-cli-plugin-app-12.2.3.tgz", - "integrity": "sha512-coSwdYigUbGTjBarptLfwv5X6StUFs0fbimOPOKwpuIV9voYwqEzjnkSGEHtqmmRe2vP/OCRgR8uZFYxFzS9Eg==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@adobe/aio-cli-plugin-app/-/aio-cli-plugin-app-13.0.0.tgz", + "integrity": "sha512-FOJFtGuRRoZf9sqwj79O3be9c0m0l31gmBs5N1oG/Kjg1Oz6Vjv+qzGv37K9cbwpTAQ/NkStbyOdYtyq/UXs8A==", "dependencies": { "@adobe/aio-cli-lib-app-config": "^4", "@adobe/aio-cli-lib-console": "^5", @@ -151,7 +151,7 @@ "@adobe/aio-lib-core-networking": "^5", "@adobe/aio-lib-env": "^3", "@adobe/aio-lib-ims": "^7", - "@adobe/aio-lib-runtime": "^6", + "@adobe/aio-lib-runtime": "^7.0.0", "@adobe/aio-lib-templates": "^3", "@adobe/aio-lib-web": "^7", "@adobe/generator-aio-app": "^7", @@ -199,18 +199,19 @@ } }, "node_modules/@adobe/aio-cli-plugin-app-dev": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@adobe/aio-cli-plugin-app-dev/-/aio-cli-plugin-app-dev-1.0.0.tgz", - "integrity": "sha512-cNNy6vtrFDlE8bjeQ1K+2Tv+8LoMxB3uEV5OlJXTpVeSdZoy7a5C+WKo8vCAG0td7wV3i20z+ujdIQsYu5YZaA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@adobe/aio-cli-plugin-app-dev/-/aio-cli-plugin-app-dev-2.0.0.tgz", + "integrity": "sha512-Slh1CaJ25i6KHBkS2ppkP7Jy9hxsp8kgqK8njScAdhNouZBxc2moy3gBqVd3LHej66cnwBtzmGvdSmXnzlAsJA==", "dependencies": { "@adobe/aio-cli-lib-app-config": "^4", "@adobe/aio-lib-core-config": "^5", "@adobe/aio-lib-core-logging": "^3", "@adobe/aio-lib-env": "^3", - "@adobe/aio-lib-runtime": "^6", + "@adobe/aio-lib-runtime": "^7.0.0", "@adobe/aio-lib-web": "^7", "@oclif/core": "^3", "chalk": "^4", + "chokidar": "^3.6.0", "connect-livereload": "^0.6.1", "execa": "^5.0.0", "express": "^4.18.2", @@ -221,7 +222,8 @@ "livereload": "^0.9.3", "lodash.clonedeep": "^4.5.0", "open": "^8.4.2", - "ora": "^5" + "ora": "^5", + "upath": "^2.0.1" }, "bin": { "aio-dev": "bin/run" @@ -230,6 +232,70 @@ "node": ">=18" } }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/@adobe/aio-lib-runtime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@adobe/aio-lib-runtime/-/aio-lib-runtime-7.0.0.tgz", + "integrity": "sha512-mMQF50XS4fnjJnu6CPFH6plKV5Qn2LaOLKJir2cWe79ajd8TTmWad0VYJ3HEV2qevmpx2n/l+MeYTVjS+3kzcg==", + "dependencies": { + "@adobe/aio-lib-core-errors": "^4", + "@adobe/aio-lib-core-logging": "^3", + "@adobe/aio-lib-core-networking": "^5", + "@adobe/aio-lib-env": "^3.0.0", + "archiver": "^6.0.1", + "execa": "^4.0.3", + "folder-hash": "^4.0.4", + "fs-extra": "^11.1.1", + "globby": "^11.0.1", + "js-yaml": "^4.1.0", + "lodash.clonedeep": "^4.5.0", + "openwhisk": "^3.21.8", + "openwhisk-fqn": "0.0.2", + "proxy-from-env": "^1.1.0", + "sha1": "^1.1.1", + "webpack": "^5.26.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/@adobe/aio-lib-runtime/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/@adobe/aio-lib-runtime/node_modules/execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "dependencies": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/@adobe/aio-lib-runtime/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/@oclif/core": { "version": "3.27.0", "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.27.0.tgz", @@ -268,6 +334,39 @@ "node": ">=18.0.0" } }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/archiver": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-6.0.2.tgz", + "integrity": "sha512-UQ/2nW7NMl1G+1UnrLypQw1VdT9XZg/ECcKPq7l+STzStrSivFIXIp34D8M5zeNGW5NoOupdYCHv6VySCPNNlw==", + "dependencies": { + "archiver-utils": "^4.0.1", + "async": "^3.2.4", + "buffer-crc32": "^0.2.1", + "readable-stream": "^3.6.0", + "readdir-glob": "^1.1.2", + "tar-stream": "^3.0.0", + "zip-stream": "^5.0.1" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/archiver-utils": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-4.0.1.tgz", + "integrity": "sha512-Q4Q99idbvzmgCTEAAhi32BkOyq8iVI5EwdO0PmBDSGIzzjYNdcFn7Q7k3OzbLy4kLUPXfJtG6fO2RjftXbobBg==", + "dependencies": { + "glob": "^8.0.0", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash": "^4.17.15", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -296,6 +395,84 @@ "node": ">=12.5.0" } }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/compress-commons": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-5.0.3.tgz", + "integrity": "sha512-/UIcLWvwAQyVibgpQDPtfNM3SvqN7G9elAPAV7GM0L53EbNWwWiCsWtK8Fwed/APEbptPHXs5PuW+y8Bq8lFTA==", + "dependencies": { + "crc-32": "^1.2.0", + "crc32-stream": "^5.0.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/crc32-stream": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-5.0.1.tgz", + "integrity": "sha512-lO1dFui+CEUh/ztYIpgpKItKW9Bb4NWakCRJrnqAbFIYD+OZAwb2VfD5T5eXMw2FNcsDHkQcNl/Wh3iVXYwU6g==", + "dependencies": { + "crc-32": "^1.2.0", + "readable-stream": "^3.4.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/glob/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "engines": { + "node": ">=8.12.0" + } + }, "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", @@ -322,11 +499,45 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/tar-stream": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", + "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", + "dependencies": { + "b4a": "^1.6.4", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app-dev/node_modules/zip-stream": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-5.0.2.tgz", + "integrity": "sha512-LfOdrUvPB8ZoXtvOBz6DlNClfvi//b5d56mSWyJi7XbH/HfhOHfUhOqxhT/rUiR7yiktlunqRo+jY6y/cWC/5g==", + "dependencies": { + "archiver-utils": "^4.0.1", + "compress-commons": "^5.0.1", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, "node_modules/@adobe/aio-cli-plugin-app-storage": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@adobe/aio-cli-plugin-app-storage/-/aio-cli-plugin-app-storage-1.0.0.tgz", @@ -1746,6 +1957,207 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/@adobe/aio-lib-runtime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@adobe/aio-lib-runtime/-/aio-lib-runtime-7.0.0.tgz", + "integrity": "sha512-mMQF50XS4fnjJnu6CPFH6plKV5Qn2LaOLKJir2cWe79ajd8TTmWad0VYJ3HEV2qevmpx2n/l+MeYTVjS+3kzcg==", + "dependencies": { + "@adobe/aio-lib-core-errors": "^4", + "@adobe/aio-lib-core-logging": "^3", + "@adobe/aio-lib-core-networking": "^5", + "@adobe/aio-lib-env": "^3.0.0", + "archiver": "^6.0.1", + "execa": "^4.0.3", + "folder-hash": "^4.0.4", + "fs-extra": "^11.1.1", + "globby": "^11.0.1", + "js-yaml": "^4.1.0", + "lodash.clonedeep": "^4.5.0", + "openwhisk": "^3.21.8", + "openwhisk-fqn": "0.0.2", + "proxy-from-env": "^1.1.0", + "sha1": "^1.1.1", + "webpack": "^5.26.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/@adobe/aio-lib-runtime/node_modules/archiver": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-6.0.2.tgz", + "integrity": "sha512-UQ/2nW7NMl1G+1UnrLypQw1VdT9XZg/ECcKPq7l+STzStrSivFIXIp34D8M5zeNGW5NoOupdYCHv6VySCPNNlw==", + "dependencies": { + "archiver-utils": "^4.0.1", + "async": "^3.2.4", + "buffer-crc32": "^0.2.1", + "readable-stream": "^3.6.0", + "readdir-glob": "^1.1.2", + "tar-stream": "^3.0.0", + "zip-stream": "^5.0.1" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/@adobe/aio-lib-runtime/node_modules/execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "dependencies": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/archiver-utils": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-4.0.1.tgz", + "integrity": "sha512-Q4Q99idbvzmgCTEAAhi32BkOyq8iVI5EwdO0PmBDSGIzzjYNdcFn7Q7k3OzbLy4kLUPXfJtG6fO2RjftXbobBg==", + "dependencies": { + "glob": "^8.0.0", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash": "^4.17.15", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/compress-commons": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-5.0.3.tgz", + "integrity": "sha512-/UIcLWvwAQyVibgpQDPtfNM3SvqN7G9elAPAV7GM0L53EbNWwWiCsWtK8Fwed/APEbptPHXs5PuW+y8Bq8lFTA==", + "dependencies": { + "crc-32": "^1.2.0", + "crc32-stream": "^5.0.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/crc32-stream": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-5.0.1.tgz", + "integrity": "sha512-lO1dFui+CEUh/ztYIpgpKItKW9Bb4NWakCRJrnqAbFIYD+OZAwb2VfD5T5eXMw2FNcsDHkQcNl/Wh3iVXYwU6g==", + "dependencies": { + "crc-32": "^1.2.0", + "readable-stream": "^3.4.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "engines": { + "node": ">=8.12.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/tar-stream": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", + "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==", + "dependencies": { + "b4a": "^1.6.4", + "fast-fifo": "^1.2.0", + "streamx": "^2.15.0" + } + }, + "node_modules/@adobe/aio-cli-plugin-app/node_modules/zip-stream": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-5.0.2.tgz", + "integrity": "sha512-LfOdrUvPB8ZoXtvOBz6DlNClfvi//b5d56mSWyJi7XbH/HfhOHfUhOqxhT/rUiR7yiktlunqRo+jY6y/cWC/5g==", + "dependencies": { + "archiver-utils": "^4.0.1", + "compress-commons": "^5.0.1", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 12.0.0" + } + }, "node_modules/@adobe/aio-cli-plugin-auth": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@adobe/aio-cli-plugin-auth/-/aio-cli-plugin-auth-4.0.1.tgz", @@ -15197,6 +15609,40 @@ "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" }, + "node_modules/folder-hash": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/folder-hash/-/folder-hash-4.0.4.tgz", + "integrity": "sha512-zEyYH+UsHEfJJcCRSf9ai5I4CTZwZ8ObONRuEI5hcEmJY5pS0FUWKruX9mMnYJrgC7MlPFDYnGsK1R+WFYjLlQ==", + "dependencies": { + "debug": "^4.3.3", + "minimatch": "~5.1.2" + }, + "bin": { + "folder-hash": "bin/folder-hash" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/folder-hash/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/folder-hash/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/follow-redirects": { "version": "1.15.6", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", diff --git a/package.json b/package.json index ca5131e..52c27c4 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "bugs": "https://github.com/adobe/aio-cli/issues", "dependencies": { - "@adobe/aio-cli-plugin-app": "^12", - "@adobe/aio-cli-plugin-app-dev": "^1", + "@adobe/aio-cli-plugin-app": "^13", + "@adobe/aio-cli-plugin-app-dev": "^2", "@adobe/aio-cli-plugin-app-storage": "^1", "@adobe/aio-cli-plugin-app-templates": "^2", "@adobe/aio-cli-plugin-auth": "^4",