diff --git a/package-lock.json b/package-lock.json index 5c94dc0..df6c29f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,18 +6,18 @@ "packages": { "": { "name": "@adobe/helix-redirect", - "version": "1.2.2", + "version": "1.2.4", "license": "Apache-2.0", "dependencies": { "@adobe/helix-fetch": "2.1.7", "@adobe/helix-shared": "7.21.2", - "@adobe/helix-status": "9.0.8", + "@adobe/helix-status": "9.0.9", "@adobe/openwhisk-action-logger": "2.4.1", "@adobe/openwhisk-action-utils": "4.4.1" }, "devDependencies": { "@adobe/eslint-config-helix": "1.1.4", - "@adobe/helix-deploy": "3.9.0", + "@adobe/helix-deploy": "3.9.1", "@pollyjs/adapter-node-http": "5.1.0", "@pollyjs/core": "5.1.0", "@pollyjs/persister-fs": "5.0.0", @@ -72,9 +72,9 @@ } }, "node_modules/@adobe/helix-deploy": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-3.9.0.tgz", - "integrity": "sha512-8zhNrJDjNv/KOSqKb1CnLi52lGdgX1sfvUXwHkZ8Mh2QrY/plbPQffYc/xnmgICHhwbaK+nkrK4WQ+6tMtcWgg==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-3.9.1.tgz", + "integrity": "sha512-bVt4cofyz3z2fxg1PzFh79C1ErXW8Hklyi0vPkZX8s61lonFnXO8Fr9n837fR7mNOUfSKk+TrfJSoWuxvGstXQ==", "dev": true, "dependencies": { "@adobe/fastly-native-promises": "1.22.2", @@ -360,9 +360,9 @@ } }, "node_modules/@adobe/helix-status": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.8.tgz", - "integrity": "sha512-dRjtXN4cboKC7QIMyPC6umIvvAqNDZPURk35ASirORbS3vJ01XDhgdaninQzxIe0z1JBWbwyFobqA4u1o2PPjA==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.9.tgz", + "integrity": "sha512-imdOS65IBtMtK79RxYcl5heNIpFFJj5JnZZ7Ap9RJILRoz/Sbjly0NEeGzpt3wcgl7lpq07XjR0hl0gzoqyfvw==", "dependencies": { "@adobe/helix-fetch": "2.1.7", "@adobe/helix-log": "5.0.0" @@ -25302,9 +25302,9 @@ } }, "@adobe/helix-deploy": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-3.9.0.tgz", - "integrity": "sha512-8zhNrJDjNv/KOSqKb1CnLi52lGdgX1sfvUXwHkZ8Mh2QrY/plbPQffYc/xnmgICHhwbaK+nkrK4WQ+6tMtcWgg==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-3.9.1.tgz", + "integrity": "sha512-bVt4cofyz3z2fxg1PzFh79C1ErXW8Hklyi0vPkZX8s61lonFnXO8Fr9n837fR7mNOUfSKk+TrfJSoWuxvGstXQ==", "dev": true, "requires": { "@adobe/fastly-native-promises": "1.22.2", @@ -25544,9 +25544,9 @@ } }, "@adobe/helix-status": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.8.tgz", - "integrity": "sha512-dRjtXN4cboKC7QIMyPC6umIvvAqNDZPURk35ASirORbS3vJ01XDhgdaninQzxIe0z1JBWbwyFobqA4u1o2PPjA==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-status/-/helix-status-9.0.9.tgz", + "integrity": "sha512-imdOS65IBtMtK79RxYcl5heNIpFFJj5JnZZ7Ap9RJILRoz/Sbjly0NEeGzpt3wcgl7lpq07XjR0hl0gzoqyfvw==", "requires": { "@adobe/helix-fetch": "2.1.7", "@adobe/helix-log": "5.0.0" diff --git a/package.json b/package.json index 968b218..7230f50 100644 --- a/package.json +++ b/package.json @@ -34,13 +34,13 @@ "dependencies": { "@adobe/helix-fetch": "2.1.7", "@adobe/helix-shared": "7.21.2", - "@adobe/helix-status": "9.0.8", + "@adobe/helix-status": "9.0.9", "@adobe/openwhisk-action-logger": "2.4.1", "@adobe/openwhisk-action-utils": "4.4.1" }, "devDependencies": { "@adobe/eslint-config-helix": "1.1.4", - "@adobe/helix-deploy": "3.9.0", + "@adobe/helix-deploy": "3.9.1", "@pollyjs/adapter-node-http": "5.1.0", "@pollyjs/core": "5.1.0", "@pollyjs/persister-fs": "5.0.0",