From 004ca1b9c436845e0a3090a9767cbc59efaba0df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 10:30:34 +0000 Subject: [PATCH 001/303] chore(deps): update step-security/harden-runner digest to cdea734 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3263de9f8..0acc7b860 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -144,7 +144,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@dd5681a7d0c66fb362664d618ef4a90d656f6516 + uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 with: egress-policy: block allowed-endpoints: > From 272183e0f009a870ea92fbae73120184fad6e886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 12:18:30 +0000 Subject: [PATCH 002/303] fix(deps): update dependency @fastify/swagger to v6.0.1 --- package-lock.json | 74 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/package-lock.json b/package-lock.json index 169482b5a..eb0adb94e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ ], "dependencies": { "@fastify/helmet": "8.1.0", - "@fastify/swagger": "6.0.0", + "@fastify/swagger": "6.0.1", "@hapi/boom": "9.1.4", "@snyk/protect": "1.946.0", "fastify": "3.29.0", @@ -505,13 +505,27 @@ "helmet": "^5.0.1" } }, + "node_modules/@fastify/static": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-5.0.2.tgz", + "integrity": "sha512-HvyXZ5a7hUHoSBRq9jKUuKIUCkHMkCDcmiAeEmixXlGOx8pEWx3NYOIaiivcjWa6/NLvfdUT+t/jzfVQ2PA7Gw==", + "dependencies": { + "content-disposition": "^0.5.3", + "encoding-negotiator": "^2.0.1", + "fastify-plugin": "^3.0.0", + "glob": "^7.1.4", + "p-limit": "^3.1.0", + "readable-stream": "^3.4.0", + "send": "^0.17.1" + } + }, "node_modules/@fastify/swagger": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.0.0.tgz", - "integrity": "sha512-t8Bjxf3zY3B6YwASah/pUS4Xbq+Wa5Ol4ho0Y5HhQRR/fHPlF4xDxPExXVoT9rn7/NzjCwFkVo79kKUpds8hwA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.0.1.tgz", + "integrity": "sha512-6STMY44AA3Ks7/CYRSh3ocZCVUAHMO/ochtLkP1R7i0XMjpdKFpAEwdGffocjfeD0BRglC36Y22qLHw+YKMCtg==", "dependencies": { + "@fastify/static": "^5.0.0", "fastify-plugin": "^3.0.0", - "fastify-static": "^4.0.0", "js-yaml": "^4.0.0", "json-schema-resolver": "^1.3.0", "openapi-types": "^10.0.0", @@ -2341,20 +2355,6 @@ "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.1.tgz", "integrity": "sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==" }, - "node_modules/fastify-static": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.6.1.tgz", - "integrity": "sha512-vy7N28U4AMhuOim12ZZWHulEE6OQKtzZbHgiB8Zj4llUuUQXPka0WHAQI3njm1jTCx4W6fixUHfpITxweMtAIA==", - "dependencies": { - "content-disposition": "^0.5.3", - "encoding-negotiator": "^2.0.1", - "fastify-plugin": "^3.0.0", - "glob": "^7.1.4", - "p-limit": "^3.1.0", - "readable-stream": "^3.4.0", - "send": "^0.17.1" - } - }, "node_modules/fastify/node_modules/semver": { "version": "7.3.7", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", @@ -6685,13 +6685,27 @@ "helmet": "^5.0.1" } }, + "@fastify/static": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@fastify/static/-/static-5.0.2.tgz", + "integrity": "sha512-HvyXZ5a7hUHoSBRq9jKUuKIUCkHMkCDcmiAeEmixXlGOx8pEWx3NYOIaiivcjWa6/NLvfdUT+t/jzfVQ2PA7Gw==", + "requires": { + "content-disposition": "^0.5.3", + "encoding-negotiator": "^2.0.1", + "fastify-plugin": "^3.0.0", + "glob": "^7.1.4", + "p-limit": "^3.1.0", + "readable-stream": "^3.4.0", + "send": "^0.17.1" + } + }, "@fastify/swagger": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.0.0.tgz", - "integrity": "sha512-t8Bjxf3zY3B6YwASah/pUS4Xbq+Wa5Ol4ho0Y5HhQRR/fHPlF4xDxPExXVoT9rn7/NzjCwFkVo79kKUpds8hwA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.0.1.tgz", + "integrity": "sha512-6STMY44AA3Ks7/CYRSh3ocZCVUAHMO/ochtLkP1R7i0XMjpdKFpAEwdGffocjfeD0BRglC36Y22qLHw+YKMCtg==", "requires": { + "@fastify/static": "^5.0.0", "fastify-plugin": "^3.0.0", - "fastify-static": "^4.0.0", "js-yaml": "^4.0.0", "json-schema-resolver": "^1.3.0", "openapi-types": "^10.0.0", @@ -8151,20 +8165,6 @@ "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.1.tgz", "integrity": "sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==" }, - "fastify-static": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/fastify-static/-/fastify-static-4.6.1.tgz", - "integrity": "sha512-vy7N28U4AMhuOim12ZZWHulEE6OQKtzZbHgiB8Zj4llUuUQXPka0WHAQI3njm1jTCx4W6fixUHfpITxweMtAIA==", - "requires": { - "content-disposition": "^0.5.3", - "encoding-negotiator": "^2.0.1", - "fastify-plugin": "^3.0.0", - "glob": "^7.1.4", - "p-limit": "^3.1.0", - "readable-stream": "^3.4.0", - "send": "^0.17.1" - } - }, "fastq": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", diff --git a/package.json b/package.json index 3219d1042..1990d8a92 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@snyk/protect": "1.946.0", "fastify": "3.29.0", "fastify-healthcheck": "3.1.0", - "@fastify/swagger": "6.0.0", + "@fastify/swagger": "6.0.1", "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", From e280584e7af6870f67ef174580b7d5a9e1658a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:05:16 +0000 Subject: [PATCH 003/303] chore(deps): pin zaproxy/action-full-scan action to 6eade0f --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0acc7b860..01706f6f5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -188,7 +188,7 @@ jobs: run: npm start > /dev/null & - name: Run ZAP Scan - uses: zaproxy/action-full-scan@v0.4.0 + uses: zaproxy/action-full-scan@6eade0f93b10fad8cfb4e63b979703a2cbd0cc98 # tag=v0.4.0 with: target: http://localhost:3000 From ad44f594a31076e9968823a0e043b8e5e80e35ca Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Sun, 19 Jun 2022 17:34:30 +0200 Subject: [PATCH 004/303] chore(cicd): update Harden Github Actions policy --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0acc7b860..9407c9152 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -110,6 +110,8 @@ jobs: api.github.com:443 pipelines.actions.githubusercontent.com:443 registry.npmjs.org:443 + osv-vulnerabilities.storage.googleapis.com:443 + nvd.nist.gov:443 pypi.org:443 From f3562a06bf9c00eb80b8da88ee9bf8166917f3e1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 May 2022 19:09:38 +0000 Subject: [PATCH 005/303] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.1.0...v1.2.0) (2022-05-14) ### Bug Fixes * **cicd:** fix nodejs pipeline ([2f35f57](https://github.com/timoa/nodejs-encryption-api-example/commit/2f35f571b2031eb98ed8ef881aff2a931112f921)) * **deps:** update dependency @snyk/protect to v1.902.0 ([6512d31](https://github.com/timoa/nodejs-encryption-api-example/commit/6512d3110dac34b19378771332bbd3f65a76ad21)) * **deps:** update dependency @snyk/protect to v1.903.0 ([f733361](https://github.com/timoa/nodejs-encryption-api-example/commit/f733361e61a68bb3927ba227491f7a3fae456961)) * **deps:** update dependency @snyk/protect to v1.904.0 ([9c7bca8](https://github.com/timoa/nodejs-encryption-api-example/commit/9c7bca8b1f728f63374d69b2419ae9b6e2dab01c)) * **deps:** update dependency @snyk/protect to v1.905.0 ([bbe125c](https://github.com/timoa/nodejs-encryption-api-example/commit/bbe125c7fe07ed42525789462ad637a364eb83a3)) * **deps:** update dependency @snyk/protect to v1.906.0 ([eca8c04](https://github.com/timoa/nodejs-encryption-api-example/commit/eca8c04ecb1cf30ddead94e5fa5999118820a44e)) * **deps:** update dependency @snyk/protect to v1.907.0 ([7681384](https://github.com/timoa/nodejs-encryption-api-example/commit/7681384bd4708a9966d974ede5aa5b8d2f589b2e)) * **deps:** update dependency @snyk/protect to v1.908.0 ([1c48afa](https://github.com/timoa/nodejs-encryption-api-example/commit/1c48afa2a587fbefa4075a0f9932eaf974d3dc81)) * **deps:** update dependency @snyk/protect to v1.910.0 ([d3f91c3](https://github.com/timoa/nodejs-encryption-api-example/commit/d3f91c392416d4fe5ef2ba673181b102bbac1615)) * **deps:** update dependency @snyk/protect to v1.912.0 ([5c796e1](https://github.com/timoa/nodejs-encryption-api-example/commit/5c796e177038bd5682269642435d98e1b21ca1b2)) * **deps:** update dependency @snyk/protect to v1.913.0 ([884c1a5](https://github.com/timoa/nodejs-encryption-api-example/commit/884c1a599ce473f381076ab98fb8c9e78f2ca39a)) * **deps:** update dependency @snyk/protect to v1.914.0 ([fed6f25](https://github.com/timoa/nodejs-encryption-api-example/commit/fed6f25defa85af2d9ae6a3271d610c40a12d9e6)) * **deps:** update dependency fastify to v3.29.0 ([f2ad318](https://github.com/timoa/nodejs-encryption-api-example/commit/f2ad318a20248abdb0592e096f3e516ead3d6a0d)) * **deps:** update dependency fastify-swagger to v5.2.0 ([9ea4b34](https://github.com/timoa/nodejs-encryption-api-example/commit/9ea4b34c0fe5ff05d850c3d4ab9868484d796156)) * **docs:** fix duplicated lines badge link ([4df3cf5](https://github.com/timoa/nodejs-encryption-api-example/commit/4df3cf5ee7413d6e088e257a2237c4635b613aa3)) ### Features * **helmet:** add Helmet support to secure HTTP headers ([89a7c41](https://github.com/timoa/nodejs-encryption-api-example/commit/89a7c411c63599b353990b9c09b2afb5086357f6)) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f986921e6..7d74ac33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# [1.2.0](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.1.0...v1.2.0) (2022-05-14) + + +### Bug Fixes + +* **cicd:** fix nodejs pipeline ([2f35f57](https://github.com/timoa/nodejs-encryption-api-example/commit/2f35f571b2031eb98ed8ef881aff2a931112f921)) +* **deps:** update dependency @snyk/protect to v1.902.0 ([6512d31](https://github.com/timoa/nodejs-encryption-api-example/commit/6512d3110dac34b19378771332bbd3f65a76ad21)) +* **deps:** update dependency @snyk/protect to v1.903.0 ([f733361](https://github.com/timoa/nodejs-encryption-api-example/commit/f733361e61a68bb3927ba227491f7a3fae456961)) +* **deps:** update dependency @snyk/protect to v1.904.0 ([9c7bca8](https://github.com/timoa/nodejs-encryption-api-example/commit/9c7bca8b1f728f63374d69b2419ae9b6e2dab01c)) +* **deps:** update dependency @snyk/protect to v1.905.0 ([bbe125c](https://github.com/timoa/nodejs-encryption-api-example/commit/bbe125c7fe07ed42525789462ad637a364eb83a3)) +* **deps:** update dependency @snyk/protect to v1.906.0 ([eca8c04](https://github.com/timoa/nodejs-encryption-api-example/commit/eca8c04ecb1cf30ddead94e5fa5999118820a44e)) +* **deps:** update dependency @snyk/protect to v1.907.0 ([7681384](https://github.com/timoa/nodejs-encryption-api-example/commit/7681384bd4708a9966d974ede5aa5b8d2f589b2e)) +* **deps:** update dependency @snyk/protect to v1.908.0 ([1c48afa](https://github.com/timoa/nodejs-encryption-api-example/commit/1c48afa2a587fbefa4075a0f9932eaf974d3dc81)) +* **deps:** update dependency @snyk/protect to v1.910.0 ([d3f91c3](https://github.com/timoa/nodejs-encryption-api-example/commit/d3f91c392416d4fe5ef2ba673181b102bbac1615)) +* **deps:** update dependency @snyk/protect to v1.912.0 ([5c796e1](https://github.com/timoa/nodejs-encryption-api-example/commit/5c796e177038bd5682269642435d98e1b21ca1b2)) +* **deps:** update dependency @snyk/protect to v1.913.0 ([884c1a5](https://github.com/timoa/nodejs-encryption-api-example/commit/884c1a599ce473f381076ab98fb8c9e78f2ca39a)) +* **deps:** update dependency @snyk/protect to v1.914.0 ([fed6f25](https://github.com/timoa/nodejs-encryption-api-example/commit/fed6f25defa85af2d9ae6a3271d610c40a12d9e6)) +* **deps:** update dependency fastify to v3.29.0 ([f2ad318](https://github.com/timoa/nodejs-encryption-api-example/commit/f2ad318a20248abdb0592e096f3e516ead3d6a0d)) +* **deps:** update dependency fastify-swagger to v5.2.0 ([9ea4b34](https://github.com/timoa/nodejs-encryption-api-example/commit/9ea4b34c0fe5ff05d850c3d4ab9868484d796156)) +* **docs:** fix duplicated lines badge link ([4df3cf5](https://github.com/timoa/nodejs-encryption-api-example/commit/4df3cf5ee7413d6e088e257a2237c4635b613aa3)) + + +### Features + +* **helmet:** add Helmet support to secure HTTP headers ([89a7c41](https://github.com/timoa/nodejs-encryption-api-example/commit/89a7c411c63599b353990b9c09b2afb5086357f6)) + # [1.1.0](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.0.0...v1.1.0) (2022-04-15) diff --git a/package-lock.json b/package-lock.json index eb0adb94e..d05762305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodejs-encryption-api-example", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodejs-encryption-api-example", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "os": [ "linux", diff --git a/package.json b/package.json index 1990d8a92..092b86877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-encryption-api-example", - "version": "1.1.0", + "version": "1.2.0", "description": "Example of encrypting/decrypting data thru an API using node.js", "main": "src/index.js", "private": true, From 51df11610f8244bd445a03872a193760b0722664 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Jun 2022 12:17:00 +0000 Subject: [PATCH 006/303] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.2.0...v1.2.1) (2022-06-19) ### Bug Fixes * **cicd:** add different names for the SAST and ZAP reports ([49be62f](https://github.com/timoa/nodejs-encryption-api-example/commit/49be62fc3e86167439eb1c0f6bbabd24456ae1c7)) * **cicd:** add wait for the app to start ([d1613bb](https://github.com/timoa/nodejs-encryption-api-example/commit/d1613bb1c4430c6af3e1c9675bd0667349af0aaf)) * **cicd:** run the app in the background ([345aa34](https://github.com/timoa/nodejs-encryption-api-example/commit/345aa34f95bfdfe78d0c53730a6dfbe517c6aa3f)) * **cicd:** unblocked domains from Harden GitHub Actions ([8152e3d](https://github.com/timoa/nodejs-encryption-api-example/commit/8152e3d44194591ecd26e83e33e7544e92bb688e)) * **deps:** update dependency @fastify/helmet to v8.0.1 ([3a397cd](https://github.com/timoa/nodejs-encryption-api-example/commit/3a397cd7cbe87e64c331086c40cd38855c5db9ef)) * **deps:** update dependency @fastify/helmet to v8.1.0 ([074bcb7](https://github.com/timoa/nodejs-encryption-api-example/commit/074bcb7609548c653d2fcdcc6057eba4ded0c7d0)) * **deps:** update dependency @snyk/protect to v1.915.0 ([013fc04](https://github.com/timoa/nodejs-encryption-api-example/commit/013fc04ab7c6ffd34fc9467159fb40a172910b19)) * **deps:** update dependency @snyk/protect to v1.917.0 ([556d9db](https://github.com/timoa/nodejs-encryption-api-example/commit/556d9db3c869a1e025eaefc8d15bccf4b06a0b81)) * **deps:** update dependency @snyk/protect to v1.918.0 ([653ad31](https://github.com/timoa/nodejs-encryption-api-example/commit/653ad311a9312a40cda110cf4b5bead7761eaf27)) * **deps:** update dependency @snyk/protect to v1.919.0 ([429764a](https://github.com/timoa/nodejs-encryption-api-example/commit/429764a849994e7fce4336b7284c7984fb14f7da)) * **deps:** update dependency @snyk/protect to v1.921.0 ([b98e794](https://github.com/timoa/nodejs-encryption-api-example/commit/b98e7942c82e08a4f46d566009a3c1e50aac5c6f)) * **deps:** update dependency @snyk/protect to v1.922.0 ([10d64fc](https://github.com/timoa/nodejs-encryption-api-example/commit/10d64fc3e0cd82264d4071d5fc5cc02fd7d47f04)) * **deps:** update dependency @snyk/protect to v1.924.0 ([343b91a](https://github.com/timoa/nodejs-encryption-api-example/commit/343b91a154396911074e8610abff1666d74f6a20)) * **deps:** update dependency @snyk/protect to v1.925.0 ([43a35c3](https://github.com/timoa/nodejs-encryption-api-example/commit/43a35c364583d530b95a68c3a842b45ecef0e30e)) * **deps:** update dependency @snyk/protect to v1.927.0 ([6c7c9af](https://github.com/timoa/nodejs-encryption-api-example/commit/6c7c9af3dad957b93849cf526d24f1b2737b0f03)) * **deps:** update dependency @snyk/protect to v1.928.0 ([eed31d8](https://github.com/timoa/nodejs-encryption-api-example/commit/eed31d8136277b024f79d144430096cdfc0a2147)) * **deps:** update dependency @snyk/protect to v1.929.0 ([4776543](https://github.com/timoa/nodejs-encryption-api-example/commit/4776543adcf17a42a3328072794e831cfa9d3448)) * **deps:** update dependency @snyk/protect to v1.931.0 ([8a7e37d](https://github.com/timoa/nodejs-encryption-api-example/commit/8a7e37d1f13fd3262fda4caccee4dfc61d608778)) * **deps:** update dependency @snyk/protect to v1.932.0 ([7879982](https://github.com/timoa/nodejs-encryption-api-example/commit/7879982e52c6ea81e20cde55783edb6a3a1c46cb)) * **deps:** update dependency @snyk/protect to v1.933.0 ([3c4b86d](https://github.com/timoa/nodejs-encryption-api-example/commit/3c4b86d63e04ee040b266d2c1cfd185fe759c36a)) * **deps:** update dependency @snyk/protect to v1.934.0 ([a4e81d0](https://github.com/timoa/nodejs-encryption-api-example/commit/a4e81d0a1dd674fc051311ba6de3c1581a7e1b35)) * **deps:** update dependency @snyk/protect to v1.935.0 ([1de671a](https://github.com/timoa/nodejs-encryption-api-example/commit/1de671ae29b22de9768513a0fbf25d8ddc62971f)) * **deps:** update dependency @snyk/protect to v1.936.0 ([4eb66c1](https://github.com/timoa/nodejs-encryption-api-example/commit/4eb66c1c40e3fd63a29a039d383f66d43add242c)) * **deps:** update dependency @snyk/protect to v1.939.0 ([caeeec9](https://github.com/timoa/nodejs-encryption-api-example/commit/caeeec9b3a10b99cf749443818551c976e02cfe4)) * **deps:** update dependency @snyk/protect to v1.940.0 ([9eb9994](https://github.com/timoa/nodejs-encryption-api-example/commit/9eb9994df02f6d8abf685d2daecf52a186d30058)) * **deps:** update dependency @snyk/protect to v1.942.0 ([4f756e2](https://github.com/timoa/nodejs-encryption-api-example/commit/4f756e2c538e4f00b8f7caf2ddc28018fec50b9a)) * **deps:** update dependency @snyk/protect to v1.945.0 ([fa99afd](https://github.com/timoa/nodejs-encryption-api-example/commit/fa99afda165c145f124c762f5d1b850c280f0faa)) * **deps:** update dependency @snyk/protect to v1.946.0 ([4374b6a](https://github.com/timoa/nodejs-encryption-api-example/commit/4374b6a0000871ba5518fcd4ac103aad068b8f5c)) * **swagger:** fix package name for Fastify Swagger ([626aeaa](https://github.com/timoa/nodejs-encryption-api-example/commit/626aeaa94872e378a8faf2ef9f3ea2905868171e)) --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d74ac33c..84feb25a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## [1.2.1](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.2.0...v1.2.1) (2022-06-19) + + +### Bug Fixes + +* **cicd:** add different names for the SAST and ZAP reports ([49be62f](https://github.com/timoa/nodejs-encryption-api-example/commit/49be62fc3e86167439eb1c0f6bbabd24456ae1c7)) +* **cicd:** add wait for the app to start ([d1613bb](https://github.com/timoa/nodejs-encryption-api-example/commit/d1613bb1c4430c6af3e1c9675bd0667349af0aaf)) +* **cicd:** run the app in the background ([345aa34](https://github.com/timoa/nodejs-encryption-api-example/commit/345aa34f95bfdfe78d0c53730a6dfbe517c6aa3f)) +* **cicd:** unblocked domains from Harden GitHub Actions ([8152e3d](https://github.com/timoa/nodejs-encryption-api-example/commit/8152e3d44194591ecd26e83e33e7544e92bb688e)) +* **deps:** update dependency @fastify/helmet to v8.0.1 ([3a397cd](https://github.com/timoa/nodejs-encryption-api-example/commit/3a397cd7cbe87e64c331086c40cd38855c5db9ef)) +* **deps:** update dependency @fastify/helmet to v8.1.0 ([074bcb7](https://github.com/timoa/nodejs-encryption-api-example/commit/074bcb7609548c653d2fcdcc6057eba4ded0c7d0)) +* **deps:** update dependency @snyk/protect to v1.915.0 ([013fc04](https://github.com/timoa/nodejs-encryption-api-example/commit/013fc04ab7c6ffd34fc9467159fb40a172910b19)) +* **deps:** update dependency @snyk/protect to v1.917.0 ([556d9db](https://github.com/timoa/nodejs-encryption-api-example/commit/556d9db3c869a1e025eaefc8d15bccf4b06a0b81)) +* **deps:** update dependency @snyk/protect to v1.918.0 ([653ad31](https://github.com/timoa/nodejs-encryption-api-example/commit/653ad311a9312a40cda110cf4b5bead7761eaf27)) +* **deps:** update dependency @snyk/protect to v1.919.0 ([429764a](https://github.com/timoa/nodejs-encryption-api-example/commit/429764a849994e7fce4336b7284c7984fb14f7da)) +* **deps:** update dependency @snyk/protect to v1.921.0 ([b98e794](https://github.com/timoa/nodejs-encryption-api-example/commit/b98e7942c82e08a4f46d566009a3c1e50aac5c6f)) +* **deps:** update dependency @snyk/protect to v1.922.0 ([10d64fc](https://github.com/timoa/nodejs-encryption-api-example/commit/10d64fc3e0cd82264d4071d5fc5cc02fd7d47f04)) +* **deps:** update dependency @snyk/protect to v1.924.0 ([343b91a](https://github.com/timoa/nodejs-encryption-api-example/commit/343b91a154396911074e8610abff1666d74f6a20)) +* **deps:** update dependency @snyk/protect to v1.925.0 ([43a35c3](https://github.com/timoa/nodejs-encryption-api-example/commit/43a35c364583d530b95a68c3a842b45ecef0e30e)) +* **deps:** update dependency @snyk/protect to v1.927.0 ([6c7c9af](https://github.com/timoa/nodejs-encryption-api-example/commit/6c7c9af3dad957b93849cf526d24f1b2737b0f03)) +* **deps:** update dependency @snyk/protect to v1.928.0 ([eed31d8](https://github.com/timoa/nodejs-encryption-api-example/commit/eed31d8136277b024f79d144430096cdfc0a2147)) +* **deps:** update dependency @snyk/protect to v1.929.0 ([4776543](https://github.com/timoa/nodejs-encryption-api-example/commit/4776543adcf17a42a3328072794e831cfa9d3448)) +* **deps:** update dependency @snyk/protect to v1.931.0 ([8a7e37d](https://github.com/timoa/nodejs-encryption-api-example/commit/8a7e37d1f13fd3262fda4caccee4dfc61d608778)) +* **deps:** update dependency @snyk/protect to v1.932.0 ([7879982](https://github.com/timoa/nodejs-encryption-api-example/commit/7879982e52c6ea81e20cde55783edb6a3a1c46cb)) +* **deps:** update dependency @snyk/protect to v1.933.0 ([3c4b86d](https://github.com/timoa/nodejs-encryption-api-example/commit/3c4b86d63e04ee040b266d2c1cfd185fe759c36a)) +* **deps:** update dependency @snyk/protect to v1.934.0 ([a4e81d0](https://github.com/timoa/nodejs-encryption-api-example/commit/a4e81d0a1dd674fc051311ba6de3c1581a7e1b35)) +* **deps:** update dependency @snyk/protect to v1.935.0 ([1de671a](https://github.com/timoa/nodejs-encryption-api-example/commit/1de671ae29b22de9768513a0fbf25d8ddc62971f)) +* **deps:** update dependency @snyk/protect to v1.936.0 ([4eb66c1](https://github.com/timoa/nodejs-encryption-api-example/commit/4eb66c1c40e3fd63a29a039d383f66d43add242c)) +* **deps:** update dependency @snyk/protect to v1.939.0 ([caeeec9](https://github.com/timoa/nodejs-encryption-api-example/commit/caeeec9b3a10b99cf749443818551c976e02cfe4)) +* **deps:** update dependency @snyk/protect to v1.940.0 ([9eb9994](https://github.com/timoa/nodejs-encryption-api-example/commit/9eb9994df02f6d8abf685d2daecf52a186d30058)) +* **deps:** update dependency @snyk/protect to v1.942.0 ([4f756e2](https://github.com/timoa/nodejs-encryption-api-example/commit/4f756e2c538e4f00b8f7caf2ddc28018fec50b9a)) +* **deps:** update dependency @snyk/protect to v1.945.0 ([fa99afd](https://github.com/timoa/nodejs-encryption-api-example/commit/fa99afda165c145f124c762f5d1b850c280f0faa)) +* **deps:** update dependency @snyk/protect to v1.946.0 ([4374b6a](https://github.com/timoa/nodejs-encryption-api-example/commit/4374b6a0000871ba5518fcd4ac103aad068b8f5c)) +* **swagger:** fix package name for Fastify Swagger ([626aeaa](https://github.com/timoa/nodejs-encryption-api-example/commit/626aeaa94872e378a8faf2ef9f3ea2905868171e)) + # [1.2.0](https://github.com/timoa/nodejs-encryption-api-example/compare/v1.1.0...v1.2.0) (2022-05-14) diff --git a/package-lock.json b/package-lock.json index d05762305..d062041a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodejs-encryption-api-example", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nodejs-encryption-api-example", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "os": [ "linux", diff --git a/package.json b/package.json index 092b86877..3efdfa857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-encryption-api-example", - "version": "1.2.0", + "version": "1.2.1", "description": "Example of encrypting/decrypting data thru an API using node.js", "main": "src/index.js", "private": true, From 25485de3f829ac1d72fc0baaa974269b3256c7e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 18:11:46 +0000 Subject: [PATCH 007/303] chore(deps): update timoa/nodejs-encryption-api-example digest to 33cac80 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8ac464522..10055dc0c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.3' services: api: - image: timoa/nodejs-encryption-api-example:latest@sha256:f73079c8045d361899b8c372566616cba1249e61edcc6288549a2f3729dd3de6 + image: timoa/nodejs-encryption-api-example:latest@sha256:33cac806d192b0c025adb464d0dae158785b13ade8826a34ca4d08a8f6a19b61 environment: - NODE_ENV=production - NODE_HOST=0.0.0.0 From 4b46373870e2be675c177c53130e44c0dae86cf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 20:55:21 +0000 Subject: [PATCH 008/303] chore(deps): update actions/setup-node action to v3.3.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 277f3b092..0464365b6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -172,7 +172,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3.3.0 with: node-version: ${{ matrix.node }} check-latest: true From f451791cf6f04aee591cfe3319a4b10ba1b7c5d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 22:58:00 +0000 Subject: [PATCH 009/303] fix(deps): update dependency @fastify/swagger to v6.1.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d062041a1..f28de9417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ ], "dependencies": { "@fastify/helmet": "8.1.0", - "@fastify/swagger": "6.0.1", + "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.946.0", "fastify": "3.29.0", @@ -520,9 +520,9 @@ } }, "node_modules/@fastify/swagger": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.0.1.tgz", - "integrity": "sha512-6STMY44AA3Ks7/CYRSh3ocZCVUAHMO/ochtLkP1R7i0XMjpdKFpAEwdGffocjfeD0BRglC36Y22qLHw+YKMCtg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.0.tgz", + "integrity": "sha512-oum6QzV1/8/2eqWOEYzqwhRJQ3ftpxfGnDGmAinLIyeTrsr7xpNev/8iRxAAb7S6S8KRIIybkhvzvkuqnQKTkA==", "dependencies": { "@fastify/static": "^5.0.0", "fastify-plugin": "^3.0.0", @@ -6700,9 +6700,9 @@ } }, "@fastify/swagger": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.0.1.tgz", - "integrity": "sha512-6STMY44AA3Ks7/CYRSh3ocZCVUAHMO/ochtLkP1R7i0XMjpdKFpAEwdGffocjfeD0BRglC36Y22qLHw+YKMCtg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.0.tgz", + "integrity": "sha512-oum6QzV1/8/2eqWOEYzqwhRJQ3ftpxfGnDGmAinLIyeTrsr7xpNev/8iRxAAb7S6S8KRIIybkhvzvkuqnQKTkA==", "requires": { "@fastify/static": "^5.0.0", "fastify-plugin": "^3.0.0", diff --git a/package.json b/package.json index 3efdfa857..9cf10e8aa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@snyk/protect": "1.946.0", "fastify": "3.29.0", "fastify-healthcheck": "3.1.0", - "@fastify/swagger": "6.0.1", + "@fastify/swagger": "6.1.0", "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", From 82dd23d4e26b67a5cc9c2ce1a32519e0fd4a3cc4 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Tue, 21 Jun 2022 14:15:14 +0200 Subject: [PATCH 010/303] fix(cicd): update the label name for the dependencies --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 56804e18e..54343d743 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,7 @@ "platformAutomerge": true, "branchPrefix": "fix/deps/", "addLabels": [ - "deps", + "dependencies", "security" ], "assignees": [ From 899faf0dbf6a41d61444881ccabadd8e7aecdd6c Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Tue, 21 Jun 2022 15:21:20 +0200 Subject: [PATCH 011/303] fix(swagger): update the config for Swagger --- src/swagger/options.js | 6 ++++++ test/functional/swagger.spec.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/swagger/options.js b/src/swagger/options.js index 6ee59a153..6f1a492b0 100644 --- a/src/swagger/options.js +++ b/src/swagger/options.js @@ -3,6 +3,8 @@ const config = require('../config/config.json'); exports.options = { routePrefix: '/swagger', exposeRoute: true, + staticCSP: true, + transformStaticCSP: (header) => header, swagger: { info: { title: 'Encryption API with Node.js', @@ -18,4 +20,8 @@ exports.options = { consumes: ['application/json'], produces: ['application/json'], }, + uiConfig: { + docExpansion: 'full', + deepLinking: false, + }, }; diff --git a/test/functional/swagger.spec.js b/test/functional/swagger.spec.js index 64e3371fb..de0ade86c 100644 --- a/test/functional/swagger.spec.js +++ b/test/functional/swagger.spec.js @@ -5,7 +5,7 @@ const config = require('../../src/config/config.json'); // Swagger describe('Swagger endpoint response', () => { it('should return 200', (done) => { - request.get(`http://localhost:${config.app.port}/swagger/index.html`, (err, res) => { + request.get(`http://localhost:${config.app.port}/swagger/`, (err, res) => { if (err) throw err; expect(res.statusCode).to.equal(200); done(); From c01660a9d5493bd751af45e8de81b1b1e22fc1fa Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Tue, 21 Jun 2022 15:22:00 +0200 Subject: [PATCH 012/303] fix(healthcheck): update the tests --- src/swagger/specification.js | 17 +++++++++++++++++ test/functional/healthcheck.spec.js | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/swagger/specification.js b/src/swagger/specification.js index b1e7ec957..da7839321 100644 --- a/src/swagger/specification.js +++ b/src/swagger/specification.js @@ -37,4 +37,21 @@ exports.schema = { }, }, }, + healthCheck: { + description: 'Health check endpoint', + tags: ['Status'], + body: { + type: 'object', + properties: { + statusCode: { + type: 'number', + description: 'Status code', + }, + status: { + type: 'string', + description: 'Status', + }, + }, + }, + }, }; diff --git a/test/functional/healthcheck.spec.js b/test/functional/healthcheck.spec.js index 04da3d6bf..20fd9d316 100644 --- a/test/functional/healthcheck.spec.js +++ b/test/functional/healthcheck.spec.js @@ -5,7 +5,7 @@ const config = require('../../src/config/config.json'); // Server describe('Health endpoint response', () => { it('should return 200', (done) => { - request.get(`http://localhost:${config.app.port}/_health`, (err, res) => { + request.get(`http://localhost:${config.app.port}/${config.healthCheck.path}`, (err, res) => { if (err) throw err; expect(res.statusCode).to.equal(200); done(); From a4758d2159e477b3752ec15e9c6e94532ef835be Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Tue, 21 Jun 2022 15:23:02 +0200 Subject: [PATCH 013/303] fix(cicd): use the ZAP API instead of the full scan --- .github/workflows/nodejs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0464365b6..2f770baa2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -190,9 +190,10 @@ jobs: run: npm start > /dev/null & - name: Run ZAP Scan - uses: zaproxy/action-full-scan@6eade0f93b10fad8cfb4e63b979703a2cbd0cc98 # tag=v0.4.0 + uses: zaproxy/action-api-scan@v0.1.1 with: - target: http://localhost:3000 + target: http://localhost:3000/swagger/json + format: openapi # -- PRE-RELEASE ------------------------------------------------------------ pre-release: From 4d0116182edd107ba8f7b92b15f0e82d76b0b2c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:28:55 +0000 Subject: [PATCH 014/303] fix(deps): update dependency @snyk/protect to v1.947.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f28de9417..24d128bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.946.0", + "@snyk/protect": "1.947.0", "fastify": "3.29.0", "fastify-healthcheck": "3.1.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.946.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.946.0.tgz", - "integrity": "sha512-LdqVSuI3gFX87dLfZsUvlb5lp7XuURa22uY2oDuOyNxk4Z0gsSOoYxYrFXUW2RreH+mch1T6rU5HztQkoL38YQ==", + "version": "1.947.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.947.0.tgz", + "integrity": "sha512-F/8yrTbrxNfLbPNbNXuFrrMeaC3+uTzOqNQTnvgh8ctB/CVlkYJfDpZpEReb9VVl3KK5RDdgUDv/Bzz0pbansA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6854,9 +6854,9 @@ } }, "@snyk/protect": { - "version": "1.946.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.946.0.tgz", - "integrity": "sha512-LdqVSuI3gFX87dLfZsUvlb5lp7XuURa22uY2oDuOyNxk4Z0gsSOoYxYrFXUW2RreH+mch1T6rU5HztQkoL38YQ==" + "version": "1.947.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.947.0.tgz", + "integrity": "sha512-F/8yrTbrxNfLbPNbNXuFrrMeaC3+uTzOqNQTnvgh8ctB/CVlkYJfDpZpEReb9VVl3KK5RDdgUDv/Bzz0pbansA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 9cf10e8aa..b39be4e33 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.946.0", + "@snyk/protect": "1.947.0", "fastify": "3.29.0", "fastify-healthcheck": "3.1.0", "@fastify/swagger": "6.1.0", From 046e31f47f7a70756adb8ac2300a8970f4819ca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:37:09 +0000 Subject: [PATCH 015/303] chore(deps): pin zaproxy/action-api-scan action to 5051652 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2f770baa2..ff6e2348d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -190,7 +190,7 @@ jobs: run: npm start > /dev/null & - name: Run ZAP Scan - uses: zaproxy/action-api-scan@v0.1.1 + uses: zaproxy/action-api-scan@505165281beb4e371b7b86ba0e62e6d2f7ef8746 # tag=v0.1.1 with: target: http://localhost:3000/swagger/json format: openapi From 29c281895b9d5a8334a91a309a9fe35270c0eb62 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Mon, 27 Jun 2022 17:24:51 +0200 Subject: [PATCH 016/303] chore(cicd): fix minor typo --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ff6e2348d..98b9da8ea 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -189,7 +189,7 @@ jobs: - name: Start the app run: npm start > /dev/null & - - name: Run ZAP Scan + - name: Run ZAP API Scan uses: zaproxy/action-api-scan@505165281beb4e371b7b86ba0e62e6d2f7ef8746 # tag=v0.1.1 with: target: http://localhost:3000/swagger/json From 6f20a134bc2d351f8b8665f505621194265335fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:12:53 +0000 Subject: [PATCH 017/303] fix(deps): update dependency @snyk/protect to v1.949.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24d128bf3..f1bbb7174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.947.0", + "@snyk/protect": "1.949.0", "fastify": "3.29.0", "fastify-healthcheck": "3.1.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.947.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.947.0.tgz", - "integrity": "sha512-F/8yrTbrxNfLbPNbNXuFrrMeaC3+uTzOqNQTnvgh8ctB/CVlkYJfDpZpEReb9VVl3KK5RDdgUDv/Bzz0pbansA==", + "version": "1.949.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.949.0.tgz", + "integrity": "sha512-g45bjPNKOKesKQSgupAN1D2137Cua5wjCMIKI4SPzzrysTaIZDfQgj03RjhYHywdt8h+uLlkMI2Q6Kyh3RTvWA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6854,9 +6854,9 @@ } }, "@snyk/protect": { - "version": "1.947.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.947.0.tgz", - "integrity": "sha512-F/8yrTbrxNfLbPNbNXuFrrMeaC3+uTzOqNQTnvgh8ctB/CVlkYJfDpZpEReb9VVl3KK5RDdgUDv/Bzz0pbansA==" + "version": "1.949.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.949.0.tgz", + "integrity": "sha512-g45bjPNKOKesKQSgupAN1D2137Cua5wjCMIKI4SPzzrysTaIZDfQgj03RjhYHywdt8h+uLlkMI2Q6Kyh3RTvWA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index b39be4e33..8a15952aa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.947.0", + "@snyk/protect": "1.949.0", "fastify": "3.29.0", "fastify-healthcheck": "3.1.0", "@fastify/swagger": "6.1.0", From 594395af7da26746b91df7c67b23c13ebdfea637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:56:42 +0000 Subject: [PATCH 018/303] fix(deps): update dependency fastify-healthcheck to v3.2.0 --- package-lock.json | 44 +++++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1bbb7174..062137c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@hapi/boom": "9.1.4", "@snyk/protect": "1.949.0", "fastify": "3.29.0", - "fastify-healthcheck": "3.1.0", + "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", @@ -2334,17 +2334,12 @@ "tiny-lru": "^8.0.1" } }, - "node_modules/fastify-error": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/fastify-error/-/fastify-error-0.3.1.tgz", - "integrity": "sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==" - }, "node_modules/fastify-healthcheck": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fastify-healthcheck/-/fastify-healthcheck-3.1.0.tgz", - "integrity": "sha512-G8G+RHYQh4JP3qv/OaFlGgFvZfExL3+khdoRfTwaRCsipprk4qXrsoI25O11k1bIyihZgeyG7LIbt0PdHjJUMw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fastify-healthcheck/-/fastify-healthcheck-3.2.0.tgz", + "integrity": "sha512-LxucSXO50as4Qk6t3C1L7U6OWFHNZlXqSJR3kYeJNplzcTYVEuupTH34CBGayeVQs41lYGjZACsDxkOL1vJw+w==", "dependencies": { - "under-pressure": "^5.6.0" + "under-pressure": "^5.8.1" }, "engines": { "node": ">=10.13.0" @@ -6052,11 +6047,11 @@ } }, "node_modules/under-pressure": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/under-pressure/-/under-pressure-5.8.0.tgz", - "integrity": "sha512-8ADLZkFEGDAsKof1FEICH/OLyGWjDZy6KR/Exq3MTv7W81zC2W23VekY05Fo350lip1ywYNH9wP7itiVnk4wHg==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/under-pressure/-/under-pressure-5.8.1.tgz", + "integrity": "sha512-5c1e0HoNmF2J3NQS4j7j5M5cu5GLR21FqvmOI/V6R+rhwS+HH0ocEFwCYC0CeKbLL/b1NyvMCQzlx15O9CoaEQ==", "dependencies": { - "fastify-error": "^0.3.0", + "@fastify/error": "^2.0.0", "fastify-plugin": "^3.0.0" }, "engines": { @@ -8147,17 +8142,12 @@ } } }, - "fastify-error": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/fastify-error/-/fastify-error-0.3.1.tgz", - "integrity": "sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==" - }, "fastify-healthcheck": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fastify-healthcheck/-/fastify-healthcheck-3.1.0.tgz", - "integrity": "sha512-G8G+RHYQh4JP3qv/OaFlGgFvZfExL3+khdoRfTwaRCsipprk4qXrsoI25O11k1bIyihZgeyG7LIbt0PdHjJUMw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fastify-healthcheck/-/fastify-healthcheck-3.2.0.tgz", + "integrity": "sha512-LxucSXO50as4Qk6t3C1L7U6OWFHNZlXqSJR3kYeJNplzcTYVEuupTH34CBGayeVQs41lYGjZACsDxkOL1vJw+w==", "requires": { - "under-pressure": "^5.6.0" + "under-pressure": "^5.8.1" } }, "fastify-plugin": { @@ -10959,11 +10949,11 @@ } }, "under-pressure": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/under-pressure/-/under-pressure-5.8.0.tgz", - "integrity": "sha512-8ADLZkFEGDAsKof1FEICH/OLyGWjDZy6KR/Exq3MTv7W81zC2W23VekY05Fo350lip1ywYNH9wP7itiVnk4wHg==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/under-pressure/-/under-pressure-5.8.1.tgz", + "integrity": "sha512-5c1e0HoNmF2J3NQS4j7j5M5cu5GLR21FqvmOI/V6R+rhwS+HH0ocEFwCYC0CeKbLL/b1NyvMCQzlx15O9CoaEQ==", "requires": { - "fastify-error": "^0.3.0", + "@fastify/error": "^2.0.0", "fastify-plugin": "^3.0.0" } }, diff --git a/package.json b/package.json index 8a15952aa..30fa1b47b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@hapi/boom": "9.1.4", "@snyk/protect": "1.949.0", "fastify": "3.29.0", - "fastify-healthcheck": "3.1.0", + "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", "lodash": "4.17.21", "mongoose": "5.13.14", From b5e350373b196483474ef87172c2c374a8e8cdcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:04:32 +0000 Subject: [PATCH 019/303] fix(deps): update dependency @snyk/protect to v1.950.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 062137c2e..d7611749c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.949.0", + "@snyk/protect": "1.950.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.949.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.949.0.tgz", - "integrity": "sha512-g45bjPNKOKesKQSgupAN1D2137Cua5wjCMIKI4SPzzrysTaIZDfQgj03RjhYHywdt8h+uLlkMI2Q6Kyh3RTvWA==", + "version": "1.950.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.950.0.tgz", + "integrity": "sha512-L86qM75L2Sci9hOlt6Twz1JLEKQVqSTmoGc+Bu8CT8enJ8vFQdiQHMmaiTuJDWAV1XhAh4FaVDGkKw4qQhDYEg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.949.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.949.0.tgz", - "integrity": "sha512-g45bjPNKOKesKQSgupAN1D2137Cua5wjCMIKI4SPzzrysTaIZDfQgj03RjhYHywdt8h+uLlkMI2Q6Kyh3RTvWA==" + "version": "1.950.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.950.0.tgz", + "integrity": "sha512-L86qM75L2Sci9hOlt6Twz1JLEKQVqSTmoGc+Bu8CT8enJ8vFQdiQHMmaiTuJDWAV1XhAh4FaVDGkKw4qQhDYEg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 30fa1b47b..3e1930144 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.949.0", + "@snyk/protect": "1.950.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From e9bad2a2a094f307f9180c079bd1c477924abfdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 15:49:01 +0000 Subject: [PATCH 020/303] fix(deps): update dependency @snyk/protect to v1.951.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7611749c..90c29d12e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.950.0", + "@snyk/protect": "1.951.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.950.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.950.0.tgz", - "integrity": "sha512-L86qM75L2Sci9hOlt6Twz1JLEKQVqSTmoGc+Bu8CT8enJ8vFQdiQHMmaiTuJDWAV1XhAh4FaVDGkKw4qQhDYEg==", + "version": "1.951.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.951.0.tgz", + "integrity": "sha512-8qxNSyWAMlwouQEFo+UXgCjoU5QDlZN5mIAAgBrNRUptcoqEY6GwtZcH5hEzlKvFFDueVfJoLsPSMx+lpUKgiQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.950.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.950.0.tgz", - "integrity": "sha512-L86qM75L2Sci9hOlt6Twz1JLEKQVqSTmoGc+Bu8CT8enJ8vFQdiQHMmaiTuJDWAV1XhAh4FaVDGkKw4qQhDYEg==" + "version": "1.951.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.951.0.tgz", + "integrity": "sha512-8qxNSyWAMlwouQEFo+UXgCjoU5QDlZN5mIAAgBrNRUptcoqEY6GwtZcH5hEzlKvFFDueVfJoLsPSMx+lpUKgiQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 3e1930144..cc75cb8ad 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.950.0", + "@snyk/protect": "1.951.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 98b96067c0e6e82037313deb80e4a62839fd4fe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:49:16 +0000 Subject: [PATCH 021/303] fix(deps): update dependency @snyk/protect to v1.952.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90c29d12e..31c193c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.951.0", + "@snyk/protect": "1.952.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.951.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.951.0.tgz", - "integrity": "sha512-8qxNSyWAMlwouQEFo+UXgCjoU5QDlZN5mIAAgBrNRUptcoqEY6GwtZcH5hEzlKvFFDueVfJoLsPSMx+lpUKgiQ==", + "version": "1.952.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.952.0.tgz", + "integrity": "sha512-Yjst3BA0BgLVGx5Djh/krmiTHkxnSfvYEdZbVZk8bAZFF6eV8FM+lMOW8rldPLnJSUpo3DsG5eiaTAJ3ntMw8Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.951.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.951.0.tgz", - "integrity": "sha512-8qxNSyWAMlwouQEFo+UXgCjoU5QDlZN5mIAAgBrNRUptcoqEY6GwtZcH5hEzlKvFFDueVfJoLsPSMx+lpUKgiQ==" + "version": "1.952.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.952.0.tgz", + "integrity": "sha512-Yjst3BA0BgLVGx5Djh/krmiTHkxnSfvYEdZbVZk8bAZFF6eV8FM+lMOW8rldPLnJSUpo3DsG5eiaTAJ3ntMw8Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index cc75cb8ad..51adf5c5a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.951.0", + "@snyk/protect": "1.952.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From ff62b10c54e934fe73d71061fa02bf124e0295cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 23:23:05 +0000 Subject: [PATCH 022/303] chore(deps): update step-security/harden-runner digest to b7dfd5c --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index f2d4b9333..af63691e6 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 29f91d13c..1ac67d6c1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 98b9da8ea..a876eafa6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > @@ -102,7 +102,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > @@ -146,7 +146,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: block allowed-endpoints: > @@ -207,7 +207,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: audit @@ -228,7 +228,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@cdea734fa57747b9831aa9d6fcb274c5f9669557 + uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd with: egress-policy: audit From 62b0ba620d42314c7cba091e30f66851632bfd67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 04:12:48 +0000 Subject: [PATCH 023/303] chore(deps): update step-security/harden-runner digest to 911b1af --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index af63691e6..49e3b3312 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1ac67d6c1..94b5190b6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a876eafa6..d28c13005 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > @@ -102,7 +102,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > @@ -146,7 +146,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: block allowed-endpoints: > @@ -207,7 +207,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: audit @@ -228,7 +228,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b7dfd5c4e0108a6e434ad5cb062abe9beb9388cd + uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 with: egress-policy: audit From b19d77bfa253ab16df310df6e56678d6853ed26c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 16:13:54 +0000 Subject: [PATCH 024/303] fix(deps): update dependency @snyk/protect to v1.953.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31c193c71..31e8a4cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.952.0", + "@snyk/protect": "1.953.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.952.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.952.0.tgz", - "integrity": "sha512-Yjst3BA0BgLVGx5Djh/krmiTHkxnSfvYEdZbVZk8bAZFF6eV8FM+lMOW8rldPLnJSUpo3DsG5eiaTAJ3ntMw8Q==", + "version": "1.953.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.953.0.tgz", + "integrity": "sha512-eyR4zp7fbrA22HoXGjjBe7ksc0Hvyb2XaeFu94vbzxC9BUUWnREo37MvNCFKakuSQ6tiFEOOIuZL6ccvOdI5wQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.952.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.952.0.tgz", - "integrity": "sha512-Yjst3BA0BgLVGx5Djh/krmiTHkxnSfvYEdZbVZk8bAZFF6eV8FM+lMOW8rldPLnJSUpo3DsG5eiaTAJ3ntMw8Q==" + "version": "1.953.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.953.0.tgz", + "integrity": "sha512-eyR4zp7fbrA22HoXGjjBe7ksc0Hvyb2XaeFu94vbzxC9BUUWnREo37MvNCFKakuSQ6tiFEOOIuZL6ccvOdI5wQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 51adf5c5a..f9dd1de50 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.952.0", + "@snyk/protect": "1.953.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From b0fa81c963648efcfa917c28402fe75c3923071b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:54:38 +0000 Subject: [PATCH 025/303] chore(deps): update dependency eslint to v8.18.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31e8a4cba..e616ccfb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.17.0", + "eslint": "8.18.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.5.1", @@ -1845,9 +1845,9 @@ } }, "node_modules/eslint": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", - "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz", + "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.0", @@ -7746,9 +7746,9 @@ "dev": true }, "eslint": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", - "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz", + "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.0", diff --git a/package.json b/package.json index f9dd1de50..36aef8657 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.17.0", + "eslint": "8.18.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.5.1", From c2ec749dabd786dedf2324e268d58e9941177173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 14:25:46 +0000 Subject: [PATCH 026/303] fix(deps): update dependency @snyk/protect to v1.954.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e616ccfb2..37aa2a7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.953.0", + "@snyk/protect": "1.954.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.953.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.953.0.tgz", - "integrity": "sha512-eyR4zp7fbrA22HoXGjjBe7ksc0Hvyb2XaeFu94vbzxC9BUUWnREo37MvNCFKakuSQ6tiFEOOIuZL6ccvOdI5wQ==", + "version": "1.954.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.954.0.tgz", + "integrity": "sha512-krWmalNbzQG9mQMfYQUmPS0p8hS7dA3W9hQjNJ0c0PTPMyd3e1j4OBF8yUKkg+0nsDg4f1CaLD1ycXun6CFPhQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.953.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.953.0.tgz", - "integrity": "sha512-eyR4zp7fbrA22HoXGjjBe7ksc0Hvyb2XaeFu94vbzxC9BUUWnREo37MvNCFKakuSQ6tiFEOOIuZL6ccvOdI5wQ==" + "version": "1.954.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.954.0.tgz", + "integrity": "sha512-krWmalNbzQG9mQMfYQUmPS0p8hS7dA3W9hQjNJ0c0PTPMyd3e1j4OBF8yUKkg+0nsDg4f1CaLD1ycXun6CFPhQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 36aef8657..dd8d98c98 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.953.0", + "@snyk/protect": "1.954.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 67c90f8d9d52ba787019a3d965bf4e9042480d7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 12:15:43 +0000 Subject: [PATCH 027/303] chore(deps): update github/codeql-action action to v2.1.13 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 94b5190b6..b133d092c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # tag=v2.1.12 + uses: github/codeql-action/init@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # tag=v2.1.13 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # tag=v2.1.12 + uses: github/codeql-action/autobuild@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # tag=v2.1.13 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # tag=v2.1.12 + uses: github/codeql-action/analyze@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # tag=v2.1.13 From bb9c7ca3f500f0fb7c3ce7270e7b635cfb32aa26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 09:56:55 +0000 Subject: [PATCH 028/303] fix(deps): update dependency @snyk/protect to v1.956.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37aa2a7ef..97e31b167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.954.0", + "@snyk/protect": "1.956.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.954.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.954.0.tgz", - "integrity": "sha512-krWmalNbzQG9mQMfYQUmPS0p8hS7dA3W9hQjNJ0c0PTPMyd3e1j4OBF8yUKkg+0nsDg4f1CaLD1ycXun6CFPhQ==", + "version": "1.956.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.956.0.tgz", + "integrity": "sha512-jQN9IrOcvox20a9N692qdTpq3RmbZcpJCVteZEnAaTtoCG2V5SkjYdAxP0qk9iAhosEFNFSYbzLKjNSPYM6zWw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.954.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.954.0.tgz", - "integrity": "sha512-krWmalNbzQG9mQMfYQUmPS0p8hS7dA3W9hQjNJ0c0PTPMyd3e1j4OBF8yUKkg+0nsDg4f1CaLD1ycXun6CFPhQ==" + "version": "1.956.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.956.0.tgz", + "integrity": "sha512-jQN9IrOcvox20a9N692qdTpq3RmbZcpJCVteZEnAaTtoCG2V5SkjYdAxP0qk9iAhosEFNFSYbzLKjNSPYM6zWw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index dd8d98c98..010dd60cb 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.954.0", + "@snyk/protect": "1.956.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 37af342442fa7415057869f94a00178f7098c2a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 02:02:07 +0000 Subject: [PATCH 029/303] chore(deps): update github/codeql-action action to v2.1.14 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b133d092c..00d8ab168 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # tag=v2.1.13 + uses: github/codeql-action/init@41a4ada31ba866a7f1196b9602703a89edd69e22 # tag=v2.1.14 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # tag=v2.1.13 + uses: github/codeql-action/autobuild@41a4ada31ba866a7f1196b9602703a89edd69e22 # tag=v2.1.14 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # tag=v2.1.13 + uses: github/codeql-action/analyze@41a4ada31ba866a7f1196b9602703a89edd69e22 # tag=v2.1.14 From 79ec803a7dba6c5f7889c3015a54b02610347f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:08:56 +0000 Subject: [PATCH 030/303] fix(deps): update dependency winston to v3.8.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97e31b167..66b30a142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", - "winston": "3.7.2" + "winston": "3.8.0" }, "devDependencies": { "acorn": "8.7.1", @@ -6147,9 +6147,9 @@ "dev": true }, "node_modules/winston": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.7.2.tgz", - "integrity": "sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", + "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", "dependencies": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", @@ -11031,9 +11031,9 @@ "dev": true }, "winston": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.7.2.tgz", - "integrity": "sha512-QziIqtojHBoyzUOdQvQiar1DH0Xp9nF1A1y7NVy2DGEsz82SBDtOalS0ulTRGVT14xPX3WRWkCsdcJKqNflKng==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", + "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", "requires": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", diff --git a/package.json b/package.json index 010dd60cb..6ac627bd8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", - "winston": "3.7.2" + "winston": "3.8.0" }, "engines": { "node": ">=16.0", From 648ee3b96e6d02fd2c6785c2d52b14ee7614747a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 18:18:13 +0000 Subject: [PATCH 031/303] fix(deps): update dependency @snyk/protect to v1.958.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66b30a142..c10810d81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.956.0", + "@snyk/protect": "1.958.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -708,9 +708,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.956.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.956.0.tgz", - "integrity": "sha512-jQN9IrOcvox20a9N692qdTpq3RmbZcpJCVteZEnAaTtoCG2V5SkjYdAxP0qk9iAhosEFNFSYbzLKjNSPYM6zWw==", + "version": "1.958.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.958.0.tgz", + "integrity": "sha512-jAffc2bnafnyMJBuP2J+2yrhhOOVkiGYCp6gLPuvpiq7AG6cy07R/PFx3C+gosNwkzNl+0wpXkPq1OxPt7rnIw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6849,9 +6849,9 @@ } }, "@snyk/protect": { - "version": "1.956.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.956.0.tgz", - "integrity": "sha512-jQN9IrOcvox20a9N692qdTpq3RmbZcpJCVteZEnAaTtoCG2V5SkjYdAxP0qk9iAhosEFNFSYbzLKjNSPYM6zWw==" + "version": "1.958.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.958.0.tgz", + "integrity": "sha512-jAffc2bnafnyMJBuP2J+2yrhhOOVkiGYCp6gLPuvpiq7AG6cy07R/PFx3C+gosNwkzNl+0wpXkPq1OxPt7rnIw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 6ac627bd8..3119e1354 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.956.0", + "@snyk/protect": "1.958.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 636e956b8a4909e35343cd0de297d397dde254ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 23:07:16 +0000 Subject: [PATCH 032/303] chore(deps): update dependency eslint-plugin-react to v7.30.1 --- package-lock.json | 51 ++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index c10810d81..0a06d6e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.5.1", - "eslint-plugin-react": "7.30.0", + "eslint-plugin-react": "7.30.1", "espree": "9.3.2", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2058,9 +2058,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz", - "integrity": "sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==", + "version": "7.30.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz", + "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -2111,13 +2111,17 @@ } }, "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", "dev": true, "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3054,9 +3058,9 @@ } }, "node_modules/is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -7921,9 +7925,9 @@ } }, "eslint-plugin-react": { - "version": "7.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.0.tgz", - "integrity": "sha512-RgwH7hjW48BleKsYyHK5vUAvxtE9SMPDKmcPRQgtRCYaZA0XQPt5FSkrU3nhz5ifzMZcA8opwmRJ2cmOO8tr5A==", + "version": "7.30.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz", + "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==", "dev": true, "requires": { "array-includes": "^3.1.5", @@ -7952,13 +7956,14 @@ } }, "resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", "dev": true, "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" } } } @@ -8649,9 +8654,9 @@ "dev": true }, "is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", + "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", "dev": true, "requires": { "has": "^1.0.3" diff --git a/package.json b/package.json index 3119e1354..ddd5a6d56 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.5.1", - "eslint-plugin-react": "7.30.0", + "eslint-plugin-react": "7.30.1", "espree": "9.3.2", "mocha": "10.0.0", "npm-run-all": "4.1.5", From d8f4986c135b5a150d453758dd4f900424e437db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:39:52 +0000 Subject: [PATCH 033/303] chore(deps): update node.js to v16.16.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e16dd96fb..419fa2bc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.15.1-alpine3.15@sha256:1fafca8cf41faf035192f5df1a5387656898bec6ac2f92f011d051ac2344f5c9 +FROM node:16.16.0-alpine3.15@sha256:d4a0c2f47b149840e99ef5ca1a1f1b0a9e33a3980975d55ddd0eb117c2f64161 ARG appPort=3000 # ARG microScannerToken From 38dffdb17a512fc9bac190867a86379bc99bea50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:11:40 +0000 Subject: [PATCH 034/303] chore(deps): update dependency eslint-plugin-jsx-a11y to v6.6.0 --- package-lock.json | 82 ++++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 43 insertions(+), 41 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a06d6e1a..582ebcf0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint": "8.18.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.5.1", + "eslint-plugin-jsx-a11y": "6.6.0", "eslint-plugin-react": "7.30.1", "espree": "9.3.2", "mocha": "10.0.0", @@ -364,9 +364,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", + "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", "dev": true, "dependencies": { "regenerator-runtime": "^0.13.4" @@ -1043,12 +1043,12 @@ "dev": true }, "node_modules/axe-core": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz", - "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.2.tgz", + "integrity": "sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==", "dev": true, "engines": { - "node": ">=4" + "node": ">=12" } }, "node_modules/axobject-query": { @@ -2032,23 +2032,24 @@ "dev": true }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz", - "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz", + "integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==", "dev": true, "dependencies": { - "@babel/runtime": "^7.16.3", + "@babel/runtime": "^7.18.3", "aria-query": "^4.2.2", - "array-includes": "^3.1.4", + "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", - "axe-core": "^4.3.5", + "axe-core": "^4.4.2", "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.7", + "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.2.1", + "jsx-ast-utils": "^3.3.1", "language-tags": "^1.0.5", - "minimatch": "^3.0.4" + "minimatch": "^3.1.2", + "semver": "^6.3.0" }, "engines": { "node": ">=4.0" @@ -3515,12 +3516,12 @@ } }, "node_modules/jsx-ast-utils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz", - "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz", + "integrity": "sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==", "dev": true, "dependencies": { - "array-includes": "^3.1.4", + "array-includes": "^3.1.5", "object.assign": "^4.1.2" }, "engines": { @@ -6565,9 +6566,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", - "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", + "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" @@ -7116,9 +7117,9 @@ "dev": true }, "axe-core": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz", - "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.2.tgz", + "integrity": "sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==", "dev": true }, "axobject-query": { @@ -7905,23 +7906,24 @@ } }, "eslint-plugin-jsx-a11y": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz", - "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz", + "integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==", "dev": true, "requires": { - "@babel/runtime": "^7.16.3", + "@babel/runtime": "^7.18.3", "aria-query": "^4.2.2", - "array-includes": "^3.1.4", + "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", - "axe-core": "^4.3.5", + "axe-core": "^4.4.2", "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.7", + "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.2.1", + "jsx-ast-utils": "^3.3.1", "language-tags": "^1.0.5", - "minimatch": "^3.0.4" + "minimatch": "^3.1.2", + "semver": "^6.3.0" } }, "eslint-plugin-react": { @@ -8988,12 +8990,12 @@ } }, "jsx-ast-utils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz", - "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz", + "integrity": "sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==", "dev": true, "requires": { - "array-includes": "^3.1.4", + "array-includes": "^3.1.5", "object.assign": "^4.1.2" } }, diff --git a/package.json b/package.json index ddd5a6d56..0921ef00b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "8.18.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.5.1", + "eslint-plugin-jsx-a11y": "6.6.0", "eslint-plugin-react": "7.30.1", "espree": "9.3.2", "mocha": "10.0.0", From 3ef3c7ad1ded82ec5adafb88d3e2f5f47a33ebba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 00:39:54 +0000 Subject: [PATCH 035/303] chore(deps): lock file maintenance --- package-lock.json | 1637 +++++++++++++++++++++++++-------------------- 1 file changed, 897 insertions(+), 740 deletions(-) diff --git a/package-lock.json b/package-lock.json index 582ebcf0e..4171e2b46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,54 +48,55 @@ } }, "node_modules/@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "dependencies": { - "@jridgewell/trace-mapping": "^0.3.0" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz", + "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz", - "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", + "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.9", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helpers": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -111,28 +112,42 @@ } }, "node_modules/@babel/generator": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz", - "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==", + "version": "7.18.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz", + "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/types": "^7.18.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz", + "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "@babel/compat-data": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", "semver": "^6.3.0" }, "engines": { @@ -143,136 +158,133 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz", + "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==", "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz", + "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz", + "integrity": "sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.8", + "@babel/types": "^7.18.8" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz", + "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -318,13 +330,13 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -333,7 +345,7 @@ "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -352,9 +364,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz", - "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.8.tgz", + "integrity": "sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -376,9 +388,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz", - "integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz", + "integrity": "sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==", "dev": true, "dependencies": { "core-js-pure": "^3.20.2", @@ -389,33 +401,33 @@ } }, "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.6.tgz", + "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz", - "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.9", - "@babel/types": "^7.17.0", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz", + "integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.7", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.8", + "@babel/types": "^7.18.8", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -433,12 +445,12 @@ } }, "node_modules/@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.8.tgz", + "integrity": "sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "to-fast-properties": "^2.0.0" }, "engines": { @@ -541,9 +553,9 @@ } }, "node_modules/@hapi/hoek": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz", - "integrity": "sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==" + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.5", @@ -682,25 +694,47 @@ "node": ">=8" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", @@ -741,7 +775,7 @@ "node_modules/@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, "node_modules/@types/mongodb": { @@ -754,9 +788,9 @@ } }, "node_modules/@types/node": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.24.tgz", - "integrity": "sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==" + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz", + "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==" }, "node_modules/@types/superagent": { "version": "3.8.7", @@ -889,7 +923,7 @@ "node_modules/archy": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" }, "node_modules/argparse": { "version": "2.0.1", @@ -976,7 +1010,7 @@ "node_modules/assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, "engines": { "node": ">=0.8" @@ -994,18 +1028,18 @@ "node_modules/ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=", + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", "dev": true }, "node_modules/async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "dev": true }, "node_modules/atomic-sleep": { @@ -1030,7 +1064,7 @@ "node_modules/aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, "engines": { "node": "*" @@ -1065,7 +1099,7 @@ "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, "dependencies": { "tweetnacl": "^0.14.3" @@ -1149,9 +1183,9 @@ "dev": true }, "node_modules/browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", + "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", "dev": true, "funding": [ { @@ -1164,11 +1198,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001359", + "electron-to-chromium": "^1.4.172", + "node-releases": "^2.0.5", + "update-browserslist-db": "^1.0.4" }, "bin": { "browserslist": "cli.js" @@ -1232,9 +1265,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001332", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz", - "integrity": "sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==", + "version": "1.0.30001364", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001364.tgz", + "integrity": "sha512-9O0xzV3wVyX0SlegIQ6knz+okhBB5pE0PC40MNdwcipjwpxoUEHL24uJ+gG42cgklPjfO5ZjZPme9FTSN3QT2Q==", "dev": true, "funding": [ { @@ -1250,7 +1283,7 @@ "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true }, "node_modules/chai": { @@ -1320,7 +1353,7 @@ "node_modules/check-error": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", "dev": true, "engines": { "node": "*" @@ -1412,9 +1445,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/color-string": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz", - "integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", "dependencies": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" @@ -1431,7 +1464,7 @@ "node_modules/color/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/colorspace": { "version": "1.1.4", @@ -1457,7 +1490,7 @@ "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, "node_modules/component-emitter": { @@ -1469,7 +1502,7 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "node_modules/confusing-browser-globals": { "version": "1.0.11", @@ -1504,9 +1537,9 @@ "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.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "engines": { "node": ">= 0.6" } @@ -1518,9 +1551,9 @@ "dev": true }, "node_modules/core-js-pure": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.0.tgz", - "integrity": "sha512-ylOC9nVy0ak1N+fPIZj00umoZHgUVqmucklP5RT5N+vJof38klKn8Ze6KGyvchdClvEBr6LcQqJpI216LUMqYA==", + "version": "3.23.4", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.4.tgz", + "integrity": "sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ==", "dev": true, "hasInstallScript": true, "funding": { @@ -1531,7 +1564,7 @@ "node_modules/core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" }, "node_modules/cross-spawn": { "version": "7.0.3", @@ -1556,7 +1589,7 @@ "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, "dependencies": { "assert-plus": "^1.0.0" @@ -1584,7 +1617,7 @@ "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1647,7 +1680,7 @@ "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, "engines": { "node": ">=0.4.0" @@ -1664,7 +1697,7 @@ "node_modules/depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "engines": { "node": ">= 0.6" } @@ -1672,7 +1705,7 @@ "node_modules/destroy": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==" }, "node_modules/diff": { "version": "5.0.0", @@ -1698,7 +1731,7 @@ "node_modules/ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, "dependencies": { "jsbn": "~0.1.0", @@ -1708,12 +1741,12 @@ "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.4.110", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.110.tgz", - "integrity": "sha512-TvHZrkj9anfWkxgblHlNr4IMQdm2N6D0o8Wu1BDpSL/RKT4DHyUt/tvDFtApgZ+LGFL3U9EO4LRZ1eSlQ8xMYA==", + "version": "1.4.185", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.185.tgz", + "integrity": "sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw==", "dev": true }, "node_modules/emoji-regex": { @@ -1730,7 +1763,7 @@ "node_modules/encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", "engines": { "node": ">= 0.8" } @@ -1753,17 +1786,19 @@ } }, "node_modules/es-abstract": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz", - "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", + "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", "get-intrinsic": "^1.1.1", "get-symbol-description": "^1.0.0", "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", "is-callable": "^1.2.4", @@ -1775,9 +1810,10 @@ "object-inspect": "^1.12.0", "object-keys": "^1.1.1", "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -1830,7 +1866,7 @@ "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" }, "node_modules/escape-string-regexp": { "version": "4.0.0", @@ -2028,7 +2064,7 @@ "node_modules/eslint-plugin-import/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/eslint-plugin-jsx-a11y": { @@ -2087,9 +2123,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "dev": true, "peer": true, "engines": { @@ -2249,7 +2285,7 @@ "node_modules/etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "engines": { "node": ">= 0.6" } @@ -2263,7 +2299,7 @@ "node_modules/extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true, "engines": [ "node >=0.6.0" @@ -2301,7 +2337,7 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "node_modules/fast-redact": { @@ -2378,9 +2414,9 @@ } }, "node_modules/fecha": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.2.tgz", - "integrity": "sha512-5rOQWkBVz3FnYWTi/ELZmq4CoK1Pb+xKNZWuJRsOwo0+8DrP43CrWJtyLVvb5U7z7ggE5llahfDbLjaVNzXVJQ==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", + "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" }, "node_modules/file-entry-cache": { "version": "6.0.1", @@ -2440,7 +2476,7 @@ "node_modules/find-up": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", "dev": true, "dependencies": { "locate-path": "^2.0.0" @@ -2477,9 +2513,9 @@ "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==" }, "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz", + "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==", "dev": true }, "node_modules/fn.name": { @@ -2503,7 +2539,7 @@ "node_modules/forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, "engines": { "node": "*" @@ -2544,7 +2580,7 @@ "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "engines": { "node": ">= 0.6" } @@ -2572,7 +2608,7 @@ "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, "node_modules/fsevents": { "version": "2.3.2", @@ -2594,16 +2630,34 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", "dev": true }, "node_modules/functions-have-names": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz", - "integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2630,21 +2684,21 @@ "node_modules/get-func-name": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", "dev": true, "engines": { "node": "*" } }, "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2678,21 +2732,21 @@ "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, "dependencies": { "assert-plus": "^1.0.0" } }, "node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -2716,9 +2770,9 @@ } }, "node_modules/globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "version": "13.16.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz", + "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -2739,7 +2793,7 @@ "node_modules/har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", "dev": true, "engines": { "node": ">=4" @@ -2772,9 +2826,9 @@ } }, "node_modules/has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2863,9 +2917,9 @@ } }, "node_modules/helmet": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.0.2.tgz", - "integrity": "sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz", + "integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==", "engines": { "node": ">=12.0.0" } @@ -2900,7 +2954,7 @@ "node_modules/http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", "dev": true, "dependencies": { "assert-plus": "^1.0.0", @@ -2940,7 +2994,7 @@ "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "engines": { "node": ">=0.8.19" @@ -2958,7 +3012,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -2986,7 +3040,7 @@ "node_modules/ip-regex": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", + "integrity": "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==", "dev": true, "engines": { "node": ">=4" @@ -3003,7 +3057,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "node_modules/is-bigint": { @@ -3088,7 +3142,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -3118,7 +3172,7 @@ "node_modules/is-ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-2.0.0.tgz", - "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=", + "integrity": "sha512-9MTn0dteHETtyUx8pxqMwg5hMBi3pvlyglJ+b79KOCca0po23337LbVV2Hl4xmMvfw++ljnO0/+5G6G+0Szh6g==", "dev": true, "dependencies": { "ip-regex": "^2.0.0" @@ -3244,7 +3298,7 @@ "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, "node_modules/is-unicode-supported": { @@ -3283,18 +3337,18 @@ "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "node_modules/isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", "dev": true }, "node_modules/istanbul-lib-coverage": { @@ -3334,33 +3388,22 @@ } }, "node_modules/istanbul-lib-processinfo": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", - "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz", + "integrity": "sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==", "dev": true, "dependencies": { "archy": "^1.0.0", - "cross-spawn": "^7.0.0", - "istanbul-lib-coverage": "^3.0.0-alpha.1", - "make-dir": "^3.0.0", + "cross-spawn": "^7.0.3", + "istanbul-lib-coverage": "^3.2.0", "p-map": "^3.0.0", "rimraf": "^3.0.0", - "uuid": "^3.3.3" + "uuid": "^8.3.2" }, "engines": { "node": ">=8" } }, - "node_modules/istanbul-lib-processinfo/node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/istanbul-lib-report": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", @@ -3389,15 +3432,6 @@ "node": ">=10" } }, - "node_modules/istanbul-lib-source-maps/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/istanbul-reports": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", @@ -3431,7 +3465,7 @@ "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true }, "node_modules/jsesc": { @@ -3479,13 +3513,13 @@ "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", "dev": true }, "node_modules/json5": { @@ -3539,15 +3573,15 @@ "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" }, "node_modules/language-subtag-registry": { - "version": "0.3.21", - "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz", - "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==", + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", "dev": true }, "node_modules/language-tags": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=", + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", "dev": true, "dependencies": { "language-subtag-registry": "~0.3.2" @@ -3567,12 +3601,12 @@ } }, "node_modules/light-my-request": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.9.0.tgz", - "integrity": "sha512-b1U3z4OVPoO/KanT14NRkXMr9rRtXAiq0ORqNrqhDyb5bGkZjAdEc6GRN1GWCfgaLBG+aq73qkCLDNeB3c2sLw==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.10.1.tgz", + "integrity": "sha512-l+zWk0HXGhGzY7IYTZnYEqIpj3Mpcyk2f8+FkKUyREywvaiWCf2jyQVxpasKRsploY/nVpoqTlxx72CIeQNcIQ==", "dependencies": { "ajv": "^8.1.0", - "cookie": "^0.4.0", + "cookie": "^0.5.0", "process-warning": "^1.0.0", "set-cookie-parser": "^2.4.1" } @@ -3600,7 +3634,7 @@ "node_modules/load-json-file": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", "dev": true, "dependencies": { "graceful-fs": "^4.1.2", @@ -3615,7 +3649,7 @@ "node_modules/load-json-file/node_modules/strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, "engines": { "node": ">=4" @@ -3624,7 +3658,7 @@ "node_modules/locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", "dev": true, "dependencies": { "p-locate": "^2.0.0", @@ -3642,7 +3676,7 @@ "node_modules/lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", + "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, "node_modules/lodash.merge": { @@ -3668,9 +3702,9 @@ } }, "node_modules/logform": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.4.0.tgz", - "integrity": "sha512-CPSJw4ftjf517EhXZGGvTHHkYobo7ZCc0kvwUoOYcjfR2UVrI66RHj8MCrfAdEitdmFqbu2BYdYs8FHHZSb6iw==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.4.2.tgz", + "integrity": "sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw==", "dependencies": { "@colors/colors": "1.5.0", "fecha": "^4.2.0", @@ -3735,7 +3769,7 @@ "node_modules/memorystream": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", - "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", "dev": true, "engines": { "node": ">= 0.10.0" @@ -3744,7 +3778,7 @@ "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true, "engines": { "node": ">= 0.6" @@ -3840,15 +3874,6 @@ "url": "https://opencollective.com/mochajs" } }, - "node_modules/mocha/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==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/mocha/node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -3865,6 +3890,38 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mocha/node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/mocha/node_modules/glob/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/mocha/node_modules/locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -3892,6 +3949,15 @@ "node": ">=10" } }, + "node_modules/mocha/node_modules/minimatch/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==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/mocha/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -4056,7 +4122,7 @@ "node_modules/mquery/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/mquery/node_modules/safe-buffer": { "version": "5.1.2", @@ -4083,7 +4149,7 @@ "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "node_modules/nice-try": { @@ -4105,9 +4171,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.3.tgz", - "integrity": "sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "node_modules/normalize-package-data": { @@ -4203,7 +4269,7 @@ "node_modules/npm-run-all/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/npm-run-all/node_modules/cross-spawn": { @@ -4225,7 +4291,7 @@ "node_modules/npm-run-all/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -4234,7 +4300,7 @@ "node_modules/npm-run-all/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -4243,7 +4309,7 @@ "node_modules/npm-run-all/node_modules/path-key": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "dev": true, "engines": { "node": ">=4" @@ -4261,7 +4327,7 @@ "node_modules/npm-run-all/node_modules/shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "dev": true, "dependencies": { "shebang-regex": "^1.0.0" @@ -4273,7 +4339,7 @@ "node_modules/npm-run-all/node_modules/shebang-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -4492,16 +4558,16 @@ "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4598,7 +4664,7 @@ "node_modules/on-finished": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", "dependencies": { "ee-first": "1.1.1" }, @@ -4609,7 +4675,7 @@ "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dependencies": { "wrappy": "1" } @@ -4669,7 +4735,7 @@ "node_modules/p-locate": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", "dev": true, "dependencies": { "p-limit": "^1.1.0" @@ -4693,7 +4759,7 @@ "node_modules/p-locate/node_modules/p-try": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", "dev": true, "engines": { "node": ">=4" @@ -4750,7 +4816,7 @@ "node_modules/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, "dependencies": { "error-ex": "^1.3.1", @@ -4763,7 +4829,7 @@ "node_modules/path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, "engines": { "node": ">=4" @@ -4772,7 +4838,7 @@ "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "engines": { "node": ">=0.10.0" } @@ -4816,7 +4882,7 @@ "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "dev": true }, "node_modules/picocolors": { @@ -4852,7 +4918,7 @@ "node_modules/pify": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", "dev": true, "engines": { "node": ">=4" @@ -5008,9 +5074,9 @@ } }, "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", "dev": true }, "node_modules/punycode": { @@ -5022,9 +5088,9 @@ } }, "node_modules/qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dev": true, "dependencies": { "side-channel": "^1.0.4" @@ -5086,7 +5152,7 @@ "node_modules/read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", "dev": true, "dependencies": { "load-json-file": "^4.0.0", @@ -5165,7 +5231,7 @@ "node_modules/release-zalgo": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", - "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "integrity": "sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==", "dev": true, "dependencies": { "es6-error": "^4.0.1" @@ -5236,7 +5302,7 @@ "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5257,12 +5323,12 @@ "dev": true }, "node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "dependencies": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -5425,7 +5491,7 @@ "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/send/node_modules/ms": { "version": "2.1.3", @@ -5444,13 +5510,13 @@ "node_modules/set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, "node_modules/set-cookie-parser": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz", - "integrity": "sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz", + "integrity": "sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w==" }, "node_modules/setprototypeof": { "version": "1.2.0", @@ -5512,7 +5578,7 @@ "node_modules/simple-swizzle": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", "dependencies": { "is-arrayish": "^0.3.1" } @@ -5525,7 +5591,7 @@ "node_modules/sliced": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=" + "integrity": "sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==" }, "node_modules/sonic-boom": { "version": "1.4.1", @@ -5537,9 +5603,9 @@ } }, "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5548,7 +5614,7 @@ "node_modules/sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", "optional": true, "dependencies": { "memory-pager": "^1.0.2" @@ -5606,7 +5672,7 @@ "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "node_modules/sshpk": { @@ -5637,7 +5703,7 @@ "node_modules/stack-trace": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", "engines": { "node": "*" } @@ -5645,7 +5711,7 @@ "node_modules/statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "engines": { "node": ">= 0.6" } @@ -5720,26 +5786,28 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -5885,7 +5953,7 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "node_modules/tiny-lru": { @@ -5899,7 +5967,7 @@ "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, "engines": { "node": ">=4" @@ -5970,7 +6038,7 @@ "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, "engines": { "node": ">=4" @@ -5979,7 +6047,7 @@ "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, "dependencies": { "safe-buffer": "^5.0.1" @@ -5991,7 +6059,7 @@ "node_modules/tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", "dev": true }, "node_modules/type-check": { @@ -6037,14 +6105,14 @@ } }, "node_modules/unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, "dependencies": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", "which-boxed-primitive": "^1.0.2" }, "funding": { @@ -6063,6 +6131,32 @@ "node": ">=10" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz", + "integrity": "sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -6074,7 +6168,7 @@ "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { "version": "8.3.2", @@ -6103,7 +6197,7 @@ "node_modules/verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, "engines": [ "node >=0.6.0" @@ -6148,7 +6242,7 @@ "node_modules/which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, "node_modules/winston": { @@ -6219,7 +6313,7 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/write-file-atomic": { "version": "3.0.3", @@ -6327,45 +6421,46 @@ }, "dependencies": { "@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "requires": { - "@jridgewell/trace-mapping": "^0.3.0" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "requires": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.18.6" } }, "@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.8.tgz", + "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==", "dev": true }, "@babel/core": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz", - "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", + "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.9", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.6", + "@babel/helper-compilation-targets": "^7.18.6", + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helpers": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -6374,129 +6469,139 @@ } }, "@babel/generator": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz", - "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==", + "version": "7.18.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz", + "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==", "dev": true, "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/types": "^7.18.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } } }, "@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz", + "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==", "dev": true, "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "@babel/compat-data": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", "semver": "^6.3.0" } }, "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz", + "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==", + "dev": true }, "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz", + "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.6" } }, "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz", + "integrity": "sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.8", + "@babel/types": "^7.18.8" } }, "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", "dev": true, "requires": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.6" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true }, "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true }, "@babel/helpers": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", - "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz", + "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.6", + "@babel/types": "^7.18.6" } }, "@babel/highlight": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", - "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -6533,19 +6638,19 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "supports-color": { @@ -6560,9 +6665,9 @@ } }, "@babel/parser": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz", - "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.8.tgz", + "integrity": "sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==", "dev": true }, "@babel/runtime": { @@ -6575,9 +6680,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz", - "integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz", + "integrity": "sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==", "dev": true, "requires": { "core-js-pure": "^3.20.2", @@ -6585,30 +6690,30 @@ } }, "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.6.tgz", + "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.6", + "@babel/types": "^7.18.6" } }, "@babel/traverse": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz", - "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.9", - "@babel/types": "^7.17.0", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz", + "integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.7", + "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-function-name": "^7.18.6", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.8", + "@babel/types": "^7.18.8", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -6622,12 +6727,12 @@ } }, "@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.18.8", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.8.tgz", + "integrity": "sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "to-fast-properties": "^2.0.0" } }, @@ -6721,9 +6826,9 @@ } }, "@hapi/hoek": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz", - "integrity": "sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==" + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "@humanwhocodes/config-array": { "version": "0.9.5", @@ -6831,22 +6936,38 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", + "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", @@ -6881,7 +7002,7 @@ "@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, "@types/mongodb": { @@ -6894,9 +7015,9 @@ } }, "@types/node": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.24.tgz", - "integrity": "sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==" + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz", + "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==" }, "@types/superagent": { "version": "3.8.7", @@ -6996,7 +7117,7 @@ "archy": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=" + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" }, "argparse": { "version": "2.0.1", @@ -7062,7 +7183,7 @@ "assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true }, "assertion-error": { @@ -7074,18 +7195,18 @@ "ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=", + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", "dev": true }, "async": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", - "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "dev": true }, "atomic-sleep": { @@ -7107,7 +7228,7 @@ "aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true }, "aws4": { @@ -7136,7 +7257,7 @@ "bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, "requires": { "tweetnacl": "^0.14.3" @@ -7216,16 +7337,15 @@ "dev": true }, "browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", + "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001359", + "electron-to-chromium": "^1.4.172", + "node-releases": "^2.0.5", + "update-browserslist-db": "^1.0.4" } }, "bson": { @@ -7268,15 +7388,15 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001332", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz", - "integrity": "sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==", + "version": "1.0.30001364", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001364.tgz", + "integrity": "sha512-9O0xzV3wVyX0SlegIQ6knz+okhBB5pE0PC40MNdwcipjwpxoUEHL24uJ+gG42cgklPjfO5ZjZPme9FTSN3QT2Q==", "dev": true }, "caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true }, "chai": { @@ -7331,7 +7451,7 @@ "check-error": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", "dev": true }, "chokidar": { @@ -7398,7 +7518,7 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" } } }, @@ -7417,9 +7537,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "color-string": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz", - "integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", + "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", "requires": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" @@ -7446,7 +7566,7 @@ "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, "component-emitter": { @@ -7458,7 +7578,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "confusing-browser-globals": { "version": "1.0.11", @@ -7492,9 +7612,9 @@ } }, "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.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" }, "cookiejar": { "version": "2.1.3", @@ -7503,15 +7623,15 @@ "dev": true }, "core-js-pure": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.0.tgz", - "integrity": "sha512-ylOC9nVy0ak1N+fPIZj00umoZHgUVqmucklP5RT5N+vJof38klKn8Ze6KGyvchdClvEBr6LcQqJpI216LUMqYA==", + "version": "3.23.4", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.4.tgz", + "integrity": "sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ==", "dev": true }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" }, "cross-spawn": { "version": "7.0.3", @@ -7533,7 +7653,7 @@ "dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, "requires": { "assert-plus": "^1.0.0" @@ -7550,7 +7670,7 @@ "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true }, "deep-eql": { @@ -7595,7 +7715,7 @@ "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true }, "denque": { @@ -7606,12 +7726,12 @@ "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" }, "destroy": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==" }, "diff": { "version": "5.0.0", @@ -7631,7 +7751,7 @@ "ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, "requires": { "jsbn": "~0.1.0", @@ -7641,12 +7761,12 @@ "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "electron-to-chromium": { - "version": "1.4.110", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.110.tgz", - "integrity": "sha512-TvHZrkj9anfWkxgblHlNr4IMQdm2N6D0o8Wu1BDpSL/RKT4DHyUt/tvDFtApgZ+LGFL3U9EO4LRZ1eSlQ8xMYA==", + "version": "1.4.185", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.185.tgz", + "integrity": "sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw==", "dev": true }, "emoji-regex": { @@ -7663,7 +7783,7 @@ "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" }, "encoding-negotiator": { "version": "2.0.1", @@ -7680,17 +7800,19 @@ } }, "es-abstract": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz", - "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", + "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", "dev": true, "requires": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", "get-intrinsic": "^1.1.1", "get-symbol-description": "^1.0.0", "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", "is-callable": "^1.2.4", @@ -7702,9 +7824,10 @@ "object-inspect": "^1.12.0", "object-keys": "^1.1.1", "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" } }, "es-shim-unscopables": { @@ -7742,7 +7865,7 @@ "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" }, "escape-string-regexp": { "version": "4.0.0", @@ -7900,7 +8023,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } @@ -7971,9 +8094,9 @@ } }, "eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "dev": true, "peer": true, "requires": {} @@ -8061,7 +8184,7 @@ "etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" }, "extend": { "version": "3.0.2", @@ -8072,7 +8195,7 @@ "extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true }, "fast-decode-uri-component": { @@ -8104,7 +8227,7 @@ "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "fast-redact": { @@ -8171,9 +8294,9 @@ } }, "fecha": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.2.tgz", - "integrity": "sha512-5rOQWkBVz3FnYWTi/ELZmq4CoK1Pb+xKNZWuJRsOwo0+8DrP43CrWJtyLVvb5U7z7ggE5llahfDbLjaVNzXVJQ==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", + "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==" }, "file-entry-cache": { "version": "6.0.1", @@ -8218,7 +8341,7 @@ "find-up": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", "dev": true, "requires": { "locate-path": "^2.0.0" @@ -8246,9 +8369,9 @@ "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==" }, "flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.6.tgz", + "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==", "dev": true }, "fn.name": { @@ -8269,7 +8392,7 @@ "forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true }, "form-data": { @@ -8297,7 +8420,7 @@ "fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" }, "fromentries": { "version": "1.3.2", @@ -8308,7 +8431,7 @@ "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, "fsevents": { "version": "2.3.2", @@ -8323,16 +8446,28 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + } + }, "functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", "dev": true }, "functions-have-names": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.2.tgz", - "integrity": "sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true }, "gensync": { @@ -8350,18 +8485,18 @@ "get-func-name": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", "dev": true }, "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" } }, "get-package-type": { @@ -8383,21 +8518,21 @@ "getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, "requires": { "assert-plus": "^1.0.0" } }, "glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } @@ -8412,9 +8547,9 @@ } }, "globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "version": "13.16.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz", + "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -8429,7 +8564,7 @@ "har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", "dev": true }, "har-validator": { @@ -8452,9 +8587,9 @@ } }, "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true }, "has-flag": { @@ -8512,9 +8647,9 @@ "dev": true }, "helmet": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.0.2.tgz", - "integrity": "sha512-QWlwUZZ8BtlvwYVTSDTBChGf8EOcQ2LkGMnQJxSzD1mUu8CCjXJZq/BXP8eWw4kikRnzlhtYo3lCk0ucmYA3Vg==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz", + "integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==" }, "hosted-git-info": { "version": "2.8.9", @@ -8543,7 +8678,7 @@ "http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", "dev": true, "requires": { "assert-plus": "^1.0.0", @@ -8570,7 +8705,7 @@ "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true }, "indent-string": { @@ -8582,7 +8717,7 @@ "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "requires": { "once": "^1.3.0", "wrappy": "1" @@ -8607,7 +8742,7 @@ "ip-regex": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", + "integrity": "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==", "dev": true }, "ipaddr.js": { @@ -8618,7 +8753,7 @@ "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "is-bigint": { @@ -8676,7 +8811,7 @@ "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true }, "is-fullwidth-code-point": { @@ -8697,7 +8832,7 @@ "is-ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-2.0.0.tgz", - "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=", + "integrity": "sha512-9MTn0dteHETtyUx8pxqMwg5hMBi3pvlyglJ+b79KOCca0po23337LbVV2Hl4xmMvfw++ljnO0/+5G6G+0Szh6g==", "dev": true, "requires": { "ip-regex": "^2.0.0" @@ -8775,7 +8910,7 @@ "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, "is-unicode-supported": { @@ -8802,18 +8937,18 @@ "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", "dev": true }, "istanbul-lib-coverage": { @@ -8844,26 +8979,17 @@ } }, "istanbul-lib-processinfo": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", - "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz", + "integrity": "sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==", "dev": true, "requires": { "archy": "^1.0.0", - "cross-spawn": "^7.0.0", - "istanbul-lib-coverage": "^3.0.0-alpha.1", - "make-dir": "^3.0.0", + "cross-spawn": "^7.0.3", + "istanbul-lib-coverage": "^3.2.0", "p-map": "^3.0.0", "rimraf": "^3.0.0", - "uuid": "^3.3.3" - }, - "dependencies": { - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "dev": true - } + "uuid": "^8.3.2" } }, "istanbul-lib-report": { @@ -8886,14 +9012,6 @@ "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } } }, "istanbul-reports": { @@ -8923,7 +9041,7 @@ "jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true }, "jsesc": { @@ -8962,13 +9080,13 @@ "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", "dev": true }, "json5": { @@ -9010,15 +9128,15 @@ "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==" }, "language-subtag-registry": { - "version": "0.3.21", - "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz", - "integrity": "sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==", + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", "dev": true }, "language-tags": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=", + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", "dev": true, "requires": { "language-subtag-registry": "~0.3.2" @@ -9035,12 +9153,12 @@ } }, "light-my-request": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.9.0.tgz", - "integrity": "sha512-b1U3z4OVPoO/KanT14NRkXMr9rRtXAiq0ORqNrqhDyb5bGkZjAdEc6GRN1GWCfgaLBG+aq73qkCLDNeB3c2sLw==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.10.1.tgz", + "integrity": "sha512-l+zWk0HXGhGzY7IYTZnYEqIpj3Mpcyk2f8+FkKUyREywvaiWCf2jyQVxpasKRsploY/nVpoqTlxx72CIeQNcIQ==", "requires": { "ajv": "^8.1.0", - "cookie": "^0.4.0", + "cookie": "^0.5.0", "process-warning": "^1.0.0", "set-cookie-parser": "^2.4.1" }, @@ -9066,7 +9184,7 @@ "load-json-file": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", - "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", "dev": true, "requires": { "graceful-fs": "^4.1.2", @@ -9078,7 +9196,7 @@ "strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true } } @@ -9086,7 +9204,7 @@ "locate-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", "dev": true, "requires": { "p-locate": "^2.0.0", @@ -9101,7 +9219,7 @@ "lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", + "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, "lodash.merge": { @@ -9121,9 +9239,9 @@ } }, "logform": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.4.0.tgz", - "integrity": "sha512-CPSJw4ftjf517EhXZGGvTHHkYobo7ZCc0kvwUoOYcjfR2UVrI66RHj8MCrfAdEitdmFqbu2BYdYs8FHHZSb6iw==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/logform/-/logform-2.4.2.tgz", + "integrity": "sha512-W4c9himeAwXEdZ05dQNerhFz2XG80P9Oj0loPUMV23VC2it0orMHQhJm4hdnnor3rd1HsGf6a2lPwBM1zeXHGw==", "requires": { "@colors/colors": "1.5.0", "fecha": "^4.2.0", @@ -9176,13 +9294,13 @@ "memorystream": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", - "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", "dev": true }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true }, "mime": { @@ -9249,15 +9367,6 @@ "yargs-unparser": "2.0.0" }, "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, "find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -9268,6 +9377,31 @@ "path-exists": "^4.0.0" } }, + "glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "dependencies": { + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, "locate-path": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", @@ -9284,6 +9418,17 @@ "dev": true, "requires": { "brace-expansion": "^2.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + } } }, "ms": { @@ -9396,7 +9541,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "safe-buffer": { "version": "5.1.2", @@ -9419,7 +9564,7 @@ "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "nice-try": { @@ -9438,9 +9583,9 @@ } }, "node-releases": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.3.tgz", - "integrity": "sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "normalize-package-data": { @@ -9518,7 +9663,7 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "cross-spawn": { @@ -9537,19 +9682,19 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "path-key": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "dev": true }, "semver": { @@ -9561,7 +9706,7 @@ "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "dev": true, "requires": { "shebang-regex": "^1.0.0" @@ -9570,7 +9715,7 @@ "shebang-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true }, "supports-color": { @@ -9745,13 +9890,13 @@ "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true }, "object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", "dev": true }, "object-keys": { @@ -9818,7 +9963,7 @@ "on-finished": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", "requires": { "ee-first": "1.1.1" } @@ -9826,7 +9971,7 @@ "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "requires": { "wrappy": "1" } @@ -9874,7 +10019,7 @@ "p-locate": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", "dev": true, "requires": { "p-limit": "^1.1.0" @@ -9892,7 +10037,7 @@ "p-try": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", "dev": true } } @@ -9936,7 +10081,7 @@ "parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, "requires": { "error-ex": "^1.3.1", @@ -9946,13 +10091,13 @@ "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" }, "path-key": { "version": "3.1.1", @@ -9984,7 +10129,7 @@ "performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "dev": true }, "picocolors": { @@ -10008,7 +10153,7 @@ "pify": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", "dev": true }, "pino": { @@ -10130,9 +10275,9 @@ } }, "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", "dev": true }, "punycode": { @@ -10141,9 +10286,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dev": true, "requires": { "side-channel": "^1.0.4" @@ -10182,7 +10327,7 @@ "read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", "dev": true, "requires": { "load-json-file": "^4.0.0", @@ -10240,7 +10385,7 @@ "release-zalgo": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", - "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "integrity": "sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==", "dev": true, "requires": { "es6-error": "^4.0.1" @@ -10296,7 +10441,7 @@ "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true }, "require-from-string": { @@ -10311,12 +10456,12 @@ "dev": true }, "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "requires": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -10431,7 +10576,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" } } }, @@ -10454,13 +10599,13 @@ "set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, "set-cookie-parser": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz", - "integrity": "sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz", + "integrity": "sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w==" }, "setprototypeof": { "version": "1.2.0", @@ -10513,7 +10658,7 @@ "simple-swizzle": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", + "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", "requires": { "is-arrayish": "^0.3.1" }, @@ -10528,7 +10673,7 @@ "sliced": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "integrity": "sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=" + "integrity": "sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==" }, "sonic-boom": { "version": "1.4.1", @@ -10540,15 +10685,15 @@ } }, "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", "optional": true, "requires": { "memory-pager": "^1.0.2" @@ -10603,7 +10748,7 @@ "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "sshpk": { @@ -10626,12 +10771,12 @@ "stack-trace": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==" }, "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" }, "string_decoder": { "version": "1.3.0", @@ -10693,23 +10838,25 @@ } }, "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, "strip-ansi": { @@ -10826,7 +10973,7 @@ "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "tiny-lru": { @@ -10837,7 +10984,7 @@ "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true }, "to-regex-range": { @@ -10893,7 +11040,7 @@ "strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true } } @@ -10901,7 +11048,7 @@ "tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, "requires": { "safe-buffer": "^5.0.1" @@ -10910,7 +11057,7 @@ "tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", "dev": true }, "type-check": { @@ -10944,14 +11091,14 @@ } }, "unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", "which-boxed-primitive": "^1.0.2" } }, @@ -10964,6 +11111,16 @@ "fastify-plugin": "^3.0.0" } }, + "update-browserslist-db": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz", + "integrity": "sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==", + "dev": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -10975,7 +11132,7 @@ "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "uuid": { "version": "8.3.2", @@ -11001,7 +11158,7 @@ "verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, "requires": { "assert-plus": "^1.0.0", @@ -11034,7 +11191,7 @@ "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, "winston": { @@ -11090,7 +11247,7 @@ "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "write-file-atomic": { "version": "3.0.3", From dde67bd48c8af764ccca3da2f9156dc05cdcc231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:54:57 +0000 Subject: [PATCH 036/303] fix(deps): update dependency @snyk/protect to v1.960.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4171e2b46..7b2cfb966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.958.0", + "@snyk/protect": "1.960.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.958.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.958.0.tgz", - "integrity": "sha512-jAffc2bnafnyMJBuP2J+2yrhhOOVkiGYCp6gLPuvpiq7AG6cy07R/PFx3C+gosNwkzNl+0wpXkPq1OxPt7rnIw==", + "version": "1.960.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.960.0.tgz", + "integrity": "sha512-EbyNR5BYcMboDmfU+yok61E06vmSJtrafisR84+NnW/M4EYIxNZpjvQucxiWKK1rq11Hdk0PIIGYRPsMcW78Mg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.958.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.958.0.tgz", - "integrity": "sha512-jAffc2bnafnyMJBuP2J+2yrhhOOVkiGYCp6gLPuvpiq7AG6cy07R/PFx3C+gosNwkzNl+0wpXkPq1OxPt7rnIw==" + "version": "1.960.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.960.0.tgz", + "integrity": "sha512-EbyNR5BYcMboDmfU+yok61E06vmSJtrafisR84+NnW/M4EYIxNZpjvQucxiWKK1rq11Hdk0PIIGYRPsMcW78Mg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0921ef00b..bd69d83bd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.958.0", + "@snyk/protect": "1.960.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 7a2083cbd39baddd04fe3c00830926e583bc5fc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:11:43 +0000 Subject: [PATCH 037/303] chore(deps): update mongo digest to 82302b0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 10055dc0c..251632e83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:37e84d3dd30cdfb5472ec42b8a6b4dc6ca7cacd91ebcfa0410a54528bbc5fa6d + image: mongo@sha256:82302b06360729842acd27ab8a91c90e244f17e464fcfd366b7427af652c5559 volumes: - ./data:/data/db ports: From ee71cfa8f28f9a677ce156f5f72cc8a3cd192f6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:27:45 +0000 Subject: [PATCH 038/303] chore(deps): update github/codeql-action action to v2.1.15 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 00d8ab168..6f4b9025d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@41a4ada31ba866a7f1196b9602703a89edd69e22 # tag=v2.1.14 + uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@41a4ada31ba866a7f1196b9602703a89edd69e22 # tag=v2.1.14 + uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@41a4ada31ba866a7f1196b9602703a89edd69e22 # tag=v2.1.14 + uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15 From a7aa5c3ba5cde866292350851458ee3d3c65f573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 01:06:30 +0000 Subject: [PATCH 039/303] fix(deps): update dependency @snyk/protect to v1.961.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b2cfb966..e6807514a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.960.0", + "@snyk/protect": "1.961.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.960.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.960.0.tgz", - "integrity": "sha512-EbyNR5BYcMboDmfU+yok61E06vmSJtrafisR84+NnW/M4EYIxNZpjvQucxiWKK1rq11Hdk0PIIGYRPsMcW78Mg==", + "version": "1.961.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.961.0.tgz", + "integrity": "sha512-tzQL2DHWAzBkJJ0XwYtiM4XvJiFXtZsJMWkFMDNBp0REw+OMTZYj4kpTiw9EtiKwcvdCijfjOq8NSTSze4iOmQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.960.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.960.0.tgz", - "integrity": "sha512-EbyNR5BYcMboDmfU+yok61E06vmSJtrafisR84+NnW/M4EYIxNZpjvQucxiWKK1rq11Hdk0PIIGYRPsMcW78Mg==" + "version": "1.961.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.961.0.tgz", + "integrity": "sha512-tzQL2DHWAzBkJJ0XwYtiM4XvJiFXtZsJMWkFMDNBp0REw+OMTZYj4kpTiw9EtiKwcvdCijfjOq8NSTSze4iOmQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index bd69d83bd..b174dcfe6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.960.0", + "@snyk/protect": "1.961.0", "fastify": "3.29.0", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 11cebe2ca9b9e16ff44df581ffd5289b593035af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 22:04:50 +0000 Subject: [PATCH 040/303] fix(deps): update dependency winston to v3.8.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6807514a..6e876f476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", - "winston": "3.8.0" + "winston": "3.8.1" }, "devDependencies": { "acorn": "8.7.1", @@ -6246,9 +6246,9 @@ "dev": true }, "node_modules/winston": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", - "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", + "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "dependencies": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", @@ -11195,9 +11195,9 @@ "dev": true }, "winston": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.0.tgz", - "integrity": "sha512-Iix1w8rIq2kBDkGvclO0db2CVOHYVamCIkVWcUbs567G9i2pdB+gvqLgDgxx4B4HXHYD6U4Zybh6ojepUOqcFQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", + "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", "requires": { "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", diff --git a/package.json b/package.json index b174dcfe6..a661231f8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash": "4.17.21", "mongoose": "5.13.14", "uuid": "8.3.2", - "winston": "3.8.0" + "winston": "3.8.1" }, "engines": { "node": ">=16.0", From 6065ec5d5b1bcd450c37a93d538536e5dafe2e4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 18:29:46 +0000 Subject: [PATCH 041/303] fix(deps): update dependency fastify to v3.29.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e876f476..f337262e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.961.0", - "fastify": "3.29.0", + "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", "mongoose": "5.13.14", @@ -2354,9 +2354,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fastify": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.0.tgz", - "integrity": "sha512-zXSiDTdHJCHcmDrSje1f1RfzTmUTjMtHnPhh6cdokgfHhloQ+gy0Du+KlEjwTbcNC3Djj4GAsBzl6KvfI9Ah2g==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.1.tgz", + "integrity": "sha512-UhGmh0/J0YQetqULYfv/utvut0R6ICQvO6Oh81JvG75UbjVgueqoE6EPChB3gR5aF3dVKpT/qFTgc7zvpGTYNg==", "dependencies": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", @@ -8241,9 +8241,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fastify": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.0.tgz", - "integrity": "sha512-zXSiDTdHJCHcmDrSje1f1RfzTmUTjMtHnPhh6cdokgfHhloQ+gy0Du+KlEjwTbcNC3Djj4GAsBzl6KvfI9Ah2g==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.1.tgz", + "integrity": "sha512-UhGmh0/J0YQetqULYfv/utvut0R6ICQvO6Oh81JvG75UbjVgueqoE6EPChB3gR5aF3dVKpT/qFTgc7zvpGTYNg==", "requires": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", diff --git a/package.json b/package.json index a661231f8..964ad69b5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.961.0", - "fastify": "3.29.0", + "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", "lodash": "4.17.21", From bc6d2bcc111bedd5d7ad7ef87170fafcd0169b2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Jul 2022 02:51:42 +0000 Subject: [PATCH 042/303] chore(deps): update dependency eslint to v8.19.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f337262e0..56f67d4d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.18.0", + "eslint": "8.19.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.0", @@ -1881,9 +1881,9 @@ } }, "node_modules/eslint": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz", - "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.19.0.tgz", + "integrity": "sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.0", @@ -7874,9 +7874,9 @@ "dev": true }, "eslint": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz", - "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==", + "version": "8.19.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.19.0.tgz", + "integrity": "sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.0", diff --git a/package.json b/package.json index 964ad69b5..0237505ef 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.18.0", + "eslint": "8.19.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.0", From 790b70e18cef302c1320669af5a2a8d97aefa15c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 00:01:00 +0000 Subject: [PATCH 043/303] chore(deps): lock file maintenance --- package-lock.json | 110 +++++++++++++++++++++++----------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56f67d4d5..1e7838c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -788,9 +788,9 @@ } }, "node_modules/@types/node": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz", - "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==" + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz", + "integrity": "sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==" }, "node_modules/@types/superagent": { "version": "3.8.7", @@ -1077,12 +1077,12 @@ "dev": true }, "node_modules/axe-core": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.2.tgz", - "integrity": "sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz", + "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==", "dev": true, "engines": { - "node": ">=12" + "node": ">=4" } }, "node_modules/axobject-query": { @@ -1183,9 +1183,9 @@ "dev": true }, "node_modules/browserslist": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", - "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz", + "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", "dev": true, "funding": [ { @@ -1198,9 +1198,9 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001359", - "electron-to-chromium": "^1.4.172", - "node-releases": "^2.0.5", + "caniuse-lite": "^1.0.30001366", + "electron-to-chromium": "^1.4.188", + "node-releases": "^2.0.6", "update-browserslist-db": "^1.0.4" }, "bin": { @@ -1265,9 +1265,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001364", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001364.tgz", - "integrity": "sha512-9O0xzV3wVyX0SlegIQ6knz+okhBB5pE0PC40MNdwcipjwpxoUEHL24uJ+gG42cgklPjfO5ZjZPme9FTSN3QT2Q==", + "version": "1.0.30001367", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz", + "integrity": "sha512-XDgbeOHfifWV3GEES2B8rtsrADx4Jf+juKX2SICJcaUhjYBO3bR96kvEIHa15VU6ohtOhBZuPGGYGbXMRn0NCw==", "dev": true, "funding": [ { @@ -1551,9 +1551,9 @@ "dev": true }, "node_modules/core-js-pure": { - "version": "3.23.4", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.4.tgz", - "integrity": "sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ==", + "version": "3.23.5", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.5.tgz", + "integrity": "sha512-8t78LdpKSuCq4pJYCYk8hl7XEkAX+BP16yRIwL3AanTksxuEf7CM83vRyctmiEL8NDZ3jpUcv56fk9/zG3aIuw==", "dev": true, "hasInstallScript": true, "funding": { @@ -1744,9 +1744,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.4.185", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.185.tgz", - "integrity": "sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw==", + "version": "1.4.192", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz", + "integrity": "sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw==", "dev": true }, "node_modules/emoji-regex": { @@ -3433,9 +3433,9 @@ } }, "node_modules/istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, "dependencies": { "html-escaper": "^2.0.0", @@ -3601,9 +3601,9 @@ } }, "node_modules/light-my-request": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.10.1.tgz", - "integrity": "sha512-l+zWk0HXGhGzY7IYTZnYEqIpj3Mpcyk2f8+FkKUyREywvaiWCf2jyQVxpasKRsploY/nVpoqTlxx72CIeQNcIQ==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.12.0.tgz", + "integrity": "sha512-0y+9VIfJEsPVzK5ArSIJ8Dkxp8QMP7/aCuxCUtG/tr9a2NoOf/snATE/OUc05XUplJCEnRh6gTkH7xh9POt1DQ==", "dependencies": { "ajv": "^8.1.0", "cookie": "^0.5.0", @@ -7015,9 +7015,9 @@ } }, "@types/node": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz", - "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==" + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz", + "integrity": "sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==" }, "@types/superagent": { "version": "3.8.7", @@ -7238,9 +7238,9 @@ "dev": true }, "axe-core": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.2.tgz", - "integrity": "sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz", + "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==", "dev": true }, "axobject-query": { @@ -7337,14 +7337,14 @@ "dev": true }, "browserslist": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", - "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz", + "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001359", - "electron-to-chromium": "^1.4.172", - "node-releases": "^2.0.5", + "caniuse-lite": "^1.0.30001366", + "electron-to-chromium": "^1.4.188", + "node-releases": "^2.0.6", "update-browserslist-db": "^1.0.4" } }, @@ -7388,9 +7388,9 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001364", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001364.tgz", - "integrity": "sha512-9O0xzV3wVyX0SlegIQ6knz+okhBB5pE0PC40MNdwcipjwpxoUEHL24uJ+gG42cgklPjfO5ZjZPme9FTSN3QT2Q==", + "version": "1.0.30001367", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz", + "integrity": "sha512-XDgbeOHfifWV3GEES2B8rtsrADx4Jf+juKX2SICJcaUhjYBO3bR96kvEIHa15VU6ohtOhBZuPGGYGbXMRn0NCw==", "dev": true }, "caseless": { @@ -7623,9 +7623,9 @@ "dev": true }, "core-js-pure": { - "version": "3.23.4", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.4.tgz", - "integrity": "sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ==", + "version": "3.23.5", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.5.tgz", + "integrity": "sha512-8t78LdpKSuCq4pJYCYk8hl7XEkAX+BP16yRIwL3AanTksxuEf7CM83vRyctmiEL8NDZ3jpUcv56fk9/zG3aIuw==", "dev": true }, "core-util-is": { @@ -7764,9 +7764,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "electron-to-chromium": { - "version": "1.4.185", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.185.tgz", - "integrity": "sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw==", + "version": "1.4.192", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz", + "integrity": "sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw==", "dev": true }, "emoji-regex": { @@ -9015,9 +9015,9 @@ } }, "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, "requires": { "html-escaper": "^2.0.0", @@ -9153,9 +9153,9 @@ } }, "light-my-request": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.10.1.tgz", - "integrity": "sha512-l+zWk0HXGhGzY7IYTZnYEqIpj3Mpcyk2f8+FkKUyREywvaiWCf2jyQVxpasKRsploY/nVpoqTlxx72CIeQNcIQ==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.12.0.tgz", + "integrity": "sha512-0y+9VIfJEsPVzK5ArSIJ8Dkxp8QMP7/aCuxCUtG/tr9a2NoOf/snATE/OUc05XUplJCEnRh6gTkH7xh9POt1DQ==", "requires": { "ajv": "^8.1.0", "cookie": "^0.5.0", From 371c4c77d1680dc41b13f18854129a3c2ab45b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 10:21:58 +0000 Subject: [PATCH 044/303] fix(deps): update dependency @snyk/protect to v1.962.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e7838c92..0ca575adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.961.0", + "@snyk/protect": "1.962.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.961.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.961.0.tgz", - "integrity": "sha512-tzQL2DHWAzBkJJ0XwYtiM4XvJiFXtZsJMWkFMDNBp0REw+OMTZYj4kpTiw9EtiKwcvdCijfjOq8NSTSze4iOmQ==", + "version": "1.962.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.962.0.tgz", + "integrity": "sha512-6LD/3ivF1kyvcbYwpkX3Tmi2o02TtEWE97JghqpzCnwQhIBEddMAoHcG2FPUBtGC86QNy5F3Je3YzjPsEn1hVg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.961.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.961.0.tgz", - "integrity": "sha512-tzQL2DHWAzBkJJ0XwYtiM4XvJiFXtZsJMWkFMDNBp0REw+OMTZYj4kpTiw9EtiKwcvdCijfjOq8NSTSze4iOmQ==" + "version": "1.962.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.962.0.tgz", + "integrity": "sha512-6LD/3ivF1kyvcbYwpkX3Tmi2o02TtEWE97JghqpzCnwQhIBEddMAoHcG2FPUBtGC86QNy5F3Je3YzjPsEn1hVg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0237505ef..06fec7168 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.961.0", + "@snyk/protect": "1.962.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 698675c3d4f3a3f075d5e8440ca8fc58c6397d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 15:47:53 +0000 Subject: [PATCH 045/303] fix(deps): update dependency @snyk/protect to v1.963.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ca575adb..557d655bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.962.0", + "@snyk/protect": "1.963.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.962.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.962.0.tgz", - "integrity": "sha512-6LD/3ivF1kyvcbYwpkX3Tmi2o02TtEWE97JghqpzCnwQhIBEddMAoHcG2FPUBtGC86QNy5F3Je3YzjPsEn1hVg==", + "version": "1.963.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.963.0.tgz", + "integrity": "sha512-LgrJQa7fmZPja8D1yxhOqhGbLsjJ1wChXB0tIiD/o42nyEUeWw45erPckfnmBmpkWoaeAE2PjrLrgz81zKlFJg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.962.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.962.0.tgz", - "integrity": "sha512-6LD/3ivF1kyvcbYwpkX3Tmi2o02TtEWE97JghqpzCnwQhIBEddMAoHcG2FPUBtGC86QNy5F3Je3YzjPsEn1hVg==" + "version": "1.963.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.963.0.tgz", + "integrity": "sha512-LgrJQa7fmZPja8D1yxhOqhGbLsjJ1wChXB0tIiD/o42nyEUeWw45erPckfnmBmpkWoaeAE2PjrLrgz81zKlFJg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 06fec7168..68228a5e1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.962.0", + "@snyk/protect": "1.963.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 1053bcf47335dffc58d8a701bef072a0a0713499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:24:49 +0000 Subject: [PATCH 046/303] chore(deps): update node.js to 24b9d2c --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 419fa2bc3..3940ccfe4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:d4a0c2f47b149840e99ef5ca1a1f1b0a9e33a3980975d55ddd0eb117c2f64161 +FROM node:16.16.0-alpine3.15@sha256:24b9d2ceb56f0622881e83093498d919b12dc7742507eb51f3887fc2dbb31adb ARG appPort=3000 # ARG microScannerToken From 9bed7628f5ae57f1c06e94b3b0aa9629073e612d Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Wed, 27 Jul 2022 09:29:41 +0200 Subject: [PATCH 047/303] fix(cicd): add blocked scanner.sonarcloud.io endpoint --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d28c13005..722edc0d6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -73,6 +73,7 @@ jobs: github.com:443 pipelines.actions.githubusercontent.com:443 sonarcloud.io:443 + scanner.sonarcloud.io:443 - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 From 8b0f8d4ac1beb8bdaf2e765a4dde51171c831cd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 07:37:36 +0000 Subject: [PATCH 048/303] chore(deps): update actions/setup-node action to v3.4.0 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 722edc0d6..f86212487 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3.3.0 + uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3.4.0 with: node-version: ${{ matrix.node }} check-latest: true @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3.3.0 + uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3.4.0 with: node-version: ${{ matrix.node }} check-latest: true From d06dc91a30d93a5276efe020cf5d6df2f92b77eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 07:38:42 +0000 Subject: [PATCH 049/303] fix(deps): update dependency @snyk/protect to v1.969.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 557d655bc..bc3b31b19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.963.0", + "@snyk/protect": "1.969.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.963.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.963.0.tgz", - "integrity": "sha512-LgrJQa7fmZPja8D1yxhOqhGbLsjJ1wChXB0tIiD/o42nyEUeWw45erPckfnmBmpkWoaeAE2PjrLrgz81zKlFJg==", + "version": "1.969.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.969.0.tgz", + "integrity": "sha512-dukIjFcCmtjPUeVPpGTMCzxEHILayE6Ta1OSCYPc9l/UD/vHv6M9aneENQtUvLXJmqxxNgNol8wsl1XGkSU38w==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.963.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.963.0.tgz", - "integrity": "sha512-LgrJQa7fmZPja8D1yxhOqhGbLsjJ1wChXB0tIiD/o42nyEUeWw45erPckfnmBmpkWoaeAE2PjrLrgz81zKlFJg==" + "version": "1.969.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.969.0.tgz", + "integrity": "sha512-dukIjFcCmtjPUeVPpGTMCzxEHILayE6Ta1OSCYPc9l/UD/vHv6M9aneENQtUvLXJmqxxNgNol8wsl1XGkSU38w==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 68228a5e1..3d04bb21f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.963.0", + "@snyk/protect": "1.969.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From f0d202672f783d510cefe8d8633cf7cbb6dbd7e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 07:39:27 +0000 Subject: [PATCH 050/303] chore(deps): update step-security/harden-runner digest to 1247074 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 49e3b3312..43f6e5094 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6f4b9025d..81593ff11 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f86212487..dfe1fdef7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@911b1af682b685d05d871fe5572549216219b577 + uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a with: egress-policy: audit From 0843ec7022a8fdbe7d9949b783930db69d743bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 08:25:10 +0000 Subject: [PATCH 051/303] chore(deps): update node.js to 3cc4a16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3940ccfe4..a32a61a87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:24b9d2ceb56f0622881e83093498d919b12dc7742507eb51f3887fc2dbb31adb +FROM node:16.16.0-alpine3.15@sha256:3cc4a16286bc01e141dcfec735f3ebfaf8bdb6ab7ff216f9a7073bd08cee1fa7 ARG appPort=3000 # ARG microScannerToken From 37ebabb27570fbb504e714791308c230d7b343cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:19:53 +0000 Subject: [PATCH 052/303] fix(deps): update dependency @snyk/protect to v1.970.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc3b31b19..968833b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.969.0", + "@snyk/protect": "1.970.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.969.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.969.0.tgz", - "integrity": "sha512-dukIjFcCmtjPUeVPpGTMCzxEHILayE6Ta1OSCYPc9l/UD/vHv6M9aneENQtUvLXJmqxxNgNol8wsl1XGkSU38w==", + "version": "1.970.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.970.0.tgz", + "integrity": "sha512-6PLsqgbYw15RK0HVzrSGODWzr0Ofiia1rqZ87tdaMII2Uy/nLuNttX6UXWEY207b591Kfb/j4pne9QZrqqCtFw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.969.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.969.0.tgz", - "integrity": "sha512-dukIjFcCmtjPUeVPpGTMCzxEHILayE6Ta1OSCYPc9l/UD/vHv6M9aneENQtUvLXJmqxxNgNol8wsl1XGkSU38w==" + "version": "1.970.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.970.0.tgz", + "integrity": "sha512-6PLsqgbYw15RK0HVzrSGODWzr0Ofiia1rqZ87tdaMII2Uy/nLuNttX6UXWEY207b591Kfb/j4pne9QZrqqCtFw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 3d04bb21f..1f45dd37b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.969.0", + "@snyk/protect": "1.970.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From bc5002a3c7d3961ed61888786dd252ca992e50be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:43:30 +0000 Subject: [PATCH 053/303] fix(deps): update dependency @snyk/protect to v1.971.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 968833b5e..9581e188f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.970.0", + "@snyk/protect": "1.971.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.970.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.970.0.tgz", - "integrity": "sha512-6PLsqgbYw15RK0HVzrSGODWzr0Ofiia1rqZ87tdaMII2Uy/nLuNttX6UXWEY207b591Kfb/j4pne9QZrqqCtFw==", + "version": "1.971.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.971.0.tgz", + "integrity": "sha512-xeUdMNp+38IHKdht/7grEZIoZBghVJSy3RmgvwyzvXsZjRFkZKus5z7c5mMG7xQnXmjrLorWX8CNqLP3OBHcUw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.970.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.970.0.tgz", - "integrity": "sha512-6PLsqgbYw15RK0HVzrSGODWzr0Ofiia1rqZ87tdaMII2Uy/nLuNttX6UXWEY207b591Kfb/j4pne9QZrqqCtFw==" + "version": "1.971.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.971.0.tgz", + "integrity": "sha512-xeUdMNp+38IHKdht/7grEZIoZBghVJSy3RmgvwyzvXsZjRFkZKus5z7c5mMG7xQnXmjrLorWX8CNqLP3OBHcUw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 1f45dd37b..398d35e5e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.970.0", + "@snyk/protect": "1.971.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 257a08bcde413215bb013572a39b6c1cca390554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 02:47:11 +0000 Subject: [PATCH 054/303] chore(deps): update node.js to aadf41f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a32a61a87..15ed4c33f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:3cc4a16286bc01e141dcfec735f3ebfaf8bdb6ab7ff216f9a7073bd08cee1fa7 +FROM node:16.16.0-alpine3.15@sha256:aadf41f226e70cd7a691f993cc6ff851c299c4cbc959512643ced5a5e8fb5c51 ARG appPort=3000 # ARG microScannerToken From 6f7d1ba67ec9761d431a9dde5287f9246890ad35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:16:43 +0000 Subject: [PATCH 055/303] fix(deps): update dependency @snyk/protect to v1.972.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9581e188f..eb39ff4b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.971.0", + "@snyk/protect": "1.972.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.971.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.971.0.tgz", - "integrity": "sha512-xeUdMNp+38IHKdht/7grEZIoZBghVJSy3RmgvwyzvXsZjRFkZKus5z7c5mMG7xQnXmjrLorWX8CNqLP3OBHcUw==", + "version": "1.972.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.972.0.tgz", + "integrity": "sha512-Yj5Spug6t/rcjjvtK9JL4dBlkSDR+LzJqQ5O3yQxswqiRVGFu746LRIB04x1x4uw//bzsTr3GS5F46/F9rGbAw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.971.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.971.0.tgz", - "integrity": "sha512-xeUdMNp+38IHKdht/7grEZIoZBghVJSy3RmgvwyzvXsZjRFkZKus5z7c5mMG7xQnXmjrLorWX8CNqLP3OBHcUw==" + "version": "1.972.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.972.0.tgz", + "integrity": "sha512-Yj5Spug6t/rcjjvtK9JL4dBlkSDR+LzJqQ5O3yQxswqiRVGFu746LRIB04x1x4uw//bzsTr3GS5F46/F9rGbAw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 398d35e5e..ee1acbd42 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.971.0", + "@snyk/protect": "1.972.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 78466cc6843cad759ba48fd6957363ddf46339ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 16:36:01 +0000 Subject: [PATCH 056/303] chore(deps): update actions/setup-node action to v3.4.1 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dfe1fdef7..b0b53a906 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3.4.0 + uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1 with: node-version: ${{ matrix.node }} check-latest: true @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a # tag=v3.4.0 + uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1 with: node-version: ${{ matrix.node }} check-latest: true From 96a826300747ccdad7a63b5ad654e0d582ad1bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:44:42 +0000 Subject: [PATCH 057/303] chore(deps): update github/codeql-action action to v2.1.16 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 81593ff11..e53599602 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15 + uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15 + uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2.1.15 + uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 From d28fc2827d9a486675573002204607ccb6b00c23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 11:46:44 +0000 Subject: [PATCH 058/303] chore(deps): update node.js to 369c2d2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15ed4c33f..b7cb5c90c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:aadf41f226e70cd7a691f993cc6ff851c299c4cbc959512643ced5a5e8fb5c51 +FROM node:16.16.0-alpine3.15@sha256:369c2d2bd7936ee466c7bc22362785a942386b03539e1ae14c6f55ef513525f9 ARG appPort=3000 # ARG microScannerToken From 5f81a1f42c4557260cf8baef398fb93d66303c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 13:36:52 +0000 Subject: [PATCH 059/303] fix(deps): update dependency @snyk/protect to v1.973.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb39ff4b4..3de0d4e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.972.0", + "@snyk/protect": "1.973.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.972.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.972.0.tgz", - "integrity": "sha512-Yj5Spug6t/rcjjvtK9JL4dBlkSDR+LzJqQ5O3yQxswqiRVGFu746LRIB04x1x4uw//bzsTr3GS5F46/F9rGbAw==", + "version": "1.973.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.973.0.tgz", + "integrity": "sha512-p+r0CpzpeYfGzRFZ1VdwrD1UetFWoAk2/kWUADbXYoGEoD4jDoOEYdDA3ZABiYp9rVNOW2A8Ph0uxZFoQSrCLg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.972.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.972.0.tgz", - "integrity": "sha512-Yj5Spug6t/rcjjvtK9JL4dBlkSDR+LzJqQ5O3yQxswqiRVGFu746LRIB04x1x4uw//bzsTr3GS5F46/F9rGbAw==" + "version": "1.973.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.973.0.tgz", + "integrity": "sha512-p+r0CpzpeYfGzRFZ1VdwrD1UetFWoAk2/kWUADbXYoGEoD4jDoOEYdDA3ZABiYp9rVNOW2A8Ph0uxZFoQSrCLg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index ee1acbd42..f8b8456e2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.972.0", + "@snyk/protect": "1.973.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 23b93c6de083752c0797b5940ad41d131af00c3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Jul 2022 21:42:59 +0000 Subject: [PATCH 060/303] chore(deps): update dependency eslint to v8.20.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3de0d4e19..148c81694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.19.0", + "eslint": "8.20.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.0", @@ -1881,9 +1881,9 @@ } }, "node_modules/eslint": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.19.0.tgz", - "integrity": "sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz", + "integrity": "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.0", @@ -7874,9 +7874,9 @@ "dev": true }, "eslint": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.19.0.tgz", - "integrity": "sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz", + "integrity": "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.0", diff --git a/package.json b/package.json index f8b8456e2..f84023329 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.19.0", + "eslint": "8.20.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.0", From 22c51145acb22b2b36373caf0b196cd88279b531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 04:30:10 +0000 Subject: [PATCH 061/303] chore(deps): update mongo digest to a9775b8 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 251632e83..a0eefbcfe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:82302b06360729842acd27ab8a91c90e244f17e464fcfd366b7427af652c5559 + image: mongo@sha256:a9775b8686e8c5c298712ae1eea710bb341ffbb3f306dd7681f60c5b8d7fae90 volumes: - ./data:/data/db ports: From 7cb65071ec9fd925b19b5d433e685f0974bbe2a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:51:32 +0000 Subject: [PATCH 062/303] fix(deps): update dependency @snyk/protect to v1.974.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 148c81694..15d9535f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.973.0", + "@snyk/protect": "1.974.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.973.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.973.0.tgz", - "integrity": "sha512-p+r0CpzpeYfGzRFZ1VdwrD1UetFWoAk2/kWUADbXYoGEoD4jDoOEYdDA3ZABiYp9rVNOW2A8Ph0uxZFoQSrCLg==", + "version": "1.974.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.974.0.tgz", + "integrity": "sha512-xgK7XWZKmEEULR0VILRiwRgiuIcegje9YX/TPzW7yOoutxfX0DvpGcbG2jlYjsU0FJ/gkgrvUvtbERVo8ETbPg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.973.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.973.0.tgz", - "integrity": "sha512-p+r0CpzpeYfGzRFZ1VdwrD1UetFWoAk2/kWUADbXYoGEoD4jDoOEYdDA3ZABiYp9rVNOW2A8Ph0uxZFoQSrCLg==" + "version": "1.974.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.974.0.tgz", + "integrity": "sha512-xgK7XWZKmEEULR0VILRiwRgiuIcegje9YX/TPzW7yOoutxfX0DvpGcbG2jlYjsU0FJ/gkgrvUvtbERVo8ETbPg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f84023329..74066c344 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.973.0", + "@snyk/protect": "1.974.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From fd621af96faece4eef02da03ab371aeddf18f05a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 22:20:11 +0000 Subject: [PATCH 063/303] chore(deps): update mongo digest to 4200c30 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a0eefbcfe..81a880c8c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:a9775b8686e8c5c298712ae1eea710bb341ffbb3f306dd7681f60c5b8d7fae90 + image: mongo@sha256:4200c3073389d5b303070e53ff8f5e4472efb534340d28599458ccc24f378025 volumes: - ./data:/data/db ports: From 560cebefa3a1e6836fb901b6ddae940f9b6d0ee1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:01:11 +0000 Subject: [PATCH 064/303] chore(deps): update docker/build-push-action action to v3.1.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b0b53a906..30bfa60aa 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -264,7 +264,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # tag=v3.0.0 + uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0 with: context: . push: true From fd7a0540f2cabb05dda9e6bfef13016f83c15903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 18:55:48 +0000 Subject: [PATCH 065/303] fix(deps): update dependency @snyk/protect to v1.976.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15d9535f9..8c69f0d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.974.0", + "@snyk/protect": "1.976.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.974.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.974.0.tgz", - "integrity": "sha512-xgK7XWZKmEEULR0VILRiwRgiuIcegje9YX/TPzW7yOoutxfX0DvpGcbG2jlYjsU0FJ/gkgrvUvtbERVo8ETbPg==", + "version": "1.976.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.976.0.tgz", + "integrity": "sha512-43Hk32hp51ZHpSqDw3Fy5TcGLMZRGHKVFuQJwTVdJqCQsNZSXQj9n1Avn+dn5+xctVWw2er73aPmuFphpJTGFw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.974.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.974.0.tgz", - "integrity": "sha512-xgK7XWZKmEEULR0VILRiwRgiuIcegje9YX/TPzW7yOoutxfX0DvpGcbG2jlYjsU0FJ/gkgrvUvtbERVo8ETbPg==" + "version": "1.976.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.976.0.tgz", + "integrity": "sha512-43Hk32hp51ZHpSqDw3Fy5TcGLMZRGHKVFuQJwTVdJqCQsNZSXQj9n1Avn+dn5+xctVWw2er73aPmuFphpJTGFw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 74066c344..f5ab2cff2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.974.0", + "@snyk/protect": "1.976.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 0f8025e9801b838356cc1fc72260abe1d9e8b823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:51:17 +0000 Subject: [PATCH 066/303] fix(deps): update dependency @snyk/protect to v1.978.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c69f0d15..c3940bbf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.976.0", + "@snyk/protect": "1.978.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.976.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.976.0.tgz", - "integrity": "sha512-43Hk32hp51ZHpSqDw3Fy5TcGLMZRGHKVFuQJwTVdJqCQsNZSXQj9n1Avn+dn5+xctVWw2er73aPmuFphpJTGFw==", + "version": "1.978.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.978.0.tgz", + "integrity": "sha512-+BYFLZwoTT2vnQvQ5s2ge3ick3ICP39fOA4dRrZK7Lk/yBkp0QCbOELUboUk1SNHhgHNnu5VQ6xERGR9NDFP8Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.976.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.976.0.tgz", - "integrity": "sha512-43Hk32hp51ZHpSqDw3Fy5TcGLMZRGHKVFuQJwTVdJqCQsNZSXQj9n1Avn+dn5+xctVWw2er73aPmuFphpJTGFw==" + "version": "1.978.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.978.0.tgz", + "integrity": "sha512-+BYFLZwoTT2vnQvQ5s2ge3ick3ICP39fOA4dRrZK7Lk/yBkp0QCbOELUboUk1SNHhgHNnu5VQ6xERGR9NDFP8Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f5ab2cff2..aec169336 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.976.0", + "@snyk/protect": "1.978.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 51faefaae29901ef712232c91dfe7607766cf6df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:20:50 +0000 Subject: [PATCH 067/303] chore(deps): update dependency acorn to v8.8.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3940bbf9..efe6f0069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "winston": "3.8.1" }, "devDependencies": { - "acorn": "8.7.1", + "acorn": "8.8.0", "acorn-jsx": "5.3.2", "chai": "4.3.6", "chai-as-promised": "7.1.1", @@ -814,9 +814,9 @@ "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==" }, "node_modules/acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -7041,9 +7041,9 @@ "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==" }, "acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true }, "acorn-jsx": { diff --git a/package.json b/package.json index aec169336..a221c0008 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "darwin" ], "devDependencies": { - "acorn": "8.7.1", + "acorn": "8.8.0", "acorn-jsx": "5.3.2", "chai": "4.3.6", "chai-as-promised": "7.1.1", From 06332eea6743e316c6b33dc5136af967e366ee3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:04:05 +0000 Subject: [PATCH 068/303] fix(deps): update dependency @snyk/protect to v1.979.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index efe6f0069..d42ff07f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.978.0", + "@snyk/protect": "1.979.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.978.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.978.0.tgz", - "integrity": "sha512-+BYFLZwoTT2vnQvQ5s2ge3ick3ICP39fOA4dRrZK7Lk/yBkp0QCbOELUboUk1SNHhgHNnu5VQ6xERGR9NDFP8Q==", + "version": "1.979.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.979.0.tgz", + "integrity": "sha512-Kg2DDQN7DwW078xS9FSSvniY7ABh96lzSkUwDQEEx3Xud56QSfZ5RdkoGOZVmxWfBeL1QSJ7GUhtWR5xPccE4w==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.978.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.978.0.tgz", - "integrity": "sha512-+BYFLZwoTT2vnQvQ5s2ge3ick3ICP39fOA4dRrZK7Lk/yBkp0QCbOELUboUk1SNHhgHNnu5VQ6xERGR9NDFP8Q==" + "version": "1.979.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.979.0.tgz", + "integrity": "sha512-Kg2DDQN7DwW078xS9FSSvniY7ABh96lzSkUwDQEEx3Xud56QSfZ5RdkoGOZVmxWfBeL1QSJ7GUhtWR5xPccE4w==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index a221c0008..912355fdc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.978.0", + "@snyk/protect": "1.979.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From e0ea6e7775c93354470a57155a4e126d0b7340ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:27:37 +0000 Subject: [PATCH 069/303] chore(deps): update dependency eslint-plugin-jsx-a11y to v6.6.1 --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index d42ff07f8..b1ba5267e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint": "8.20.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.6.0", + "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.30.1", "espree": "9.3.2", "mocha": "10.0.0", @@ -376,9 +376,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", - "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "dev": true, "dependencies": { "regenerator-runtime": "^0.13.4" @@ -2068,21 +2068,21 @@ "dev": true }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz", - "integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz", + "integrity": "sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", - "axe-core": "^4.4.2", + "axe-core": "^4.4.3", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.3.1", + "jsx-ast-utils": "^3.3.2", "language-tags": "^1.0.5", "minimatch": "^3.1.2", "semver": "^6.3.0" @@ -6671,9 +6671,9 @@ "dev": true }, "@babel/runtime": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.6.tgz", - "integrity": "sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" @@ -8029,21 +8029,21 @@ } }, "eslint-plugin-jsx-a11y": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.0.tgz", - "integrity": "sha512-kTeLuIzpNhXL2CwLlc8AHI0aFRwWHcg483yepO9VQiHzM9bZwJdzTkzBszbuPrbgGmq2rlX/FaT2fJQsjUSHsw==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz", + "integrity": "sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==", "dev": true, "requires": { - "@babel/runtime": "^7.18.3", + "@babel/runtime": "^7.18.9", "aria-query": "^4.2.2", "array-includes": "^3.1.5", "ast-types-flow": "^0.0.7", - "axe-core": "^4.4.2", + "axe-core": "^4.4.3", "axobject-query": "^2.2.0", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.3.1", + "jsx-ast-utils": "^3.3.2", "language-tags": "^1.0.5", "minimatch": "^3.1.2", "semver": "^6.3.0" diff --git a/package.json b/package.json index 912355fdc..58e03622b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "8.20.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.6.0", + "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.30.1", "espree": "9.3.2", "mocha": "10.0.0", From f21b714285a7c33c91fe5eb1a0529394fb573df2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 17:13:17 +0000 Subject: [PATCH 070/303] fix(deps): update dependency @snyk/protect to v1.980.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1ba5267e..51c6383ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.979.0", + "@snyk/protect": "1.980.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.979.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.979.0.tgz", - "integrity": "sha512-Kg2DDQN7DwW078xS9FSSvniY7ABh96lzSkUwDQEEx3Xud56QSfZ5RdkoGOZVmxWfBeL1QSJ7GUhtWR5xPccE4w==", + "version": "1.980.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.980.0.tgz", + "integrity": "sha512-lvGQ4RYo0gBNzUdabYe6r03kXXHsD40IWeajl0ODBFDJQknPadC4TxelIcC/iMuCZQOtdadr4Np7/LEUZeXqjA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.979.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.979.0.tgz", - "integrity": "sha512-Kg2DDQN7DwW078xS9FSSvniY7ABh96lzSkUwDQEEx3Xud56QSfZ5RdkoGOZVmxWfBeL1QSJ7GUhtWR5xPccE4w==" + "version": "1.980.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.980.0.tgz", + "integrity": "sha512-lvGQ4RYo0gBNzUdabYe6r03kXXHsD40IWeajl0ODBFDJQknPadC4TxelIcC/iMuCZQOtdadr4Np7/LEUZeXqjA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 58e03622b..ea741c8e7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.979.0", + "@snyk/protect": "1.980.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 1c2e09da116b0f44294a536760234ae1de7717d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:19:18 +0000 Subject: [PATCH 071/303] chore(deps): update step-security/harden-runner digest to 613bd0d --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 43f6e5094..ed0fff6e9 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e53599602..593ca3044 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 30bfa60aa..69a1f0855 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1247074da8883f2eb1fbc10a809f0f055df3068a + uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 with: egress-policy: audit From 6e2c49fbde651cb39602c85017b2d4a20a4a689c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:50:31 +0000 Subject: [PATCH 072/303] fix(deps): update dependency @snyk/protect to v1.981.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51c6383ec..d1417fab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.980.0", + "@snyk/protect": "1.981.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -742,9 +742,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.980.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.980.0.tgz", - "integrity": "sha512-lvGQ4RYo0gBNzUdabYe6r03kXXHsD40IWeajl0ODBFDJQknPadC4TxelIcC/iMuCZQOtdadr4Np7/LEUZeXqjA==", + "version": "1.981.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.981.0.tgz", + "integrity": "sha512-6Kk9wFNyO6fzaDtbAs0iNrlq0TG2xpKRMazQ2bJaXF5ESV3eOX0DGzlYliALaqbOY/bRE3qaQitj6t1T9LgKUg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -6975,9 +6975,9 @@ } }, "@snyk/protect": { - "version": "1.980.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.980.0.tgz", - "integrity": "sha512-lvGQ4RYo0gBNzUdabYe6r03kXXHsD40IWeajl0ODBFDJQknPadC4TxelIcC/iMuCZQOtdadr4Np7/LEUZeXqjA==" + "version": "1.981.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.981.0.tgz", + "integrity": "sha512-6Kk9wFNyO6fzaDtbAs0iNrlq0TG2xpKRMazQ2bJaXF5ESV3eOX0DGzlYliALaqbOY/bRE3qaQitj6t1T9LgKUg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index ea741c8e7..28e2a500d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.980.0", + "@snyk/protect": "1.981.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From c1bb0e2d885550b6c3c48a91d2eb14c493951596 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 02:08:58 +0000 Subject: [PATCH 073/303] chore(deps): update node.js to e458d14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7cb5c90c..b8f961c67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:369c2d2bd7936ee466c7bc22362785a942386b03539e1ae14c6f55ef513525f9 +FROM node:16.16.0-alpine3.15@sha256:e458d144f8bdd309ce81f08395bba74c887923c6050b08b7cc70ad75e8d28712 ARG appPort=3000 # ARG microScannerToken From df7a0368d24fbda47929911b2d20cb9cdb23532b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:38:53 +0000 Subject: [PATCH 074/303] chore(deps): update node.js to 4d886f1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8f961c67..b4fd04398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:e458d144f8bdd309ce81f08395bba74c887923c6050b08b7cc70ad75e8d28712 +FROM node:16.16.0-alpine3.15@sha256:4d886f1eb254e7364eca18a198ef1b33e2c87d253b125cdb58f5cc63ae273aff ARG appPort=3000 # ARG microScannerToken From 3079fe6f1e7887325b45adf5b890a67ae9114d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 21:35:53 +0000 Subject: [PATCH 075/303] chore(deps): update mongo docker digest to ff4050d --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 81a880c8c..658ca124e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:4200c3073389d5b303070e53ff8f5e4472efb534340d28599458ccc24f378025 + image: mongo@sha256:ff4050d808f943c0835c0aa24cce07afd86193253713020ca399a2b6c7840a03 volumes: - ./data:/data/db ports: From f7bfb30eb4d62ce76d51885a5564badad325fec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:54:11 +0000 Subject: [PATCH 076/303] chore(deps): update github/codeql-action action to v2.1.17 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 593ca3044..1c3169ce5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 + uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 + uses: github/codeql-action/autobuild@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16 + uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17 From 21a1c389ca32c1ad1a1f6bb56f8adf86cc3ff5ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 19:51:58 +0000 Subject: [PATCH 077/303] chore(deps): update step-security/harden-runner digest to f0143d7 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index ed0fff6e9..80a1422ce 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1c3169ce5..ec915668a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 69a1f0855..53415b352 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@613bd0d3f757c824251c115a9ef1b95538fbcc07 + uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e with: egress-policy: audit From 7f2617fd1b145e2c4d20f12e79e639fb5a563718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:13:13 +0000 Subject: [PATCH 078/303] chore(deps): update step-security/harden-runner digest to 7d36101 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 80a1422ce..e0b593c5f 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ec915668a..3d443479d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 53415b352..7dabd6e81 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@f0143d7d92150d881096e39d9f6bf76a85ed3d2e + uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 with: egress-policy: audit From 93f70ba048a5f352cff98121588db31a92384f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:36:21 +0000 Subject: [PATCH 079/303] chore(deps): update dependency espree to v9.3.3 --- package-lock.json | 21 ++++++++++++--------- package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1417fab5..78078e5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.30.1", - "espree": "9.3.2", + "espree": "9.3.3", "mocha": "10.0.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", @@ -2214,17 +2214,20 @@ } }, "node_modules/espree": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz", - "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", + "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", "dev": true, "dependencies": { - "acorn": "^8.7.1", + "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.3.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/esprima": { @@ -8135,12 +8138,12 @@ "dev": true }, "espree": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz", - "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", + "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", "dev": true, "requires": { - "acorn": "^8.7.1", + "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.3.0" } diff --git a/package.json b/package.json index 28e2a500d..290791c20 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.30.1", - "espree": "9.3.2", + "espree": "9.3.3", "mocha": "10.0.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", From 95051f3100249d5995405540e1d00057972c96bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:17:57 +0000 Subject: [PATCH 080/303] chore(deps): update step-security/harden-runner digest to 419f9d6 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index e0b593c5f..514f34626 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3d443479d..c3f6a7377 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7dabd6e81..14a6c4b80 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@7d3610100de4da85ebb79cf22ad4c19bb1f68e12 + uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f with: egress-policy: audit From 0eda68187c1361e1b66c6bb87983026f7496ace9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 04:48:42 +0000 Subject: [PATCH 081/303] chore(deps): update dependency eslint to v8.21.0 --- package-lock.json | 446 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 430 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78078e5e4..75e84d3f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.20.0", + "eslint": "8.21.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -558,9 +558,9 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@humanwhocodes/config-array": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", - "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", + "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -571,6 +571,16 @@ "node": ">=10.10.0" } }, + "node_modules/@humanwhocodes/gitignore-to-minimatch": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", + "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, "node_modules/@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -741,6 +751,41 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/@snyk/protect": { "version": "1.981.0", "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.981.0.tgz", @@ -962,6 +1007,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/array.prototype.flat": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", @@ -1716,6 +1770,27 @@ "node": ">=0.3.1" } }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dir-glob/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -1881,13 +1956,14 @@ } }, "node_modules/eslint": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz", - "integrity": "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz", + "integrity": "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.9.2", + "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -1897,14 +1973,17 @@ "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.2", + "espree": "^9.3.3", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", + "globby": "^11.1.0", + "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", @@ -2213,6 +2292,61 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/espree": { "version": "9.3.3", "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", @@ -2318,6 +2452,34 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, + "node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -2787,12 +2949,38 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", "dev": true }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, "node_modules/har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", @@ -3778,6 +3966,15 @@ "node": ">= 0.10.0" } }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", @@ -3787,6 +3984,19 @@ "node": ">= 0.6" } }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -5388,6 +5598,29 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -5591,6 +5824,15 @@ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/sliced": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", @@ -6834,9 +7076,9 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "@humanwhocodes/config-array": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", - "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", + "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -6844,6 +7086,12 @@ "minimatch": "^3.0.4" } }, + "@humanwhocodes/gitignore-to-minimatch": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", + "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", + "dev": true + }, "@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -6977,6 +7225,32 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, "@snyk/protect": { "version": "1.981.0", "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.981.0.tgz", @@ -7150,6 +7424,12 @@ "is-string": "^1.0.7" } }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, "array.prototype.flat": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", @@ -7742,6 +8022,23 @@ "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", "dev": true }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + }, + "dependencies": { + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + } + } + }, "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -7877,13 +8174,14 @@ "dev": true }, "eslint": { - "version": "8.20.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz", - "integrity": "sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz", + "integrity": "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.9.2", + "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -7893,14 +8191,17 @@ "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.2", + "espree": "^9.3.3", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", + "globby": "^11.1.0", + "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", @@ -7917,6 +8218,42 @@ "strip-json-comments": "^3.1.0", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3" + }, + "dependencies": { + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + } } }, "eslint-config-airbnb": { @@ -8211,6 +8548,30 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -8558,12 +8919,32 @@ "type-fest": "^0.20.2" } }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, "graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", "dev": true }, + "grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, "har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", @@ -9300,12 +9681,28 @@ "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", "dev": true }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -10499,6 +10896,15 @@ "glob": "^7.1.3" } }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -10673,6 +11079,12 @@ } } }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, "sliced": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", diff --git a/package.json b/package.json index 290791c20..2f3856f08 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.20.0", + "eslint": "8.21.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From dc5a8bbadbb0e36d58844653dc9093ba2ae846ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 02:50:30 +0000 Subject: [PATCH 082/303] chore(deps): update node.js to v16.17.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4fd04398..22f47c98e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.16.0-alpine3.15@sha256:4d886f1eb254e7364eca18a198ef1b33e2c87d253b125cdb58f5cc63ae273aff +FROM node:16.17.0-alpine3.15@sha256:45ceab39ae3cf221fce133ea503448c452caf8aa76c34791276d8cf6ddc4f2b4 ARG appPort=3000 # ARG microScannerToken From 93278953c7519afbd716e56cf0f7662cf58c4efc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:08:39 +0000 Subject: [PATCH 083/303] chore(deps): update node.js to a60b681 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22f47c98e..1f7059a94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.0-alpine3.15@sha256:45ceab39ae3cf221fce133ea503448c452caf8aa76c34791276d8cf6ddc4f2b4 +FROM node:16.17.0-alpine3.15@sha256:a60b681e1c28f60ea63f8394dea5384c69bdc464b9655e880f74aafaa5945665 ARG appPort=3000 # ARG microScannerToken From 68a74314ea034e3ddf9e5766fd42724c2024517e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 15:16:43 +0000 Subject: [PATCH 084/303] fix(deps): update dependency @snyk/protect to v1.982.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75e84d3f8..7e835a05b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.981.0", + "@snyk/protect": "1.982.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.981.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.981.0.tgz", - "integrity": "sha512-6Kk9wFNyO6fzaDtbAs0iNrlq0TG2xpKRMazQ2bJaXF5ESV3eOX0DGzlYliALaqbOY/bRE3qaQitj6t1T9LgKUg==", + "version": "1.982.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.982.0.tgz", + "integrity": "sha512-QfjGUa2VCFFwPDErlTBED697sQRl676m7d1qJejA1XlTZZxOt6yRzKNHEoztmA/ViBA9yzaDFA5xptPr9+vgtQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.981.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.981.0.tgz", - "integrity": "sha512-6Kk9wFNyO6fzaDtbAs0iNrlq0TG2xpKRMazQ2bJaXF5ESV3eOX0DGzlYliALaqbOY/bRE3qaQitj6t1T9LgKUg==" + "version": "1.982.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.982.0.tgz", + "integrity": "sha512-QfjGUa2VCFFwPDErlTBED697sQRl676m7d1qJejA1XlTZZxOt6yRzKNHEoztmA/ViBA9yzaDFA5xptPr9+vgtQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 2f3856f08..e9ba5b558 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.981.0", + "@snyk/protect": "1.982.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From b7f34cd564289b389f5e3394b145704928f857c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:16:27 +0000 Subject: [PATCH 085/303] chore(deps): update docker/build-push-action action to v3.1.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 14a6c4b80..6160cec39 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -264,7 +264,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0 + uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3.1.1 with: context: . push: true From 4b157327bf34653752257729b51bc6600bff77e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 20:18:30 +0000 Subject: [PATCH 086/303] chore(deps): update github/codeql-action action to v2.1.18 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c3f6a7377..fa66fed7e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17 + uses: github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # tag=v2.1.18 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17 + uses: github/codeql-action/autobuild@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # tag=v2.1.18 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17 + uses: github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # tag=v2.1.18 From ffd3731c9b8a507ba9108af8f0b1e43cfc266287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 18:42:25 +0000 Subject: [PATCH 087/303] fix(deps): update dependency @snyk/protect to v1.984.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e835a05b..dff678a7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.982.0", + "@snyk/protect": "1.984.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.982.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.982.0.tgz", - "integrity": "sha512-QfjGUa2VCFFwPDErlTBED697sQRl676m7d1qJejA1XlTZZxOt6yRzKNHEoztmA/ViBA9yzaDFA5xptPr9+vgtQ==", + "version": "1.984.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.984.0.tgz", + "integrity": "sha512-R+XQotaoMVBBkAfzDQqO/hcUYlMHKjxXNjeMhlvSjnD4cR8IOrC+XTPyAO2l5v7L81wBMkKjCJ10YQwB6xYISg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.982.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.982.0.tgz", - "integrity": "sha512-QfjGUa2VCFFwPDErlTBED697sQRl676m7d1qJejA1XlTZZxOt6yRzKNHEoztmA/ViBA9yzaDFA5xptPr9+vgtQ==" + "version": "1.984.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.984.0.tgz", + "integrity": "sha512-R+XQotaoMVBBkAfzDQqO/hcUYlMHKjxXNjeMhlvSjnD4cR8IOrC+XTPyAO2l5v7L81wBMkKjCJ10YQwB6xYISg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index e9ba5b558..f0e1bfbfa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.982.0", + "@snyk/protect": "1.984.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 5595c1c075d70074e1a2842e49a7dda203831b6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 02:28:38 +0000 Subject: [PATCH 088/303] chore(deps): update mongo docker digest to 6f90d92 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 658ca124e..99e4b23a3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:ff4050d808f943c0835c0aa24cce07afd86193253713020ca399a2b6c7840a03 + image: mongo@sha256:6f90d92eb8ed5c52eb602a734697b329a0441949d9bb737ddcd5dae56552cac9 volumes: - ./data:/data/db ports: From 55bd870d3497242bf0073474df0a0c55a491047d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 04:52:21 +0000 Subject: [PATCH 089/303] chore(deps): update cycjimmy/semantic-release-action action to v3.1.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6160cec39..5e079687e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -216,7 +216,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v3 + uses: cycjimmy/semantic-release-action@071ef4c9640be3700de2aa7f39e8f4038e0269ed # tag=v3.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From aa7440fec62ead78debef1cda3a818406a6f09c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 01:56:36 +0000 Subject: [PATCH 090/303] chore(deps): update mongo docker digest to d18cb29 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 99e4b23a3..dff9c7de0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:6f90d92eb8ed5c52eb602a734697b329a0441949d9bb737ddcd5dae56552cac9 + image: mongo@sha256:d18cb296ab274d11af70a089a88130e60b3295a86a199f0979fc21851d7cf949 volumes: - ./data:/data/db ports: From 2512ad1505b96a484e88a4f40552578b11edb919 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 10:47:23 +0000 Subject: [PATCH 091/303] chore(deps): update step-security/harden-runner digest to e680f76 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 514f34626..83c13feda 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fa66fed7e..2b3a36e17 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5e079687e..d9b3a7025 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@419f9d6ef954c3c7214dcf0b9babec78755dda8f + uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce with: egress-policy: audit From d54fd67d89b7099e59a7728777777d5db7a68846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 14:08:38 +0000 Subject: [PATCH 092/303] fix(deps): update dependency @snyk/protect to v1.985.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dff678a7c..c5691af05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.984.0", + "@snyk/protect": "1.985.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.984.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.984.0.tgz", - "integrity": "sha512-R+XQotaoMVBBkAfzDQqO/hcUYlMHKjxXNjeMhlvSjnD4cR8IOrC+XTPyAO2l5v7L81wBMkKjCJ10YQwB6xYISg==", + "version": "1.985.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.985.0.tgz", + "integrity": "sha512-VkHOl57kqKGHze1v/6RJMkskJ+dSK6F9rDUXDaZf+veGR95HdUVBlRRP94FhFHvtfLyB18c75wW+gMOqton7zg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.984.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.984.0.tgz", - "integrity": "sha512-R+XQotaoMVBBkAfzDQqO/hcUYlMHKjxXNjeMhlvSjnD4cR8IOrC+XTPyAO2l5v7L81wBMkKjCJ10YQwB6xYISg==" + "version": "1.985.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.985.0.tgz", + "integrity": "sha512-VkHOl57kqKGHze1v/6RJMkskJ+dSK6F9rDUXDaZf+veGR95HdUVBlRRP94FhFHvtfLyB18c75wW+gMOqton7zg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f0e1bfbfa..5fcc6889f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.984.0", + "@snyk/protect": "1.985.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 7facd1dade1b8f598d371c5f5ec7f530b0f71e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 19:38:11 +0000 Subject: [PATCH 093/303] chore(deps): update mongo docker digest to 3f59308 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dff9c7de0..f400316cd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:d18cb296ab274d11af70a089a88130e60b3295a86a199f0979fc21851d7cf949 + image: mongo@sha256:3f5930850894e023a36a670412445991dbe814c6fc356155ba933137c37e9a42 volumes: - ./data:/data/db ports: From 8304b7ef364b8c1a7a61c26d4a4830a7d1bcda99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:51:00 +0000 Subject: [PATCH 094/303] fix(deps): update dependency @snyk/protect to v1.986.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5691af05..2d687eae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.985.0", + "@snyk/protect": "1.986.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.985.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.985.0.tgz", - "integrity": "sha512-VkHOl57kqKGHze1v/6RJMkskJ+dSK6F9rDUXDaZf+veGR95HdUVBlRRP94FhFHvtfLyB18c75wW+gMOqton7zg==", + "version": "1.986.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.986.0.tgz", + "integrity": "sha512-/9WnmEeH+sC5Jz5pDu+CCy5nqDkvP1B1G5spy1rVCIDF4qATAPLMFDD7GF/u6i6a3/UqsXqjBx18+Q1EH3YlPA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.985.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.985.0.tgz", - "integrity": "sha512-VkHOl57kqKGHze1v/6RJMkskJ+dSK6F9rDUXDaZf+veGR95HdUVBlRRP94FhFHvtfLyB18c75wW+gMOqton7zg==" + "version": "1.986.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.986.0.tgz", + "integrity": "sha512-/9WnmEeH+sC5Jz5pDu+CCy5nqDkvP1B1G5spy1rVCIDF4qATAPLMFDD7GF/u6i6a3/UqsXqjBx18+Q1EH3YlPA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 5fcc6889f..b5134babe 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.985.0", + "@snyk/protect": "1.986.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From d70ee6ad30abb535b12960bfcd8a08f2810a3387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:03:32 +0000 Subject: [PATCH 095/303] chore(deps): update dependency eslint to v8.22.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d687eae9..1c07b3749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.21.0", + "eslint": "8.22.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -1956,9 +1956,9 @@ } }, "node_modules/eslint": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz", - "integrity": "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", + "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.0", @@ -8174,9 +8174,9 @@ "dev": true }, "eslint": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.21.0.tgz", - "integrity": "sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", + "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.0", diff --git a/package.json b/package.json index b5134babe..96d8187db 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.21.0", + "eslint": "8.22.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From f4dd036ef8724d248578007cf93a786412932e82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:04:18 +0000 Subject: [PATCH 096/303] fix(deps): update dependency @snyk/protect to v1.987.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c07b3749..e7559f0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.986.0", + "@snyk/protect": "1.987.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.986.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.986.0.tgz", - "integrity": "sha512-/9WnmEeH+sC5Jz5pDu+CCy5nqDkvP1B1G5spy1rVCIDF4qATAPLMFDD7GF/u6i6a3/UqsXqjBx18+Q1EH3YlPA==", + "version": "1.987.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.987.0.tgz", + "integrity": "sha512-tuJfqds91uanVHxrsLJfvJvH2iNlxJnIpqPjVfxnXL9S1MZxSVWi5GYfCW2WPfHEiu0htuvUII2vwe46JOdxMw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.986.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.986.0.tgz", - "integrity": "sha512-/9WnmEeH+sC5Jz5pDu+CCy5nqDkvP1B1G5spy1rVCIDF4qATAPLMFDD7GF/u6i6a3/UqsXqjBx18+Q1EH3YlPA==" + "version": "1.987.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.987.0.tgz", + "integrity": "sha512-tuJfqds91uanVHxrsLJfvJvH2iNlxJnIpqPjVfxnXL9S1MZxSVWi5GYfCW2WPfHEiu0htuvUII2vwe46JOdxMw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 96d8187db..e80f4bb37 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.986.0", + "@snyk/protect": "1.987.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From aa4fc1114d4afd0cd0f6176af75fac04f978ee5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:10:07 +0000 Subject: [PATCH 097/303] fix(deps): update dependency @snyk/protect to v1.988.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7559f0f1..145ba45c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.987.0", + "@snyk/protect": "1.988.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.987.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.987.0.tgz", - "integrity": "sha512-tuJfqds91uanVHxrsLJfvJvH2iNlxJnIpqPjVfxnXL9S1MZxSVWi5GYfCW2WPfHEiu0htuvUII2vwe46JOdxMw==", + "version": "1.988.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.988.0.tgz", + "integrity": "sha512-XoLDhcHc/tR97ep/wQW4+C1NZSSssXei5yks3NfxmzL9fDQ5wydk+yGBggzK8Rv2G1sOXgIniQ8DQJRsGkQqgQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.987.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.987.0.tgz", - "integrity": "sha512-tuJfqds91uanVHxrsLJfvJvH2iNlxJnIpqPjVfxnXL9S1MZxSVWi5GYfCW2WPfHEiu0htuvUII2vwe46JOdxMw==" + "version": "1.988.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.988.0.tgz", + "integrity": "sha512-XoLDhcHc/tR97ep/wQW4+C1NZSSssXei5yks3NfxmzL9fDQ5wydk+yGBggzK8Rv2G1sOXgIniQ8DQJRsGkQqgQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index e80f4bb37..a9232f5ae 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.987.0", + "@snyk/protect": "1.988.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From f723aa269d0e8a187a7cbe4cfcefbdee68a61049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 06:24:13 +0000 Subject: [PATCH 098/303] chore(deps): update mongo docker digest to 2b527cb --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f400316cd..a4f79854e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:3f5930850894e023a36a670412445991dbe814c6fc356155ba933137c37e9a42 + image: mongo@sha256:2b527cb8eafb4a97a896eb05a2e88c75f0033d4be4bf94fad205299659147c13 volumes: - ./data:/data/db ports: From d64d8827e04c9b7133aa0f875cf83176a23e2090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 13:50:22 +0000 Subject: [PATCH 099/303] chore(deps): update github/codeql-action action to v2.1.19 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2b3a36e17..f99ed4668 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # tag=v2.1.18 + uses: github/codeql-action/init@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2.1.19 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # tag=v2.1.18 + uses: github/codeql-action/autobuild@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2.1.19 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # tag=v2.1.18 + uses: github/codeql-action/analyze@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2.1.19 From 57163f6f1411db82d644d2d38a60b9cc837f2150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 17:11:21 +0000 Subject: [PATCH 100/303] fix(deps): update dependency @snyk/protect to v1.989.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 145ba45c7..efae5db85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.988.0", + "@snyk/protect": "1.989.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.988.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.988.0.tgz", - "integrity": "sha512-XoLDhcHc/tR97ep/wQW4+C1NZSSssXei5yks3NfxmzL9fDQ5wydk+yGBggzK8Rv2G1sOXgIniQ8DQJRsGkQqgQ==", + "version": "1.989.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.989.0.tgz", + "integrity": "sha512-3s0OEw0zHYK0wK1i2pkbXhAxBp2Z8PxiHGezyX06JSZOW4/BLMRqhmPSaT0U5ox+sfcyWfmIqSu39AzsGPBwcw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.988.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.988.0.tgz", - "integrity": "sha512-XoLDhcHc/tR97ep/wQW4+C1NZSSssXei5yks3NfxmzL9fDQ5wydk+yGBggzK8Rv2G1sOXgIniQ8DQJRsGkQqgQ==" + "version": "1.989.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.989.0.tgz", + "integrity": "sha512-3s0OEw0zHYK0wK1i2pkbXhAxBp2Z8PxiHGezyX06JSZOW4/BLMRqhmPSaT0U5ox+sfcyWfmIqSu39AzsGPBwcw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index a9232f5ae..bba5d18ee 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.988.0", + "@snyk/protect": "1.989.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 922981938dd3b4e6682b41027efab2d994ba823c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 21:01:03 +0000 Subject: [PATCH 101/303] chore(deps): update step-security/harden-runner digest to 0b61316 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 83c13feda..5ee2006c8 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f99ed4668..d164526a1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d9b3a7025..ca7ae52ed 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@e680f76da57a1e1ce6dc3eed69efc703fcca8dce + uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed with: egress-policy: audit From cc25ba0342f372e971a2641b651f0c22674d075c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 19:13:01 +0700 Subject: [PATCH 102/303] chore(deps): update github/codeql-action action to v2.1.20 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d164526a1..e6c98926a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2.1.19 + uses: github/codeql-action/init@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2.1.20 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2.1.19 + uses: github/codeql-action/autobuild@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2.1.20 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f5d217be74900c6ac8fbbe53f3c10376ba4e64da # tag=v2.1.19 + uses: github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2.1.20 From 08c9d6c34401b5a02fa390a229b4e50f03e60e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:58:50 +0000 Subject: [PATCH 103/303] fix(deps): update dependency @snyk/protect to v1.990.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index efae5db85..904371b33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.989.0", + "@snyk/protect": "1.990.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.989.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.989.0.tgz", - "integrity": "sha512-3s0OEw0zHYK0wK1i2pkbXhAxBp2Z8PxiHGezyX06JSZOW4/BLMRqhmPSaT0U5ox+sfcyWfmIqSu39AzsGPBwcw==", + "version": "1.990.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.990.0.tgz", + "integrity": "sha512-YmuBFhNpgX5kmSz/WE/lyX4j5jXqEKMydKco0+DxDhCpw8me8p6JBpWl9Y+LhzVECD9NnAqTKc5mp42Px4TJjw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.989.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.989.0.tgz", - "integrity": "sha512-3s0OEw0zHYK0wK1i2pkbXhAxBp2Z8PxiHGezyX06JSZOW4/BLMRqhmPSaT0U5ox+sfcyWfmIqSu39AzsGPBwcw==" + "version": "1.990.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.990.0.tgz", + "integrity": "sha512-YmuBFhNpgX5kmSz/WE/lyX4j5jXqEKMydKco0+DxDhCpw8me8p6JBpWl9Y+LhzVECD9NnAqTKc5mp42Px4TJjw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index bba5d18ee..7327bb766 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.989.0", + "@snyk/protect": "1.990.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 72a3a26bff78621ae1b9ef58acbd700b88cb6e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:04:12 +0000 Subject: [PATCH 104/303] fix(deps): update dependency mongoose to v5.13.15 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 904371b33..984d25ab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", - "mongoose": "5.13.14", + "mongoose": "5.13.15", "uuid": "8.3.2", "winston": "3.8.1" }, @@ -4266,9 +4266,9 @@ } }, "node_modules/mongoose": { - "version": "5.13.14", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.14.tgz", - "integrity": "sha512-j+BlQjjxgZg0iWn42kLeZTB91OejcxWpY2Z50bsZTiKJ7HHcEtcY21Godw496GMkBqJMTzmW7G/kZ04mW+Cb7Q==", + "version": "5.13.15", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.15.tgz", + "integrity": "sha512-cxp1Gbb8yUWkaEbajdhspSaKzAvsIvOtRlYD87GN/P2QEUhpd6bIvebi36T6M0tIVAMauNaK9SPA055N3PwF8Q==", "dependencies": { "@types/bson": "1.x || 4.0.x", "@types/mongodb": "^3.5.27", @@ -9887,9 +9887,9 @@ } }, "mongoose": { - "version": "5.13.14", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.14.tgz", - "integrity": "sha512-j+BlQjjxgZg0iWn42kLeZTB91OejcxWpY2Z50bsZTiKJ7HHcEtcY21Godw496GMkBqJMTzmW7G/kZ04mW+Cb7Q==", + "version": "5.13.15", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.15.tgz", + "integrity": "sha512-cxp1Gbb8yUWkaEbajdhspSaKzAvsIvOtRlYD87GN/P2QEUhpd6bIvebi36T6M0tIVAMauNaK9SPA055N3PwF8Q==", "requires": { "@types/bson": "1.x || 4.0.x", "@types/mongodb": "^3.5.27", diff --git a/package.json b/package.json index 7327bb766..c117e4dc1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", "lodash": "4.17.21", - "mongoose": "5.13.14", + "mongoose": "5.13.15", "uuid": "8.3.2", "winston": "3.8.1" }, From f67809ccfc17a71cf43ea03513a2b43833a4f344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:34:25 +0000 Subject: [PATCH 105/303] fix(deps): update dependency @snyk/protect to v1.991.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 984d25ab4..5d166830b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.990.0", + "@snyk/protect": "1.991.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.990.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.990.0.tgz", - "integrity": "sha512-YmuBFhNpgX5kmSz/WE/lyX4j5jXqEKMydKco0+DxDhCpw8me8p6JBpWl9Y+LhzVECD9NnAqTKc5mp42Px4TJjw==", + "version": "1.991.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.991.0.tgz", + "integrity": "sha512-mtVv2Zr3JIaAtuk04u1FVryeeamk6vNSObLQOV7oEBAc+MxROZEWKdW5tIdTpxIxQVX6nmyIV6ewGmMjNQeQ6Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.990.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.990.0.tgz", - "integrity": "sha512-YmuBFhNpgX5kmSz/WE/lyX4j5jXqEKMydKco0+DxDhCpw8me8p6JBpWl9Y+LhzVECD9NnAqTKc5mp42Px4TJjw==" + "version": "1.991.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.991.0.tgz", + "integrity": "sha512-mtVv2Zr3JIaAtuk04u1FVryeeamk6vNSObLQOV7oEBAc+MxROZEWKdW5tIdTpxIxQVX6nmyIV6ewGmMjNQeQ6Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index c117e4dc1..329188f91 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.990.0", + "@snyk/protect": "1.991.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 2d680074478cdbeab0afad96c908b7a4c754bd37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:15:00 +0000 Subject: [PATCH 106/303] chore(deps): update cycjimmy/semantic-release-action action to v3.1.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ca7ae52ed..13fcba21b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -216,7 +216,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Semantic Release - uses: cycjimmy/semantic-release-action@071ef4c9640be3700de2aa7f39e8f4038e0269ed # tag=v3.1.0 + uses: cycjimmy/semantic-release-action@e1fe1fc00a3729593e87efb2f88475de76d64a24 # tag=v3.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 5fc406bc57515bd8b3119af434f14ab1758819a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 18:48:30 +0000 Subject: [PATCH 107/303] chore(deps): update github/codeql-action action to v2.1.22 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e6c98926a..3220e8e6f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2.1.20 + uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag=v2.1.22 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2.1.20 + uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag=v2.1.22 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533 # tag=v2.1.20 + uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag=v2.1.22 From acb817862fe4a680a54aa4dd8beb06452dbffdf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 23:58:45 +0000 Subject: [PATCH 108/303] chore(deps): update dependency eslint-plugin-react to v7.31.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d166830b..57082c4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.30.1", + "eslint-plugin-react": "7.31.0", "espree": "9.3.3", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2174,9 +2174,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.30.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz", - "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==", + "version": "7.31.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz", + "integrity": "sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8390,9 +8390,9 @@ } }, "eslint-plugin-react": { - "version": "7.30.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz", - "integrity": "sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg==", + "version": "7.31.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz", + "integrity": "sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 329188f91..7cbbe1252 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.30.1", + "eslint-plugin-react": "7.31.0", "espree": "9.3.3", "mocha": "10.0.0", "npm-run-all": "4.1.5", From f73469fe8d67b8ce9d9ccce69b98e8f74a8298a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:03:13 +0000 Subject: [PATCH 109/303] fix(deps): update dependency @snyk/protect to v1.992.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57082c4fd..d9681e21a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.991.0", + "@snyk/protect": "1.992.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -787,9 +787,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.991.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.991.0.tgz", - "integrity": "sha512-mtVv2Zr3JIaAtuk04u1FVryeeamk6vNSObLQOV7oEBAc+MxROZEWKdW5tIdTpxIxQVX6nmyIV6ewGmMjNQeQ6Q==", + "version": "1.992.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.992.0.tgz", + "integrity": "sha512-GCU9e8vyBNLobP51bjUEJ0HnoExjO8wtV0XHaykXBrnwcDKmmdySnLMF9U2raxXLlaaNzkSjDyuucN5EJt54ew==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.991.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.991.0.tgz", - "integrity": "sha512-mtVv2Zr3JIaAtuk04u1FVryeeamk6vNSObLQOV7oEBAc+MxROZEWKdW5tIdTpxIxQVX6nmyIV6ewGmMjNQeQ6Q==" + "version": "1.992.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.992.0.tgz", + "integrity": "sha512-GCU9e8vyBNLobP51bjUEJ0HnoExjO8wtV0XHaykXBrnwcDKmmdySnLMF9U2raxXLlaaNzkSjDyuucN5EJt54ew==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 7cbbe1252..1a567995e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.991.0", + "@snyk/protect": "1.992.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From b99e89fab5f04dd21cdd3b737c5aa6bc70a42fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 17:47:24 +0000 Subject: [PATCH 110/303] chore(deps): update zaproxy/action-api-scan action to v0.2.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 13fcba21b..4345d62dc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -191,7 +191,7 @@ jobs: run: npm start > /dev/null & - name: Run ZAP API Scan - uses: zaproxy/action-api-scan@505165281beb4e371b7b86ba0e62e6d2f7ef8746 # tag=v0.1.1 + uses: zaproxy/action-api-scan@6c29b04d78969bf586f2d4ea15c613d2dfb49d07 # tag=v0.2.0 with: target: http://localhost:3000/swagger/json format: openapi From e145b35f0ef4b3c8fc7eaebcab35d71c1f1306c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 21:59:50 +0000 Subject: [PATCH 111/303] chore(deps): update dependency eslint-plugin-react to v7.31.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9681e21a..e1310e351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.0", + "eslint-plugin-react": "7.31.1", "espree": "9.3.3", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2174,9 +2174,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz", - "integrity": "sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==", + "version": "7.31.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz", + "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8390,9 +8390,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.0.tgz", - "integrity": "sha512-BWriBttYYCnfb4RO9SB91Og8uA9CPcBMl5UlCOCtuYW1UjhN3QypzEcEHky4ZIRZDKjbO2Blh9BjP8E7W/b1SA==", + "version": "7.31.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz", + "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 1a567995e..b95e71ba4 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.0", + "eslint-plugin-react": "7.31.1", "espree": "9.3.3", "mocha": "10.0.0", "npm-run-all": "4.1.5", From 913122d4f43faf1d8e69898f1c0d7267ede03644 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 23:59:17 +0000 Subject: [PATCH 112/303] chore(deps): update dependency eslint to v8.23.0 --- package-lock.json | 138 ++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 104 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1310e351..0100555ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.22.0", + "eslint": "8.23.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -476,14 +476,14 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", - "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz", + "integrity": "sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.3.2", + "espree": "^9.4.0", "globals": "^13.15.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -493,6 +493,26 @@ }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/espree": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", + "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "dev": true, + "dependencies": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/@fastify/ajv-compiler": { @@ -581,6 +601,19 @@ "url": "https://github.com/sponsors/nzakas" } }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, "node_modules/@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -1956,14 +1989,15 @@ } }, "node_modules/eslint": { - "version": "8.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", - "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", + "version": "8.23.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz", + "integrity": "sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.3.0", + "@eslint/eslintrc": "^1.3.1", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", + "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -1973,7 +2007,7 @@ "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.3", + "espree": "^9.4.0", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -1998,8 +2032,7 @@ "regexpp": "^3.2.0", "strip-ansi": "^6.0.1", "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" + "text-table": "^0.2.0" }, "bin": { "eslint": "bin/eslint.js" @@ -2292,6 +2325,23 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/eslint/node_modules/espree": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", + "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "dev": true, + "dependencies": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/eslint/node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -6423,12 +6473,6 @@ "uuid": "dist/bin/uuid" } }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, "node_modules/validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", @@ -6997,20 +7041,33 @@ } }, "@eslint/eslintrc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", - "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz", + "integrity": "sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.3.2", + "espree": "^9.4.0", "globals": "^13.15.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "espree": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", + "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "dev": true, + "requires": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + } + } } }, "@fastify/ajv-compiler": { @@ -7092,6 +7149,12 @@ "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", "dev": true }, + "@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true + }, "@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -8174,14 +8237,15 @@ "dev": true }, "eslint": { - "version": "8.22.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", - "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", + "version": "8.23.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz", + "integrity": "sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.3.0", + "@eslint/eslintrc": "^1.3.1", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", + "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -8191,7 +8255,7 @@ "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.3", + "espree": "^9.4.0", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -8216,10 +8280,20 @@ "regexpp": "^3.2.0", "strip-ansi": "^6.0.1", "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" + "text-table": "^0.2.0" }, "dependencies": { + "espree": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", + "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "dev": true, + "requires": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + } + }, "find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -11554,12 +11628,6 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, "validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", diff --git a/package.json b/package.json index b95e71ba4..72aa03ca5 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.22.0", + "eslint": "8.23.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 5a210a695797b4d4b302f4e54d73426322cd9a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 02:25:32 +0000 Subject: [PATCH 113/303] chore(deps): update dependency espree to v9.4.0 --- package-lock.json | 72 +++++------------------------------------------ package.json | 2 +- 2 files changed, 8 insertions(+), 66 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0100555ff..88cd8def0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.1", - "espree": "9.3.3", + "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", @@ -498,23 +498,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/@eslint/eslintrc/node_modules/espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", - "dev": true, - "dependencies": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/@fastify/ajv-compiler": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-1.1.0.tgz", @@ -2325,23 +2308,6 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/eslint/node_modules/espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", - "dev": true, - "dependencies": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/eslint/node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -2398,9 +2364,9 @@ } }, "node_modules/espree": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", - "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", + "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", "dev": true, "dependencies": { "acorn": "^8.8.0", @@ -7055,19 +7021,6 @@ "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", - "dev": true, - "requires": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" - } - } } }, "@fastify/ajv-compiler": { @@ -8283,17 +8236,6 @@ "text-table": "^0.2.0" }, "dependencies": { - "espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", - "dev": true, - "requires": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" - } - }, "find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -8549,9 +8491,9 @@ "dev": true }, "espree": { - "version": "9.3.3", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", - "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", + "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", "dev": true, "requires": { "acorn": "^8.8.0", diff --git a/package.json b/package.json index 72aa03ca5..0d1c5d1a3 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.1", - "espree": "9.3.3", + "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", From 24b9b6d24648f0ab6157e28d4cac255b33dad794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 10:32:11 +0000 Subject: [PATCH 114/303] fix(deps): update dependency @snyk/protect to v1.993.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88cd8def0..06b02a18a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.992.0", + "@snyk/protect": "1.993.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.992.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.992.0.tgz", - "integrity": "sha512-GCU9e8vyBNLobP51bjUEJ0HnoExjO8wtV0XHaykXBrnwcDKmmdySnLMF9U2raxXLlaaNzkSjDyuucN5EJt54ew==", + "version": "1.993.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.993.0.tgz", + "integrity": "sha512-O6lSVRIUblCmUyd22dm8LKe0CIJrMO/eGk7tOW0nrmqtIe1R+IllThEn1v6j4d1l+c1Ybk4f2FTm4kb/Va+wxQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7268,9 +7268,9 @@ } }, "@snyk/protect": { - "version": "1.992.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.992.0.tgz", - "integrity": "sha512-GCU9e8vyBNLobP51bjUEJ0HnoExjO8wtV0XHaykXBrnwcDKmmdySnLMF9U2raxXLlaaNzkSjDyuucN5EJt54ew==" + "version": "1.993.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.993.0.tgz", + "integrity": "sha512-O6lSVRIUblCmUyd22dm8LKe0CIJrMO/eGk7tOW0nrmqtIe1R+IllThEn1v6j4d1l+c1Ybk4f2FTm4kb/Va+wxQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0d1c5d1a3..1acd62647 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.992.0", + "@snyk/protect": "1.993.0", "fastify": "3.29.1", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From aa5c4be14473854bb763e8af25cad350f218557e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:03:17 +0000 Subject: [PATCH 115/303] fix(deps): update dependency fastify to v3.29.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06b02a18a..d6456adbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.993.0", - "fastify": "3.29.1", + "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", "mongoose": "5.13.15", @@ -2535,9 +2535,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fastify": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.1.tgz", - "integrity": "sha512-UhGmh0/J0YQetqULYfv/utvut0R6ICQvO6Oh81JvG75UbjVgueqoE6EPChB3gR5aF3dVKpT/qFTgc7zvpGTYNg==", + "version": "3.29.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.2.tgz", + "integrity": "sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==", "dependencies": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", @@ -8621,9 +8621,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fastify": { - "version": "3.29.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.1.tgz", - "integrity": "sha512-UhGmh0/J0YQetqULYfv/utvut0R6ICQvO6Oh81JvG75UbjVgueqoE6EPChB3gR5aF3dVKpT/qFTgc7zvpGTYNg==", + "version": "3.29.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.2.tgz", + "integrity": "sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==", "requires": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", diff --git a/package.json b/package.json index 1acd62647..c6cca302a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.993.0", - "fastify": "3.29.1", + "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", "lodash": "4.17.21", From 0131f553a0f5f054c8421cdcd70cc0c1cd593421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 23:15:16 +0000 Subject: [PATCH 116/303] chore(deps): update mongo docker digest to 59448b0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a4f79854e..569f7b4d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:2b527cb8eafb4a97a896eb05a2e88c75f0033d4be4bf94fad205299659147c13 + image: mongo@sha256:59448b028874b9ce3150cc692a3f85e8beed92cb8dc9479bdc3fd453b70e1fb1 volumes: - ./data:/data/db ports: From 5d37d2bc0ec2931229df9e44b79ff142088f993b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 11:31:13 +0000 Subject: [PATCH 117/303] chore(deps): update github/codeql-action action to v2.1.23 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3220e8e6f..95368af4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag=v2.1.22 + uses: github/codeql-action/init@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2.1.23 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag=v2.1.22 + uses: github/codeql-action/autobuild@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2.1.23 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag=v2.1.22 + uses: github/codeql-action/analyze@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2.1.23 From 8bad3f492f03e6b27c5368193451c84bdbe14240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:14:28 +0000 Subject: [PATCH 118/303] fix(deps): update dependency @snyk/protect to v1.995.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6456adbe..71b95e2ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.993.0", + "@snyk/protect": "1.995.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.993.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.993.0.tgz", - "integrity": "sha512-O6lSVRIUblCmUyd22dm8LKe0CIJrMO/eGk7tOW0nrmqtIe1R+IllThEn1v6j4d1l+c1Ybk4f2FTm4kb/Va+wxQ==", + "version": "1.995.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.995.0.tgz", + "integrity": "sha512-Lm+FdjcWAsq5n+YSWwlqr4S8LfA20Hj3nOcNS7AT8CJjLKAoi+dXde7nBWc+qpTjA49Rzh5+EHN91nKDV38Qfg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7268,9 +7268,9 @@ } }, "@snyk/protect": { - "version": "1.993.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.993.0.tgz", - "integrity": "sha512-O6lSVRIUblCmUyd22dm8LKe0CIJrMO/eGk7tOW0nrmqtIe1R+IllThEn1v6j4d1l+c1Ybk4f2FTm4kb/Va+wxQ==" + "version": "1.995.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.995.0.tgz", + "integrity": "sha512-Lm+FdjcWAsq5n+YSWwlqr4S8LfA20Hj3nOcNS7AT8CJjLKAoi+dXde7nBWc+qpTjA49Rzh5+EHN91nKDV38Qfg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index c6cca302a..e88919493 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.993.0", + "@snyk/protect": "1.995.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From d581e326444b966a7469569bb9567bf23f1f1363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:02:17 +0000 Subject: [PATCH 119/303] chore(deps): update github/codeql-action action to v2.1.24 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 95368af4b..9f6427496 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2.1.23 + uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2.1.23 + uses: github/codeql-action/autobuild@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 # tag=v2.1.23 + uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24 From f4bf790d81ad21f2caafd0eb7c3f3ecb231a3e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:30:08 +0000 Subject: [PATCH 120/303] fix(deps): update dependency @snyk/protect to v1.996.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71b95e2ba..5713f356d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.995.0", + "@snyk/protect": "1.996.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.995.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.995.0.tgz", - "integrity": "sha512-Lm+FdjcWAsq5n+YSWwlqr4S8LfA20Hj3nOcNS7AT8CJjLKAoi+dXde7nBWc+qpTjA49Rzh5+EHN91nKDV38Qfg==", + "version": "1.996.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.996.0.tgz", + "integrity": "sha512-dr7Ap9lfH29XyO9uiY78zSgLR4jpSgAIPCaZvoGtyMf75R3CVKLy9gmKX9y46YOvqyifKxYj+Vi1NH+JuBl0cA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7268,9 +7268,9 @@ } }, "@snyk/protect": { - "version": "1.995.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.995.0.tgz", - "integrity": "sha512-Lm+FdjcWAsq5n+YSWwlqr4S8LfA20Hj3nOcNS7AT8CJjLKAoi+dXde7nBWc+qpTjA49Rzh5+EHN91nKDV38Qfg==" + "version": "1.996.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.996.0.tgz", + "integrity": "sha512-dr7Ap9lfH29XyO9uiY78zSgLR4jpSgAIPCaZvoGtyMf75R3CVKLy9gmKX9y46YOvqyifKxYj+Vi1NH+JuBl0cA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index e88919493..49713ff5f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.995.0", + "@snyk/protect": "1.996.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From a1c20e2921beb685deefa8c9c2ec37263b0827d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 13:52:56 +0000 Subject: [PATCH 121/303] fix(deps): update dependency @snyk/protect to v1.997.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5713f356d..8b0b22274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.996.0", + "@snyk/protect": "1.997.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.996.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.996.0.tgz", - "integrity": "sha512-dr7Ap9lfH29XyO9uiY78zSgLR4jpSgAIPCaZvoGtyMf75R3CVKLy9gmKX9y46YOvqyifKxYj+Vi1NH+JuBl0cA==", + "version": "1.997.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.997.0.tgz", + "integrity": "sha512-tsgn+fIakzHp1vy6WhSuiA+ovhXgH8HeOb4rsbH+TnOTp9lXHIRRxjEJMJN57Z4t1ALPo7taFH85l60Vca56Bw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7268,9 +7268,9 @@ } }, "@snyk/protect": { - "version": "1.996.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.996.0.tgz", - "integrity": "sha512-dr7Ap9lfH29XyO9uiY78zSgLR4jpSgAIPCaZvoGtyMf75R3CVKLy9gmKX9y46YOvqyifKxYj+Vi1NH+JuBl0cA==" + "version": "1.997.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.997.0.tgz", + "integrity": "sha512-tsgn+fIakzHp1vy6WhSuiA+ovhXgH8HeOb4rsbH+TnOTp9lXHIRRxjEJMJN57Z4t1ALPo7taFH85l60Vca56Bw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 49713ff5f..1c59ad422 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.996.0", + "@snyk/protect": "1.997.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 00dbb5dcef1a3d5fcfe2c1ca59381ff4527e5fb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 11:27:21 +0000 Subject: [PATCH 122/303] chore(deps): update dependency eslint-plugin-react to v7.31.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b0b22274..ce303855f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.1", + "eslint-plugin-react": "7.31.4", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2190,9 +2190,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz", - "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==", + "version": "7.31.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz", + "integrity": "sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8406,9 +8406,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz", - "integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==", + "version": "7.31.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz", + "integrity": "sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 1c59ad422..0a945a92f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.1", + "eslint-plugin-react": "7.31.4", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", From e3335c417268ac3f947ec3f8e915450964edf4b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 19:15:27 +0000 Subject: [PATCH 123/303] chore(deps): update dependency eslint-plugin-react to v7.31.6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce303855f..e37e378ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.4", + "eslint-plugin-react": "7.31.6", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2190,9 +2190,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz", - "integrity": "sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg==", + "version": "7.31.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.6.tgz", + "integrity": "sha512-CXu4eu28sb8Sd2+cyUYsJVyDvpTlaXPG+bOzzpS9IzZKtye96AYX3ZmHQ6ayn/OAIQ/ufDJP8ElPWd63Pepn9w==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8406,9 +8406,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.4.tgz", - "integrity": "sha512-2ry4HTT+c+hSgpnV2DXj3d5oAmH11KH8HHQwtcfRdq6/+R3nEimvMbwAqK79eb4ZW1/hp8yC5elBusZM6li/Gg==", + "version": "7.31.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.6.tgz", + "integrity": "sha512-CXu4eu28sb8Sd2+cyUYsJVyDvpTlaXPG+bOzzpS9IzZKtye96AYX3ZmHQ6ayn/OAIQ/ufDJP8ElPWd63Pepn9w==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 0a945a92f..84393e6ed 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.4", + "eslint-plugin-react": "7.31.6", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", From dec65aab00fd5b789a73443b0f31468322113d7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 21:15:34 +0000 Subject: [PATCH 124/303] chore(deps): update dependency eslint-plugin-react to v7.31.7 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e37e378ad..1046263d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.6", + "eslint-plugin-react": "7.31.7", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2190,9 +2190,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.6.tgz", - "integrity": "sha512-CXu4eu28sb8Sd2+cyUYsJVyDvpTlaXPG+bOzzpS9IzZKtye96AYX3ZmHQ6ayn/OAIQ/ufDJP8ElPWd63Pepn9w==", + "version": "7.31.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz", + "integrity": "sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8406,9 +8406,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.6.tgz", - "integrity": "sha512-CXu4eu28sb8Sd2+cyUYsJVyDvpTlaXPG+bOzzpS9IzZKtye96AYX3ZmHQ6ayn/OAIQ/ufDJP8ElPWd63Pepn9w==", + "version": "7.31.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz", + "integrity": "sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 84393e6ed..82c1eeb52 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.6", + "eslint-plugin-react": "7.31.7", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", From a967b431dcd8a256df93010cff1c8078f1d5477c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:53:41 +0000 Subject: [PATCH 125/303] fix(deps): update dependency @snyk/protect to v1.998.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1046263d7..57ea6146b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.997.0", + "@snyk/protect": "1.998.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.997.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.997.0.tgz", - "integrity": "sha512-tsgn+fIakzHp1vy6WhSuiA+ovhXgH8HeOb4rsbH+TnOTp9lXHIRRxjEJMJN57Z4t1ALPo7taFH85l60Vca56Bw==", + "version": "1.998.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.998.0.tgz", + "integrity": "sha512-ftFEOsUGBLl/HgErOsCdbpqNABHPTKHUV8hHxsgBH/0Tjo/aNmz8U6YgTCGgohvCTrUz7qjXSNscOzW7Pa2d8w==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7268,9 +7268,9 @@ } }, "@snyk/protect": { - "version": "1.997.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.997.0.tgz", - "integrity": "sha512-tsgn+fIakzHp1vy6WhSuiA+ovhXgH8HeOb4rsbH+TnOTp9lXHIRRxjEJMJN57Z4t1ALPo7taFH85l60Vca56Bw==" + "version": "1.998.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.998.0.tgz", + "integrity": "sha512-ftFEOsUGBLl/HgErOsCdbpqNABHPTKHUV8hHxsgBH/0Tjo/aNmz8U6YgTCGgohvCTrUz7qjXSNscOzW7Pa2d8w==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 82c1eeb52..152f7ebb8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.997.0", + "@snyk/protect": "1.998.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 52d0cd5e6cbc4f04125549a19910aa164c559cf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 19:09:22 +0000 Subject: [PATCH 126/303] chore(deps): update github/codeql-action action to v2.1.25 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9f6427496..b76ecefa2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24 + uses: github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24 + uses: github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24 + uses: github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25 From ce2ebe7f2b36333e9754a3370fcd37261b0bb05c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:43:28 +0000 Subject: [PATCH 127/303] fix(deps): update dependency @snyk/protect to v1.999.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57ea6146b..dd4640085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.998.0", + "@snyk/protect": "1.999.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.998.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.998.0.tgz", - "integrity": "sha512-ftFEOsUGBLl/HgErOsCdbpqNABHPTKHUV8hHxsgBH/0Tjo/aNmz8U6YgTCGgohvCTrUz7qjXSNscOzW7Pa2d8w==", + "version": "1.999.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.999.0.tgz", + "integrity": "sha512-i3RbhbeDLsCIfL33hN+qynjp2lrwOGxnJJAY4IAyB8zdLZd72vZlRQ2mK8D7gHvzUxU4PH0rHGX0SMymJnJw7Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7268,9 +7268,9 @@ } }, "@snyk/protect": { - "version": "1.998.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.998.0.tgz", - "integrity": "sha512-ftFEOsUGBLl/HgErOsCdbpqNABHPTKHUV8hHxsgBH/0Tjo/aNmz8U6YgTCGgohvCTrUz7qjXSNscOzW7Pa2d8w==" + "version": "1.999.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.999.0.tgz", + "integrity": "sha512-i3RbhbeDLsCIfL33hN+qynjp2lrwOGxnJJAY4IAyB8zdLZd72vZlRQ2mK8D7gHvzUxU4PH0rHGX0SMymJnJw7Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 152f7ebb8..4950e1326 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.998.0", + "@snyk/protect": "1.999.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 4b81640b487487f7191b0c42fa1d7fe8aa433a9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 18:01:17 +0000 Subject: [PATCH 128/303] fix(deps): update dependency winston to v3.8.2 --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd4640085..adcc24359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lodash": "4.17.21", "mongoose": "5.13.15", "uuid": "8.3.2", - "winston": "3.8.1" + "winston": "3.8.2" }, "devDependencies": { "acorn": "8.8.0", @@ -6501,10 +6501,11 @@ "dev": true }, "node_modules/winston": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", - "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", + "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", "dependencies": { + "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", @@ -11620,10 +11621,11 @@ "dev": true }, "winston": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.1.tgz", - "integrity": "sha512-r+6YAiCR4uI3N8eQNOg8k3P3PqwAm20cLKlzVD9E66Ch39+LZC+VH1UKf9JemQj2B3QoUHfKD7Poewn0Pr3Y1w==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", + "integrity": "sha512-MsE1gRx1m5jdTTO9Ld/vND4krP2To+lgDoMEHGGa4HIlAUyXJtfc7CxQcGXVyz2IBpw5hbFkj2b/AtUdQwyRew==", "requires": { + "@colors/colors": "1.5.0", "@dabh/diagnostics": "^2.0.2", "async": "^3.2.3", "is-stream": "^2.0.0", diff --git a/package.json b/package.json index 4950e1326..73766145b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lodash": "4.17.21", "mongoose": "5.13.15", "uuid": "8.3.2", - "winston": "3.8.1" + "winston": "3.8.2" }, "engines": { "node": ">=16.0", From dec20bcc73f7c62871d4caaf5cae00a14e592389 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:01:01 +0000 Subject: [PATCH 129/303] fix(deps): update dependency @snyk/protect to v1.1000.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index adcc24359..5b515269e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.999.0", + "@snyk/protect": "1.1000.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.999.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.999.0.tgz", - "integrity": "sha512-i3RbhbeDLsCIfL33hN+qynjp2lrwOGxnJJAY4IAyB8zdLZd72vZlRQ2mK8D7gHvzUxU4PH0rHGX0SMymJnJw7Q==", + "version": "1.1000.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1000.0.tgz", + "integrity": "sha512-btjxfNATGrINQMjVhU0+NjH0eyssxGfq9fQ2UmfGHLeYLGWApyfABuPcOOEr8VnPtmtvBubgytnRBcTJtpgqGA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.999.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.999.0.tgz", - "integrity": "sha512-i3RbhbeDLsCIfL33hN+qynjp2lrwOGxnJJAY4IAyB8zdLZd72vZlRQ2mK8D7gHvzUxU4PH0rHGX0SMymJnJw7Q==" + "version": "1.1000.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1000.0.tgz", + "integrity": "sha512-btjxfNATGrINQMjVhU0+NjH0eyssxGfq9fQ2UmfGHLeYLGWApyfABuPcOOEr8VnPtmtvBubgytnRBcTJtpgqGA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 73766145b..8dd5e3656 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.999.0", + "@snyk/protect": "1.1000.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 9b561456eaa347266ce6fcbfe3800623ab98e571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 09:52:45 +0000 Subject: [PATCH 130/303] chore(deps): update dependency eslint-plugin-react to v7.31.8 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b515269e..fb4db6279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.7", + "eslint-plugin-react": "7.31.8", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2190,9 +2190,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz", - "integrity": "sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==", + "version": "7.31.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz", + "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8407,9 +8407,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz", - "integrity": "sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==", + "version": "7.31.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz", + "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 8dd5e3656..59d857355 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.7", + "eslint-plugin-react": "7.31.8", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", From cd4cd8115a7540cb1c77a51d7501199f9d7da99d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 18:23:59 +0000 Subject: [PATCH 131/303] fix(deps): update dependency @snyk/protect to v1.1001.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb4db6279..39acff4d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1000.0", + "@snyk/protect": "1.1001.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1000.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1000.0.tgz", - "integrity": "sha512-btjxfNATGrINQMjVhU0+NjH0eyssxGfq9fQ2UmfGHLeYLGWApyfABuPcOOEr8VnPtmtvBubgytnRBcTJtpgqGA==", + "version": "1.1001.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1001.0.tgz", + "integrity": "sha512-cKaUoBqdIbwvWmIwdQxEue40jJ2lRmqeVmiazKchtxU4mb3Q/24hkAWXiOxz6D/NVqH6BCCO7+zMe9SSXkkWNw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1000.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1000.0.tgz", - "integrity": "sha512-btjxfNATGrINQMjVhU0+NjH0eyssxGfq9fQ2UmfGHLeYLGWApyfABuPcOOEr8VnPtmtvBubgytnRBcTJtpgqGA==" + "version": "1.1001.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1001.0.tgz", + "integrity": "sha512-cKaUoBqdIbwvWmIwdQxEue40jJ2lRmqeVmiazKchtxU4mb3Q/24hkAWXiOxz6D/NVqH6BCCO7+zMe9SSXkkWNw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 59d857355..3e7dd3e71 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1000.0", + "@snyk/protect": "1.1001.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From d68af5a6ef717cf05321808d9d2bd5dd6b7ae77f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 00:40:57 +0000 Subject: [PATCH 132/303] chore(deps): update node.js to v16.17.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f7059a94..87d8c2318 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.0-alpine3.15@sha256:a60b681e1c28f60ea63f8394dea5384c69bdc464b9655e880f74aafaa5945665 +FROM node:16.17.1-alpine3.15@sha256:6d43e3c5544c301d4314d6d4e30206e39ef7aa45f9ca663138da09208e7ae4a6 ARG appPort=3000 # ARG microScannerToken From 452ae868037466fd97ff179e9ad659a75e585c6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:50:20 +0000 Subject: [PATCH 133/303] chore(deps): update node.js to fb78431 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87d8c2318..d7ccbbbff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.1-alpine3.15@sha256:6d43e3c5544c301d4314d6d4e30206e39ef7aa45f9ca663138da09208e7ae4a6 +FROM node:16.17.1-alpine3.15@sha256:fb784316e40086079e1118be238dafd5c83c3d42b9297fd289bf25637544f786 ARG appPort=3000 # ARG microScannerToken From d7bb768e914091b840a1c5ce64489bc88548a3fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:30:57 +0000 Subject: [PATCH 134/303] chore(deps): update dependency eslint to v8.23.1 --- package-lock.json | 58 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39acff4d1..3516bfe06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.23.0", + "eslint": "8.23.1", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -476,9 +476,9 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz", - "integrity": "sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz", + "integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -1972,12 +1972,12 @@ } }, "node_modules/eslint": { - "version": "8.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz", - "integrity": "sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==", + "version": "8.23.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz", + "integrity": "sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.3.1", + "@eslint/eslintrc": "^1.3.2", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", @@ -1996,7 +1996,6 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", "globby": "^11.1.0", @@ -2005,6 +2004,7 @@ "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", @@ -2829,12 +2829,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, "node_modules/functions-have-names": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", @@ -3652,6 +3646,12 @@ "node": ">=8" } }, + "node_modules/js-sdsl": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz", + "integrity": "sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==", + "dev": true + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -7008,9 +7008,9 @@ } }, "@eslint/eslintrc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.1.tgz", - "integrity": "sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz", + "integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==", "dev": true, "requires": { "ajv": "^6.12.4", @@ -8191,12 +8191,12 @@ "dev": true }, "eslint": { - "version": "8.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.0.tgz", - "integrity": "sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==", + "version": "8.23.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz", + "integrity": "sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.3.1", + "@eslint/eslintrc": "^1.3.2", "@humanwhocodes/config-array": "^0.10.4", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", @@ -8215,7 +8215,6 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", "globby": "^11.1.0", @@ -8224,6 +8223,7 @@ "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", @@ -8839,12 +8839,6 @@ "functions-have-names": "^1.2.2" } }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, "functions-have-names": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", @@ -9425,6 +9419,12 @@ "istanbul-lib-report": "^3.0.0" } }, + "js-sdsl": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.4.tgz", + "integrity": "sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==", + "dev": true + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", diff --git a/package.json b/package.json index 3e7dd3e71..a532e9a5f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.23.0", + "eslint": "8.23.1", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 6210404d1cfcccd4ff8c350d482585df9bd7c3db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 18:48:33 +0000 Subject: [PATCH 135/303] fix(deps): update dependency @snyk/protect to v1.1002.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3516bfe06..131c7c802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1001.0", + "@snyk/protect": "1.1002.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1001.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1001.0.tgz", - "integrity": "sha512-cKaUoBqdIbwvWmIwdQxEue40jJ2lRmqeVmiazKchtxU4mb3Q/24hkAWXiOxz6D/NVqH6BCCO7+zMe9SSXkkWNw==", + "version": "1.1002.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1002.0.tgz", + "integrity": "sha512-5D3RmZOuf8O1w1VUZ0gsUCOvKfvDqqguA5bimTA7AjlMqZz8odX0OCDZkF3umPO6Bm3fm3+vj27R9GMA4NBmuQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1001.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1001.0.tgz", - "integrity": "sha512-cKaUoBqdIbwvWmIwdQxEue40jJ2lRmqeVmiazKchtxU4mb3Q/24hkAWXiOxz6D/NVqH6BCCO7+zMe9SSXkkWNw==" + "version": "1.1002.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1002.0.tgz", + "integrity": "sha512-5D3RmZOuf8O1w1VUZ0gsUCOvKfvDqqguA5bimTA7AjlMqZz8odX0OCDZkF3umPO6Bm3fm3+vj27R9GMA4NBmuQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index a532e9a5f..6fbf013c5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1001.0", + "@snyk/protect": "1.1002.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 5f7f80d471c07685db29fbd69787e41c4a41dc7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 23:07:31 +0000 Subject: [PATCH 136/303] chore(deps): update actions/setup-node action to v3.5.0 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4345d62dc..9399119b3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 with: node-version: ${{ matrix.node }} check-latest: true @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1 + uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 with: node-version: ${{ matrix.node }} check-latest: true From 7096342b10c9b7ab238afe526f850893c62c269e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:26:41 +0000 Subject: [PATCH 137/303] fix(deps): update dependency @snyk/protect to v1.1004.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 131c7c802..f9320a066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1002.0", + "@snyk/protect": "1.1004.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1002.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1002.0.tgz", - "integrity": "sha512-5D3RmZOuf8O1w1VUZ0gsUCOvKfvDqqguA5bimTA7AjlMqZz8odX0OCDZkF3umPO6Bm3fm3+vj27R9GMA4NBmuQ==", + "version": "1.1004.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1004.0.tgz", + "integrity": "sha512-ftWkGaLd0TeZBOchEYkM0onl8xwndnrSMspd5H0DGNFJNwcualfTkM15hyAZfZocb21jxMs8Rh4wyZ6SdBvE1g==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1002.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1002.0.tgz", - "integrity": "sha512-5D3RmZOuf8O1w1VUZ0gsUCOvKfvDqqguA5bimTA7AjlMqZz8odX0OCDZkF3umPO6Bm3fm3+vj27R9GMA4NBmuQ==" + "version": "1.1004.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1004.0.tgz", + "integrity": "sha512-ftWkGaLd0TeZBOchEYkM0onl8xwndnrSMspd5H0DGNFJNwcualfTkM15hyAZfZocb21jxMs8Rh4wyZ6SdBvE1g==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 6fbf013c5..65a4c3b40 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1002.0", + "@snyk/protect": "1.1004.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 6fcce1ff543fd8b28790e66c3fe5592739d8934f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:39:55 +0000 Subject: [PATCH 138/303] fix(deps): update dependency @snyk/protect to v1.1005.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9320a066..a51c3e0c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1004.0", + "@snyk/protect": "1.1005.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1004.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1004.0.tgz", - "integrity": "sha512-ftWkGaLd0TeZBOchEYkM0onl8xwndnrSMspd5H0DGNFJNwcualfTkM15hyAZfZocb21jxMs8Rh4wyZ6SdBvE1g==", + "version": "1.1005.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1005.0.tgz", + "integrity": "sha512-krwmYd39A1VhMJbzdDog8eCEv8LRjeF0euBiXO5pkTyWxCWenmZ8P4C4oMHZ66ZYHMnyL2il59YyXNSA6diVEw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1004.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1004.0.tgz", - "integrity": "sha512-ftWkGaLd0TeZBOchEYkM0onl8xwndnrSMspd5H0DGNFJNwcualfTkM15hyAZfZocb21jxMs8Rh4wyZ6SdBvE1g==" + "version": "1.1005.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1005.0.tgz", + "integrity": "sha512-krwmYd39A1VhMJbzdDog8eCEv8LRjeF0euBiXO5pkTyWxCWenmZ8P4C4oMHZ66ZYHMnyL2il59YyXNSA6diVEw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 65a4c3b40..78986cbd3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1004.0", + "@snyk/protect": "1.1005.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 1be0b1310a9685fff9ae041a12ae6f8bf70dbf2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:34:52 +0000 Subject: [PATCH 139/303] chore(deps): update step-security/harden-runner digest to b8a619f --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 5ee2006c8..07ad2ef50 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b76ecefa2..992ddc108 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9399119b3..937e23bc8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0b61316f5a3fc8b7b29daa3d9b4a37cd052d11ed + uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 with: egress-policy: audit From d45f504c2687ef2240686a06d5c16b09efc0279a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:00:55 +0000 Subject: [PATCH 140/303] chore(deps): update mongo docker digest to c57e511 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 569f7b4d5..0ec30b762 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:59448b028874b9ce3150cc692a3f85e8beed92cb8dc9479bdc3fd453b70e1fb1 + image: mongo@sha256:c57e511ce78d6847e2605db8e374611492f588e24f93c80e0c6baba9d6c029c3 volumes: - ./data:/data/db ports: From 54e7b4a64637efd571022084d548ac30e28535c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 02:02:23 +0000 Subject: [PATCH 141/303] chore(deps): update github/codeql-action action to v2.1.26 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 992ddc108..358234146 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25 + uses: github/codeql-action/init@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25 + uses: github/codeql-action/autobuild@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25 + uses: github/codeql-action/analyze@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26 From c1a170ace7d079aec8381b0c353eeddfac4b0736 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 08:03:42 +0000 Subject: [PATCH 142/303] chore(deps): update step-security/harden-runner digest to 1c4489a --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 07ad2ef50..19bcaf080 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 358234146..f1ab0da60 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 937e23bc8..f3cb0a14c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b8a619fa136ca306c630409c8ee01e314eaae232 + uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 with: egress-policy: audit From 123db97567bf7f0a4a3999671d654ed72049e588 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:52:16 +0000 Subject: [PATCH 143/303] fix(deps): update dependency @snyk/protect to v1.1006.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a51c3e0c6..c902ebe66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1005.0", + "@snyk/protect": "1.1006.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1005.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1005.0.tgz", - "integrity": "sha512-krwmYd39A1VhMJbzdDog8eCEv8LRjeF0euBiXO5pkTyWxCWenmZ8P4C4oMHZ66ZYHMnyL2il59YyXNSA6diVEw==", + "version": "1.1006.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1006.0.tgz", + "integrity": "sha512-A+T1oU3LkW2eLupBbZYDhLN2g61STeyZbffAp2EkPO7ERcPTYYGdmscKZcz/Z7nc41lxGe9iHNTeRSEHkJIq5Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1005.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1005.0.tgz", - "integrity": "sha512-krwmYd39A1VhMJbzdDog8eCEv8LRjeF0euBiXO5pkTyWxCWenmZ8P4C4oMHZ66ZYHMnyL2il59YyXNSA6diVEw==" + "version": "1.1006.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1006.0.tgz", + "integrity": "sha512-A+T1oU3LkW2eLupBbZYDhLN2g61STeyZbffAp2EkPO7ERcPTYYGdmscKZcz/Z7nc41lxGe9iHNTeRSEHkJIq5Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 78986cbd3..796583a14 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1005.0", + "@snyk/protect": "1.1006.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 7fba600a3ecb29a123c424f3951247b7d883cabe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:18:59 +0000 Subject: [PATCH 144/303] chore(deps): update step-security/harden-runner digest to 56b75a2 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 19bcaf080..5fdff6c36 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f1ab0da60..6390f7583 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f3cb0a14c..6f446a074 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@1c4489aab205952ac7b3f21589149222832fe1b9 + uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 with: egress-policy: audit From 13b139404666732758089bc84994090cf4c26650 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:19:10 +0000 Subject: [PATCH 145/303] chore(deps): update actions/checkout action to v3.1.0 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 5fdff6c36..2fff43843 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -23,7 +23,7 @@ jobs: snyk.io:443 - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Run ESLint uses: reviewdog/action-eslint@d3395027ea2cfc5cf8f460b1ea939b6c86fea656 # tag=v1.17.0 @@ -47,7 +47,7 @@ jobs: raw.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Run hadolint uses: reviewdog/action-hadolint@55be5d2c4b0b80d439247b128a9ded3747f92a29 # tag=v1.33.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6390f7583..98893ca39 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: github.com:443 - name: Checkout repository - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6f446a074..fce4f2530 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -31,7 +31,7 @@ jobs: snyk.io:443 - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 @@ -76,7 +76,7 @@ jobs: scanner.sonarcloud.io:443 - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Download Code Coverage uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # tag=v3.0.0 @@ -117,7 +117,7 @@ jobs: - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Perform Scan uses: ShiftLeftSecurity/scan-action@master @@ -170,7 +170,7 @@ jobs: tracking-protection.cdn.mozilla.net:443 - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 @@ -213,7 +213,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Semantic Release uses: cycjimmy/semantic-release-action@e1fe1fc00a3729593e87efb2f88475de76d64a24 # tag=v3.1.1 @@ -234,7 +234,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 + uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Docker meta id: meta From ef0b2185dc685cd51041713656c8bc9caac4e5b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 09:11:03 +0000 Subject: [PATCH 146/303] fix(deps): update dependency @snyk/protect to v1.1007.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c902ebe66..bd5358b11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1006.0", + "@snyk/protect": "1.1007.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1006.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1006.0.tgz", - "integrity": "sha512-A+T1oU3LkW2eLupBbZYDhLN2g61STeyZbffAp2EkPO7ERcPTYYGdmscKZcz/Z7nc41lxGe9iHNTeRSEHkJIq5Q==", + "version": "1.1007.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1007.0.tgz", + "integrity": "sha512-vJZaTie7kl+8VGCAKQp5ORJTz4Pk6of9u96raDUaMBn6u8LdJ5SKvbRBPUIexEOGQ4R6DPJxKrXwy5+5Dtvt1w==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1006.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1006.0.tgz", - "integrity": "sha512-A+T1oU3LkW2eLupBbZYDhLN2g61STeyZbffAp2EkPO7ERcPTYYGdmscKZcz/Z7nc41lxGe9iHNTeRSEHkJIq5Q==" + "version": "1.1007.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1007.0.tgz", + "integrity": "sha512-vJZaTie7kl+8VGCAKQp5ORJTz4Pk6of9u96raDUaMBn6u8LdJ5SKvbRBPUIexEOGQ4R6DPJxKrXwy5+5Dtvt1w==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 796583a14..de4f70b79 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1006.0", + "@snyk/protect": "1.1007.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 1694cb5876b59d1611972868fbc03bd8484d44e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 18:17:57 +0000 Subject: [PATCH 147/303] fix(deps): update dependency @snyk/protect to v1.1008.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd5358b11..2a84e421d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1007.0", + "@snyk/protect": "1.1008.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1007.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1007.0.tgz", - "integrity": "sha512-vJZaTie7kl+8VGCAKQp5ORJTz4Pk6of9u96raDUaMBn6u8LdJ5SKvbRBPUIexEOGQ4R6DPJxKrXwy5+5Dtvt1w==", + "version": "1.1008.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1008.0.tgz", + "integrity": "sha512-3lYjPrT6XO/ptMJ42st/L6xCGV7zUeLP6mYxwQLSFd4rIZejFqR3HouUd05TmAAQWXShrWRHD2FB+gyHlMLZcA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1007.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1007.0.tgz", - "integrity": "sha512-vJZaTie7kl+8VGCAKQp5ORJTz4Pk6of9u96raDUaMBn6u8LdJ5SKvbRBPUIexEOGQ4R6DPJxKrXwy5+5Dtvt1w==" + "version": "1.1008.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1008.0.tgz", + "integrity": "sha512-3lYjPrT6XO/ptMJ42st/L6xCGV7zUeLP6mYxwQLSFd4rIZejFqR3HouUd05TmAAQWXShrWRHD2FB+gyHlMLZcA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index de4f70b79..d9f61b7a6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1007.0", + "@snyk/protect": "1.1008.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From ea5a05f55576b2e6775a388dc5c5e3d8703c970a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 22:23:26 +0000 Subject: [PATCH 148/303] chore(deps): update mongo docker digest to 2ca8fb2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0ec30b762..529263d71 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:c57e511ce78d6847e2605db8e374611492f588e24f93c80e0c6baba9d6c029c3 + image: mongo@sha256:2ca8fb22c9522b49fd1f5490dee3e7026a4331b9f904d5acf10a9638c1d1539d volumes: - ./data:/data/db ports: From ecfae98dcf930735a295998faa6e4452649503d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 12:11:40 +0000 Subject: [PATCH 149/303] fix(deps): update dependency @snyk/protect to v1.1009.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a84e421d..befced3f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1008.0", + "@snyk/protect": "1.1009.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1008.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1008.0.tgz", - "integrity": "sha512-3lYjPrT6XO/ptMJ42st/L6xCGV7zUeLP6mYxwQLSFd4rIZejFqR3HouUd05TmAAQWXShrWRHD2FB+gyHlMLZcA==", + "version": "1.1009.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1009.0.tgz", + "integrity": "sha512-QhqBhu339RiBE0H0FZcKtjYvPNYjyFqLlB5eiivLfDMHagqGkWe3QIRPqndM5yzcXma8NupwTpnVmMjQb8G+bA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1008.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1008.0.tgz", - "integrity": "sha512-3lYjPrT6XO/ptMJ42st/L6xCGV7zUeLP6mYxwQLSFd4rIZejFqR3HouUd05TmAAQWXShrWRHD2FB+gyHlMLZcA==" + "version": "1.1009.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1009.0.tgz", + "integrity": "sha512-QhqBhu339RiBE0H0FZcKtjYvPNYjyFqLlB5eiivLfDMHagqGkWe3QIRPqndM5yzcXma8NupwTpnVmMjQb8G+bA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index d9f61b7a6..501a8fac5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1008.0", + "@snyk/protect": "1.1009.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From e77ce17e11e9680759a8a228c2072945c4af4183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:47:08 +0000 Subject: [PATCH 150/303] chore(deps): update github/codeql-action action to v2.1.27 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 98893ca39..3c3618fd4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26 + uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26 + uses: github/codeql-action/autobuild@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e0e5ded33cabb451ae0a9768fc7b0410bad9ad44 # tag=v2.1.26 + uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27 From 79dd8302afe0763e0ce26059dce94ea704e56755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 03:24:10 +0000 Subject: [PATCH 151/303] chore(deps): update node.js to ffe8fd3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7ccbbbff..1ae73e408 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.1-alpine3.15@sha256:fb784316e40086079e1118be238dafd5c83c3d42b9297fd289bf25637544f786 +FROM node:16.17.1-alpine3.15@sha256:ffe8fd3936a54bb5aa6623516214d19221332692eb4684de11601010f6a9388c ARG appPort=3000 # ARG microScannerToken From bfc340eb3679698f7f1e86e5140d7ec9440f88eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 10:06:46 +0000 Subject: [PATCH 152/303] fix(deps): update dependency @snyk/protect to v1.1011.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index befced3f5..20e31d388 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1009.0", + "@snyk/protect": "1.1011.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1009.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1009.0.tgz", - "integrity": "sha512-QhqBhu339RiBE0H0FZcKtjYvPNYjyFqLlB5eiivLfDMHagqGkWe3QIRPqndM5yzcXma8NupwTpnVmMjQb8G+bA==", + "version": "1.1011.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1011.0.tgz", + "integrity": "sha512-AmGW7TP8EheU1eFKH1I6sQETxXOKMsLdwd8j+zufTIF73Fu/jMv04zzXjesMS5cy8wPMY/BljTlvb+qYMFOCzw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1009.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1009.0.tgz", - "integrity": "sha512-QhqBhu339RiBE0H0FZcKtjYvPNYjyFqLlB5eiivLfDMHagqGkWe3QIRPqndM5yzcXma8NupwTpnVmMjQb8G+bA==" + "version": "1.1011.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1011.0.tgz", + "integrity": "sha512-AmGW7TP8EheU1eFKH1I6sQETxXOKMsLdwd8j+zufTIF73Fu/jMv04zzXjesMS5cy8wPMY/BljTlvb+qYMFOCzw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 501a8fac5..4ea07fc84 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1009.0", + "@snyk/protect": "1.1011.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 1e06815c1a7b02f081a8c957cd08ab3298bf2244 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 12:43:11 +0000 Subject: [PATCH 153/303] chore(deps): update node.js to 5439b72 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ae73e408..897934348 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.1-alpine3.15@sha256:ffe8fd3936a54bb5aa6623516214d19221332692eb4684de11601010f6a9388c +FROM node:16.17.1-alpine3.15@sha256:5439b729390a473315f00e0d2ef53424f351b2344fd99c8ddd93fb1f04092725 ARG appPort=3000 # ARG microScannerToken From 4bab0d3fe7c602ef4f9bf53cb2cd3f0892aa2a8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 23:53:08 +0000 Subject: [PATCH 154/303] chore(deps): update node.js to 84c606b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 897934348..f3aaf64ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.1-alpine3.15@sha256:5439b729390a473315f00e0d2ef53424f351b2344fd99c8ddd93fb1f04092725 +FROM node:16.17.1-alpine3.15@sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a ARG appPort=3000 # ARG microScannerToken From c5e04401621591f6b9a3f09cd8318e9a9d8abd41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 19:33:55 +0000 Subject: [PATCH 155/303] fix(deps): update dependency @snyk/protect to v1.1012.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20e31d388..ee72e0b14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1011.0", + "@snyk/protect": "1.1012.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1011.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1011.0.tgz", - "integrity": "sha512-AmGW7TP8EheU1eFKH1I6sQETxXOKMsLdwd8j+zufTIF73Fu/jMv04zzXjesMS5cy8wPMY/BljTlvb+qYMFOCzw==", + "version": "1.1012.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1012.0.tgz", + "integrity": "sha512-FetJA4igmHDYLcxq0dvSolgCWBAWvut1lhY8aDbwZDw+dMd7sXkjb4Dl1F7XzRDqUt3wjfyb73OJjSAn1ADZHg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1011.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1011.0.tgz", - "integrity": "sha512-AmGW7TP8EheU1eFKH1I6sQETxXOKMsLdwd8j+zufTIF73Fu/jMv04zzXjesMS5cy8wPMY/BljTlvb+qYMFOCzw==" + "version": "1.1012.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1012.0.tgz", + "integrity": "sha512-FetJA4igmHDYLcxq0dvSolgCWBAWvut1lhY8aDbwZDw+dMd7sXkjb4Dl1F7XzRDqUt3wjfyb73OJjSAn1ADZHg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 4ea07fc84..a1bd8d343 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1011.0", + "@snyk/protect": "1.1012.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From e888c734e0d3120eb88efec299530946781d8188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:41:36 +0000 Subject: [PATCH 156/303] chore(deps): update dependency eslint to v8.24.0 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee72e0b14..c2a2afea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.23.1", + "eslint": "8.24.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -561,9 +561,9 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@humanwhocodes/config-array": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", - "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", + "version": "0.10.7", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz", + "integrity": "sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -1972,13 +1972,13 @@ } }, "node_modules/eslint": { - "version": "8.23.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz", - "integrity": "sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==", + "version": "8.24.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz", + "integrity": "sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.2", - "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/config-array": "^0.10.5", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0", @@ -7087,9 +7087,9 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "@humanwhocodes/config-array": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", - "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", + "version": "0.10.7", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz", + "integrity": "sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -8191,13 +8191,13 @@ "dev": true }, "eslint": { - "version": "8.23.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.23.1.tgz", - "integrity": "sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==", + "version": "8.24.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz", + "integrity": "sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.2", - "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/config-array": "^0.10.5", "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0", diff --git a/package.json b/package.json index a1bd8d343..bba8dc467 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.23.1", + "eslint": "8.24.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From e88990ed26a69c9ebf2ac7c09b4a078cfb5c1760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:00:39 +0000 Subject: [PATCH 157/303] fix(deps): update dependency @snyk/protect to v1.1013.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2a2afea9..f9744b307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1012.0", + "@snyk/protect": "1.1013.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1012.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1012.0.tgz", - "integrity": "sha512-FetJA4igmHDYLcxq0dvSolgCWBAWvut1lhY8aDbwZDw+dMd7sXkjb4Dl1F7XzRDqUt3wjfyb73OJjSAn1ADZHg==", + "version": "1.1013.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1013.0.tgz", + "integrity": "sha512-w67p3tncQPJjhrdsLxcDh2PhJEcU2eRkYhZO6nbSZipGmznPovveFw24BTYRsefGPhiAMPP7gbjGVVRL1rTrdg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1012.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1012.0.tgz", - "integrity": "sha512-FetJA4igmHDYLcxq0dvSolgCWBAWvut1lhY8aDbwZDw+dMd7sXkjb4Dl1F7XzRDqUt3wjfyb73OJjSAn1ADZHg==" + "version": "1.1013.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1013.0.tgz", + "integrity": "sha512-w67p3tncQPJjhrdsLxcDh2PhJEcU2eRkYhZO6nbSZipGmznPovveFw24BTYRsefGPhiAMPP7gbjGVVRL1rTrdg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index bba8dc467..f5c1723ed 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1012.0", + "@snyk/protect": "1.1013.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 340bb000a3f322effa24597c01ddca6d6e0c6b51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:05:48 +0000 Subject: [PATCH 158/303] chore(deps): update mongo docker digest to 946d309 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 529263d71..a6049f284 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:2ca8fb22c9522b49fd1f5490dee3e7026a4331b9f904d5acf10a9638c1d1539d + image: mongo@sha256:946d309038b2581d8913213333eb3f86142d95e770ec6a3e334ca9b43ebd402e volumes: - ./data:/data/db ports: From 23141d8ec567b05a0108b356e3fe936fa8989485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:02:30 +0000 Subject: [PATCH 159/303] fix(deps): update dependency @snyk/protect to v1.1014.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9744b307..1f0196871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1013.0", + "@snyk/protect": "1.1014.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1013.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1013.0.tgz", - "integrity": "sha512-w67p3tncQPJjhrdsLxcDh2PhJEcU2eRkYhZO6nbSZipGmznPovveFw24BTYRsefGPhiAMPP7gbjGVVRL1rTrdg==", + "version": "1.1014.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1014.0.tgz", + "integrity": "sha512-dTuWkCXZVr0Vi5G+uiHbRwLcqApDFQQ/QnJ49vM9Jwt69EFzYebi/YdID5O42PFUeMnU7gNlhm5MoZH34XciMg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1013.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1013.0.tgz", - "integrity": "sha512-w67p3tncQPJjhrdsLxcDh2PhJEcU2eRkYhZO6nbSZipGmznPovveFw24BTYRsefGPhiAMPP7gbjGVVRL1rTrdg==" + "version": "1.1014.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1014.0.tgz", + "integrity": "sha512-dTuWkCXZVr0Vi5G+uiHbRwLcqApDFQQ/QnJ49vM9Jwt69EFzYebi/YdID5O42PFUeMnU7gNlhm5MoZH34XciMg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f5c1723ed..0e1085fac 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1013.0", + "@snyk/protect": "1.1014.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 7f7617c7ea47343a5aa7b1b9e6e93fbf9488e834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 19:37:27 +0000 Subject: [PATCH 160/303] chore(deps): update node.js to v16.18.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3aaf64ff..e12e64405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.17.1-alpine3.15@sha256:84c606bfbe4cf120c52b17c3b727e614d99e357a8e350f83a4e7b9ec0798e04a +FROM node:16.18.0-alpine3.15@sha256:605944616654db7c2052e17f4e7332b69dd01d0aa82b94fc75a70135febcfff8 ARG appPort=3000 # ARG microScannerToken From 464ed4fabdd51f0c2471564cac5cbac09a70553e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 06:06:11 +0000 Subject: [PATCH 161/303] chore(deps): update step-security/harden-runner digest to 2827852 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 2fff43843..c30035de6 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3c3618fd4..ca4b5cfd3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fce4f2530..6a5b798f0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@56b75a26f8bd4688878746adecd21a273b119105 + uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac with: egress-policy: audit From bd8d0e1b233ef70013f6e80e402ec2885f9204b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:56:06 +0000 Subject: [PATCH 162/303] chore(deps): update node.js to 12eccfd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e12e64405..22a6d1ae6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.0-alpine3.15@sha256:605944616654db7c2052e17f4e7332b69dd01d0aa82b94fc75a70135febcfff8 +FROM node:16.18.0-alpine3.15@sha256:12eccfd431c5aea43165c9f44e66d756952fbb4c06b9766feb43ce43b20e0837 ARG appPort=3000 # ARG microScannerToken From cba041ddddae88ca3a5b775f76f7d427c148463d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 20:32:32 +0000 Subject: [PATCH 163/303] fix(deps): update dependency @snyk/protect to v1.1017.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f0196871..82607c1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1014.0", + "@snyk/protect": "1.1017.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1014.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1014.0.tgz", - "integrity": "sha512-dTuWkCXZVr0Vi5G+uiHbRwLcqApDFQQ/QnJ49vM9Jwt69EFzYebi/YdID5O42PFUeMnU7gNlhm5MoZH34XciMg==", + "version": "1.1017.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1017.0.tgz", + "integrity": "sha512-6WHVyRUBba7Q/e6BAbn3+J3SSvBQU0Ps9YItg9Z/B7w91JusSCq6P4KTNt66AZxHwQ1X2iUbIWrkNEIpKuXePQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1014.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1014.0.tgz", - "integrity": "sha512-dTuWkCXZVr0Vi5G+uiHbRwLcqApDFQQ/QnJ49vM9Jwt69EFzYebi/YdID5O42PFUeMnU7gNlhm5MoZH34XciMg==" + "version": "1.1017.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1017.0.tgz", + "integrity": "sha512-6WHVyRUBba7Q/e6BAbn3+J3SSvBQU0Ps9YItg9Z/B7w91JusSCq6P4KTNt66AZxHwQ1X2iUbIWrkNEIpKuXePQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0e1085fac..c021078b4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1014.0", + "@snyk/protect": "1.1017.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 82f6781ec804ee5cc25848d43d79d4204d33b5f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:22:21 +0000 Subject: [PATCH 164/303] chore(deps): update node.js to 9598b4e --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22a6d1ae6..f77729b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.0-alpine3.15@sha256:12eccfd431c5aea43165c9f44e66d756952fbb4c06b9766feb43ce43b20e0837 +FROM node:16.18.0-alpine3.15@sha256:9598b4e253236c8003d4e4b1acde80a6ca781fc231a7e670ecc2f3183c94ea5e ARG appPort=3000 # ARG microScannerToken From 4133118f0e34b96aa642c7946449a9a66a61b249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 14:51:34 +0000 Subject: [PATCH 165/303] fix(deps): update dependency @snyk/protect to v1.1018.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82607c1f8..8aaba3020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1017.0", + "@snyk/protect": "1.1018.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1017.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1017.0.tgz", - "integrity": "sha512-6WHVyRUBba7Q/e6BAbn3+J3SSvBQU0Ps9YItg9Z/B7w91JusSCq6P4KTNt66AZxHwQ1X2iUbIWrkNEIpKuXePQ==", + "version": "1.1018.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1018.0.tgz", + "integrity": "sha512-8sNmN+lJbCpcoi4XDpmZ+LPUlXST7GhFt1x6C3INBai1y+Ho4R5sqBFMj0UkmnoFDeje82sh3Se/brW5SFTcbA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1017.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1017.0.tgz", - "integrity": "sha512-6WHVyRUBba7Q/e6BAbn3+J3SSvBQU0Ps9YItg9Z/B7w91JusSCq6P4KTNt66AZxHwQ1X2iUbIWrkNEIpKuXePQ==" + "version": "1.1018.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1018.0.tgz", + "integrity": "sha512-8sNmN+lJbCpcoi4XDpmZ+LPUlXST7GhFt1x6C3INBai1y+Ho4R5sqBFMj0UkmnoFDeje82sh3Se/brW5SFTcbA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index c021078b4..9553551e8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1017.0", + "@snyk/protect": "1.1018.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 4869d1b40c9b633539fcb7e84eae3aa991c6bd54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 19:26:10 +0000 Subject: [PATCH 166/303] fix(deps): update dependency @snyk/protect to v1.1019.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aaba3020..255dfba5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1018.0", + "@snyk/protect": "1.1019.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1018.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1018.0.tgz", - "integrity": "sha512-8sNmN+lJbCpcoi4XDpmZ+LPUlXST7GhFt1x6C3INBai1y+Ho4R5sqBFMj0UkmnoFDeje82sh3Se/brW5SFTcbA==", + "version": "1.1019.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1019.0.tgz", + "integrity": "sha512-LuMrTKSuzQ6hcmD6H4mgjor1MwYJUVOT28ZuoFyNRwqW5Aowqf/0x5iZIYZDpTg5JR2yYARQS96uc3dbY3lDFA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1018.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1018.0.tgz", - "integrity": "sha512-8sNmN+lJbCpcoi4XDpmZ+LPUlXST7GhFt1x6C3INBai1y+Ho4R5sqBFMj0UkmnoFDeje82sh3Se/brW5SFTcbA==" + "version": "1.1019.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1019.0.tgz", + "integrity": "sha512-LuMrTKSuzQ6hcmD6H4mgjor1MwYJUVOT28ZuoFyNRwqW5Aowqf/0x5iZIYZDpTg5JR2yYARQS96uc3dbY3lDFA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 9553551e8..f322cd879 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1018.0", + "@snyk/protect": "1.1019.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 884b4b732f59749c7b105929c6224b67718ac824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:08:42 +0000 Subject: [PATCH 167/303] fix(deps): update dependency @snyk/protect to v1.1020.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 255dfba5a..7dfe1418f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1019.0", + "@snyk/protect": "1.1020.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1019.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1019.0.tgz", - "integrity": "sha512-LuMrTKSuzQ6hcmD6H4mgjor1MwYJUVOT28ZuoFyNRwqW5Aowqf/0x5iZIYZDpTg5JR2yYARQS96uc3dbY3lDFA==", + "version": "1.1020.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1020.0.tgz", + "integrity": "sha512-Uncxecj9mtEVlaEFVojpNOu6wZ3Om4cpvDDB25FcyOd0o+buru57GKNCMT89G2UC35dKpz6FOYyn1/gXNQZqIQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1019.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1019.0.tgz", - "integrity": "sha512-LuMrTKSuzQ6hcmD6H4mgjor1MwYJUVOT28ZuoFyNRwqW5Aowqf/0x5iZIYZDpTg5JR2yYARQS96uc3dbY3lDFA==" + "version": "1.1020.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1020.0.tgz", + "integrity": "sha512-Uncxecj9mtEVlaEFVojpNOu6wZ3Om4cpvDDB25FcyOd0o+buru57GKNCMT89G2UC35dKpz6FOYyn1/gXNQZqIQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f322cd879..8e1f7a4c2 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1019.0", + "@snyk/protect": "1.1020.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 2bb0f5c05b10db33b9b6f7ab13623a6e8d0fbafa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:06:54 +0000 Subject: [PATCH 168/303] fix(deps): update dependency @snyk/protect to v1.1021.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dfe1418f..0f5554752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1020.0", + "@snyk/protect": "1.1021.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1020.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1020.0.tgz", - "integrity": "sha512-Uncxecj9mtEVlaEFVojpNOu6wZ3Om4cpvDDB25FcyOd0o+buru57GKNCMT89G2UC35dKpz6FOYyn1/gXNQZqIQ==", + "version": "1.1021.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1021.0.tgz", + "integrity": "sha512-d301HqyFvhvXa6SOIL5OSDYECOooMs4ARZdBlg7pY5SOW7jXksPBP95imaIRrS7qos9CZ5f7h8orkM9J2B3EOQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1020.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1020.0.tgz", - "integrity": "sha512-Uncxecj9mtEVlaEFVojpNOu6wZ3Om4cpvDDB25FcyOd0o+buru57GKNCMT89G2UC35dKpz6FOYyn1/gXNQZqIQ==" + "version": "1.1021.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1021.0.tgz", + "integrity": "sha512-d301HqyFvhvXa6SOIL5OSDYECOooMs4ARZdBlg7pY5SOW7jXksPBP95imaIRrS7qos9CZ5f7h8orkM9J2B3EOQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 8e1f7a4c2..02db24019 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1020.0", + "@snyk/protect": "1.1021.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From e9e200ca66981100d8501c7d2f9d24ba5ccc126d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 14:02:59 +0000 Subject: [PATCH 169/303] fix(deps): update dependency @snyk/protect to v1.1022.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f5554752..0b036a77f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1021.0", + "@snyk/protect": "1.1022.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1021.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1021.0.tgz", - "integrity": "sha512-d301HqyFvhvXa6SOIL5OSDYECOooMs4ARZdBlg7pY5SOW7jXksPBP95imaIRrS7qos9CZ5f7h8orkM9J2B3EOQ==", + "version": "1.1022.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1022.0.tgz", + "integrity": "sha512-ASix6hXE9b3lgWovJjpxkx6W57pyqsB67ISxQIomLUd+XHeDodnhM3nsHJwQj8hVRWZwoHoYmnZKy9DgUg0q8w==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1021.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1021.0.tgz", - "integrity": "sha512-d301HqyFvhvXa6SOIL5OSDYECOooMs4ARZdBlg7pY5SOW7jXksPBP95imaIRrS7qos9CZ5f7h8orkM9J2B3EOQ==" + "version": "1.1022.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1022.0.tgz", + "integrity": "sha512-ASix6hXE9b3lgWovJjpxkx6W57pyqsB67ISxQIomLUd+XHeDodnhM3nsHJwQj8hVRWZwoHoYmnZKy9DgUg0q8w==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 02db24019..24361c781 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1021.0", + "@snyk/protect": "1.1022.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From a47558fb1a83af5c8a6e365b9059979abd319b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:39:54 +0000 Subject: [PATCH 170/303] chore(deps): update step-security/harden-runner digest to 5565dcd --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index c30035de6..59db31be5 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ca4b5cfd3..7f7f52c08 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6a5b798f0..efade91ed 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@28278524d0a2e042c57b6713ad659f1b2c13c0ac + uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 with: egress-policy: audit From 34270aee182300bbe74410fd11ed9528663ce194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:22:00 +0000 Subject: [PATCH 171/303] fix(deps): update dependency @snyk/protect to v1.1024.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b036a77f..97606b3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1022.0", + "@snyk/protect": "1.1024.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1022.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1022.0.tgz", - "integrity": "sha512-ASix6hXE9b3lgWovJjpxkx6W57pyqsB67ISxQIomLUd+XHeDodnhM3nsHJwQj8hVRWZwoHoYmnZKy9DgUg0q8w==", + "version": "1.1024.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1024.0.tgz", + "integrity": "sha512-x73h7YS8MWLTOyBPCOhnipqseS3CNavjGvpg3VRqpEGdbHh2bhW2X6K03ZXQobGWXo6jAuG7Aey+Ad6iuY9qKw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1022.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1022.0.tgz", - "integrity": "sha512-ASix6hXE9b3lgWovJjpxkx6W57pyqsB67ISxQIomLUd+XHeDodnhM3nsHJwQj8hVRWZwoHoYmnZKy9DgUg0q8w==" + "version": "1.1024.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1024.0.tgz", + "integrity": "sha512-x73h7YS8MWLTOyBPCOhnipqseS3CNavjGvpg3VRqpEGdbHh2bhW2X6K03ZXQobGWXo6jAuG7Aey+Ad6iuY9qKw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 24361c781..f2564ed14 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1022.0", + "@snyk/protect": "1.1024.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From dfe38ffffe46e1c0a67e7250207fac07328099c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 08:51:41 +0000 Subject: [PATCH 172/303] fix(deps): update dependency @snyk/protect to v1.1025.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97606b3d9..edf5c894e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1024.0", + "@snyk/protect": "1.1025.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -803,9 +803,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1024.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1024.0.tgz", - "integrity": "sha512-x73h7YS8MWLTOyBPCOhnipqseS3CNavjGvpg3VRqpEGdbHh2bhW2X6K03ZXQobGWXo6jAuG7Aey+Ad6iuY9qKw==", + "version": "1.1025.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1025.0.tgz", + "integrity": "sha512-RK9tY2Aqujv5l9e/5nE4yiTilk8vxyB99VtJJ/6p9TZYhddCVQUUv+PNenhVVO3jkSD8/3gLWbPakIvQsFKynA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7269,9 +7269,9 @@ } }, "@snyk/protect": { - "version": "1.1024.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1024.0.tgz", - "integrity": "sha512-x73h7YS8MWLTOyBPCOhnipqseS3CNavjGvpg3VRqpEGdbHh2bhW2X6K03ZXQobGWXo6jAuG7Aey+Ad6iuY9qKw==" + "version": "1.1025.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1025.0.tgz", + "integrity": "sha512-RK9tY2Aqujv5l9e/5nE4yiTilk8vxyB99VtJJ/6p9TZYhddCVQUUv+PNenhVVO3jkSD8/3gLWbPakIvQsFKynA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f2564ed14..01ba161fc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1024.0", + "@snyk/protect": "1.1025.0", "fastify": "3.29.2", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 23ad6c634665b4b2b741c5aae210f6842ca9c564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 19:10:12 +0000 Subject: [PATCH 173/303] chore(deps): update docker/login-action action to v2.1.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index efade91ed..49b085ff9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -258,7 +258,7 @@ jobs: uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.0 - name: Login to DockerHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0 + uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} From 4174acfe19377cecf271286adaafbf2f35792434 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 23:23:29 +0000 Subject: [PATCH 174/303] chore(deps): update dependency eslint to v8.25.0 --- package-lock.json | 48 +++++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index edf5c894e..37fda8f35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.24.0", + "eslint": "8.25.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -476,9 +476,9 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz", - "integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", + "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -574,16 +574,6 @@ "node": ">=10.10.0" } }, - "node_modules/@humanwhocodes/gitignore-to-minimatch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", - "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -1972,14 +1962,13 @@ } }, "node_modules/eslint": { - "version": "8.24.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz", - "integrity": "sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==", + "version": "8.25.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", + "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.3.2", + "@eslint/eslintrc": "^1.3.3", "@humanwhocodes/config-array": "^0.10.5", - "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0", "chalk": "^4.0.0", @@ -7008,9 +6997,9 @@ } }, "@eslint/eslintrc": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz", - "integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", + "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", "dev": true, "requires": { "ajv": "^6.12.4", @@ -7097,12 +7086,6 @@ "minimatch": "^3.0.4" } }, - "@humanwhocodes/gitignore-to-minimatch": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", - "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", - "dev": true - }, "@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -8191,14 +8174,13 @@ "dev": true }, "eslint": { - "version": "8.24.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz", - "integrity": "sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==", + "version": "8.25.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", + "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.3.2", + "@eslint/eslintrc": "^1.3.3", "@humanwhocodes/config-array": "^0.10.5", - "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@humanwhocodes/module-importer": "^1.0.1", "ajv": "^6.10.0", "chalk": "^4.0.0", diff --git a/package.json b/package.json index 01ba161fc..2869054fa 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.24.0", + "eslint": "8.25.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 614831bb9e1f2738ae352bd75806db1cec6730da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 18:41:13 +0000 Subject: [PATCH 175/303] chore(deps): update docker/setup-qemu-action action to v2.1.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 49b085ff9..52cbb2ae5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -252,7 +252,7 @@ jobs: type=raw,value=latest - name: Set up QEMU - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # tag=v2.0.0 + uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2.1.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.0 From b2fb5f295f3c1a3c613f30aa8a28f7274ddcab64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:52:16 +0000 Subject: [PATCH 176/303] chore(deps): update dependency eslint-plugin-react to v7.31.9 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37fda8f35..36782f2ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.8", + "eslint-plugin-react": "7.31.9", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2179,9 +2179,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz", - "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==", + "version": "7.31.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz", + "integrity": "sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8389,9 +8389,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.8.tgz", - "integrity": "sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==", + "version": "7.31.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz", + "integrity": "sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 2869054fa..48cdc0ead 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.8", + "eslint-plugin-react": "7.31.9", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", From a415e84fafa74ffb023bbf018ebe3d3ae7c4c6d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 05:55:56 +0000 Subject: [PATCH 177/303] chore(deps): update step-security/harden-runner digest to 5e53a69 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 59db31be5..ba6f2fcf1 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7f7f52c08..e1643f77b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 52cbb2ae5..27b68d69d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5565dcdcb788a76ec5c5ca1d7b54135c92b4db13 + uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda with: egress-policy: audit From f8611c64319a2b8ffa8677503264c3d9ea593153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 08:32:50 +0000 Subject: [PATCH 178/303] fix(deps): update dependency fastify to v3.29.3 --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36782f2ed..6ede4b672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.1025.0", - "fastify": "3.29.2", + "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", "mongoose": "5.13.15", @@ -2524,9 +2524,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fastify": { - "version": "3.29.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.2.tgz", - "integrity": "sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.3.tgz", + "integrity": "sha512-PA5mGkVnAnhysmyAnXMN9gdOlcfIxyGsfj9C7/a3sSfe5mC38euEGRLEB0T7ygbi7TIZ9yIZ/FLiERpwZeWriA==", "dependencies": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", @@ -2562,9 +2562,9 @@ "integrity": "sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==" }, "node_modules/fastify/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -8604,9 +8604,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fastify": { - "version": "3.29.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.2.tgz", - "integrity": "sha512-XFuIF4T9IdkCVtV0amWQZg50w8iPn8MoAV4yK1DP88dU7YEwxDOOpVgKLWZS4YJA8RU001KUfg2b/2L6kEwJWA==", + "version": "3.29.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.3.tgz", + "integrity": "sha512-PA5mGkVnAnhysmyAnXMN9gdOlcfIxyGsfj9C7/a3sSfe5mC38euEGRLEB0T7ygbi7TIZ9yIZ/FLiERpwZeWriA==", "requires": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", @@ -8626,9 +8626,9 @@ }, "dependencies": { "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "requires": { "lru-cache": "^6.0.0" } diff --git a/package.json b/package.json index 48cdc0ead..70d7a07ba 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.1025.0", - "fastify": "3.29.2", + "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", "lodash": "4.17.21", From d7eaaa798844d620718f5b91fa157655e1424c95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:53:33 +0000 Subject: [PATCH 179/303] chore(deps): update node.js to c63b039 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f77729b44..1f2ae62ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.0-alpine3.15@sha256:9598b4e253236c8003d4e4b1acde80a6ca781fc231a7e670ecc2f3183c94ea5e +FROM node:16.18.0-alpine3.15@sha256:c63b0399ae835c4791509d1e731c9bf5c22d8963a8d3aa3f63936261376dba76 ARG appPort=3000 # ARG microScannerToken From dd014dc3f47cd0158081e56333ed7dc8f6479f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:55:31 +0000 Subject: [PATCH 180/303] fix(deps): update dependency @snyk/protect to v1.1026.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ede4b672..c6e7bda6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1025.0", + "@snyk/protect": "1.1026.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1025.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1025.0.tgz", - "integrity": "sha512-RK9tY2Aqujv5l9e/5nE4yiTilk8vxyB99VtJJ/6p9TZYhddCVQUUv+PNenhVVO3jkSD8/3gLWbPakIvQsFKynA==", + "version": "1.1026.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1026.0.tgz", + "integrity": "sha512-cVoNRytTBCMdnU4tgO7Gu0FYVFN2pEXgNXPqJAFmsGui1OfLGqmfzA4wsitF7F6AweA2kSVpae4tzMmvWps0Qw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.1025.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1025.0.tgz", - "integrity": "sha512-RK9tY2Aqujv5l9e/5nE4yiTilk8vxyB99VtJJ/6p9TZYhddCVQUUv+PNenhVVO3jkSD8/3gLWbPakIvQsFKynA==" + "version": "1.1026.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1026.0.tgz", + "integrity": "sha512-cVoNRytTBCMdnU4tgO7Gu0FYVFN2pEXgNXPqJAFmsGui1OfLGqmfzA4wsitF7F6AweA2kSVpae4tzMmvWps0Qw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 70d7a07ba..3209c6701 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1025.0", + "@snyk/protect": "1.1026.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 03a7751407bee47b809fa5dedc8e16cb2f3e0520 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:34:47 +0000 Subject: [PATCH 181/303] chore(deps): update node.js to 9b0ce41 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f2ae62ae..77c63cba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.0-alpine3.15@sha256:c63b0399ae835c4791509d1e731c9bf5c22d8963a8d3aa3f63936261376dba76 +FROM node:16.18.0-alpine3.15@sha256:9b0ce41173b9cf013590ed936257de953985ba0e719f793e64cb813d970d8f3b ARG appPort=3000 # ARG microScannerToken From f6274bef141d3937c39272124a412e5beb077049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 03:06:06 +0000 Subject: [PATCH 182/303] chore(deps): update mongo docker digest to 06cd2e8 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a6049f284..16aee6f18 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:946d309038b2581d8913213333eb3f86142d95e770ec6a3e334ca9b43ebd402e + image: mongo@sha256:06cd2e814b2641d4c7ac6b093e870fe72c1ddbc7c6ddaaef16d4cb5a61c0ee6b volumes: - ./data:/data/db ports: From d4a4bef619413fbecd52a8dba5ec8d0c5e92d98c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 05:15:03 +0000 Subject: [PATCH 183/303] chore(deps): update dependency eslint-plugin-react to v7.31.10 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6e7bda6a..8a59e07cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.9", + "eslint-plugin-react": "7.31.10", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", @@ -2179,9 +2179,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.9", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz", - "integrity": "sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==", + "version": "7.31.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", + "integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==", "dev": true, "dependencies": { "array-includes": "^3.1.5", @@ -8389,9 +8389,9 @@ } }, "eslint-plugin-react": { - "version": "7.31.9", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.9.tgz", - "integrity": "sha512-vrVJwusIw4L99lyfXjtCw8HWdloajsiYslMavogrBe2Gl8gr95TJsJnOMRasN4b4N24I3XuJf6aAV6MhyGmjqw==", + "version": "7.31.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", + "integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==", "dev": true, "requires": { "array-includes": "^3.1.5", diff --git a/package.json b/package.json index 3209c6701..8485ae874 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.9", + "eslint-plugin-react": "7.31.10", "espree": "9.4.0", "mocha": "10.0.0", "npm-run-all": "4.1.5", From 4fab1f17fedc08cbededfeed21d92628b13ef27c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:23:51 +0000 Subject: [PATCH 184/303] chore(deps): update mongo docker digest to 3b9bfc3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 16aee6f18..c7cbcaf70 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:06cd2e814b2641d4c7ac6b093e870fe72c1ddbc7c6ddaaef16d4cb5a61c0ee6b + image: mongo@sha256:3b9bfc35335710340afe1e98c870491b2a969fd93b62505b4617eab73d97cec6 volumes: - ./data:/data/db ports: From 84cc98a115ed8ccbd2b7ae37f4614939581d502a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 04:19:21 +0000 Subject: [PATCH 185/303] chore(deps): update node.js to e666a1b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77c63cba5..52b5e7fee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.0-alpine3.15@sha256:9b0ce41173b9cf013590ed936257de953985ba0e719f793e64cb813d970d8f3b +FROM node:16.18.0-alpine3.15@sha256:e666a1b2a4aa5294b148f817a265ade7cda5d8a74cfc9c0288b5389cd7b96844 ARG appPort=3000 # ARG microScannerToken From fb94489b0901f52f2ae423281fa7e0a2fd985bca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 07:26:46 +0000 Subject: [PATCH 186/303] chore(deps): update docker/build-push-action action to v3.2.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 27b68d69d..224113ed8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -264,7 +264,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3.1.1 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3.2.0 with: context: . push: true From a1cbc6929d3a23f31e8aef0504f3470bb2a67d42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 10:35:02 +0000 Subject: [PATCH 187/303] chore(deps): update docker/metadata-action action to v4.1.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 224113ed8..8828e9d31 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -238,7 +238,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4.0.1 + uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0 with: images: ${{ github.repository }} tags: | From 1c57f4bb4aa8d06df86b5d39e95877dc5cc7daea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:22:45 +0000 Subject: [PATCH 188/303] chore(deps): update docker/setup-buildx-action action to v2.1.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8828e9d31..7a1aa99a2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -255,7 +255,7 @@ jobs: uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.0 + uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # tag=v2.1.0 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0 From 56c96d5bf3d420be6c2b2d740cf48ad57491b46c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:27:59 +0000 Subject: [PATCH 189/303] fix(deps): update dependency @snyk/protect to v1.1028.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a59e07cf..4e3464763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1026.0", + "@snyk/protect": "1.1028.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1026.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1026.0.tgz", - "integrity": "sha512-cVoNRytTBCMdnU4tgO7Gu0FYVFN2pEXgNXPqJAFmsGui1OfLGqmfzA4wsitF7F6AweA2kSVpae4tzMmvWps0Qw==", + "version": "1.1028.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1028.0.tgz", + "integrity": "sha512-eX/L2ZVX/wyyYBYXG0YRlsSp7LXirTjhMQL0I/WvHW6rJxCa2Hr1OYCv8hxMXQLgN6IQ0Vqy3vhnGTMXa99KSw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.1026.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1026.0.tgz", - "integrity": "sha512-cVoNRytTBCMdnU4tgO7Gu0FYVFN2pEXgNXPqJAFmsGui1OfLGqmfzA4wsitF7F6AweA2kSVpae4tzMmvWps0Qw==" + "version": "1.1028.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1028.0.tgz", + "integrity": "sha512-eX/L2ZVX/wyyYBYXG0YRlsSp7LXirTjhMQL0I/WvHW6rJxCa2Hr1OYCv8hxMXQLgN6IQ0Vqy3vhnGTMXa99KSw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 8485ae874..99032c69f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1026.0", + "@snyk/protect": "1.1028.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 958119ff86422033c4c826ea950f19a6a48ac9ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 09:48:45 +0000 Subject: [PATCH 190/303] fix(deps): update dependency @snyk/protect to v1.1029.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e3464763..5ff7ba34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1028.0", + "@snyk/protect": "1.1029.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1028.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1028.0.tgz", - "integrity": "sha512-eX/L2ZVX/wyyYBYXG0YRlsSp7LXirTjhMQL0I/WvHW6rJxCa2Hr1OYCv8hxMXQLgN6IQ0Vqy3vhnGTMXa99KSw==", + "version": "1.1029.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1029.0.tgz", + "integrity": "sha512-3ADdrttLWwczJZZy5xbS3HpmIqlNYMOThy8iUbkSJhHmi4VLeBm5hIE01IYkHiBki7NIlrEMR3wGv8J3OYsJvw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.1028.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1028.0.tgz", - "integrity": "sha512-eX/L2ZVX/wyyYBYXG0YRlsSp7LXirTjhMQL0I/WvHW6rJxCa2Hr1OYCv8hxMXQLgN6IQ0Vqy3vhnGTMXa99KSw==" + "version": "1.1029.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1029.0.tgz", + "integrity": "sha512-3ADdrttLWwczJZZy5xbS3HpmIqlNYMOThy8iUbkSJhHmi4VLeBm5hIE01IYkHiBki7NIlrEMR3wGv8J3OYsJvw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 99032c69f..c84f550cc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1028.0", + "@snyk/protect": "1.1029.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 9d8c3a6bb20b108a281c4db56ef592b1c809b68e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 11:48:16 +0000 Subject: [PATCH 191/303] chore(deps): update actions/setup-node action to v3.5.1 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7a1aa99a2..600121264 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ matrix.node }} check-latest: true @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 with: node-version: ${{ matrix.node }} check-latest: true From c72fdd8b4493ab4f835fa8374b3393f17e157d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 18:42:41 +0000 Subject: [PATCH 192/303] chore(deps): update step-security/harden-runner digest to 3888ae1 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index ba6f2fcf1..8e352d469 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e1643f77b..3b9598005 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 600121264..0320a68db 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@5e53a6998f4b1305aa150682211e74ec0d8d2dda + uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd with: egress-policy: audit From 8d640ba373b7258f7f58d00d4c12e849cf17a811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 13:10:15 +0000 Subject: [PATCH 193/303] fix(deps): update dependency @snyk/protect to v1.1032.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ff7ba34f..b072bc9a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1029.0", + "@snyk/protect": "1.1032.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1029.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1029.0.tgz", - "integrity": "sha512-3ADdrttLWwczJZZy5xbS3HpmIqlNYMOThy8iUbkSJhHmi4VLeBm5hIE01IYkHiBki7NIlrEMR3wGv8J3OYsJvw==", + "version": "1.1032.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1032.0.tgz", + "integrity": "sha512-C6EvuhDycvmyMCmhjC/KAV1z3aykVGKrYhGRI5u5Buzz27HgjHhB4DSC3MDpyljpahtAkCS/E7pAwo9zP3m4bA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7252,9 +7252,9 @@ } }, "@snyk/protect": { - "version": "1.1029.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1029.0.tgz", - "integrity": "sha512-3ADdrttLWwczJZZy5xbS3HpmIqlNYMOThy8iUbkSJhHmi4VLeBm5hIE01IYkHiBki7NIlrEMR3wGv8J3OYsJvw==" + "version": "1.1032.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1032.0.tgz", + "integrity": "sha512-C6EvuhDycvmyMCmhjC/KAV1z3aykVGKrYhGRI5u5Buzz27HgjHhB4DSC3MDpyljpahtAkCS/E7pAwo9zP3m4bA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index c84f550cc..d9b60afc6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1029.0", + "@snyk/protect": "1.1032.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From b7a8e400093f768053e8f21ee8a535dfd400121f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 01:01:09 +0000 Subject: [PATCH 194/303] chore(deps): update dependency mocha to v10.1.0 --- package-lock.json | 28 +++++++--------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index b072bc9a6..9e60e7d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.10", "espree": "9.4.0", - "mocha": "10.0.0", + "mocha": "10.1.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", "request": "2.88.2" @@ -853,12 +853,6 @@ "@types/node": "*" } }, - "node_modules/@ungap/promise-all-settled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", - "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", - "dev": true - }, "node_modules/abstract-logging": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz", @@ -4052,12 +4046,11 @@ "dev": true }, "node_modules/mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.0.0.tgz", - "integrity": "sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz", + "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==", "dev": true, "dependencies": { - "@ungap/promise-all-settled": "1.1.2", "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", "chokidar": "3.5.3", @@ -7306,12 +7299,6 @@ "@types/node": "*" } }, - "@ungap/promise-all-settled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", - "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", - "dev": true - }, "abstract-logging": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-2.0.1.tgz", @@ -9737,12 +9724,11 @@ "dev": true }, "mocha": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.0.0.tgz", - "integrity": "sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz", + "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==", "dev": true, "requires": { - "@ungap/promise-all-settled": "1.1.2", "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", "chokidar": "3.5.3", diff --git a/package.json b/package.json index d9b60afc6..ae0dd8876 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.10", "espree": "9.4.0", - "mocha": "10.0.0", + "mocha": "10.1.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", "request": "2.88.2" From fc5b922b0d8cfc725b590ed76aa9bdfa4d3841d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:26:56 +0000 Subject: [PATCH 195/303] chore(deps): update docker/setup-buildx-action action to v2.2.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0320a68db..9e5af1823 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -255,7 +255,7 @@ jobs: uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # tag=v2.1.0 + uses: docker/setup-buildx-action@c74574e6c82eeedc46366be1b0d287eff9085eb6 # tag=v2.2.0 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0 From f735f6663da0406244ef7cb862db01d58f8ce6c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 19:55:26 +0000 Subject: [PATCH 196/303] chore(deps): update docker/metadata-action action to v4.1.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9e5af1823..a426a0bc2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -238,7 +238,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0 + uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1 with: images: ${{ github.repository }} tags: | From 20af382e25495f27eb701126b54fcf72208c8c33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:03:28 +0000 Subject: [PATCH 197/303] chore(deps): update docker/setup-buildx-action action to v2.2.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a426a0bc2..fd33fb2b2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -255,7 +255,7 @@ jobs: uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # tag=v2.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@c74574e6c82eeedc46366be1b0d287eff9085eb6 # tag=v2.2.0 + uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2.2.1 - name: Login to DockerHub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0 From d8f9f596e70235a599b30a59e4253fc702219ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:55:56 +0000 Subject: [PATCH 198/303] chore(deps): update github/codeql-action action to v2.1.28 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3b9598005..5ebb69d9e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27 + uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27 + uses: github/codeql-action/autobuild@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 # tag=v2.1.27 + uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28 From 5cb77e5dd8865a2e8960538890556488bb23ba0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 15:29:49 +0000 Subject: [PATCH 199/303] chore(deps): update node.js to v18 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index b6a7d89c6..3c032078a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +18 From fbb9d2b53fd08e7d0f0d0dd031ae09757f25e191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 20:45:59 +0000 Subject: [PATCH 200/303] fix(deps): update dependency @snyk/protect to v1.1034.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e60e7d24..ff2e1e214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1032.0", + "@snyk/protect": "1.1034.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1032.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1032.0.tgz", - "integrity": "sha512-C6EvuhDycvmyMCmhjC/KAV1z3aykVGKrYhGRI5u5Buzz27HgjHhB4DSC3MDpyljpahtAkCS/E7pAwo9zP3m4bA==", + "version": "1.1034.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1034.0.tgz", + "integrity": "sha512-UdNRBzhOsVZM0fzdh4wAmq14vDwPAdYgdIYqvlsm9T+46hlddv54Y6vMP7/LVypiroKYWCjO8ufvERz7ZVMRtA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7245,9 +7245,9 @@ } }, "@snyk/protect": { - "version": "1.1032.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1032.0.tgz", - "integrity": "sha512-C6EvuhDycvmyMCmhjC/KAV1z3aykVGKrYhGRI5u5Buzz27HgjHhB4DSC3MDpyljpahtAkCS/E7pAwo9zP3m4bA==" + "version": "1.1034.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1034.0.tgz", + "integrity": "sha512-UdNRBzhOsVZM0fzdh4wAmq14vDwPAdYgdIYqvlsm9T+46hlddv54Y6vMP7/LVypiroKYWCjO8ufvERz7ZVMRtA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index ae0dd8876..e44be248f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1032.0", + "@snyk/protect": "1.1034.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From b79f2d77ad4d1515511d8917b1c107f9a9994c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 05:11:43 +0000 Subject: [PATCH 201/303] chore(deps): update cycjimmy/semantic-release-action action to v3.1.2 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fd33fb2b2..a3ccaf2a4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -216,7 +216,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Semantic Release - uses: cycjimmy/semantic-release-action@e1fe1fc00a3729593e87efb2f88475de76d64a24 # tag=v3.1.1 + uses: cycjimmy/semantic-release-action@be27b56c2b7c71f71285b5a52067a40ad8b4c516 # tag=v3.1.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 29459e5e1b200cb071a98bbbe88d7654cc916e0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 15:30:58 +0000 Subject: [PATCH 202/303] fix(deps): update dependency @snyk/protect to v1.1035.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff2e1e214..9ae1f007e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1034.0", + "@snyk/protect": "1.1035.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1034.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1034.0.tgz", - "integrity": "sha512-UdNRBzhOsVZM0fzdh4wAmq14vDwPAdYgdIYqvlsm9T+46hlddv54Y6vMP7/LVypiroKYWCjO8ufvERz7ZVMRtA==", + "version": "1.1035.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1035.0.tgz", + "integrity": "sha512-8s1HygVBFDmNn7HdDTslb8LyLBKdtexexl8lsbR4W1o0/JgXDxOSEztTRakVdONFOnlRNbS3DtEBvVRdHiYFVg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7245,9 +7245,9 @@ } }, "@snyk/protect": { - "version": "1.1034.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1034.0.tgz", - "integrity": "sha512-UdNRBzhOsVZM0fzdh4wAmq14vDwPAdYgdIYqvlsm9T+46hlddv54Y6vMP7/LVypiroKYWCjO8ufvERz7ZVMRtA==" + "version": "1.1035.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1035.0.tgz", + "integrity": "sha512-8s1HygVBFDmNn7HdDTslb8LyLBKdtexexl8lsbR4W1o0/JgXDxOSEztTRakVdONFOnlRNbS3DtEBvVRdHiYFVg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index e44be248f..8c5a3a3b7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1034.0", + "@snyk/protect": "1.1035.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From bd530463b5bdf85c439cf85a376f69265cc3ebd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:25:59 +0000 Subject: [PATCH 203/303] fix(deps): update dependency @snyk/protect to v1.1038.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ae1f007e..d7eaa72f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1035.0", + "@snyk/protect": "1.1038.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1035.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1035.0.tgz", - "integrity": "sha512-8s1HygVBFDmNn7HdDTslb8LyLBKdtexexl8lsbR4W1o0/JgXDxOSEztTRakVdONFOnlRNbS3DtEBvVRdHiYFVg==", + "version": "1.1038.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1038.0.tgz", + "integrity": "sha512-68GuFnFVcQz6eFwTwN9jBbiLY1OWIFL+qHwxa3TBA4+kliOPVeBrfQ49vyGR0o5WAR1ZgTWn8+3b/OLkRe2SXg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7245,9 +7245,9 @@ } }, "@snyk/protect": { - "version": "1.1035.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1035.0.tgz", - "integrity": "sha512-8s1HygVBFDmNn7HdDTslb8LyLBKdtexexl8lsbR4W1o0/JgXDxOSEztTRakVdONFOnlRNbS3DtEBvVRdHiYFVg==" + "version": "1.1038.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1038.0.tgz", + "integrity": "sha512-68GuFnFVcQz6eFwTwN9jBbiLY1OWIFL+qHwxa3TBA4+kliOPVeBrfQ49vyGR0o5WAR1ZgTWn8+3b/OLkRe2SXg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 8c5a3a3b7..ce6ba8650 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1035.0", + "@snyk/protect": "1.1038.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From fa528801f6a2d7429e328af197072f33ea4a2fe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 00:32:25 +0000 Subject: [PATCH 204/303] chore(deps): update actions/download-artifact action to v3.0.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a3ccaf2a4..14f93dab9 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Download Code Coverage - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # tag=v3.0.0 + uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1 with: name: code-coverage path: coverage From b6b7a5d8d34f7556af5444af0eddb7632455b20d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 16:07:48 +0000 Subject: [PATCH 205/303] fix(deps): update dependency @snyk/protect to v1.1040.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7eaa72f3..d79722ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1038.0", + "@snyk/protect": "1.1040.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1038.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1038.0.tgz", - "integrity": "sha512-68GuFnFVcQz6eFwTwN9jBbiLY1OWIFL+qHwxa3TBA4+kliOPVeBrfQ49vyGR0o5WAR1ZgTWn8+3b/OLkRe2SXg==", + "version": "1.1040.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1040.0.tgz", + "integrity": "sha512-yOR+7AsLoDEtOFV9A5/2G9SlSQ8q6uUtOPL9hgZ8nVWa9G+DwEwP7KgyQul8WxgJ7SwAH3/1q4UwYPW9kiTL9A==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7245,9 +7245,9 @@ } }, "@snyk/protect": { - "version": "1.1038.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1038.0.tgz", - "integrity": "sha512-68GuFnFVcQz6eFwTwN9jBbiLY1OWIFL+qHwxa3TBA4+kliOPVeBrfQ49vyGR0o5WAR1ZgTWn8+3b/OLkRe2SXg==" + "version": "1.1040.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1040.0.tgz", + "integrity": "sha512-yOR+7AsLoDEtOFV9A5/2G9SlSQ8q6uUtOPL9hgZ8nVWa9G+DwEwP7KgyQul8WxgJ7SwAH3/1q4UwYPW9kiTL9A==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index ce6ba8650..fddde131d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1038.0", + "@snyk/protect": "1.1040.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 2a1dd4d0dcd79bbb31517983cf64d79366459475 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 19:50:58 +0000 Subject: [PATCH 206/303] chore(deps): update actions/upload-artifact action to v3.1.1 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 14f93dab9..312149c2c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -52,7 +52,7 @@ jobs: run: npm run test:coverage - name: Save Code Coverage - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0 + uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 with: name: code-coverage path: coverage @@ -127,7 +127,7 @@ jobs: SCAN_ANNOTATE_PR: true - name: Save the SCAN reports - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0 + uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 with: name: sast-reports path: reports From db010ff9200a4d3127cc67ed83215092a6e57612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 21:54:54 +0000 Subject: [PATCH 207/303] chore(deps): update dependency eslint to v8.26.0 --- package-lock.json | 251 +++++++--------------------------------------- package.json | 2 +- 2 files changed, 39 insertions(+), 214 deletions(-) diff --git a/package-lock.json b/package-lock.json index d79722ad6..e8c85da90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.25.0", + "eslint": "8.26.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -561,14 +561,14 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@humanwhocodes/config-array": { - "version": "0.10.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz", - "integrity": "sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==", + "version": "0.11.7", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz", + "integrity": "sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" }, "engines": { "node": ">=10.10.0" @@ -1007,15 +1007,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/array.prototype.flat": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", @@ -1770,27 +1761,6 @@ "node": ">=0.3.1" } }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/dir-glob/node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -1956,14 +1926,15 @@ } }, "node_modules/eslint": { - "version": "8.25.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", - "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", + "version": "8.26.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", + "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.10.5", + "@humanwhocodes/config-array": "^0.11.6", "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -1979,14 +1950,14 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "glob-parent": "^6.0.1", + "glob-parent": "^6.0.2", "globals": "^13.15.0", - "globby": "^11.1.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", @@ -2451,34 +2422,6 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, - "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -2942,26 +2885,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -3401,6 +3324,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/is-plain-obj": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", @@ -3965,15 +3897,6 @@ "node": ">= 0.10.0" } }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", @@ -3983,19 +3906,6 @@ "node": ">= 0.6" } }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -5822,15 +5732,6 @@ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/sliced": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", @@ -7069,14 +6970,14 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "@humanwhocodes/config-array": { - "version": "0.10.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz", - "integrity": "sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==", + "version": "0.11.7", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz", + "integrity": "sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", "debug": "^4.1.1", - "minimatch": "^3.0.4" + "minimatch": "^3.0.5" } }, "@humanwhocodes/module-importer": { @@ -7411,12 +7312,6 @@ "is-string": "^1.0.7" } }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true - }, "array.prototype.flat": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", @@ -8009,23 +7904,6 @@ "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", "dev": true }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "requires": { - "path-type": "^4.0.0" - }, - "dependencies": { - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true - } - } - }, "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -8161,14 +8039,15 @@ "dev": true }, "eslint": { - "version": "8.25.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", - "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", + "version": "8.26.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", + "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.10.5", + "@humanwhocodes/config-array": "^0.11.6", "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -8184,14 +8063,14 @@ "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "glob-parent": "^6.0.1", + "glob-parent": "^6.0.2", "globals": "^13.15.0", - "globby": "^11.1.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", @@ -8534,30 +8413,6 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, - "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -8899,20 +8754,6 @@ "type-fest": "^0.20.2" } }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, "graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -9223,6 +9064,12 @@ "has-tostringtag": "^1.0.0" } }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true + }, "is-plain-obj": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", @@ -9667,28 +9514,12 @@ "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", "dev": true }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -11064,12 +10895,6 @@ } } }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, "sliced": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", diff --git a/package.json b/package.json index fddde131d..bc1935926 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.25.0", + "eslint": "8.26.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 3014088c7940b02ee5220a1e17e9a340e5492a1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 08:03:51 +0000 Subject: [PATCH 208/303] fix(deps): update dependency @snyk/protect to v1.1041.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8c85da90..c21739f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1040.0", + "@snyk/protect": "1.1041.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1040.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1040.0.tgz", - "integrity": "sha512-yOR+7AsLoDEtOFV9A5/2G9SlSQ8q6uUtOPL9hgZ8nVWa9G+DwEwP7KgyQul8WxgJ7SwAH3/1q4UwYPW9kiTL9A==", + "version": "1.1041.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1041.0.tgz", + "integrity": "sha512-i6V3S1jO9B00Wb2EOoVhvi0XvRXF3BGaceeglTeRfGVtiKSklhUZjweKFtoI8Y5iSNL6lWHXfUscS8Qn7kdg1A==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1040.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1040.0.tgz", - "integrity": "sha512-yOR+7AsLoDEtOFV9A5/2G9SlSQ8q6uUtOPL9hgZ8nVWa9G+DwEwP7KgyQul8WxgJ7SwAH3/1q4UwYPW9kiTL9A==" + "version": "1.1041.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1041.0.tgz", + "integrity": "sha512-i6V3S1jO9B00Wb2EOoVhvi0XvRXF3BGaceeglTeRfGVtiKSklhUZjweKFtoI8Y5iSNL6lWHXfUscS8Qn7kdg1A==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index bc1935926..31c5ffcb7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1040.0", + "@snyk/protect": "1.1041.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 4d96bd31e32f6941b1712342658bc0f1928d63bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:22:46 +0000 Subject: [PATCH 209/303] chore(deps): update dependency acorn to v8.8.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c21739f71..4354edb86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "winston": "3.8.2" }, "devDependencies": { - "acorn": "8.8.0", + "acorn": "8.8.1", "acorn-jsx": "5.3.2", "chai": "4.3.6", "chai-as-promised": "7.1.1", @@ -859,9 +859,9 @@ "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==" }, "node_modules/acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -7206,9 +7206,9 @@ "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==" }, "acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", "dev": true }, "acorn-jsx": { diff --git a/package.json b/package.json index 31c5ffcb7..93d470f3b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "darwin" ], "devDependencies": { - "acorn": "8.8.0", + "acorn": "8.8.1", "acorn-jsx": "5.3.2", "chai": "4.3.6", "chai-as-promised": "7.1.1", From db9b1da674baab2e77c1b10238ada9a71b539843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 04:06:18 +0000 Subject: [PATCH 210/303] chore(deps): update step-security/harden-runner digest to 8391994 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 8e352d469..e01c74801 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5ebb69d9e..6bbd0bf92 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 312149c2c..957e5b185 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@3888ae1b9fbce718b86218b974255090596e99cd + uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 with: egress-policy: audit From 164360222f8dd09847c4ec4413da26b17513eded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 06:00:30 +0000 Subject: [PATCH 211/303] chore(deps): update node.js to v16.18.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52b5e7fee..6aa1448ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.0-alpine3.15@sha256:e666a1b2a4aa5294b148f817a265ade7cda5d8a74cfc9c0288b5389cd7b96844 +FROM node:16.18.1-alpine3.15@sha256:064ec802eeed651485f00773656cdfebe2c830def4a924d404b9da66be630090 ARG appPort=3000 # ARG microScannerToken From 8f1b2f56a36fce3163828b11741cc1754d00d184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 22:57:11 +0000 Subject: [PATCH 212/303] chore(deps): update mongo docker digest to 71a63fc --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c7cbcaf70..9bfcfdeb0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:3b9bfc35335710340afe1e98c870491b2a969fd93b62505b4617eab73d97cec6 + image: mongo@sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 volumes: - ./data:/data/db ports: From 1cc99abc6fd2eb4845b09a1bccbb7cd45d01d793 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 01:17:50 +0000 Subject: [PATCH 213/303] chore(deps): update step-security/harden-runner digest to b440145 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index e01c74801..81b53b05a 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6bbd0bf92..3e0af21e5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 957e5b185..a873ad70d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > @@ -65,7 +65,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > @@ -103,7 +103,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > @@ -147,7 +147,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: block allowed-endpoints: > @@ -208,7 +208,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: audit @@ -229,7 +229,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@83919944a482eca52ab97666baf9e191fc72b891 + uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 with: egress-policy: audit From 4fff8f93a486945f866cc6383064bdb1cdcb1306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 08:45:42 +0000 Subject: [PATCH 214/303] chore(deps): update github/codeql-action action to v2.1.29 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3e0af21e5..ed6c31219 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28 + uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28 + uses: github/codeql-action/autobuild@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 # tag=v2.1.28 + uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29 From 140c2f3b0fed8926e3d392f08b04e2fa0c8c1173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:47:47 +0000 Subject: [PATCH 215/303] fix(deps): update dependency @snyk/protect to v1.1042.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4354edb86..a47b6577c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1041.0", + "@snyk/protect": "1.1042.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1041.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1041.0.tgz", - "integrity": "sha512-i6V3S1jO9B00Wb2EOoVhvi0XvRXF3BGaceeglTeRfGVtiKSklhUZjweKFtoI8Y5iSNL6lWHXfUscS8Qn7kdg1A==", + "version": "1.1042.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1042.0.tgz", + "integrity": "sha512-D2UxjjOAtL1QP7HQcHO2aaTeyP2OyVKrQntj8U/pkWl9QfaOgbTog470QtW9OkZ/3B1+JWjg9tF/dMEs2GzGpQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1041.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1041.0.tgz", - "integrity": "sha512-i6V3S1jO9B00Wb2EOoVhvi0XvRXF3BGaceeglTeRfGVtiKSklhUZjweKFtoI8Y5iSNL6lWHXfUscS8Qn7kdg1A==" + "version": "1.1042.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1042.0.tgz", + "integrity": "sha512-D2UxjjOAtL1QP7HQcHO2aaTeyP2OyVKrQntj8U/pkWl9QfaOgbTog470QtW9OkZ/3B1+JWjg9tF/dMEs2GzGpQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 93d470f3b..d8fa7da19 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1041.0", + "@snyk/protect": "1.1042.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From df1fd7bd3e5249297ea003e836682ea82ac4de12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 06:36:22 +0000 Subject: [PATCH 216/303] chore(deps): update node.js to bc73a33 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6aa1448ef..510fdb2e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.1-alpine3.15@sha256:064ec802eeed651485f00773656cdfebe2c830def4a924d404b9da66be630090 +FROM node:16.18.1-alpine3.15@sha256:bc73a33de6173a6c9aec9e1bcdfe8e40837c33982534fe72b388c5f3cd1ab2aa ARG appPort=3000 # ARG microScannerToken From 80b92947d7309b3996cae20bd543858e3039c7dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 11:35:14 +0000 Subject: [PATCH 217/303] chore(deps): update node.js to ecf7455 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 510fdb2e7..96868be0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.18.1-alpine3.15@sha256:bc73a33de6173a6c9aec9e1bcdfe8e40837c33982534fe72b388c5f3cd1ab2aa +FROM node:16.18.1-alpine3.15@sha256:ecf74556cdeee48382e555a377ddb12d36161bd33349dc79290f733f763df711 ARG appPort=3000 # ARG microScannerToken From 6ec4b9e5062961a2f8346c899fdfd9c0a13d86dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:38:31 +0000 Subject: [PATCH 218/303] fix(deps): update dependency @snyk/protect to v1.1044.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a47b6577c..4a54182d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1042.0", + "@snyk/protect": "1.1044.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1042.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1042.0.tgz", - "integrity": "sha512-D2UxjjOAtL1QP7HQcHO2aaTeyP2OyVKrQntj8U/pkWl9QfaOgbTog470QtW9OkZ/3B1+JWjg9tF/dMEs2GzGpQ==", + "version": "1.1044.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1044.0.tgz", + "integrity": "sha512-Wi6zmOMsyM2FRlxvqLo3opf7SDvcpWWR3RGJVHPVg6uh7VByAYrKome1zl8WRUaBr4qfEpL0jJLFKaBkHYUlAg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1042.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1042.0.tgz", - "integrity": "sha512-D2UxjjOAtL1QP7HQcHO2aaTeyP2OyVKrQntj8U/pkWl9QfaOgbTog470QtW9OkZ/3B1+JWjg9tF/dMEs2GzGpQ==" + "version": "1.1044.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1044.0.tgz", + "integrity": "sha512-Wi6zmOMsyM2FRlxvqLo3opf7SDvcpWWR3RGJVHPVg6uh7VByAYrKome1zl8WRUaBr4qfEpL0jJLFKaBkHYUlAg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index d8fa7da19..ededb4aaa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1042.0", + "@snyk/protect": "1.1044.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From fc242afbdd22a8ac3e898588a6cd3e983dc1311f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:47:31 +0000 Subject: [PATCH 219/303] fix(deps): update dependency @snyk/protect to v1.1046.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a54182d5..5f24ec7da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1044.0", + "@snyk/protect": "1.1046.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1044.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1044.0.tgz", - "integrity": "sha512-Wi6zmOMsyM2FRlxvqLo3opf7SDvcpWWR3RGJVHPVg6uh7VByAYrKome1zl8WRUaBr4qfEpL0jJLFKaBkHYUlAg==", + "version": "1.1046.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1046.0.tgz", + "integrity": "sha512-34JtsZmgq3iNNLS8b8BlFjyN7ScB4lO3qYKm098fueoeqGUGEkT/JAyBQk9e24Wx4g/qCOMT1BafZYWTRm22fw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1044.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1044.0.tgz", - "integrity": "sha512-Wi6zmOMsyM2FRlxvqLo3opf7SDvcpWWR3RGJVHPVg6uh7VByAYrKome1zl8WRUaBr4qfEpL0jJLFKaBkHYUlAg==" + "version": "1.1046.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1046.0.tgz", + "integrity": "sha512-34JtsZmgq3iNNLS8b8BlFjyN7ScB4lO3qYKm098fueoeqGUGEkT/JAyBQk9e24Wx4g/qCOMT1BafZYWTRm22fw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index ededb4aaa..6b284fd5f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1044.0", + "@snyk/protect": "1.1046.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From eb44243590daffb2c01e73cb186f702658c934d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 20:51:56 +0000 Subject: [PATCH 220/303] fix(deps): update dependency @snyk/protect to v1.1047.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f24ec7da..3a565090c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1046.0", + "@snyk/protect": "1.1047.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1046.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1046.0.tgz", - "integrity": "sha512-34JtsZmgq3iNNLS8b8BlFjyN7ScB4lO3qYKm098fueoeqGUGEkT/JAyBQk9e24Wx4g/qCOMT1BafZYWTRm22fw==", + "version": "1.1047.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1047.0.tgz", + "integrity": "sha512-ZUHLnpdn0b+kFWNzuQGRPaFvcnPLZpXeY2WGBitwBl0lY/ToWdOedJGbRcaAzpko+6rIX4pGrttQMrwqu0WOqQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1046.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1046.0.tgz", - "integrity": "sha512-34JtsZmgq3iNNLS8b8BlFjyN7ScB4lO3qYKm098fueoeqGUGEkT/JAyBQk9e24Wx4g/qCOMT1BafZYWTRm22fw==" + "version": "1.1047.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1047.0.tgz", + "integrity": "sha512-ZUHLnpdn0b+kFWNzuQGRPaFvcnPLZpXeY2WGBitwBl0lY/ToWdOedJGbRcaAzpko+6rIX4pGrttQMrwqu0WOqQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 6b284fd5f..0aebd1067 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1046.0", + "@snyk/protect": "1.1047.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 4ab37725ea9c8e11f6bcabf88870765fc228ed44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 17:07:42 +0000 Subject: [PATCH 221/303] fix(deps): update dependency @snyk/protect to v1.1048.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a565090c..22fecd6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1047.0", + "@snyk/protect": "1.1048.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1047.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1047.0.tgz", - "integrity": "sha512-ZUHLnpdn0b+kFWNzuQGRPaFvcnPLZpXeY2WGBitwBl0lY/ToWdOedJGbRcaAzpko+6rIX4pGrttQMrwqu0WOqQ==", + "version": "1.1048.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1048.0.tgz", + "integrity": "sha512-lXXwK+r1ePBzwPuCc8e4AI24eKBXW2SyGp0YWPXGVj7L0hw8BnoZB5Y1El165PanRsmW+Fa82JYEVHW5APhU0Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1047.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1047.0.tgz", - "integrity": "sha512-ZUHLnpdn0b+kFWNzuQGRPaFvcnPLZpXeY2WGBitwBl0lY/ToWdOedJGbRcaAzpko+6rIX4pGrttQMrwqu0WOqQ==" + "version": "1.1048.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1048.0.tgz", + "integrity": "sha512-lXXwK+r1ePBzwPuCc8e4AI24eKBXW2SyGp0YWPXGVj7L0hw8BnoZB5Y1El165PanRsmW+Fa82JYEVHW5APhU0Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0aebd1067..afbfa2d44 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1047.0", + "@snyk/protect": "1.1048.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 89890e2905e660d5182f6cc905b29a357e9c31e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 22:31:57 +0000 Subject: [PATCH 222/303] chore(deps): update mongo docker digest to 8bed0be --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9bfcfdeb0..6e762198e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:71a63fc2438e45714f6c8a2505968ee0beeb94ec77a88ef12190f7cee9b95f32 + image: mongo@sha256:8bed0be3e86595283d67836e8d4f3f08916184ea6f2aac7440bda496083ab0c8 volumes: - ./data:/data/db ports: From d91750244eaf02792ebe995affca3ff90b4211f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:13:36 +0000 Subject: [PATCH 223/303] chore(deps): update github/codeql-action action to v2.1.30 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ed6c31219..e5daf6155 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29 + uses: github/codeql-action/init@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # v2.1.30 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29 + uses: github/codeql-action/autobuild@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # v2.1.30 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # v2.1.29 + uses: github/codeql-action/analyze@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # v2.1.30 From da8ce7965243df98c60c6ddb16d843f6ead7d298 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:30:22 +0000 Subject: [PATCH 224/303] fix(deps): update dependency @snyk/protect to v1.1049.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22fecd6cc..89ac5c303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1048.0", + "@snyk/protect": "1.1049.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1048.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1048.0.tgz", - "integrity": "sha512-lXXwK+r1ePBzwPuCc8e4AI24eKBXW2SyGp0YWPXGVj7L0hw8BnoZB5Y1El165PanRsmW+Fa82JYEVHW5APhU0Q==", + "version": "1.1049.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1049.0.tgz", + "integrity": "sha512-lCRgwMOwlS8brwuuhozncYe0Ste4APhmjf2SzDT0AklL5C9kpBy9wB5Wgk5I/6EOYckV/o+pv5Y8Q/VAEdLtQg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1048.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1048.0.tgz", - "integrity": "sha512-lXXwK+r1ePBzwPuCc8e4AI24eKBXW2SyGp0YWPXGVj7L0hw8BnoZB5Y1El165PanRsmW+Fa82JYEVHW5APhU0Q==" + "version": "1.1049.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1049.0.tgz", + "integrity": "sha512-lCRgwMOwlS8brwuuhozncYe0Ste4APhmjf2SzDT0AklL5C9kpBy9wB5Wgk5I/6EOYckV/o+pv5Y8Q/VAEdLtQg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index afbfa2d44..4ccfe4c91 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1048.0", + "@snyk/protect": "1.1049.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.0", From 1fc8cd7ebf219f359aca65de95e584489fe86f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 07:14:55 +0000 Subject: [PATCH 225/303] fix(deps): update dependency @fastify/swagger to v6.1.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89ac5c303..aaa721c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ ], "dependencies": { "@fastify/helmet": "8.1.0", - "@fastify/swagger": "6.1.0", + "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", "@snyk/protect": "1.1049.0", "fastify": "3.29.3", @@ -535,9 +535,9 @@ } }, "node_modules/@fastify/swagger": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.0.tgz", - "integrity": "sha512-oum6QzV1/8/2eqWOEYzqwhRJQ3ftpxfGnDGmAinLIyeTrsr7xpNev/8iRxAAb7S6S8KRIIybkhvzvkuqnQKTkA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.1.tgz", + "integrity": "sha512-i+6UzvJf9tWT9+Cg+Tb/sM/+LMGpc2yGh+dvZYM2jT5p71PVK7YiEac93mJpLW9CH3RDOXV70PFey5pWpL6SJA==", "dependencies": { "@fastify/static": "^5.0.0", "fastify-plugin": "^3.0.0", @@ -6944,9 +6944,9 @@ } }, "@fastify/swagger": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.0.tgz", - "integrity": "sha512-oum6QzV1/8/2eqWOEYzqwhRJQ3ftpxfGnDGmAinLIyeTrsr7xpNev/8iRxAAb7S6S8KRIIybkhvzvkuqnQKTkA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-6.1.1.tgz", + "integrity": "sha512-i+6UzvJf9tWT9+Cg+Tb/sM/+LMGpc2yGh+dvZYM2jT5p71PVK7YiEac93mJpLW9CH3RDOXV70PFey5pWpL6SJA==", "requires": { "@fastify/static": "^5.0.0", "fastify-plugin": "^3.0.0", diff --git a/package.json b/package.json index 4ccfe4c91..7296c551d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@snyk/protect": "1.1049.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", - "@fastify/swagger": "6.1.0", + "@fastify/swagger": "6.1.1", "lodash": "4.17.21", "mongoose": "5.13.15", "uuid": "8.3.2", From 94b7487e54b258049739c05fc3dbfc741cb5c75b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 19:01:17 +0000 Subject: [PATCH 226/303] fix(deps): update dependency @snyk/protect to v1.1052.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaa721c31..2ec6df55b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1049.0", + "@snyk/protect": "1.1052.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1049.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1049.0.tgz", - "integrity": "sha512-lCRgwMOwlS8brwuuhozncYe0Ste4APhmjf2SzDT0AklL5C9kpBy9wB5Wgk5I/6EOYckV/o+pv5Y8Q/VAEdLtQg==", + "version": "1.1052.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1052.0.tgz", + "integrity": "sha512-CRZj0WzdNxPwDhLpPTTc5iTT65Gb4ZqRjWBqPlYiROivCcAY1ozRlH5tMmo2q2/fib7wFjPtijJPvDPfpAVoLw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1049.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1049.0.tgz", - "integrity": "sha512-lCRgwMOwlS8brwuuhozncYe0Ste4APhmjf2SzDT0AklL5C9kpBy9wB5Wgk5I/6EOYckV/o+pv5Y8Q/VAEdLtQg==" + "version": "1.1052.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1052.0.tgz", + "integrity": "sha512-CRZj0WzdNxPwDhLpPTTc5iTT65Gb4ZqRjWBqPlYiROivCcAY1ozRlH5tMmo2q2/fib7wFjPtijJPvDPfpAVoLw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 7296c551d..3abaad526 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1049.0", + "@snyk/protect": "1.1052.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 7e6b8fa17cb7cd1d7bb8c9887011d37da06b2385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 14:22:46 +0000 Subject: [PATCH 227/303] chore(deps): update cycjimmy/semantic-release-action action to v3.2.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a873ad70d..4e84f19e4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -216,7 +216,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Semantic Release - uses: cycjimmy/semantic-release-action@be27b56c2b7c71f71285b5a52067a40ad8b4c516 # tag=v3.1.2 + uses: cycjimmy/semantic-release-action@8f6ceb9d5aae5578b1dcda6af00008235204e7fa # v3.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From b08e50f06d281222106ad2099b596afd908ac77b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 16:49:57 +0000 Subject: [PATCH 228/303] fix(deps): update dependency @snyk/protect to v1.1053.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ec6df55b..c918abe9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1052.0", + "@snyk/protect": "1.1053.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1052.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1052.0.tgz", - "integrity": "sha512-CRZj0WzdNxPwDhLpPTTc5iTT65Gb4ZqRjWBqPlYiROivCcAY1ozRlH5tMmo2q2/fib7wFjPtijJPvDPfpAVoLw==", + "version": "1.1053.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1053.0.tgz", + "integrity": "sha512-u8wuwnE0ukC3ERjlp2c020dGu1tuXjsTUXTLFsGS9GaxzAM4vz0uln6k1me2YVxbFSvFND/jagvuxBOtzpltDA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7146,9 +7146,9 @@ } }, "@snyk/protect": { - "version": "1.1052.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1052.0.tgz", - "integrity": "sha512-CRZj0WzdNxPwDhLpPTTc5iTT65Gb4ZqRjWBqPlYiROivCcAY1ozRlH5tMmo2q2/fib7wFjPtijJPvDPfpAVoLw==" + "version": "1.1053.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1053.0.tgz", + "integrity": "sha512-u8wuwnE0ukC3ERjlp2c020dGu1tuXjsTUXTLFsGS9GaxzAM4vz0uln6k1me2YVxbFSvFND/jagvuxBOtzpltDA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 3abaad526..6b7af487d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1052.0", + "@snyk/protect": "1.1053.0", "fastify": "3.29.3", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 5caae53a3a7e0e16709d7557f826432ee188ccf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 20:56:30 +0000 Subject: [PATCH 229/303] chore(deps): update github/codeql-action action to v2.1.31 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e5daf6155..1d59f75b4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # v2.1.30 + uses: github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2.1.31 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # v2.1.30 + uses: github/codeql-action/autobuild@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2.1.31 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # v2.1.30 + uses: github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2.1.31 From 29aba9db1d649e9b7908d90dbe117d35ea933ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 07:17:14 +0000 Subject: [PATCH 230/303] chore(deps): update dependency espree to v9.4.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c918abe9d..e66eec7d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.10", - "espree": "9.4.0", + "espree": "9.4.1", "mocha": "10.1.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", @@ -2318,9 +2318,9 @@ } }, "node_modules/espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", + "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", "dev": true, "dependencies": { "acorn": "^8.8.0", @@ -8340,9 +8340,9 @@ "dev": true }, "espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", + "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", "dev": true, "requires": { "acorn": "^8.8.0", diff --git a/package.json b/package.json index 6b7af487d..e9b33716d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.10", - "espree": "9.4.0", + "espree": "9.4.1", "mocha": "10.1.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", From cc9d4220ee9ccde358bd8666aaf501220b0c6b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:21:59 +0000 Subject: [PATCH 231/303] chore(deps): update dependency eslint to v8.27.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e66eec7d0..307cad882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -1926,9 +1926,9 @@ } }, "node_modules/eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", + "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", @@ -8039,9 +8039,9 @@ "dev": true }, "eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", + "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.3", diff --git a/package.json b/package.json index e9b33716d..3d88d270a 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 59a470d8924c91f30ff3116cfa4a1d074b2b1fc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:05:44 +0000 Subject: [PATCH 232/303] chore(deps): update dependency fastify to 3.29.4 [security] --- package-lock.json | 29 ++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 307cad882..99ceff10c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", "@snyk/protect": "1.1053.0", - "fastify": "3.29.3", + "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", "mongoose": "5.13.15", @@ -1566,6 +1566,14 @@ "node": ">= 0.6" } }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", @@ -2461,14 +2469,15 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fastify": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.3.tgz", - "integrity": "sha512-PA5mGkVnAnhysmyAnXMN9gdOlcfIxyGsfj9C7/a3sSfe5mC38euEGRLEB0T7ygbi7TIZ9yIZ/FLiERpwZeWriA==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.4.tgz", + "integrity": "sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==", "dependencies": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", "abstract-logging": "^2.0.0", "avvio": "^7.1.2", + "content-type": "^1.0.4", "fast-json-stringify": "^2.5.2", "find-my-way": "^4.5.0", "flatstr": "^1.0.12", @@ -7759,6 +7768,11 @@ "safe-buffer": "5.2.1" } }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, "convert-source-map": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", @@ -8446,14 +8460,15 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fastify": { - "version": "3.29.3", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.3.tgz", - "integrity": "sha512-PA5mGkVnAnhysmyAnXMN9gdOlcfIxyGsfj9C7/a3sSfe5mC38euEGRLEB0T7ygbi7TIZ9yIZ/FLiERpwZeWriA==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-3.29.4.tgz", + "integrity": "sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==", "requires": { "@fastify/ajv-compiler": "^1.0.0", "@fastify/error": "^2.0.0", "abstract-logging": "^2.0.0", "avvio": "^7.1.2", + "content-type": "^1.0.4", "fast-json-stringify": "^2.5.2", "find-my-way": "^4.5.0", "flatstr": "^1.0.12", diff --git a/package.json b/package.json index 3d88d270a..0eac1c232 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", "@snyk/protect": "1.1053.0", - "fastify": "3.29.3", + "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", "lodash": "4.17.21", From 03646dc472a11e83e21bd6a71e7a5bd8ad26acdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:38:10 +0000 Subject: [PATCH 233/303] fix(deps): update dependency @snyk/protect to v1.1054.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99ceff10c..f0922b5aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1053.0", + "@snyk/protect": "1.1054.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1053.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1053.0.tgz", - "integrity": "sha512-u8wuwnE0ukC3ERjlp2c020dGu1tuXjsTUXTLFsGS9GaxzAM4vz0uln6k1me2YVxbFSvFND/jagvuxBOtzpltDA==", + "version": "1.1054.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1054.0.tgz", + "integrity": "sha512-N2kpUyvbC5T43zm9f7aPXflDN7droj5CQ+yJNCIxyq5EsubX5+7r7muRMLDBVyaBF8SEuMciKalqhDah50r36A==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7155,9 +7155,9 @@ } }, "@snyk/protect": { - "version": "1.1053.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1053.0.tgz", - "integrity": "sha512-u8wuwnE0ukC3ERjlp2c020dGu1tuXjsTUXTLFsGS9GaxzAM4vz0uln6k1me2YVxbFSvFND/jagvuxBOtzpltDA==" + "version": "1.1054.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1054.0.tgz", + "integrity": "sha512-N2kpUyvbC5T43zm9f7aPXflDN7droj5CQ+yJNCIxyq5EsubX5+7r7muRMLDBVyaBF8SEuMciKalqhDah50r36A==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0eac1c232..74fb25b62 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1053.0", + "@snyk/protect": "1.1054.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 328a1405fecddc17e85bcc81e0133ec8799963cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 17:41:06 +0000 Subject: [PATCH 234/303] chore(deps): update dependency chai to v4.3.7 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0922b5aa..61c0b1cb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "acorn": "8.8.1", "acorn-jsx": "5.3.2", - "chai": "4.3.6", + "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", "eslint": "8.27.0", @@ -1332,14 +1332,14 @@ "dev": true }, "node_modules/chai": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz", - "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", + "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", "dev": true, "dependencies": { "assertion-error": "^1.1.0", "check-error": "^1.0.2", - "deep-eql": "^3.0.1", + "deep-eql": "^4.1.2", "get-func-name": "^2.0.0", "loupe": "^2.3.1", "pathval": "^1.1.1", @@ -1677,15 +1677,15 @@ } }, "node_modules/deep-eql": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", - "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz", + "integrity": "sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==", "dev": true, "dependencies": { "type-detect": "^4.0.0" }, "engines": { - "node": ">=0.12" + "node": ">=6" } }, "node_modules/deep-is": { @@ -7574,14 +7574,14 @@ "dev": true }, "chai": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz", - "integrity": "sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", + "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", "dev": true, "requires": { "assertion-error": "^1.1.0", "check-error": "^1.0.2", - "deep-eql": "^3.0.1", + "deep-eql": "^4.1.2", "get-func-name": "^2.0.0", "loupe": "^2.3.1", "pathval": "^1.1.1", @@ -7853,9 +7853,9 @@ "dev": true }, "deep-eql": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", - "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz", + "integrity": "sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==", "dev": true, "requires": { "type-detect": "^4.0.0" diff --git a/package.json b/package.json index 74fb25b62..5ba717482 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "devDependencies": { "acorn": "8.8.1", "acorn-jsx": "5.3.2", - "chai": "4.3.6", + "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", "eslint": "8.27.0", From 937c7e940bb1660deffb2ccf7c0adb8642d1f945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 12:06:24 +0000 Subject: [PATCH 235/303] fix(deps): update dependency @snyk/protect to v1.1057.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61c0b1cb1..3e763a70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1054.0", + "@snyk/protect": "1.1057.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1054.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1054.0.tgz", - "integrity": "sha512-N2kpUyvbC5T43zm9f7aPXflDN7droj5CQ+yJNCIxyq5EsubX5+7r7muRMLDBVyaBF8SEuMciKalqhDah50r36A==", + "version": "1.1057.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1057.0.tgz", + "integrity": "sha512-UI3SusOlv/suWaSxb9zT80gX6YyuDTHLPTHtcmhFLV+J1U6YyOgopH6PS0TKEsSrHZDTuhNOzwpQU/ke8CSPHA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7155,9 +7155,9 @@ } }, "@snyk/protect": { - "version": "1.1054.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1054.0.tgz", - "integrity": "sha512-N2kpUyvbC5T43zm9f7aPXflDN7droj5CQ+yJNCIxyq5EsubX5+7r7muRMLDBVyaBF8SEuMciKalqhDah50r36A==" + "version": "1.1057.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1057.0.tgz", + "integrity": "sha512-UI3SusOlv/suWaSxb9zT80gX6YyuDTHLPTHtcmhFLV+J1U6YyOgopH6PS0TKEsSrHZDTuhNOzwpQU/ke8CSPHA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 5ba717482..671189f2d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1054.0", + "@snyk/protect": "1.1057.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 58e29ea82c40719fd0240994744be9bcb68244d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 18:08:01 +0000 Subject: [PATCH 236/303] chore(deps): update reviewdog/action-hadolint action to v1.34.0 --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 81b53b05a..6ba099a40 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -50,6 +50,6 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - name: Run hadolint - uses: reviewdog/action-hadolint@55be5d2c4b0b80d439247b128a9ded3747f92a29 # tag=v1.33.0 + uses: reviewdog/action-hadolint@1b070701bee7438c450558821fe54b0b5888ad3d # v1.34.0 env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 1da1a33831db835439c9e05d89cc4491d2c3dae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 17:36:46 +0000 Subject: [PATCH 237/303] fix(deps): update dependency @snyk/protect to v1.1058.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e763a70a..bc96ca519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1057.0", + "@snyk/protect": "1.1058.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1057.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1057.0.tgz", - "integrity": "sha512-UI3SusOlv/suWaSxb9zT80gX6YyuDTHLPTHtcmhFLV+J1U6YyOgopH6PS0TKEsSrHZDTuhNOzwpQU/ke8CSPHA==", + "version": "1.1058.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1058.0.tgz", + "integrity": "sha512-8AIRMlaoAY1yEk7+4RDV957Pszt/UEVhr2qdC7PTFa1mELb9/fNwqJ2KTBMhBKarSFEZrM5ZWPe91ogHIT49+Q==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7155,9 +7155,9 @@ } }, "@snyk/protect": { - "version": "1.1057.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1057.0.tgz", - "integrity": "sha512-UI3SusOlv/suWaSxb9zT80gX6YyuDTHLPTHtcmhFLV+J1U6YyOgopH6PS0TKEsSrHZDTuhNOzwpQU/ke8CSPHA==" + "version": "1.1058.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1058.0.tgz", + "integrity": "sha512-8AIRMlaoAY1yEk7+4RDV957Pszt/UEVhr2qdC7PTFa1mELb9/fNwqJ2KTBMhBKarSFEZrM5ZWPe91ogHIT49+Q==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 671189f2d..6f51c5d7e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1057.0", + "@snyk/protect": "1.1058.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From f1742365bc3a2419a15ad699f0dcd8a924b745ca Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Sun, 27 Nov 2022 17:26:07 +0100 Subject: [PATCH 238/303] fix(cicd): add allowed endpoint for the Harden Runner action --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4e84f19e4..3831d7e48 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -114,7 +114,8 @@ jobs: osv-vulnerabilities.storage.googleapis.com:443 nvd.nist.gov:443 pypi.org:443 - + cfu.zaproxy.org:443 + location.services.mozilla.com:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 From d53f7bd16b91c21d8eaffcd738f00c41111747a1 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Mon, 28 Nov 2022 05:57:34 +0100 Subject: [PATCH 239/303] chore(cicd): update the list of allowed-endpoints --- .github/workflows/nodejs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3831d7e48..90c9b4430 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,6 +29,7 @@ jobs: registry-1.docker.io:443 registry.npmjs.org:443 snyk.io:443 + docker.io:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 @@ -111,11 +112,12 @@ jobs: api.github.com:443 pipelines.actions.githubusercontent.com:443 registry.npmjs.org:443 + registry-1.docker.io:443 osv-vulnerabilities.storage.googleapis.com:443 nvd.nist.gov:443 pypi.org:443 - cfu.zaproxy.org:443 location.services.mozilla.com:443 + docker.io:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 @@ -169,6 +171,9 @@ jobs: snyk.io:443 tel.zaproxy.org:443 tracking-protection.cdn.mozilla.net:443 + cfu.zaproxy.org:443 + location.services.mozilla.com:443 + docker.io:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 From d3fb3aa0d659d2f9888c460b44b6dc7e3ea42164 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Mon, 28 Nov 2022 06:20:42 +0100 Subject: [PATCH 240/303] chore(cicd): update the list of allowed-endpoints --- .github/workflows/nodejs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 90c9b4430..8a30459ad 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -30,6 +30,7 @@ jobs: registry.npmjs.org:443 snyk.io:443 docker.io:443 + auth.docker.io:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 @@ -118,6 +119,7 @@ jobs: pypi.org:443 location.services.mozilla.com:443 docker.io:443 + auth.docker.io:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 @@ -150,7 +152,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@v0.2.0 with: egress-policy: block allowed-endpoints: > From 10e2f5bb1594ac7a23b5e8b92c198c7434c20cb9 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Mon, 28 Nov 2022 06:37:24 +0100 Subject: [PATCH 241/303] chore(cicd): update the list of allowed-endpoints --- .github/workflows/nodejs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8a30459ad..0681f7823 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -31,6 +31,7 @@ jobs: snyk.io:443 docker.io:443 auth.docker.io:443 + production.cloudflare.docker.com:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 @@ -120,6 +121,7 @@ jobs: location.services.mozilla.com:443 docker.io:443 auth.docker.io:443 + production.cloudflare.docker.com:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 @@ -159,9 +161,12 @@ jobs: api.github.com:443 auth.docker.io:443 bit.ly:443 + cfu.zaproxy.org:443 content-signature-2.cdn.mozilla.net:443 + docker.io:443 firefox.settings.services.mozilla.com:443 github.com:443 + location.services.mozilla.com:443 news.zaproxy.org:443 objects.githubusercontent.com:443 pipelines.actions.githubusercontent.com:443 @@ -173,9 +178,6 @@ jobs: snyk.io:443 tel.zaproxy.org:443 tracking-protection.cdn.mozilla.net:443 - cfu.zaproxy.org:443 - location.services.mozilla.com:443 - docker.io:443 - name: Checkout uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 From e40e028d910df20a0e3c3bbfb1812e22de9a69bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 08:20:06 +0000 Subject: [PATCH 242/303] chore(deps): update step-security/harden-runner action to v0.4.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0681f7823..f1fa2baa4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -154,7 +154,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@v0.2.0 + uses: step-security/harden-runner@dea7bd51ad9ea3da09c16c60ecd5b9de22cb8e92 # v0.4.0 with: egress-policy: block allowed-endpoints: > From e9128e29d6fc986af4387077b6ef720f5ff5f973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:40:18 +0000 Subject: [PATCH 243/303] chore(deps): update github/codeql-action action to v2.1.32 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1d59f75b4..3d79b871c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2.1.31 + uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2.1.31 + uses: github/codeql-action/autobuild@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2.1.31 + uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32 From 1e605565e507b2a153586fc0de097bb2746d951e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:28:17 +0000 Subject: [PATCH 244/303] fix(deps): update dependency @snyk/protect to v1.1059.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc96ca519..5da14a2a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1058.0", + "@snyk/protect": "1.1059.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1058.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1058.0.tgz", - "integrity": "sha512-8AIRMlaoAY1yEk7+4RDV957Pszt/UEVhr2qdC7PTFa1mELb9/fNwqJ2KTBMhBKarSFEZrM5ZWPe91ogHIT49+Q==", + "version": "1.1059.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1059.0.tgz", + "integrity": "sha512-Wg1Hxhr4k/UFHhUh2Xxw39Xj3xePviYoGO21BUTZw6Ll8LJELcqNNY3Kxa+wEY82wF1DK27P3jkNcAt0HsiFBg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7155,9 +7155,9 @@ } }, "@snyk/protect": { - "version": "1.1058.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1058.0.tgz", - "integrity": "sha512-8AIRMlaoAY1yEk7+4RDV957Pszt/UEVhr2qdC7PTFa1mELb9/fNwqJ2KTBMhBKarSFEZrM5ZWPe91ogHIT49+Q==" + "version": "1.1059.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1059.0.tgz", + "integrity": "sha512-Wg1Hxhr4k/UFHhUh2Xxw39Xj3xePviYoGO21BUTZw6Ll8LJELcqNNY3Kxa+wEY82wF1DK27P3jkNcAt0HsiFBg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 6f51c5d7e..d234ef69c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1058.0", + "@snyk/protect": "1.1059.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 049ba77fbc868521f24038ae548b5d196fdff229 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:42:37 +0000 Subject: [PATCH 245/303] chore(deps): update github/codeql-action action to v2.1.33 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3d79b871c..7bd8bf609 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32 + uses: github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32 + uses: github/codeql-action/autobuild@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32 + uses: github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33 From 735e5bb95a5cb3a0ac2c62c4e0b8a3839da90b2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 21:08:29 +0000 Subject: [PATCH 246/303] fix(deps): update dependency @snyk/protect to v1.1060.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5da14a2a4..234df66e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1059.0", + "@snyk/protect": "1.1060.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1059.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1059.0.tgz", - "integrity": "sha512-Wg1Hxhr4k/UFHhUh2Xxw39Xj3xePviYoGO21BUTZw6Ll8LJELcqNNY3Kxa+wEY82wF1DK27P3jkNcAt0HsiFBg==", + "version": "1.1060.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1060.0.tgz", + "integrity": "sha512-s3MPuxinUSmxk8mIFSzNLlicvGe3/cj3bguRYO2EWN1GBB6bOJ86+OX4bcIecyqoo4J17mUwxYj/s+v+oy+7Hw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7155,9 +7155,9 @@ } }, "@snyk/protect": { - "version": "1.1059.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1059.0.tgz", - "integrity": "sha512-Wg1Hxhr4k/UFHhUh2Xxw39Xj3xePviYoGO21BUTZw6Ll8LJELcqNNY3Kxa+wEY82wF1DK27P3jkNcAt0HsiFBg==" + "version": "1.1060.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1060.0.tgz", + "integrity": "sha512-s3MPuxinUSmxk8mIFSzNLlicvGe3/cj3bguRYO2EWN1GBB6bOJ86+OX4bcIecyqoo4J17mUwxYj/s+v+oy+7Hw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index d234ef69c..e2130e32c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1059.0", + "@snyk/protect": "1.1060.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 1f9c1dd19a9a177620a3efe5dd2b75653cd1ddc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 18:05:08 +0000 Subject: [PATCH 247/303] chore(deps): update dependency eslint-plugin-react to v7.31.11 --- package-lock.json | 317 +++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 187 insertions(+), 132 deletions(-) diff --git a/package-lock.json b/package-lock.json index 234df66e3..6f207cd10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.10", + "eslint-plugin-react": "7.31.11", "espree": "9.4.1", "mocha": "10.1.0", "npm-run-all": "4.1.5", @@ -989,15 +989,15 @@ } }, "node_modules/array-includes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", - "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", + "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5", - "get-intrinsic": "^1.1.1", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "is-string": "^1.0.7" }, "engines": { @@ -1026,14 +1026,14 @@ } }, "node_modules/array.prototype.flatmap": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", - "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -1043,6 +1043,19 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", + "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" + } + }, "node_modules/asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", @@ -1839,31 +1852,32 @@ } }, "node_modules/es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz", + "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", "string.prototype.trimend": "^1.0.5", "string.prototype.trimstart": "^1.0.5", "unbox-primitive": "^1.0.2" @@ -2152,25 +2166,26 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", - "integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==", + "version": "7.31.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz", + "integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==", "dev": true, "dependencies": { - "array-includes": "^3.1.5", - "array.prototype.flatmap": "^1.3.0", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "array.prototype.tosorted": "^1.1.1", "doctrine": "^2.1.0", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.1", - "object.values": "^1.1.5", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "object.hasown": "^1.1.2", + "object.values": "^1.1.6", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.3", "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.7" + "string.prototype.matchall": "^4.0.8" }, "engines": { "node": ">=4" @@ -2801,9 +2816,9 @@ } }, "node_modules/get-intrinsic": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", - "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", "dev": true, "dependencies": { "function-bind": "^1.1.1", @@ -3217,9 +3232,9 @@ } }, "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, "engines": { "node": ">= 0.4" @@ -4713,14 +4728,14 @@ } }, "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" }, "engines": { @@ -4731,28 +4746,28 @@ } }, "node_modules/object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", + "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", + "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { "node": ">= 0.4" @@ -4762,27 +4777,27 @@ } }, "node_modules/object.hasown": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz", - "integrity": "sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", + "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", "dev": true, "dependencies": { "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", + "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { "node": ">= 0.4" @@ -5557,6 +5572,20 @@ } ] }, + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/safe-regex2": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz", @@ -5903,18 +5932,18 @@ "dev": true }, "node_modules/string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", + "regexp.prototype.flags": "^1.4.3", "side-channel": "^1.0.4" }, "funding": { @@ -7309,15 +7338,15 @@ } }, "array-includes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", - "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", + "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5", - "get-intrinsic": "^1.1.1", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "is-string": "^1.0.7" } }, @@ -7334,17 +7363,30 @@ } }, "array.prototype.flatmap": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", - "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" } }, + "array.prototype.tosorted": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", + "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" + } + }, "asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", @@ -7979,31 +8021,32 @@ } }, "es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.4.tgz", + "integrity": "sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==", "dev": true, "requires": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", "string.prototype.trimend": "^1.0.5", "string.prototype.trimstart": "^1.0.5", "unbox-primitive": "^1.0.2" @@ -8269,25 +8312,26 @@ } }, "eslint-plugin-react": { - "version": "7.31.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz", - "integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==", + "version": "7.31.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz", + "integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==", "dev": true, "requires": { - "array-includes": "^3.1.5", - "array.prototype.flatmap": "^1.3.0", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "array.prototype.tosorted": "^1.1.1", "doctrine": "^2.1.0", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.1", - "object.values": "^1.1.5", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "object.hasown": "^1.1.2", + "object.values": "^1.1.6", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.3", "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.7" + "string.prototype.matchall": "^4.0.8" }, "dependencies": { "doctrine": { @@ -8703,9 +8747,9 @@ "dev": true }, "get-intrinsic": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", - "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", "dev": true, "requires": { "function-bind": "^1.1.1", @@ -9005,9 +9049,9 @@ } }, "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true }, "is-core-module": { @@ -10137,58 +10181,58 @@ "dev": true }, "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" } }, "object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", + "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", + "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "object.hasown": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz", - "integrity": "sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", + "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", "dev": true, "requires": { "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" } }, "object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", + "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "on-finished": { @@ -10741,6 +10785,17 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, + "safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + } + }, "safe-regex2": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-2.0.0.tgz", @@ -11051,18 +11106,18 @@ } }, "string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", + "regexp.prototype.flags": "^1.4.3", "side-channel": "^1.0.4" } }, diff --git a/package.json b/package.json index e2130e32c..20805fa29 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.10", + "eslint-plugin-react": "7.31.11", "espree": "9.4.1", "mocha": "10.1.0", "npm-run-all": "4.1.5", From 24079e3c71c641a1785f06677db26e329acb371c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 20:33:21 +0000 Subject: [PATCH 248/303] fix(deps): update dependency @snyk/protect to v1.1061.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f207cd10..52f4c5838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1060.0", + "@snyk/protect": "1.1061.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1060.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1060.0.tgz", - "integrity": "sha512-s3MPuxinUSmxk8mIFSzNLlicvGe3/cj3bguRYO2EWN1GBB6bOJ86+OX4bcIecyqoo4J17mUwxYj/s+v+oy+7Hw==", + "version": "1.1061.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1061.0.tgz", + "integrity": "sha512-1Piw7FK5zkrWLeThw+/5IpAYdduUu1OYtTNbtElVUVBYqgt/D5+0czgjWK+GHRa03o4p0q1IzFDf5vE+aWYadw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1060.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1060.0.tgz", - "integrity": "sha512-s3MPuxinUSmxk8mIFSzNLlicvGe3/cj3bguRYO2EWN1GBB6bOJ86+OX4bcIecyqoo4J17mUwxYj/s+v+oy+7Hw==" + "version": "1.1061.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1061.0.tgz", + "integrity": "sha512-1Piw7FK5zkrWLeThw+/5IpAYdduUu1OYtTNbtElVUVBYqgt/D5+0czgjWK+GHRa03o4p0q1IzFDf5vE+aWYadw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 20805fa29..ace19a7fc 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1060.0", + "@snyk/protect": "1.1061.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 91bedefea095d5d78f6f0d00658b07cd5b0dd1a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 23:30:53 +0000 Subject: [PATCH 249/303] chore(deps): update dependency eslint to v8.28.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52f4c5838..e70d0a16d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.27.0", + "eslint": "8.28.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -1948,9 +1948,9 @@ } }, "node_modules/eslint": { - "version": "8.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", - "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", + "version": "8.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz", + "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", @@ -8096,9 +8096,9 @@ "dev": true }, "eslint": { - "version": "8.27.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", - "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", + "version": "8.28.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz", + "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.3", diff --git a/package.json b/package.json index ace19a7fc..baa59f342 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.27.0", + "eslint": "8.28.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 92128bec504f510c30a65d340250ba4d7bca09e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 01:02:57 +0000 Subject: [PATCH 250/303] chore(deps): update step-security/harden-runner digest to 0a5820a --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 6ba099a40..6fe7feace 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7bd8bf609..fc571c475 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f1fa2baa4..9cd9b37e0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: block allowed-endpoints: > @@ -68,7 +68,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: block allowed-endpoints: > @@ -106,7 +106,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: block allowed-endpoints: > @@ -218,7 +218,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: audit @@ -239,7 +239,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@b4401455ef773683d2da2e176e3539cce0fabdc7 + uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a with: egress-policy: audit From 2dcf1ca819bbfa0c0982afaec0d2b359e948d890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 03:58:47 +0000 Subject: [PATCH 251/303] chore(deps): update mongo docker digest to baca172 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6e762198e..446be98e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:8bed0be3e86595283d67836e8d4f3f08916184ea6f2aac7440bda496083ab0c8 + image: mongo@sha256:baca1721dacdbe83a249b6eb04d31e1f0841dd0040128c4825d365da34950ffb volumes: - ./data:/data/db ports: From a132e44414e027272abd09d338dbb052da5b922f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 08:25:38 +0000 Subject: [PATCH 252/303] chore(deps): update mongo docker digest to 933d9f1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 446be98e5..58d4612b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:baca1721dacdbe83a249b6eb04d31e1f0841dd0040128c4825d365da34950ffb + image: mongo@sha256:933d9f1f52349ee0f631123fcb43a3620d4450e4ee1d15519768321566d62b7e volumes: - ./data:/data/db ports: From 708c1b259fc9c795c6215a63d9ebe125c51a92ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:49:44 +0000 Subject: [PATCH 253/303] chore(deps): update github/codeql-action action to v2.1.34 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fc571c475..39856292b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33 + uses: github/codeql-action/init@312e093a1892bd801f026f1090904ee8e460b9b6 # v2.1.34 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33 + uses: github/codeql-action/autobuild@312e093a1892bd801f026f1090904ee8e460b9b6 # v2.1.34 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c # v2.1.33 + uses: github/codeql-action/analyze@312e093a1892bd801f026f1090904ee8e460b9b6 # v2.1.34 From 56b304b0e8446704523d88e630548473aaab43f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 17:29:20 +0000 Subject: [PATCH 254/303] chore(deps): update mongo docker digest to f1b5a4e --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 58d4612b4..7bb3210b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:933d9f1f52349ee0f631123fcb43a3620d4450e4ee1d15519768321566d62b7e + image: mongo@sha256:f1b5a4e2acc7db563457f41443103a2d48d1ee5a13332734f82222aa719e2542 volumes: - ./data:/data/db ports: From 8bc52ae6ea38fb46f8872331b18b52e560f08f3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:48:06 +0000 Subject: [PATCH 255/303] fix(deps): update dependency @snyk/protect to v1.1063.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e70d0a16d..40c9ca850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1061.0", + "@snyk/protect": "1.1063.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1061.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1061.0.tgz", - "integrity": "sha512-1Piw7FK5zkrWLeThw+/5IpAYdduUu1OYtTNbtElVUVBYqgt/D5+0czgjWK+GHRa03o4p0q1IzFDf5vE+aWYadw==", + "version": "1.1063.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1063.0.tgz", + "integrity": "sha512-lz34bo6bBmnoGIIJNHBHdedavbJgtHHaox2WOi+qIy5jtx+6B32RgV5z0zLEcAnpQrROr66uPnmi5OWB1x+aOQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1061.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1061.0.tgz", - "integrity": "sha512-1Piw7FK5zkrWLeThw+/5IpAYdduUu1OYtTNbtElVUVBYqgt/D5+0czgjWK+GHRa03o4p0q1IzFDf5vE+aWYadw==" + "version": "1.1063.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1063.0.tgz", + "integrity": "sha512-lz34bo6bBmnoGIIJNHBHdedavbJgtHHaox2WOi+qIy5jtx+6B32RgV5z0zLEcAnpQrROr66uPnmi5OWB1x+aOQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index baa59f342..1c43e13e6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1061.0", + "@snyk/protect": "1.1063.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 842b82d449e6956cc4936b23ce05f80305b826f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 05:05:20 +0000 Subject: [PATCH 256/303] chore(deps): update mongo docker digest to c015870 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7bb3210b7..64ff52f31 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:f1b5a4e2acc7db563457f41443103a2d48d1ee5a13332734f82222aa719e2542 + image: mongo@sha256:c015870b10451c414911aff5648495bd3fcc9fe0cec340f46bb852706697a72f volumes: - ./data:/data/db ports: From e134764b9dbce6b0ec1a9c375cc6915ae251a5d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:36:26 +0000 Subject: [PATCH 257/303] fix(deps): update dependency @snyk/protect to v1.1064.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40c9ca850..beeabeb60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1063.0", + "@snyk/protect": "1.1064.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1063.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1063.0.tgz", - "integrity": "sha512-lz34bo6bBmnoGIIJNHBHdedavbJgtHHaox2WOi+qIy5jtx+6B32RgV5z0zLEcAnpQrROr66uPnmi5OWB1x+aOQ==", + "version": "1.1064.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1064.0.tgz", + "integrity": "sha512-ExousEWlJRgYUqGDnlgKcYnn14gM5syTx6H8Xf8UWmRWIlUM7jCq5MnnvOzU4QVt5QunF11ee3esiPSRK5/xVg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1063.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1063.0.tgz", - "integrity": "sha512-lz34bo6bBmnoGIIJNHBHdedavbJgtHHaox2WOi+qIy5jtx+6B32RgV5z0zLEcAnpQrROr66uPnmi5OWB1x+aOQ==" + "version": "1.1064.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1064.0.tgz", + "integrity": "sha512-ExousEWlJRgYUqGDnlgKcYnn14gM5syTx6H8Xf8UWmRWIlUM7jCq5MnnvOzU4QVt5QunF11ee3esiPSRK5/xVg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 1c43e13e6..2e6dbea07 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1063.0", + "@snyk/protect": "1.1064.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 0ad6de315036be31540fc2b710689239cbf84b2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 02:24:43 +0000 Subject: [PATCH 258/303] chore(deps): update step-security/harden-runner digest to 266a5d6 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 6fe7feace..a0933aeb6 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39856292b..3e5380c42 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9cd9b37e0..668729692 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: block allowed-endpoints: > @@ -68,7 +68,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: block allowed-endpoints: > @@ -106,7 +106,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: block allowed-endpoints: > @@ -218,7 +218,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: audit @@ -239,7 +239,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@0a5820a2ec510d2521c1715d24860fc8cd06400a + uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 with: egress-policy: audit From cae6dd58c155327e5df252f1d9d5632f2deac61b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 13:28:26 +0000 Subject: [PATCH 259/303] chore(deps): update github/codeql-action action to v2.1.35 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3e5380c42..204c9197e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@312e093a1892bd801f026f1090904ee8e460b9b6 # v2.1.34 + uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2.1.35 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@312e093a1892bd801f026f1090904ee8e460b9b6 # v2.1.34 + uses: github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2.1.35 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@312e093a1892bd801f026f1090904ee8e460b9b6 # v2.1.34 + uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2.1.35 From 51598721471d9ebb4f611691a6ae93d9d57e2990 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:35:17 +0000 Subject: [PATCH 260/303] fix(deps): update dependency @snyk/protect to v1.1065.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index beeabeb60..74ca05bae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1064.0", + "@snyk/protect": "1.1065.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1064.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1064.0.tgz", - "integrity": "sha512-ExousEWlJRgYUqGDnlgKcYnn14gM5syTx6H8Xf8UWmRWIlUM7jCq5MnnvOzU4QVt5QunF11ee3esiPSRK5/xVg==", + "version": "1.1065.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1065.0.tgz", + "integrity": "sha512-BKLYk51FrLhX22NbJKV9vzfmw+64jBqD0mj2hRLbOdcepWehsOjUzxgvLPt4zBYq4hu6XiTonCYV7yhCVJ0DTA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1064.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1064.0.tgz", - "integrity": "sha512-ExousEWlJRgYUqGDnlgKcYnn14gM5syTx6H8Xf8UWmRWIlUM7jCq5MnnvOzU4QVt5QunF11ee3esiPSRK5/xVg==" + "version": "1.1065.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1065.0.tgz", + "integrity": "sha512-BKLYk51FrLhX22NbJKV9vzfmw+64jBqD0mj2hRLbOdcepWehsOjUzxgvLPt4zBYq4hu6XiTonCYV7yhCVJ0DTA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 2e6dbea07..f0eab78e1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1064.0", + "@snyk/protect": "1.1065.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 13bf74c442cbc62c6dd88387f35eadd318076eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 10:02:09 +0000 Subject: [PATCH 261/303] fix(deps): update dependency @snyk/protect to v1.1066.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74ca05bae..5b03ff9eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1065.0", + "@snyk/protect": "1.1066.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1065.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1065.0.tgz", - "integrity": "sha512-BKLYk51FrLhX22NbJKV9vzfmw+64jBqD0mj2hRLbOdcepWehsOjUzxgvLPt4zBYq4hu6XiTonCYV7yhCVJ0DTA==", + "version": "1.1066.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1066.0.tgz", + "integrity": "sha512-TAffuocY3QhZ7Md6ohi069PuH9KzwH1LI9kE1ZaLGSd4ydxzYIpWZi5fqJRemJ8nm6UofbtjpijcqaSPOsI7SA==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1065.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1065.0.tgz", - "integrity": "sha512-BKLYk51FrLhX22NbJKV9vzfmw+64jBqD0mj2hRLbOdcepWehsOjUzxgvLPt4zBYq4hu6XiTonCYV7yhCVJ0DTA==" + "version": "1.1066.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1066.0.tgz", + "integrity": "sha512-TAffuocY3QhZ7Md6ohi069PuH9KzwH1LI9kE1ZaLGSd4ydxzYIpWZi5fqJRemJ8nm6UofbtjpijcqaSPOsI7SA==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index f0eab78e1..414a9f781 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1065.0", + "@snyk/protect": "1.1066.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 3443ffa322a603294dd9d5b44b0cac6663006437 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 23:00:35 +0000 Subject: [PATCH 262/303] chore(deps): update dependency eslint to v8.29.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b03ff9eb..590682109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -1948,9 +1948,9 @@ } }, "node_modules/eslint": { - "version": "8.28.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz", - "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz", + "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", @@ -8096,9 +8096,9 @@ "dev": true }, "eslint": { - "version": "8.28.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz", - "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", + "version": "8.29.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz", + "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.3", diff --git a/package.json b/package.json index 414a9f781..1c2b19da8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From a56def2f1c306a0f832663be107d5f2e6eee6af5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:30:06 +0000 Subject: [PATCH 263/303] fix(deps): update dependency @snyk/protect to v1.1068.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 590682109..7c67b3e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1066.0", + "@snyk/protect": "1.1068.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1066.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1066.0.tgz", - "integrity": "sha512-TAffuocY3QhZ7Md6ohi069PuH9KzwH1LI9kE1ZaLGSd4ydxzYIpWZi5fqJRemJ8nm6UofbtjpijcqaSPOsI7SA==", + "version": "1.1068.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1068.0.tgz", + "integrity": "sha512-5xJMV7jQNlqXplTZtyq9XpDjnIARzMLBx/yLoCR4rTDIbgQQ6ufH0GpwLWbg8IsYq4NvIelMmyxrEH3vxPDoig==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1066.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1066.0.tgz", - "integrity": "sha512-TAffuocY3QhZ7Md6ohi069PuH9KzwH1LI9kE1ZaLGSd4ydxzYIpWZi5fqJRemJ8nm6UofbtjpijcqaSPOsI7SA==" + "version": "1.1068.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1068.0.tgz", + "integrity": "sha512-5xJMV7jQNlqXplTZtyq9XpDjnIARzMLBx/yLoCR4rTDIbgQQ6ufH0GpwLWbg8IsYq4NvIelMmyxrEH3vxPDoig==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 1c2b19da8..0841063f9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1066.0", + "@snyk/protect": "1.1068.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 2bd3bb96633746bbb378bad9d320f34b26353d7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 13:00:30 +0000 Subject: [PATCH 264/303] fix(deps): update dependency @snyk/protect to v1.1069.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c67b3e82..ff4e1d683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1068.0", + "@snyk/protect": "1.1069.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1068.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1068.0.tgz", - "integrity": "sha512-5xJMV7jQNlqXplTZtyq9XpDjnIARzMLBx/yLoCR4rTDIbgQQ6ufH0GpwLWbg8IsYq4NvIelMmyxrEH3vxPDoig==", + "version": "1.1069.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1069.0.tgz", + "integrity": "sha512-LowUeB/+tyEoCwriA/+RkZUIolZcXVVcid5mkFtTpM/lZUVmPNt7gpNHExBPc4l1gzJu21uUjBxG5mf5R+ScmQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1068.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1068.0.tgz", - "integrity": "sha512-5xJMV7jQNlqXplTZtyq9XpDjnIARzMLBx/yLoCR4rTDIbgQQ6ufH0GpwLWbg8IsYq4NvIelMmyxrEH3vxPDoig==" + "version": "1.1069.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1069.0.tgz", + "integrity": "sha512-LowUeB/+tyEoCwriA/+RkZUIolZcXVVcid5mkFtTpM/lZUVmPNt7gpNHExBPc4l1gzJu21uUjBxG5mf5R+ScmQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 0841063f9..891bd46b7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1068.0", + "@snyk/protect": "1.1069.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From b1085f3cf509adbd734817fc3a94d82a7ef6fed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:50:09 +0000 Subject: [PATCH 265/303] chore(deps): update github/codeql-action action to v2.1.36 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 204c9197e..c40878b5f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2.1.35 + uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2.1.35 + uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2.1.35 + uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36 From 34d9b1f527d107872bdeb658a36dcc69ccb380f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 16:34:26 +0000 Subject: [PATCH 266/303] chore(deps): update dependency mocha to v10.2.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff4e1d683..c4f893e00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.11", "espree": "9.4.1", - "mocha": "10.1.0", + "mocha": "10.2.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", "request": "2.88.2" @@ -3980,9 +3980,9 @@ "dev": true }, "node_modules/mocha": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz", - "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz", + "integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", @@ -9614,9 +9614,9 @@ "dev": true }, "mocha": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz", - "integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz", + "integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==", "dev": true, "requires": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 891bd46b7..6718a52a4 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-jsx-a11y": "6.6.1", "eslint-plugin-react": "7.31.11", "espree": "9.4.1", - "mocha": "10.1.0", + "mocha": "10.2.0", "npm-run-all": "4.1.5", "nyc": "15.1.0", "request": "2.88.2" From e7702f67b1865594c1cc8bc5ecaf4fd284204c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 19:44:32 +0000 Subject: [PATCH 267/303] chore(deps): update actions/checkout action to v3.2.0 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index a0933aeb6..d7d1f2450 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -23,7 +23,7 @@ jobs: snyk.io:443 - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Run ESLint uses: reviewdog/action-eslint@d3395027ea2cfc5cf8f460b1ea939b6c86fea656 # tag=v1.17.0 @@ -47,7 +47,7 @@ jobs: raw.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Run hadolint uses: reviewdog/action-hadolint@1b070701bee7438c450558821fe54b0b5888ad3d # v1.34.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c40878b5f..6c22a47ed 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: github.com:443 - name: Checkout repository - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 668729692..0b2eb0621 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,7 +34,7 @@ jobs: production.cloudflare.docker.com:443 - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 @@ -79,7 +79,7 @@ jobs: scanner.sonarcloud.io:443 - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Download Code Coverage uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1 @@ -124,7 +124,7 @@ jobs: production.cloudflare.docker.com:443 - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Perform Scan uses: ShiftLeftSecurity/scan-action@master @@ -180,7 +180,7 @@ jobs: tracking-protection.cdn.mozilla.net:443 - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 @@ -223,7 +223,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Semantic Release uses: cycjimmy/semantic-release-action@8f6ceb9d5aae5578b1dcda6af00008235204e7fa # v3.2.0 @@ -244,7 +244,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 - name: Docker meta id: meta From b4b48f8da7ab7a13b774d22654405b268cbd981b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 18:18:47 +0000 Subject: [PATCH 268/303] fix(deps): update dependency @snyk/protect to v1.1071.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4f893e00..e71a0f659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1069.0", + "@snyk/protect": "1.1071.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1069.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1069.0.tgz", - "integrity": "sha512-LowUeB/+tyEoCwriA/+RkZUIolZcXVVcid5mkFtTpM/lZUVmPNt7gpNHExBPc4l1gzJu21uUjBxG5mf5R+ScmQ==", + "version": "1.1071.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1071.0.tgz", + "integrity": "sha512-/xoAhWLeMBEVW3mHufGPx6WrhJBy98qmJ+0jhTwdz3qerr93kk4e4dj3N6ZGI9zeBQ3+E1tPxKcC74CcmzQdhg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1069.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1069.0.tgz", - "integrity": "sha512-LowUeB/+tyEoCwriA/+RkZUIolZcXVVcid5mkFtTpM/lZUVmPNt7gpNHExBPc4l1gzJu21uUjBxG5mf5R+ScmQ==" + "version": "1.1071.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1071.0.tgz", + "integrity": "sha512-/xoAhWLeMBEVW3mHufGPx6WrhJBy98qmJ+0jhTwdz3qerr93kk4e4dj3N6ZGI9zeBQ3+E1tPxKcC74CcmzQdhg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 6718a52a4..ef89159a9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1069.0", + "@snyk/protect": "1.1071.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 35cceaf2c5516e23634a0129dcd04d991e1ea9cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:58:48 +0000 Subject: [PATCH 269/303] chore(deps): update github/codeql-action action to v2.1.37 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6c22a47ed..910458df3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36 + uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36 + uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36 + uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 From e18a858bf0cab8ee100fc74bf981358ed92f33a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 23:49:50 +0000 Subject: [PATCH 270/303] chore(deps): update dependency eslint to v8.30.0 --- package-lock.json | 66 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index e71a0f659..f739ab17a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.29.0", + "eslint": "8.30.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -476,15 +476,15 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", - "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", + "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^9.4.0", - "globals": "^13.15.0", + "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -561,9 +561,9 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz", - "integrity": "sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==", + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -1948,13 +1948,13 @@ } }, "node_modules/eslint": { - "version": "8.29.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz", - "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==", + "version": "8.30.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz", + "integrity": "sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.11.6", + "@eslint/eslintrc": "^1.4.0", + "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", @@ -1973,7 +1973,7 @@ "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.15.0", + "globals": "^13.19.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", @@ -2895,9 +2895,9 @@ } }, "node_modules/globals": { - "version": "13.16.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz", - "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==", + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -6929,15 +6929,15 @@ } }, "@eslint/eslintrc": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", - "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", + "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^9.4.0", - "globals": "^13.15.0", + "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -7008,9 +7008,9 @@ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "@humanwhocodes/config-array": { - "version": "0.11.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz", - "integrity": "sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==", + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -8096,13 +8096,13 @@ "dev": true }, "eslint": { - "version": "8.29.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.29.0.tgz", - "integrity": "sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==", + "version": "8.30.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz", + "integrity": "sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.11.6", + "@eslint/eslintrc": "^1.4.0", + "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", @@ -8121,7 +8121,7 @@ "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.15.0", + "globals": "^13.19.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", @@ -8805,9 +8805,9 @@ } }, "globals": { - "version": "13.16.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.16.0.tgz", - "integrity": "sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==", + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", "dev": true, "requires": { "type-fest": "^0.20.2" diff --git a/package.json b/package.json index ef89159a9..65980aeae 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.29.0", + "eslint": "8.30.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From 3e972c873cacb6effcd9f499ade37986618c0c83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 08:35:17 +0000 Subject: [PATCH 271/303] fix(deps): update dependency @snyk/protect to v1.1072.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f739ab17a..38d7f722c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1071.0", + "@snyk/protect": "1.1072.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1071.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1071.0.tgz", - "integrity": "sha512-/xoAhWLeMBEVW3mHufGPx6WrhJBy98qmJ+0jhTwdz3qerr93kk4e4dj3N6ZGI9zeBQ3+E1tPxKcC74CcmzQdhg==", + "version": "1.1072.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1072.0.tgz", + "integrity": "sha512-hSj30pVhBe68W+HkHg8/jtu2PTearH/pvDxlFlgRd/XbdV4O4k+Ohu2j5eBp+lodbyW/TSzpZBGt6bziJnhJaQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1071.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1071.0.tgz", - "integrity": "sha512-/xoAhWLeMBEVW3mHufGPx6WrhJBy98qmJ+0jhTwdz3qerr93kk4e4dj3N6ZGI9zeBQ3+E1tPxKcC74CcmzQdhg==" + "version": "1.1072.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1072.0.tgz", + "integrity": "sha512-hSj30pVhBe68W+HkHg8/jtu2PTearH/pvDxlFlgRd/XbdV4O4k+Ohu2j5eBp+lodbyW/TSzpZBGt6bziJnhJaQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 65980aeae..56be6227d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1071.0", + "@snyk/protect": "1.1072.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 21dd59c74b2851852be89dd3c59d7209b615308f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 18:35:26 +0000 Subject: [PATCH 272/303] fix(deps): update dependency @snyk/protect to v1.1073.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38d7f722c..a6809a870 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1072.0", + "@snyk/protect": "1.1073.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1072.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1072.0.tgz", - "integrity": "sha512-hSj30pVhBe68W+HkHg8/jtu2PTearH/pvDxlFlgRd/XbdV4O4k+Ohu2j5eBp+lodbyW/TSzpZBGt6bziJnhJaQ==", + "version": "1.1073.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1073.0.tgz", + "integrity": "sha512-5cBe71NVc5zZewVeFA13V1uf57+87i3EsS5I6WKBO0B0nhA8i2jNKIxOHE27pt883SinywOOAYnIZHEqqm5Ltw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1072.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1072.0.tgz", - "integrity": "sha512-hSj30pVhBe68W+HkHg8/jtu2PTearH/pvDxlFlgRd/XbdV4O4k+Ohu2j5eBp+lodbyW/TSzpZBGt6bziJnhJaQ==" + "version": "1.1073.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1073.0.tgz", + "integrity": "sha512-5cBe71NVc5zZewVeFA13V1uf57+87i3EsS5I6WKBO0B0nhA8i2jNKIxOHE27pt883SinywOOAYnIZHEqqm5Ltw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 56be6227d..a7eac7b6d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1072.0", + "@snyk/protect": "1.1073.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 1257df45083b6aa8c66b29a5f06cd6f0410b4a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:57:55 +0000 Subject: [PATCH 273/303] fix(deps): update dependency @snyk/protect to v1.1074.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6809a870..d5934150c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1073.0", + "@snyk/protect": "1.1074.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1073.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1073.0.tgz", - "integrity": "sha512-5cBe71NVc5zZewVeFA13V1uf57+87i3EsS5I6WKBO0B0nhA8i2jNKIxOHE27pt883SinywOOAYnIZHEqqm5Ltw==", + "version": "1.1074.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1074.0.tgz", + "integrity": "sha512-h9z10JvffQmHADGOo0JbIM10lLnaRUshx71qyz4u2+/1Zwhh9a3WULRcF+m+wokuDShnhtm0re5nA9+rXSVZ4g==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1073.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1073.0.tgz", - "integrity": "sha512-5cBe71NVc5zZewVeFA13V1uf57+87i3EsS5I6WKBO0B0nhA8i2jNKIxOHE27pt883SinywOOAYnIZHEqqm5Ltw==" + "version": "1.1074.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1074.0.tgz", + "integrity": "sha512-h9z10JvffQmHADGOo0JbIM10lLnaRUshx71qyz4u2+/1Zwhh9a3WULRcF+m+wokuDShnhtm0re5nA9+rXSVZ4g==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index a7eac7b6d..075b3db6f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1073.0", + "@snyk/protect": "1.1074.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 09f4f86a05e6fc5004916dffffb0b4481579c619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:04:57 +0000 Subject: [PATCH 274/303] fix(deps): update dependency @snyk/protect to v1.1076.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5934150c..169dac1b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1074.0", + "@snyk/protect": "1.1076.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1074.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1074.0.tgz", - "integrity": "sha512-h9z10JvffQmHADGOo0JbIM10lLnaRUshx71qyz4u2+/1Zwhh9a3WULRcF+m+wokuDShnhtm0re5nA9+rXSVZ4g==", + "version": "1.1076.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1076.0.tgz", + "integrity": "sha512-CPtHvfjhaCT/QrzG1uR1KKPPUeASP02ggbGnM6c5aLSUL/ttZEbITT66XcoeTDkKzFiVEdygg0OZDGfGAjC2+A==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1074.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1074.0.tgz", - "integrity": "sha512-h9z10JvffQmHADGOo0JbIM10lLnaRUshx71qyz4u2+/1Zwhh9a3WULRcF+m+wokuDShnhtm0re5nA9+rXSVZ4g==" + "version": "1.1076.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1076.0.tgz", + "integrity": "sha512-CPtHvfjhaCT/QrzG1uR1KKPPUeASP02ggbGnM6c5aLSUL/ttZEbITT66XcoeTDkKzFiVEdygg0OZDGfGAjC2+A==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 075b3db6f..01e641709 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1074.0", + "@snyk/protect": "1.1076.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From e51e480caa59425160e209f1e8b903f99432d239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 21:07:21 +0000 Subject: [PATCH 275/303] chore(deps): update step-security/harden-runner digest to 8a1ef77 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index d7d1f2450..aeb48c28f 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 910458df3..0b427fcf1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0b2eb0621..172a08c15 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: block allowed-endpoints: > @@ -68,7 +68,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: block allowed-endpoints: > @@ -106,7 +106,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: block allowed-endpoints: > @@ -218,7 +218,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: audit @@ -239,7 +239,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@266a5d6a507c6927766a67b8380f323eacd977a2 + uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 with: egress-policy: audit From 2f02a8d4ed97d169b322b3215598df38914addf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:07:28 +0000 Subject: [PATCH 276/303] fix(deps): update dependency @snyk/protect to v1.1077.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 169dac1b8..1f7007f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1076.0", + "@snyk/protect": "1.1077.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1076.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1076.0.tgz", - "integrity": "sha512-CPtHvfjhaCT/QrzG1uR1KKPPUeASP02ggbGnM6c5aLSUL/ttZEbITT66XcoeTDkKzFiVEdygg0OZDGfGAjC2+A==", + "version": "1.1077.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1077.0.tgz", + "integrity": "sha512-5GRT4cAVB4aX06ptzP9BWq3IjcEvAOaeef0qwa5PkxrAHBdGSH7PR3dpO+qjZllrOhJwwy6lewa+7ThA5DrcPw==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1076.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1076.0.tgz", - "integrity": "sha512-CPtHvfjhaCT/QrzG1uR1KKPPUeASP02ggbGnM6c5aLSUL/ttZEbITT66XcoeTDkKzFiVEdygg0OZDGfGAjC2+A==" + "version": "1.1077.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1077.0.tgz", + "integrity": "sha512-5GRT4cAVB4aX06ptzP9BWq3IjcEvAOaeef0qwa5PkxrAHBdGSH7PR3dpO+qjZllrOhJwwy6lewa+7ThA5DrcPw==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index 01e641709..ace60cb27 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1076.0", + "@snyk/protect": "1.1077.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 1b6f1b37068fcf40e84ed0503e16892be12f11ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 05:39:32 +0000 Subject: [PATCH 277/303] chore(deps): update mongo docker digest to db616c3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64ff52f31..0e02b3e5e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:c015870b10451c414911aff5648495bd3fcc9fe0cec340f46bb852706697a72f + image: mongo@sha256:db616c3ceb0a82837d8ad6382ee93aff4fae89f9b7ad37b3e6c07f35f1559345 volumes: - ./data:/data/db ports: From 69cfcb98a046b5cc5b1841efe53744e37f62485d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 08:57:09 +0000 Subject: [PATCH 278/303] chore(deps): update dependency eslint to v8.31.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f7007f77..6e75e29e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.30.0", + "eslint": "8.31.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", @@ -1948,12 +1948,12 @@ } }, "node_modules/eslint": { - "version": "8.30.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz", - "integrity": "sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==", + "version": "8.31.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", + "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.4.0", + "@eslint/eslintrc": "^1.4.1", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -8096,12 +8096,12 @@ "dev": true }, "eslint": { - "version": "8.30.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.30.0.tgz", - "integrity": "sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==", + "version": "8.31.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", + "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.4.0", + "@eslint/eslintrc": "^1.4.1", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", diff --git a/package.json b/package.json index ace60cb27..b5082487e 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.30.0", + "eslint": "8.31.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", From bbbc558d2bf4f4e8c17281c345780da5d38ade04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:36:26 +0000 Subject: [PATCH 279/303] chore(deps): update step-security/harden-runner digest to 8f144f8 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index aeb48c28f..b51ffbe2f 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: > @@ -37,7 +37,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0b427fcf1..10cb4ccc5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: > diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 172a08c15..855df5753 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: > @@ -68,7 +68,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: > @@ -106,7 +106,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: > @@ -218,7 +218,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: audit @@ -239,7 +239,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@8a1ef77ccd7a6d18b009c8cd833b00f49386b657 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: audit From cd844359e306e167fc6a9bdd4e14be9950b7c892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:38:59 +0000 Subject: [PATCH 280/303] chore(deps): update actions/checkout action to v3.3.0 --- .github/workflows/code-review.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/nodejs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index b51ffbe2f..839b99eb9 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -23,7 +23,7 @@ jobs: snyk.io:443 - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Run ESLint uses: reviewdog/action-eslint@d3395027ea2cfc5cf8f460b1ea939b6c86fea656 # tag=v1.17.0 @@ -47,7 +47,7 @@ jobs: raw.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Run hadolint uses: reviewdog/action-hadolint@1b070701bee7438c450558821fe54b0b5888ad3d # v1.34.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 10cb4ccc5..3a9ab05db 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: github.com:443 - name: Checkout repository - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 855df5753..ac85cda98 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -34,7 +34,7 @@ jobs: production.cloudflare.docker.com:443 - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 @@ -79,7 +79,7 @@ jobs: scanner.sonarcloud.io:443 - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Download Code Coverage uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1 @@ -124,7 +124,7 @@ jobs: production.cloudflare.docker.com:443 - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Perform Scan uses: ShiftLeftSecurity/scan-action@master @@ -180,7 +180,7 @@ jobs: tracking-protection.cdn.mozilla.net:443 - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 @@ -223,7 +223,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Semantic Release uses: cycjimmy/semantic-release-action@8f6ceb9d5aae5578b1dcda6af00008235204e7fa # v3.2.0 @@ -244,7 +244,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Docker meta id: meta From 8424f1595eb22219e9c89fbdcc13b25c20a30e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:39:32 +0000 Subject: [PATCH 281/303] fix(deps): update dependency @snyk/protect to v1.1080.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e75e29e8..5e83ada9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1077.0", + "@snyk/protect": "1.1080.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1077.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1077.0.tgz", - "integrity": "sha512-5GRT4cAVB4aX06ptzP9BWq3IjcEvAOaeef0qwa5PkxrAHBdGSH7PR3dpO+qjZllrOhJwwy6lewa+7ThA5DrcPw==", + "version": "1.1080.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1080.0.tgz", + "integrity": "sha512-HMZeUcZfsXNZjtMSUTIHx3qyTlgmV9OOLiFdwk+DyJOjoUJ+mnrLnYCrDi2gcT3V+1B3bvRsIra/defkSHqMWQ==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1077.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1077.0.tgz", - "integrity": "sha512-5GRT4cAVB4aX06ptzP9BWq3IjcEvAOaeef0qwa5PkxrAHBdGSH7PR3dpO+qjZllrOhJwwy6lewa+7ThA5DrcPw==" + "version": "1.1080.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1080.0.tgz", + "integrity": "sha512-HMZeUcZfsXNZjtMSUTIHx3qyTlgmV9OOLiFdwk+DyJOjoUJ+mnrLnYCrDi2gcT3V+1B3bvRsIra/defkSHqMWQ==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index b5082487e..ad03d5b91 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1077.0", + "@snyk/protect": "1.1080.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 912787eead02e8acb3e8dbb6c53ddc50c95529c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:06:28 +0000 Subject: [PATCH 282/303] fix(deps): update dependency @snyk/protect to v1.1081.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e83ada9f..4fde86d8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1080.0", + "@snyk/protect": "1.1081.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -793,9 +793,9 @@ } }, "node_modules/@snyk/protect": { - "version": "1.1080.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1080.0.tgz", - "integrity": "sha512-HMZeUcZfsXNZjtMSUTIHx3qyTlgmV9OOLiFdwk+DyJOjoUJ+mnrLnYCrDi2gcT3V+1B3bvRsIra/defkSHqMWQ==", + "version": "1.1081.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1081.0.tgz", + "integrity": "sha512-V+4DJPLorQph9j78PB3qpxOEREzXHJN/txg2Cxn2EGw+7IWOPPeLgUb4jO+tjVVmqMYmrvohMDQKErcjIxVqVg==", "bin": { "snyk-protect": "bin/snyk-protect" }, @@ -7184,9 +7184,9 @@ } }, "@snyk/protect": { - "version": "1.1080.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1080.0.tgz", - "integrity": "sha512-HMZeUcZfsXNZjtMSUTIHx3qyTlgmV9OOLiFdwk+DyJOjoUJ+mnrLnYCrDi2gcT3V+1B3bvRsIra/defkSHqMWQ==" + "version": "1.1081.0", + "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1081.0.tgz", + "integrity": "sha512-V+4DJPLorQph9j78PB3qpxOEREzXHJN/txg2Cxn2EGw+7IWOPPeLgUb4jO+tjVVmqMYmrvohMDQKErcjIxVqVg==" }, "@types/bson": { "version": "4.0.5", diff --git a/package.json b/package.json index ad03d5b91..f14204585 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1080.0", + "@snyk/protect": "1.1081.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", From 8a9084f3bbfd757b416aa2abf8fe5efbc333883c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:16:00 +0000 Subject: [PATCH 283/303] chore(deps): update actions/setup-node action to v3.6.0 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ac85cda98..5878787cf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 + uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: ${{ matrix.node }} check-latest: true @@ -183,7 +183,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1 + uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 with: node-version: ${{ matrix.node }} check-latest: true From 3c1d37f60cefd04559b30f6bbe153d3c5b4dafd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:29:46 +0000 Subject: [PATCH 284/303] chore(deps): update actions/download-artifact action to v3.0.2 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5878787cf..70d8d0599 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Download Code Coverage - uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1 + uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: code-coverage path: coverage From bacb998830e26c9017f28c963969cb35854172d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 00:32:55 +0000 Subject: [PATCH 285/303] chore(deps): update actions/upload-artifact action to v3.1.2 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 70d8d0599..a99a85c3d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -55,7 +55,7 @@ jobs: run: npm run test:coverage - name: Save Code Coverage - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: code-coverage path: coverage @@ -134,7 +134,7 @@ jobs: SCAN_ANNOTATE_PR: true - name: Save the SCAN reports - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: name: sast-reports path: reports From 7bb19a86587aff715122a056f3c92be47398aca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:30:16 +0000 Subject: [PATCH 286/303] chore(deps): update docker/metadata-action action to v4.2.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a99a85c3d..254e45403 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -248,7 +248,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1 + uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 with: images: ${{ github.repository }} tags: | From 5f4d05f98c33170271d06dd749bfd30fac3db478 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 04:03:53 +0000 Subject: [PATCH 287/303] chore(deps): update mongo docker digest to 5b3815e --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0e02b3e5e..0d14eac47 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:db616c3ceb0a82837d8ad6382ee93aff4fae89f9b7ad37b3e6c07f35f1559345 + image: mongo@sha256:5b3815ec21a1dfd9f216ee83b324a0a779e1dfd17892e2f858e3c571f5980561 volumes: - ./data:/data/db ports: From 9bc746d669aadced782f37c1d5f7f3b8ad9e9947 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 04:04:24 +0000 Subject: [PATCH 288/303] chore(deps): update linters --- package-lock.json | 655 +++++++++++++++++++++++++++++++++++++--------- package.json | 4 +- 2 files changed, 530 insertions(+), 129 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fde86d8e..35cddd78c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,8 +34,8 @@ "eslint": "8.31.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.11", + "eslint-plugin-jsx-a11y": "6.7.0", + "eslint-plugin-react": "7.32.0", "espree": "9.4.1", "mocha": "10.2.0", "npm-run-all": "4.1.5", @@ -376,25 +376,12 @@ } }, "node_modules/@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz", + "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==", "dev": true, "dependencies": { - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz", - "integrity": "sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==", - "dev": true, - "dependencies": { - "core-js-pure": "^3.20.2", - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.11" }, "engines": { "node": ">=6.9.0" @@ -976,16 +963,12 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "engines": { - "node": ">=6.0" + "deep-equal": "^2.0.5" } }, "node_modules/array-includes": { @@ -1108,6 +1091,18 @@ "node": ">=8.0.0" } }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/avvio": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/avvio/-/avvio-7.2.5.tgz", @@ -1135,19 +1130,22 @@ "dev": true }, "node_modules/axe-core": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz", - "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz", + "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", - "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", - "dev": true + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", + "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", + "dev": true, + "dependencies": { + "deep-equal": "^2.0.5" + } }, "node_modules/balanced-match": { "version": "1.0.2", @@ -1616,17 +1614,6 @@ "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==", "dev": true }, - "node_modules/core-js-pure": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.5.tgz", - "integrity": "sha512-8t78LdpKSuCq4pJYCYk8hl7XEkAX+BP16yRIwL3AanTksxuEf7CM83vRyctmiEL8NDZ3jpUcv56fk9/zG3aIuw==", - "dev": true, - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, "node_modules/core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", @@ -1701,6 +1688,40 @@ "node": ">=6" } }, + "node_modules/deep-equal": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz", + "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.2", + "get-intrinsic": "^1.1.3", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/deep-equal/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", @@ -1889,6 +1910,32 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/es-get-iterator": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "is-arguments": "^1.1.1", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.7", + "isarray": "^2.0.5", + "stop-iteration-iterator": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-get-iterator/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, "node_modules/es-shim-unscopables": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", @@ -2139,23 +2186,26 @@ "dev": true }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz", - "integrity": "sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.0.tgz", + "integrity": "sha512-EGGRKhzejSzXKtjmEjWNtr4SK/DkMkSzkBH7g7e7moBDXZXrqaUIxkmD7uF93upMysc4dKYEJwupu7Dff+ShwA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.18.9", - "aria-query": "^4.2.2", - "array-includes": "^3.1.5", + "@babel/runtime": "^7.20.7", + "aria-query": "^5.1.3", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", "ast-types-flow": "^0.0.7", - "axe-core": "^4.4.3", - "axobject-query": "^2.2.0", + "axe-core": "^4.6.2", + "axobject-query": "^3.1.1", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.3.2", - "language-tags": "^1.0.5", + "jsx-ast-utils": "^3.3.3", + "language-tags": "=1.0.5", "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", "semver": "^6.3.0" }, "engines": { @@ -2166,9 +2216,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.31.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz", - "integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==", + "version": "7.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz", + "integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==", "dev": true, "dependencies": { "array-includes": "^3.1.6", @@ -2183,7 +2233,7 @@ "object.hasown": "^1.1.2", "object.values": "^1.1.6", "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.3", + "resolve": "^2.0.0-next.4", "semver": "^6.3.0", "string.prototype.matchall": "^4.0.8" }, @@ -2654,6 +2704,15 @@ "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, "node_modules/foreground-child": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", @@ -2909,6 +2968,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -3155,12 +3226,12 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz", + "integrity": "sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==", "dev": true, "dependencies": { - "get-intrinsic": "^1.1.0", + "get-intrinsic": "^1.1.3", "has": "^1.0.3", "side-channel": "^1.0.4" }, @@ -3185,6 +3256,36 @@ "node": ">= 0.10" } }, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz", + "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -3312,6 +3413,15 @@ "node": ">=4" } }, + "node_modules/is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-negative-zero": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", @@ -3382,6 +3492,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-shared-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", @@ -3435,6 +3554,25 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", @@ -3453,6 +3591,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-weakref": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", @@ -3465,6 +3612,19 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -3696,13 +3856,13 @@ } }, "node_modules/jsx-ast-utils": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz", - "integrity": "sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", + "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", "dev": true, "dependencies": { "array-includes": "^3.1.5", - "object.assign": "^4.1.2" + "object.assign": "^4.1.3" }, "engines": { "node": ">=4.0" @@ -4718,6 +4878,22 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -5334,9 +5510,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "dev": true }, "node_modules/regexp-clone": { @@ -5898,6 +6074,18 @@ "node": ">= 0.6" } }, + "node_modules/stop-iteration-iterator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "dev": true, + "dependencies": { + "internal-slot": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -6415,12 +6603,47 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dev": true, + "dependencies": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, + "node_modules/which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/winston": { "version": "3.8.2", "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", @@ -6848,22 +7071,12 @@ "dev": true }, "@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/runtime-corejs3": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.18.6.tgz", - "integrity": "sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz", + "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==", "dev": true, "requires": { - "core-js-pure": "^3.20.2", - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.11" } }, "@babel/template": { @@ -7328,13 +7541,12 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", "dev": true, "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" + "deep-equal": "^2.0.5" } }, "array-includes": { @@ -7430,6 +7642,12 @@ "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==" }, + "available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true + }, "avvio": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/avvio/-/avvio-7.2.5.tgz", @@ -7454,16 +7672,19 @@ "dev": true }, "axe-core": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz", - "integrity": "sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz", + "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==", "dev": true }, "axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", - "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", - "dev": true + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", + "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", + "dev": true, + "requires": { + "deep-equal": "^2.0.5" + } }, "balanced-match": { "version": "1.0.2", @@ -7843,12 +8064,6 @@ "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==", "dev": true }, - "core-js-pure": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.23.5.tgz", - "integrity": "sha512-8t78LdpKSuCq4pJYCYk8hl7XEkAX+BP16yRIwL3AanTksxuEf7CM83vRyctmiEL8NDZ3jpUcv56fk9/zG3aIuw==", - "dev": true - }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", @@ -7903,6 +8118,39 @@ "type-detect": "^4.0.0" } }, + "deep-equal": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz", + "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.2", + "get-intrinsic": "^1.1.3", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "dependencies": { + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + } + } + }, "deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", @@ -8052,6 +8300,31 @@ "unbox-primitive": "^1.0.2" } }, + "es-get-iterator": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "is-arguments": "^1.1.1", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.7", + "isarray": "^2.0.5", + "stop-iteration-iterator": "^1.0.0" + }, + "dependencies": { + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + } + } + }, "es-shim-unscopables": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", @@ -8291,30 +8564,33 @@ } }, "eslint-plugin-jsx-a11y": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.6.1.tgz", - "integrity": "sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.0.tgz", + "integrity": "sha512-EGGRKhzejSzXKtjmEjWNtr4SK/DkMkSzkBH7g7e7moBDXZXrqaUIxkmD7uF93upMysc4dKYEJwupu7Dff+ShwA==", "dev": true, "requires": { - "@babel/runtime": "^7.18.9", - "aria-query": "^4.2.2", - "array-includes": "^3.1.5", + "@babel/runtime": "^7.20.7", + "aria-query": "^5.1.3", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", "ast-types-flow": "^0.0.7", - "axe-core": "^4.4.3", - "axobject-query": "^2.2.0", + "axe-core": "^4.6.2", + "axobject-query": "^3.1.1", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", "has": "^1.0.3", - "jsx-ast-utils": "^3.3.2", - "language-tags": "^1.0.5", + "jsx-ast-utils": "^3.3.3", + "language-tags": "=1.0.5", "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", "semver": "^6.3.0" } }, "eslint-plugin-react": { - "version": "7.31.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz", - "integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==", + "version": "7.32.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz", + "integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==", "dev": true, "requires": { "array-includes": "^3.1.6", @@ -8329,7 +8605,7 @@ "object.hasown": "^1.1.2", "object.values": "^1.1.6", "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.3", + "resolve": "^2.0.0-next.4", "semver": "^6.3.0", "string.prototype.matchall": "^4.0.8" }, @@ -8643,6 +8919,15 @@ "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==" }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "requires": { + "is-callable": "^1.1.3" + } + }, "foreground-child": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", @@ -8813,6 +9098,15 @@ "type-fest": "^0.20.2" } }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.3" + } + }, "graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -8993,12 +9287,12 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz", + "integrity": "sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==", "dev": true, "requires": { - "get-intrinsic": "^1.1.0", + "get-intrinsic": "^1.1.3", "has": "^1.0.3", "side-channel": "^1.0.4" } @@ -9014,6 +9308,27 @@ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" }, + "is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-array-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz", + "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-typed-array": "^1.1.10" + } + }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -9102,6 +9417,12 @@ "ip-regex": "^2.0.0" } }, + "is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "dev": true + }, "is-negative-zero": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", @@ -9145,6 +9466,12 @@ "has-tostringtag": "^1.0.0" } }, + "is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "dev": true + }, "is-shared-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", @@ -9177,6 +9504,19 @@ "has-symbols": "^1.0.2" } }, + "is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + } + }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", @@ -9189,6 +9529,12 @@ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", "dev": true }, + "is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "dev": true + }, "is-weakref": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", @@ -9198,6 +9544,16 @@ "call-bind": "^1.0.2" } }, + "is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -9384,13 +9740,13 @@ } }, "jsx-ast-utils": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.2.tgz", - "integrity": "sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", + "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", "dev": true, "requires": { "array-includes": "^3.1.5", - "object.assign": "^4.1.2" + "object.assign": "^4.1.3" } }, "kareem": { @@ -10174,6 +10530,16 @@ "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", "dev": true }, + "object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -10630,9 +10996,9 @@ } }, "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "dev": true }, "regexp-clone": { @@ -11073,6 +11439,15 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" }, + "stop-iteration-iterator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "dev": true, + "requires": { + "internal-slot": "^1.0.4" + } + }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -11477,12 +11852,38 @@ "is-symbol": "^1.0.3" } }, + "which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dev": true, + "requires": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + } + }, "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, + "which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + } + }, "winston": { "version": "3.8.2", "resolved": "https://registry.npmjs.org/winston/-/winston-3.8.2.tgz", diff --git a/package.json b/package.json index f14204585..7f16053f0 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "eslint": "8.31.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-react": "7.31.11", + "eslint-plugin-jsx-a11y": "6.7.0", + "eslint-plugin-react": "7.32.0", "espree": "9.4.1", "mocha": "10.2.0", "npm-run-all": "4.1.5", From c924eccc68cbc5a76fe7ffeeb0cc229961b62bfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 04:41:00 +0000 Subject: [PATCH 289/303] chore(deps): update dependency eslint-plugin-jsx-a11y to v6.7.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35cddd78c..0aea27e66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint": "8.31.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.7.0", + "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.32.0", "espree": "9.4.1", "mocha": "10.2.0", @@ -2186,9 +2186,9 @@ "dev": true }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.0.tgz", - "integrity": "sha512-EGGRKhzejSzXKtjmEjWNtr4SK/DkMkSzkBH7g7e7moBDXZXrqaUIxkmD7uF93upMysc4dKYEJwupu7Dff+ShwA==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", + "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", "dev": true, "dependencies": { "@babel/runtime": "^7.20.7", @@ -8564,9 +8564,9 @@ } }, "eslint-plugin-jsx-a11y": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.0.tgz", - "integrity": "sha512-EGGRKhzejSzXKtjmEjWNtr4SK/DkMkSzkBH7g7e7moBDXZXrqaUIxkmD7uF93upMysc4dKYEJwupu7Dff+ShwA==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", + "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", "dev": true, "requires": { "@babel/runtime": "^7.20.7", diff --git a/package.json b/package.json index 7f16053f0..d7ffc31a0 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "8.31.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.7.0", + "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.32.0", "espree": "9.4.1", "mocha": "10.2.0", From 94f4ba68f1006273b6b839d15e4f089842b06c56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:25:30 +0000 Subject: [PATCH 290/303] chore(deps): update docker/build-push-action action to v3.3.1 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 254e45403..e485c8126 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -274,7 +274,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3.2.0 + uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1 with: context: . push: true From d6a71e16ebbd1e2c703d9e9ae05271a6c04efdc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:03:26 +0000 Subject: [PATCH 291/303] chore(deps): update linters --- package-lock.json | 451 ++++++++++++---------------------------------- package.json | 4 +- 2 files changed, 113 insertions(+), 342 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0aea27e66..f4c410d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,9 +31,9 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.31.0", + "eslint": "8.32.0", "eslint-config-airbnb": "19.0.4", - "eslint-plugin-import": "2.26.0", + "eslint-plugin-import": "2.27.4", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.32.0", "espree": "9.4.1", @@ -670,15 +670,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -991,14 +982,14 @@ } }, "node_modules/array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", + "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -1995,9 +1986,9 @@ } }, "node_modules/eslint": { - "version": "8.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", - "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", + "version": "8.32.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.32.0.tgz", + "integrity": "sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.4.1", @@ -2091,13 +2082,14 @@ } }, "node_modules/eslint-import-resolver-node": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", + "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", "dev": true, "dependencies": { "debug": "^3.2.7", - "resolve": "^1.20.0" + "is-core-module": "^2.11.0", + "resolve": "^1.22.1" } }, "node_modules/eslint-import-resolver-node/node_modules/debug": { @@ -2110,16 +2102,20 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", "dev": true, "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "debug": "^3.2.7" }, "engines": { "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } } }, "node_modules/eslint-module-utils/node_modules/debug": { @@ -2132,23 +2128,25 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", + "version": "2.27.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz", + "integrity": "sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==", "dev": true, "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "array.prototype.flatmap": "^1.3.0", + "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", + "eslint-import-resolver-node": "^0.3.7", + "eslint-module-utils": "^2.7.4", "has": "^1.0.3", - "is-core-module": "^2.8.1", + "is-core-module": "^2.11.0", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", + "object.values": "^1.1.6", + "resolve": "^1.22.1", + "semver": "^6.3.0", "tsconfig-paths": "^3.14.1" }, "engines": { @@ -2159,12 +2157,12 @@ } }, "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "dependencies": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "node_modules/eslint-plugin-import/node_modules/doctrine": { @@ -2179,12 +2177,6 @@ "node": ">=0.10.0" } }, - "node_modules/eslint-plugin-import/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, "node_modules/eslint-plugin-jsx-a11y": { "version": "6.7.1", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", @@ -2351,45 +2343,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/espree": { "version": "9.4.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", @@ -2654,18 +2607,6 @@ "node": ">=10" } }, - "node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", - "dev": true, - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/flat": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", @@ -3345,9 +3286,9 @@ } }, "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -3962,16 +3903,18 @@ } }, "node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lodash": { @@ -4227,21 +4170,6 @@ "node": "*" } }, - "node_modules/mocha/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/mocha/node_modules/minimatch": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", @@ -4269,30 +4197,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/mocha/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mocha/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/mocha/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -4778,15 +4682,6 @@ "node": ">=8" } }, - "node_modules/nyc/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/nyc/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -5054,36 +4949,18 @@ } }, "node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "dependencies": { - "p-limit": "^1.1.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=4" - } - }, - "node_modules/p-locate/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, - "dependencies": { - "p-try": "^1.0.0" + "node": ">=10" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-locate/node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", - "dev": true, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-map": { @@ -5148,12 +5025,12 @@ } }, "node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/path-is-absolute": { @@ -5331,15 +5208,6 @@ "node": ">=8" } }, - "node_modules/pkg-dir/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -7312,12 +7180,6 @@ "p-limit": "^2.2.0" } }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -7563,14 +7425,14 @@ } }, "array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", + "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" } }, @@ -8369,9 +8231,9 @@ "dev": true }, "eslint": { - "version": "8.31.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", - "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", + "version": "8.32.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.32.0.tgz", + "integrity": "sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==", "dev": true, "requires": { "@eslint/eslintrc": "^1.4.1", @@ -8424,30 +8286,6 @@ "locate-path": "^6.0.0", "path-exists": "^4.0.0" } - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true } } }, @@ -8475,13 +8313,14 @@ } }, "eslint-import-resolver-node": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", + "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", "dev": true, "requires": { "debug": "^3.2.7", - "resolve": "^1.20.0" + "is-core-module": "^2.11.0", + "resolve": "^1.22.1" }, "dependencies": { "debug": { @@ -8496,13 +8335,12 @@ } }, "eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", "dev": true, "requires": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "debug": "^3.2.7" }, "dependencies": { "debug": { @@ -8517,33 +8355,35 @@ } }, "eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", + "version": "2.27.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz", + "integrity": "sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==", "dev": true, "requires": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "array.prototype.flatmap": "^1.3.0", + "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", + "eslint-import-resolver-node": "^0.3.7", + "eslint-module-utils": "^2.7.4", "has": "^1.0.3", - "is-core-module": "^2.8.1", + "is-core-module": "^2.11.0", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", + "object.values": "^1.1.6", + "resolve": "^1.22.1", + "semver": "^6.3.0", "tsconfig-paths": "^3.14.1" }, "dependencies": { "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "doctrine": { @@ -8554,12 +8394,6 @@ "requires": { "esutils": "^2.0.2" } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true } } }, @@ -8878,15 +8712,6 @@ "semver-store": "^0.3.0" } }, - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", - "dev": true, - "requires": { - "locate-path": "^2.0.0" - } - }, "flat": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", @@ -9370,9 +9195,9 @@ "dev": true }, "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", "dev": true, "requires": { "has": "^1.0.3" @@ -9834,13 +9659,12 @@ } }, "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "p-locate": "^5.0.0" } }, "lodash": { @@ -10033,15 +9857,6 @@ } } }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, "minimatch": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", @@ -10068,21 +9883,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -10452,12 +10252,6 @@ "p-limit": "^2.2.0" } }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -10658,29 +10452,12 @@ } }, "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "requires": { - "p-limit": "^1.1.0" - }, - "dependencies": { - "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, - "requires": { - "p-try": "^1.0.0" - } - }, - "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", - "dev": true - } + "p-limit": "^3.0.2" } }, "p-map": { @@ -10730,9 +10507,9 @@ } }, "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, "path-is-absolute": { @@ -10861,12 +10638,6 @@ "requires": { "p-limit": "^2.2.0" } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true } } }, diff --git a/package.json b/package.json index d7ffc31a0..9135f9cc1 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ "chai": "4.3.7", "chai-as-promised": "7.1.1", "chai-http": "4.3.0", - "eslint": "8.31.0", + "eslint": "8.32.0", "eslint-config-airbnb": "19.0.4", - "eslint-plugin-import": "2.26.0", + "eslint-plugin-import": "2.27.4", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.32.0", "espree": "9.4.1", From ef729b84adef727b67172b6bd03fbd5570c8e1b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:53:55 +0000 Subject: [PATCH 292/303] chore(deps): update mongo docker digest to 5e9e80c --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0d14eac47..6b5b8a418 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:5b3815ec21a1dfd9f216ee83b324a0a779e1dfd17892e2f858e3c571f5980561 + image: mongo@sha256:5e9e80cfa6a11cdd4e7b50cd9d49487673c921f61efd102de5524931f6d1565a volumes: - ./data:/data/db ports: From d21ac79276b95046515a37ade6277b447fcf935f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:30:05 +0000 Subject: [PATCH 293/303] chore(deps): update github/codeql-action action to v2.1.38 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3a9ab05db..770465166 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 + uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750 # v2.1.38 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 + uses: github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750 # v2.1.38 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37 + uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750 # v2.1.38 From e9814f6c680430ed384e3839fd40db4d74dec2ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:30:48 +0000 Subject: [PATCH 294/303] chore(deps): update docker/metadata-action action to v4.3.0 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e485c8126..89d1ff6de 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -248,7 +248,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@05d22bf31770de02e20c67c70365453e00227f61 # v4.2.0 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v4.3.0 with: images: ${{ github.repository }} tags: | From c6aefa8b622f8656e642c2c0e0637741b8fe4de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:35:03 +0000 Subject: [PATCH 295/303] chore(deps): update linters --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 4 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4c410d35..178dddb2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,9 +33,9 @@ "chai-http": "4.3.0", "eslint": "8.32.0", "eslint-config-airbnb": "19.0.4", - "eslint-plugin-import": "2.27.4", + "eslint-plugin-import": "2.27.5", "eslint-plugin-jsx-a11y": "6.7.1", - "eslint-plugin-react": "7.32.0", + "eslint-plugin-react": "7.32.1", "espree": "9.4.1", "mocha": "10.2.0", "npm-run-all": "4.1.5", @@ -2128,14 +2128,14 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.27.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz", - "integrity": "sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==", + "version": "2.27.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", + "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", "dev": true, "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", - "array.prototype.flatmap": "^1.3.0", + "array.prototype.flatmap": "^1.3.1", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.7", @@ -2208,9 +2208,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz", - "integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==", + "version": "7.32.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz", + "integrity": "sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==", "dev": true, "dependencies": { "array-includes": "^3.1.6", @@ -8355,14 +8355,14 @@ } }, "eslint-plugin-import": { - "version": "2.27.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.4.tgz", - "integrity": "sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==", + "version": "2.27.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", + "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", "dev": true, "requires": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", - "array.prototype.flatmap": "^1.3.0", + "array.prototype.flatmap": "^1.3.1", "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.7", @@ -8422,9 +8422,9 @@ } }, "eslint-plugin-react": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz", - "integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==", + "version": "7.32.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz", + "integrity": "sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==", "dev": true, "requires": { "array-includes": "^3.1.6", diff --git a/package.json b/package.json index 9135f9cc1..bf3f07d32 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,9 @@ "chai-http": "4.3.0", "eslint": "8.32.0", "eslint-config-airbnb": "19.0.4", - "eslint-plugin-import": "2.27.4", + "eslint-plugin-import": "2.27.5", "eslint-plugin-jsx-a11y": "6.7.1", - "eslint-plugin-react": "7.32.0", + "eslint-plugin-react": "7.32.1", "espree": "9.4.1", "mocha": "10.2.0", "npm-run-all": "4.1.5", From c10acf4fec686845c35ebb644065cfba17e52b0f Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Fri, 3 Feb 2023 07:10:41 +0100 Subject: [PATCH 296/303] fix(deps): migrate to Node v18.14.0 + remove Snyk deps --- .github/workflows/nodejs.yml | 4 ++-- Dockerfile | 14 +------------- package.json | 7 ++----- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 89d1ff6de..fc3454f44 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node: ['16'] + node: ['18'] mongodb: ['5.0'] steps: @@ -149,7 +149,7 @@ jobs: strategy: matrix: - node: ['16'] + node: ['18'] mongodb: ['5.0'] steps: diff --git a/Dockerfile b/Dockerfile index 96868be0d..49b471a5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ -FROM node:16.18.1-alpine3.15@sha256:ecf74556cdeee48382e555a377ddb12d36161bd33349dc79290f733f763df711 +FROM node:18.14.0-alpine3.17 ARG appPort=3000 -# ARG microScannerToken LABEL maintainer="Damien Laureaux " \ org.label-schema.vendor="Timoa" \ @@ -20,17 +19,6 @@ RUN \ mkdir -p /opt/app && \ adduser -S app-user -# Aquasec MicroScanner support -# Search vulnerabilities under the source container -# Get an API token (free): https://microscanner.aquasec.com/signup -# Project: https://github.com/aquasecurity/microscanner - -# ADD https://get.aquasec.com/microscanner / -# RUN chmod +x /microscanner && \ -# /microscanner ${microScannerToken} && \ -# echo "No vulnerabilities! " && \ -# date - WORKDIR /opt/app/ COPY ./package.json ./ COPY ./src ./src diff --git a/package.json b/package.json index bf3f07d32..a36c2d58c 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,7 @@ "test:coverage": "./node_modules/.bin/nyc npm test", "test:functional": "./node_modules/.bin/mocha --reporter spec ./test/functional", "test:all": "./node_modules/.bin/run-s test:functional test:coverage", - "docker:status": "node src/healthcheck", - "snyk-protect": "snyk-protect", - "prepare": "npm run snyk-protect" + "docker:status": "node src/healthcheck" }, "repository": { "type": "git", @@ -39,7 +37,6 @@ "dependencies": { "@fastify/helmet": "8.1.0", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1081.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "@fastify/swagger": "6.1.1", @@ -49,7 +46,7 @@ "winston": "3.8.2" }, "engines": { - "node": ">=16.0", + "node": ">=18.0", "npm": ">=8.6.0" }, "os": [ From 6d952a3ab2d14a32979feb938561ad23e389fe6c Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Fri, 3 Feb 2023 07:33:38 +0100 Subject: [PATCH 297/303] fix(deps): update package-lock.json + fix security issue --- package-lock.json | 55 ++++++++++++++++------------------------------- 1 file changed, 19 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 178dddb2a..c21b9f7e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,6 @@ "@fastify/helmet": "8.1.0", "@fastify/swagger": "6.1.1", "@hapi/boom": "9.1.4", - "@snyk/protect": "1.1081.0", "fastify": "3.29.4", "fastify-healthcheck": "3.2.0", "lodash": "4.17.21", @@ -43,7 +42,7 @@ "request": "2.88.2" }, "engines": { - "node": ">=16.0", + "node": ">=18.0", "npm": ">=8.6.0" } }, @@ -770,17 +769,6 @@ "node": ">= 8" } }, - "node_modules/@snyk/protect": { - "version": "1.1081.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1081.0.tgz", - "integrity": "sha512-V+4DJPLorQph9j78PB3qpxOEREzXHJN/txg2Cxn2EGw+7IWOPPeLgUb4jO+tjVVmqMYmrvohMDQKErcjIxVqVg==", - "bin": { - "snyk-protect": "bin/snyk-protect" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@types/bson": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", @@ -1600,9 +1588,9 @@ } }, "node_modules/cookiejar": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz", - "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==", "dev": true }, "node_modules/core-util-is": { @@ -3770,9 +3758,9 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "bin": { "json5": "lib/cli.js" @@ -6262,9 +6250,9 @@ } }, "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "dependencies": { "minimist": "^1.2.0" @@ -7258,11 +7246,6 @@ "fastq": "^1.6.0" } }, - "@snyk/protect": { - "version": "1.1081.0", - "resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1081.0.tgz", - "integrity": "sha512-V+4DJPLorQph9j78PB3qpxOEREzXHJN/txg2Cxn2EGw+7IWOPPeLgUb4jO+tjVVmqMYmrvohMDQKErcjIxVqVg==" - }, "@types/bson": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", @@ -7921,9 +7904,9 @@ "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" }, "cookiejar": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.3.tgz", - "integrity": "sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==", "dev": true }, "core-util-is": { @@ -9547,9 +9530,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, "jsprim": { @@ -11470,9 +11453,9 @@ }, "dependencies": { "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { "minimist": "^1.2.0" From aa64a13e6c863f0e9111f1e78c3436a01fc989aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:31:14 +0000 Subject: [PATCH 298/303] chore(deps): update reviewdog/action-hadolint action to v1.34.1 --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 839b99eb9..3aeeb39e9 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -50,6 +50,6 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Run hadolint - uses: reviewdog/action-hadolint@1b070701bee7438c450558821fe54b0b5888ad3d # v1.34.0 + uses: reviewdog/action-hadolint@141ffd8d2f0b75e6fc7c87341331985448b62aa4 # v1.34.1 env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 462873494a3eced5fc6bc32f0033e35c6de4f8b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 04:21:02 +0000 Subject: [PATCH 299/303] chore(deps): update mongo docker digest to 134e3f2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6b5b8a418..2b5775829 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: - mongo mongo: container_name: mongo - image: mongo@sha256:5e9e80cfa6a11cdd4e7b50cd9d49487673c921f61efd102de5524931f6d1565a + image: mongo@sha256:134e3f2db743d46bdb7f3eb6bcfa4b8e3dde578c9ff8a10742ce29d706acf9b2 volumes: - ./data:/data/db ports: From 05ae9f35fc237d97ea468310ddda78560da9bc16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 04:27:06 +0000 Subject: [PATCH 300/303] chore(deps): pin node.js to bc329c7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49b471a5a..4ce1cd697 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.14.0-alpine3.17 +FROM node:18.14.0-alpine3.17@sha256:bc329c7332cffc30c2d4801e38df03cbfa8dcbae2a7a52a449db104794f168a3 ARG appPort=3000 LABEL maintainer="Damien Laureaux " \ From dface8c890b3293307f14d520250f16696d09076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 04:27:11 +0000 Subject: [PATCH 301/303] chore(deps): update github/codeql-action action to v2.1.39 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 770465166..a9c38c596 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750 # v2.1.38 + uses: github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2.1.39 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -52,7 +52,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below). - name: Autobuild - uses: github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750 # v2.1.38 + uses: github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2.1.39 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -66,4 +66,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750 # v2.1.38 + uses: github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v2.1.39 From 13ca487a3b7bd15a739deb09429621054597b942 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Sun, 5 Feb 2023 06:41:47 +0100 Subject: [PATCH 302/303] fix(cicd): add endpoint to Harden runner allowlist --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a9c38c596..d9692c025 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,6 +38,7 @@ jobs: allowed-endpoints: > api.github.com:443 github.com:443 + objects.githubusercontent.com:443 - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 From 63955b266b5e20537a525e796e54ef1b85ef1eb9 Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Sun, 5 Feb 2023 06:48:56 +0100 Subject: [PATCH 303/303] fix(deps): update GitHub Action Harden Runner for API Security --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fc3454f44..7fadabbeb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -154,7 +154,7 @@ jobs: steps: - name: Harden GitHub Actions Runner - uses: step-security/harden-runner@dea7bd51ad9ea3da09c16c60ecd5b9de22cb8e92 # v0.4.0 + uses: step-security/harden-runner@8f144f8401c4e3693085dff03603f617f566ec6b with: egress-policy: block allowed-endpoints: >