From 6fc1e54fa9944bad9fcaca2c49bd1dfc02ce00bf Mon Sep 17 00:00:00 2001 From: bwanis Date: Mon, 4 Nov 2024 12:50:18 -0500 Subject: [PATCH] Update to version v2.6.5 --- CHANGELOG.md | 6 + .../cdk-solution-helper/package-lock.json | 33 ++ source/portal/package-lock.json | 283 ++++++++++-------- 3 files changed, 191 insertions(+), 131 deletions(-) create mode 100644 deployment/cdk-solution-helper/package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8c7f1..fc2abdb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.6.5] - 2024-11-4 + +### Security +- `http-proxy-middleware` to mitigate [CVE-2024-21536] + + ## [2.6.4] - 2024-10-10 ### Security diff --git a/deployment/cdk-solution-helper/package-lock.json b/deployment/cdk-solution-helper/package-lock.json new file mode 100644 index 0000000..ebbf033 --- /dev/null +++ b/deployment/cdk-solution-helper/package-lock.json @@ -0,0 +1,33 @@ +{ + "name": "cdk-solution-helper", + "version": "2.5.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "cdk-solution-helper", + "version": "2.5.0", + "license": "Apache-2.0", + "dependencies": { + "fs": "0.0.1-security" + }, + "devDependencies": { + "fs": "0.0.1-security" + } + }, + "node_modules/fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==", + "dev": true + } + }, + "dependencies": { + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==", + "dev": true + } + } +} diff --git a/source/portal/package-lock.json b/source/portal/package-lock.json index bee7688..18210ba 100644 --- a/source/portal/package-lock.json +++ b/source/portal/package-lock.json @@ -164,12 +164,12 @@ } }, "node_modules/@aws-amplify/analytics": { - "version": "6.5.13", - "resolved": "https://registry.npmjs.org/@aws-amplify/analytics/-/analytics-6.5.13.tgz", - "integrity": "sha512-tqWbVFIo7KASweFVeJzWkmtzfpblyh+XQzJWO1ZAkrNjs+KxCEKvFuK3wteUcbAwRsFQEfkF3Kgx90eq4XKrfA==", + "version": "6.5.14", + "resolved": "https://registry.npmjs.org/@aws-amplify/analytics/-/analytics-6.5.14.tgz", + "integrity": "sha512-sAv7X8t3WL+t+0z+zAahIXhx/f5rrstCy1RlMEykxP5FWEwKKTpDBO9LdWZLGNnR1nYeTUeKwSl2zzn2FdYS0w==", "dependencies": { - "@aws-amplify/cache": "5.1.19", - "@aws-amplify/core": "5.8.13", + "@aws-amplify/cache": "5.1.20", + "@aws-amplify/core": "5.8.14", "@aws-sdk/client-firehose": "3.6.1", "@aws-sdk/client-kinesis": "3.6.1", "@aws-sdk/client-personalize-events": "3.6.1", @@ -194,25 +194,25 @@ } }, "node_modules/@aws-amplify/api": { - "version": "5.4.14", - "resolved": "https://registry.npmjs.org/@aws-amplify/api/-/api-5.4.14.tgz", - "integrity": "sha512-kmt2N+cyQzd2w6SLMO6raVnxVU16bScs51+DBlhQ8jlPYAXD1ighqxFOOowlkmucVc7FLQrFkwWbTxN3CtQTBg==", + "version": "5.4.16", + "resolved": "https://registry.npmjs.org/@aws-amplify/api/-/api-5.4.16.tgz", + "integrity": "sha512-j4yTG0cOK0YvBNItamY2Nhugn5mP3WJEDyhUZSGY16k1h4GWzG0k247GMqAJpDwDp6e5KvQZKt92i+c1+ZW+dg==", "dependencies": { - "@aws-amplify/api-graphql": "3.4.20", - "@aws-amplify/api-rest": "3.5.13", + "@aws-amplify/api-graphql": "3.4.22", + "@aws-amplify/api-rest": "3.5.14", "tslib": "^1.8.0" } }, "node_modules/@aws-amplify/api-graphql": { - "version": "3.4.20", - "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-3.4.20.tgz", - "integrity": "sha512-B/wxb2Gpi15w/1KDMg6gqh3UxbRMllkM0HKzCG31ERX3D/sna7pyYNz2OvBBaQ2hY5PYmxAB44MRMvhNfapCxg==", - "dependencies": { - "@aws-amplify/api-rest": "3.5.13", - "@aws-amplify/auth": "5.6.13", - "@aws-amplify/cache": "5.1.19", - "@aws-amplify/core": "5.8.13", - "@aws-amplify/pubsub": "5.6.0", + "version": "3.4.22", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-3.4.22.tgz", + "integrity": "sha512-6Y8G+RfAZWy4tjTf8iC/c8YEDT15GvpLNep7NGhKAsemQ35CDg/AtktlFKbk5MrRP9+gd/qlU0hWBgTa1pQOGw==", + "dependencies": { + "@aws-amplify/api-rest": "3.5.14", + "@aws-amplify/auth": "5.6.15", + "@aws-amplify/cache": "5.1.20", + "@aws-amplify/core": "5.8.14", + "@aws-amplify/pubsub": "5.6.2", "graphql": "15.8.0", "tslib": "^1.8.0", "uuid": "^3.2.1", @@ -243,11 +243,11 @@ } }, "node_modules/@aws-amplify/api-rest": { - "version": "3.5.13", - "resolved": "https://registry.npmjs.org/@aws-amplify/api-rest/-/api-rest-3.5.13.tgz", - "integrity": "sha512-9N+mTivn/98l7Dl3VoVzBx72xh//mJX/ew9rFgH0nR8vW9Lbsk/GwGus9m7vIR18qymdWe/dfdXAb76whGzhzA==", + "version": "3.5.14", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-rest/-/api-rest-3.5.14.tgz", + "integrity": "sha512-+vqdckBs4+T/J1+uTbg8Lxd8toH1n0ttV8K89LQ7t9aaGntomLEQJlfBLtZyII8lM3oJyKB26J0Eh9z15IaH7Q==", "dependencies": { - "@aws-amplify/core": "5.8.13", + "@aws-amplify/core": "5.8.14", "axios": "^1.6.5", "tslib": "^1.8.0", "url": "0.11.0" @@ -264,12 +264,12 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-amplify/auth": { - "version": "5.6.13", - "resolved": "https://registry.npmjs.org/@aws-amplify/auth/-/auth-5.6.13.tgz", - "integrity": "sha512-vJ5RRQ3LkRgwQXy1QxxKNobNLSvt3sGbWfwt0RuCMatIqUXCSrDll6+sTwiIJVyobLunaoLvNUPF0QNO5lr8fA==", + "version": "5.6.15", + "resolved": "https://registry.npmjs.org/@aws-amplify/auth/-/auth-5.6.15.tgz", + "integrity": "sha512-bMaP09rd/tIZvDAbhhVEEBdpoEgnt1ua5S6efQzfY6zpwdDLEgP+ZJ8hJLCjgPx5SpZ9G0+ltg0Ig5tBWAo2vA==", "dependencies": { - "@aws-amplify/core": "5.8.13", - "amazon-cognito-identity-js": "6.3.13", + "@aws-amplify/core": "5.8.14", + "amazon-cognito-identity-js": "6.3.14", "buffer": "4.9.2", "tslib": "^1.8.0", "url": "0.11.0" @@ -281,11 +281,11 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-amplify/cache": { - "version": "5.1.19", - "resolved": "https://registry.npmjs.org/@aws-amplify/cache/-/cache-5.1.19.tgz", - "integrity": "sha512-XX+wiD9ft0fJ32nO/rJ2Fw4oSlP6lli47yMwXYEbNAuIkw6som+2Cij12du4epOTbSXckaRGEbYTAkn30+rSAg==", + "version": "5.1.20", + "resolved": "https://registry.npmjs.org/@aws-amplify/cache/-/cache-5.1.20.tgz", + "integrity": "sha512-3mnfVm/u2ndio3j/0yywbKT3HpAuS2RJeuTlwqXpMOhZBdJJmzNMBTo5ZIkl5MlnppozQ3LD62sdT372hOwZiQ==", "dependencies": { - "@aws-amplify/core": "5.8.13", + "@aws-amplify/core": "5.8.14", "tslib": "^1.8.0" } }, @@ -295,9 +295,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-amplify/core": { - "version": "5.8.13", - "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-5.8.13.tgz", - "integrity": "sha512-Ok6oFHQj0Bv3C6yXiQLayBKJiXXrsoQji59WRZ7kCxvymybl8ONym7PfJLoDLK9BNMrgzD97NIEACe/Av5PJmg==", + "version": "5.8.14", + "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-5.8.14.tgz", + "integrity": "sha512-QU+3zQspE9f2CrZOtGDuHBZU9WqZ6PDQUEslVV+VCu2CduBDTtfnl1hCfVJ6vnUIxhwB24onpBwKz/IGZgh86g==", "dependencies": { "@aws-crypto/sha256-js": "1.2.2", "@aws-sdk/client-cloudwatch-logs": "3.6.1", @@ -307,7 +307,7 @@ "isomorphic-unfetch": "^3.0.0", "react-native-url-polyfill": "^1.3.0", "tslib": "^1.8.0", - "universal-cookie": "^4.0.4", + "universal-cookie": "^7.2.2", "zen-observable-ts": "0.8.19" } }, @@ -326,15 +326,15 @@ } }, "node_modules/@aws-amplify/datastore": { - "version": "4.7.14", - "resolved": "https://registry.npmjs.org/@aws-amplify/datastore/-/datastore-4.7.14.tgz", - "integrity": "sha512-yydfme4hgw+vJdi2oKaPhqBLYeco1U0kpJHxFVg6fWU+uSouDMGBBZOdUE4hj8rtKCHpoB7YAvyHrVAfu28ylg==", - "dependencies": { - "@aws-amplify/api": "5.4.14", - "@aws-amplify/auth": "5.6.13", - "@aws-amplify/core": "5.8.13", - "@aws-amplify/pubsub": "5.6.0", - "amazon-cognito-identity-js": "6.3.13", + "version": "4.7.16", + "resolved": "https://registry.npmjs.org/@aws-amplify/datastore/-/datastore-4.7.16.tgz", + "integrity": "sha512-o+YAzARAlvtv4+iHERkyeClT84uP11HKPZ8s084TwwE03o/L1ym5dDBbhYq4vaB7meDurCNiuQLHVHosPYPlLQ==", + "dependencies": { + "@aws-amplify/api": "5.4.16", + "@aws-amplify/auth": "5.6.15", + "@aws-amplify/core": "5.8.14", + "@aws-amplify/pubsub": "5.6.2", + "amazon-cognito-identity-js": "6.3.14", "buffer": "4.9.2", "idb": "5.0.6", "immer": "9.0.6", @@ -368,11 +368,11 @@ } }, "node_modules/@aws-amplify/geo": { - "version": "2.3.13", - "resolved": "https://registry.npmjs.org/@aws-amplify/geo/-/geo-2.3.13.tgz", - "integrity": "sha512-ZVbIfafw2dlsdY+4/cxuZNDuQcP2wFqZiwdg0rkohmC48GLxNTsfrlCNsFRa8XCFfwuNUlsZrSJ/ItVoFQq6iA==", + "version": "2.3.14", + "resolved": "https://registry.npmjs.org/@aws-amplify/geo/-/geo-2.3.14.tgz", + "integrity": "sha512-HKJlxu1e+yd5P7kD8tCwbMRaNJdusVPifargT7E8i0AY6FXiylYz2U8PedhcIRlgJykCIhuNoTMMA8nOVYgKHg==", "dependencies": { - "@aws-amplify/core": "5.8.13", + "@aws-amplify/core": "5.8.14", "@aws-sdk/client-location": "3.186.4", "@turf/boolean-clockwise": "6.5.0", "camelcase-keys": "6.2.2", @@ -385,11 +385,11 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-amplify/interactions": { - "version": "5.2.20", - "resolved": "https://registry.npmjs.org/@aws-amplify/interactions/-/interactions-5.2.20.tgz", - "integrity": "sha512-B/L2PwKmRzx42E9DRS0gdsmAX+ejz9vlOOFD6W3Ea9nNLDoN8RSRn0TrCp+5IlFJLXgJ9dNS6ipSs14mCyQ9UA==", + "version": "5.2.21", + "resolved": "https://registry.npmjs.org/@aws-amplify/interactions/-/interactions-5.2.21.tgz", + "integrity": "sha512-RduNt/0zZOgsQa1sC/1Ro3q6m4rQ4JStdqEXWEujtkzmiRB6I1BzdxuM0bjOLvDAXqdVGy2dWRMgpmhRzg7JOg==", "dependencies": { - "@aws-amplify/core": "5.8.13", + "@aws-amplify/core": "5.8.14", "@aws-sdk/client-lex-runtime-service": "3.186.4", "@aws-sdk/client-lex-runtime-v2": "3.186.4", "base-64": "1.0.0", @@ -404,12 +404,12 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-amplify/notifications": { - "version": "1.6.14", - "resolved": "https://registry.npmjs.org/@aws-amplify/notifications/-/notifications-1.6.14.tgz", - "integrity": "sha512-ftRHVlP6gxp2E4KroMJwPULxd+EyjO84zjKp2v5BZ8EDYtJGCyG/6HvC/MIR0da2IyPXzwDXMPnKnEL7fRk95A==", + "version": "1.6.15", + "resolved": "https://registry.npmjs.org/@aws-amplify/notifications/-/notifications-1.6.15.tgz", + "integrity": "sha512-15BhKWcZY8CqpzGm8UHYbq6KJo5ZaRhYSj3Mgjb+XgRyMom7FBpgklqrmqFx/yStj78G6dFEEwzqLa4aPS4uAw==", "dependencies": { - "@aws-amplify/cache": "5.1.19", - "@aws-amplify/core": "5.8.13", + "@aws-amplify/cache": "5.1.20", + "@aws-amplify/core": "5.8.14", "@aws-amplify/rtn-push-notification": "1.1.14", "lodash": "^4.17.21", "uuid": "^3.2.1" @@ -425,12 +425,12 @@ } }, "node_modules/@aws-amplify/predictions": { - "version": "5.5.16", - "resolved": "https://registry.npmjs.org/@aws-amplify/predictions/-/predictions-5.5.16.tgz", - "integrity": "sha512-ki0r+KNQbWivY7kF+LfuZBhobvrFXOfsw8pID1C/qOIXT1SZOHIAHhk5YbXH6fM1Rs8+4/1hdR5Qa6rzTcbA0w==", + "version": "5.5.17", + "resolved": "https://registry.npmjs.org/@aws-amplify/predictions/-/predictions-5.5.17.tgz", + "integrity": "sha512-8Zu/BQjK8PAD3KI44OMSadz/o9WGujipQAW2qH6LgVpOS4e7l1g2cPEw5xwSBrodJOiXJ6REyWbzujXlp1ZTDw==", "dependencies": { - "@aws-amplify/core": "5.8.13", - "@aws-amplify/storage": "5.9.15", + "@aws-amplify/core": "5.8.14", + "@aws-amplify/storage": "5.9.16", "@aws-sdk/client-comprehend": "3.6.1", "@aws-sdk/client-polly": "3.6.1", "@aws-sdk/client-rekognition": "3.6.1", @@ -458,13 +458,13 @@ } }, "node_modules/@aws-amplify/pubsub": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/@aws-amplify/pubsub/-/pubsub-5.6.0.tgz", - "integrity": "sha512-NTsxowXD/IABenklIx/8ej300ZzzBMuR8Qs6Fs7tT5dwyaTBl+JFJ3tQyz9iJznfs3bDG8quMAfYaAPHB61NMg==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@aws-amplify/pubsub/-/pubsub-5.6.2.tgz", + "integrity": "sha512-aOrBMcEO9ulsPlTy0p91OS8PU9SiFNcFoT3NKmlTYok9XR/1Yf0dgAaXCttuOYCjjlt9T+QKyJ96m3z3cIJr1Q==", "dependencies": { - "@aws-amplify/auth": "5.6.13", - "@aws-amplify/cache": "5.1.19", - "@aws-amplify/core": "5.8.13", + "@aws-amplify/auth": "5.6.15", + "@aws-amplify/cache": "5.1.20", + "@aws-amplify/core": "5.8.14", "buffer": "4.9.2", "graphql": "15.8.0", "tslib": "^1.8.0", @@ -502,11 +502,11 @@ "integrity": "sha512-C3y+iL8/9800wWOyIAVYAKzrHZkFeI3y2ZoJlj0xot+dCbQZkMr/XjO2ZwfC58XRKUiDKFfzCJW/XoyZlvthfw==" }, "node_modules/@aws-amplify/storage": { - "version": "5.9.15", - "resolved": "https://registry.npmjs.org/@aws-amplify/storage/-/storage-5.9.15.tgz", - "integrity": "sha512-U88da+7HFYzzn+orF1G9AE/xFpT5cGOmZGaBlhoGFAu6xs7b5CQkCyZubUXpi5EPFJEz2624uKiCmldZJxFfKA==", + "version": "5.9.16", + "resolved": "https://registry.npmjs.org/@aws-amplify/storage/-/storage-5.9.16.tgz", + "integrity": "sha512-Ck2h2D14Hw1HdBaJ4e/QWtknvE+Whnn8iHLndSo9Z9rCU0QK8arIYs2KogvggihRi0drT+3ykfsZfpZYco/WCg==", "dependencies": { - "@aws-amplify/core": "5.8.13", + "@aws-amplify/core": "5.8.14", "@aws-sdk/md5-js": "3.6.1", "@aws-sdk/types": "3.6.1", "buffer": "4.9.2", @@ -674,9 +674,9 @@ } }, "node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": { - "version": "3.664.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.664.0.tgz", - "integrity": "sha512-+GtXktvVgpreM2b+NJL9OqZGsOzHwlCUrO8jgQUvH/yA6Kd8QO2YFhQCp0C9sSzTteZJVqGBu8E0CQurxJHPbw==", + "version": "3.679.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz", + "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==", "dependencies": { "@smithy/types": "^3.5.0", "tslib": "^2.6.2" @@ -686,9 +686,9 @@ } }, "node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", + "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==" }, "node_modules/@aws-crypto/crc32/node_modules/tslib": { "version": "1.14.1", @@ -4283,6 +4283,27 @@ "node": ">= 12.0.0" } }, + "node_modules/@aws-sdk/client-sts/node_modules/fast-xml-parser": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + }, + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + ], + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, "node_modules/@aws-sdk/client-textract": { "version": "3.6.1", "resolved": "https://registry.npmjs.org/@aws-sdk/client-textract/-/client-textract-3.6.1.tgz", @@ -5646,9 +5667,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-sdk/util-locate-window": { - "version": "3.568.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.568.0.tgz", - "integrity": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==", + "version": "3.679.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.679.0.tgz", + "integrity": "sha512-zKTd48/ZWrCplkXpYDABI74rQlbR0DNHs8nH95htfSLj9/mWRSwaGptoxwcihaq/77vi/fl2X3y0a1Bo8bt7RA==", "dependencies": { "tslib": "^2.6.2" }, @@ -10981,9 +11002,9 @@ } }, "node_modules/@types/cookie": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz", - "integrity": "sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==" }, "node_modules/@types/eslint": { "version": "8.56.11", @@ -12098,9 +12119,9 @@ } }, "node_modules/amazon-cognito-identity-js": { - "version": "6.3.13", - "resolved": "https://registry.npmjs.org/amazon-cognito-identity-js/-/amazon-cognito-identity-js-6.3.13.tgz", - "integrity": "sha512-AOROAQHQYvXYnhzhB9L1cZdz+linq/xaPTBfXhvXsx1tyhbbzmA7HX8Ap3mKBPsjsG8UWfzDhdRCb7hmH3S14A==", + "version": "6.3.14", + "resolved": "https://registry.npmjs.org/amazon-cognito-identity-js/-/amazon-cognito-identity-js-6.3.14.tgz", + "integrity": "sha512-nxN8L5AAwLIsgQKyKMOsNwr5xeY7+fccv+A/ALiYxmGiM341XX0dcoMuM+LlJmzfIfuPmTrXSehhTunTTQFAow==", "dependencies": { "@aws-crypto/sha256-js": "1.2.2", "buffer": "4.9.2", @@ -12585,22 +12606,22 @@ } }, "node_modules/aws-amplify": { - "version": "5.3.24", - "resolved": "https://registry.npmjs.org/aws-amplify/-/aws-amplify-5.3.24.tgz", - "integrity": "sha512-gQc1xsbVfF+kz5VmVjje4AwFQr8ip6LAXq9IvwAbyxOG+BHB7tNf33SxdLpT/dGoz6wIuRYAkQiYIJYa/pkVMw==", - "dependencies": { - "@aws-amplify/analytics": "6.5.13", - "@aws-amplify/api": "5.4.14", - "@aws-amplify/auth": "5.6.13", - "@aws-amplify/cache": "5.1.19", - "@aws-amplify/core": "5.8.13", - "@aws-amplify/datastore": "4.7.14", - "@aws-amplify/geo": "2.3.13", - "@aws-amplify/interactions": "5.2.20", - "@aws-amplify/notifications": "1.6.14", - "@aws-amplify/predictions": "5.5.16", - "@aws-amplify/pubsub": "5.6.0", - "@aws-amplify/storage": "5.9.15", + "version": "5.3.26", + "resolved": "https://registry.npmjs.org/aws-amplify/-/aws-amplify-5.3.26.tgz", + "integrity": "sha512-qDTbJFoCakrlYi6wbWo4jvq+XArjdOPX3CMIaBA+WomY4d9CVgHBLUWBHtZhf2w3/wk4rZNZnaRJ82FXioPayw==", + "dependencies": { + "@aws-amplify/analytics": "6.5.14", + "@aws-amplify/api": "5.4.16", + "@aws-amplify/auth": "5.6.15", + "@aws-amplify/cache": "5.1.20", + "@aws-amplify/core": "5.8.14", + "@aws-amplify/datastore": "4.7.16", + "@aws-amplify/geo": "2.3.14", + "@aws-amplify/interactions": "5.2.21", + "@aws-amplify/notifications": "1.6.15", + "@aws-amplify/predictions": "5.5.17", + "@aws-amplify/pubsub": "5.6.2", + "@aws-amplify/storage": "5.9.16", "tslib": "^2.0.0" } }, @@ -13851,9 +13872,10 @@ "dev": true }, "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "dev": true, "engines": { "node": ">= 0.6" } @@ -16468,9 +16490,9 @@ } }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "dev": true, "dependencies": { "accepts": "~1.3.8", @@ -16478,7 +16500,7 @@ "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -16509,15 +16531,6 @@ "node": ">= 0.10.0" } }, - "node_modules/express/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/express/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -16588,9 +16601,9 @@ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", + "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", "funding": [ { "type": "github", @@ -17835,9 +17848,9 @@ } }, "node_modules/http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", + "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", "dev": true, "dependencies": { "@types/http-proxy": "^1.17.8", @@ -27662,12 +27675,20 @@ } }, "node_modules/universal-cookie": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz", - "integrity": "sha512-lbRVHoOMtItjWbM7TwDLdl8wug7izB0tq3/YVKhT/ahB4VDvWMyvnADfnJI8y6fSvsjh51Ix7lTGC6Tn4rMPhw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-7.2.2.tgz", + "integrity": "sha512-fMiOcS3TmzP2x5QV26pIH3mvhexLIT0HmPa3V7Q7knRfT9HG6kTwq02HZGLPw0sAOXrAmotElGRvTLCMbJsvxQ==", "dependencies": { - "@types/cookie": "^0.3.3", - "cookie": "^0.4.0" + "@types/cookie": "^0.6.0", + "cookie": "^0.7.2" + } + }, + "node_modules/universal-cookie/node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "engines": { + "node": ">= 0.6" } }, "node_modules/universalify": {