diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e43373b57d..81fe4ea8c3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,14 +28,14 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Initialize CodeQL - uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/cypress-component.yml b/.github/workflows/cypress-component.yml index aeb05887aa..b1ddbafceb 100644 --- a/.github/workflows/cypress-component.yml +++ b/.github/workflows/cypress-component.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0 - name: Node.JS Setup - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc @@ -34,7 +34,7 @@ jobs: run: yarn workspaces focus gcforms flag_initialization - name: Cypress Component Tests - uses: cypress-io/github-action@b86ab8d33218c786a7c2d17dfea9724eb8aa8b6b # v6.7.9 + uses: cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50 # v6.7.10 with: # we have already installed all dependencies above install: false diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0b8fde38ba..1ee1c8e599 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0 - name: Node.JS Setup - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc @@ -69,7 +69,7 @@ jobs: run: yarn workspaces focus gcforms flag_initialization - name: Cypress Tests - uses: cypress-io/github-action@b86ab8d33218c786a7c2d17dfea9724eb8aa8b6b # v6.7.9 + uses: cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50 # v6.7.10 with: # we have already installed all dependencies above install: false diff --git a/.github/workflows/docker-vulnerability-scan.yml b/.github/workflows/docker-vulnerability-scan.yml index 617268fbb5..578c140f86 100644 --- a/.github/workflows/docker-vulnerability-scan.yml +++ b/.github/workflows/docker-vulnerability-scan.yml @@ -28,7 +28,7 @@ jobs: - name: Login to Staging Amazon ECR id: login-ecr-staging - uses: aws-actions/amazon-ecr-login@7aa1cd875dcfeb84248ffef10fa0b240c789ff56 + uses: aws-actions/amazon-ecr-login@21a7588699d87a47d51abd55e077cb0fcf66fe7c - name: Docker vulnerability scan uses: cds-snc/security-tools/.github/actions/docker-scan@34794baf2af592913bb5b51d8df4f8d0acc49b6f # v3.2.0 diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 8e913be847..2c9ac7e0b8 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Node.JS Setup - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0 - name: Node.JS Setup - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml index 5a70874b21..9ae39af709 100644 --- a/.github/workflows/jest.yml +++ b/.github/workflows/jest.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0 - name: Node.JS Setup - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc - name: Yarn update to V4 diff --git a/.github/workflows/prod-build-push-container.yml b/.github/workflows/prod-build-push-container.yml index e96ff0fda6..bce87fc0de 100644 --- a/.github/workflows/prod-build-push-container.yml +++ b/.github/workflows/prod-build-push-container.yml @@ -43,7 +43,7 @@ jobs: - name: Login to Production Amazon ECR id: login-ecr-production - uses: aws-actions/amazon-ecr-login@7aa1cd875dcfeb84248ffef10fa0b240c789ff56 + uses: aws-actions/amazon-ecr-login@21a7588699d87a47d51abd55e077cb0fcf66fe7c - name: Tag Images for Production env: diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 99a1cd46a7..bbeae0b8f1 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -44,7 +44,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr # v1 as of Jan 28 2021 - uses: aws-actions/amazon-ecr-login@7aa1cd875dcfeb84248ffef10fa0b240c789ff56 + uses: aws-actions/amazon-ecr-login@21a7588699d87a47d51abd55e077cb0fcf66fe7c - name: Download Form Viewer task definition id: download-taskdef-form-viewer @@ -55,7 +55,7 @@ jobs: - name: Render image for form viewer service id: taskdef-form-viewer # v1.0.10 - uses: aws-actions/amazon-ecs-render-task-definition@db9541038d2aa8af7d76e233b87c36496af54346 + uses: aws-actions/amazon-ecs-render-task-definition@1048d8f8eb80d018c1bed7b5e3b252148bd6dfe5 with: task-definition: form_viewer.json container-name: ${{ steps.download-taskdef-form-viewer.outputs.container_name }} @@ -71,7 +71,7 @@ jobs: - name: Deploy image for Form Viewer timeout-minutes: 10 # v1.4.11 - uses: aws-actions/amazon-ecs-deploy-task-definition@4678db81fea83218b38231cf0d35af83b1709cce + uses: aws-actions/amazon-ecs-deploy-task-definition@67a620cba2e6cae43356b56e67f0d324e1c38dd4 with: task-definition: ${{ steps.taskdef-form-viewer.outputs.task-definition }} service: form-viewer diff --git a/.github/workflows/staging-build-push-container.yml b/.github/workflows/staging-build-push-container.yml index eb446e3266..498e966451 100644 --- a/.github/workflows/staging-build-push-container.yml +++ b/.github/workflows/staging-build-push-container.yml @@ -46,7 +46,7 @@ jobs: - name: Login to Staging Amazon ECR id: login-ecr-staging - uses: aws-actions/amazon-ecr-login@7aa1cd875dcfeb84248ffef10fa0b240c789ff56 + uses: aws-actions/amazon-ecr-login@21a7588699d87a47d51abd55e077cb0fcf66fe7c - name: Tag Images for Staging env: diff --git a/.github/workflows/staging-deploy.yml b/.github/workflows/staging-deploy.yml index d1e0fc7bcf..a0a569878a 100644 --- a/.github/workflows/staging-deploy.yml +++ b/.github/workflows/staging-deploy.yml @@ -45,7 +45,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr # v1 as of Jan 28 2021 - uses: aws-actions/amazon-ecr-login@7aa1cd875dcfeb84248ffef10fa0b240c789ff56 + uses: aws-actions/amazon-ecr-login@21a7588699d87a47d51abd55e077cb0fcf66fe7c - name: Download Form Viewer task definition id: download-taskdef-form-viewer @@ -56,7 +56,7 @@ jobs: - name: Render image for form viewer service id: taskdef-form-viewer # v1.0.10 - uses: aws-actions/amazon-ecs-render-task-definition@db9541038d2aa8af7d76e233b87c36496af54346 + uses: aws-actions/amazon-ecs-render-task-definition@1048d8f8eb80d018c1bed7b5e3b252148bd6dfe5 with: task-definition: form_viewer.json container-name: ${{ steps.download-taskdef-form-viewer.outputs.container_name }} @@ -72,7 +72,7 @@ jobs: - name: Deploy image for Form Viewer timeout-minutes: 10 # v1.4.11 - uses: aws-actions/amazon-ecs-deploy-task-definition@4678db81fea83218b38231cf0d35af83b1709cce + uses: aws-actions/amazon-ecs-deploy-task-definition@67a620cba2e6cae43356b56e67f0d324e1c38dd4 with: task-definition: ${{ steps.taskdef-form-viewer.outputs.task-definition }} service: form-viewer diff --git a/.github/workflows/vitest.yml b/.github/workflows/vitest.yml index 93dcee2cbf..92a93d7ab0 100644 --- a/.github/workflows/vitest.yml +++ b/.github/workflows/vitest.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0 - name: Node.JS Setup - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: .nvmrc - name: Yarn update to V4 diff --git a/package.json b/package.json index 0271887a1d..a02c0ddc65 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "lodash.set": "4.3.2", "lodash.unset": "4.5.2", "markdown-to-jsx": "7.5.0", - "next": "15.1.5", + "next": "15.1.6", "next-auth": "5.0.0-beta.25", "node-fetch": "^3.3.2", "pino": "9.1.0", @@ -144,7 +144,7 @@ "@types/node": "^20.11.6", "@types/node-fetch": "^2.6.9", "@types/pg": "^8.10.9", - "@types/react": "19.0.7", + "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@types/unorm": "^1", "@types/uuid": "^8.3.4", @@ -163,7 +163,7 @@ "cypress-terminal-report": "^7.1.0", "cypress-wait-until": "^3.0.2", "eslint": "^9.17.0", - "eslint-config-next": "15.1.5", + "eslint-config-next": "15.1.6", "eslint-config-prettier": "^9.1.0", "eslint-plugin-tailwindcss": "^3.17.5", "husky": "^9.0.10", @@ -198,7 +198,7 @@ ], "packageManager": "yarn@4.6.0", "resolutions": { - "@types/react": "19.0.7", + "@types/react": "19.0.8", "@types/react-dom": "19.0.3" } } diff --git a/yarn.lock b/yarn.lock index 2e734970e2..a57688f53e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1848,7 +1848,7 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.0, @babel/code-frame@npm:^7.26.2": +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.2": version: 7.26.2 resolution: "@babel/code-frame@npm:7.26.2" dependencies: @@ -1867,29 +1867,29 @@ __metadata: linkType: hard "@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.6, @babel/core@npm:^7.23.9": - version: 7.26.0 - resolution: "@babel/core@npm:7.26.0" + version: 7.26.7 + resolution: "@babel/core@npm:7.26.7" dependencies: "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.26.0" - "@babel/generator": "npm:^7.26.0" - "@babel/helper-compilation-targets": "npm:^7.25.9" + "@babel/code-frame": "npm:^7.26.2" + "@babel/generator": "npm:^7.26.5" + "@babel/helper-compilation-targets": "npm:^7.26.5" "@babel/helper-module-transforms": "npm:^7.26.0" - "@babel/helpers": "npm:^7.26.0" - "@babel/parser": "npm:^7.26.0" + "@babel/helpers": "npm:^7.26.7" + "@babel/parser": "npm:^7.26.7" "@babel/template": "npm:^7.25.9" - "@babel/traverse": "npm:^7.25.9" - "@babel/types": "npm:^7.26.0" + "@babel/traverse": "npm:^7.26.7" + "@babel/types": "npm:^7.26.7" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/91de73a7ff5c4049fbc747930aa039300e4d2670c2a91f5aa622f1b4868600fc89b01b6278385fbcd46f9574186fa3d9b376a9e7538e50f8d118ec13cfbcb63e + checksum: 10c0/fbd2cd9fc23280bdcaca556e558f715c0a42d940b9913c52582e8e3d24e391d269cb8a9cd6589172593983569021c379e28bba6b19ea2ee08674f6068c210a9d languageName: node linkType: hard -"@babel/generator@npm:^7.26.0, @babel/generator@npm:^7.26.5, @babel/generator@npm:^7.7.2": +"@babel/generator@npm:^7.26.5, @babel/generator@npm:^7.7.2": version: 7.26.5 resolution: "@babel/generator@npm:7.26.5" dependencies: @@ -1911,7 +1911,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.25.9": +"@babel/helper-compilation-targets@npm:^7.26.5": version: 7.26.5 resolution: "@babel/helper-compilation-targets@npm:7.26.5" dependencies: @@ -2034,17 +2034,17 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.26.0": - version: 7.26.0 - resolution: "@babel/helpers@npm:7.26.0" +"@babel/helpers@npm:^7.26.7": + version: 7.26.7 + resolution: "@babel/helpers@npm:7.26.7" dependencies: "@babel/template": "npm:^7.25.9" - "@babel/types": "npm:^7.26.0" - checksum: 10c0/343333cced6946fe46617690a1d0789346960910225ce359021a88a60a65bc0d791f0c5d240c0ed46cf8cc63b5fd7df52734ff14e43b9c32feae2b61b1647097 + "@babel/types": "npm:^7.26.7" + checksum: 10c0/37fec398e53a2dbbf24bc2a025c4d571b2556cef18d8116d05d04b153f13ef659cdfbaab96c8eed875e629d39bdf9b3ea5d099ccf80544537de224e2d94f9b11 languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.0, @babel/parser@npm:^7.26.5": +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.5": version: 7.26.5 resolution: "@babel/parser@npm:7.26.5" dependencies: @@ -2055,6 +2055,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.26.7": + version: 7.26.7 + resolution: "@babel/parser@npm:7.26.7" + dependencies: + "@babel/types": "npm:^7.26.7" + bin: + parser: ./bin/babel-parser.js + checksum: 10c0/dcb08a4f2878ece33caffefe43b71488d753324bae7ca58d64bca3bc4af34dcfa1b58abdf9972516d76af760fceb25bb9294ca33461d56b31c5059ccfe32001f + languageName: node + linkType: hard + "@babel/plugin-syntax-async-generators@npm:^7.8.4": version: 7.8.4 resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4" @@ -2319,7 +2330,22 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0, @babel/types@npm:^7.26.5, @babel/types@npm:^7.3.3": +"@babel/traverse@npm:^7.26.7": + version: 7.26.7 + resolution: "@babel/traverse@npm:7.26.7" + dependencies: + "@babel/code-frame": "npm:^7.26.2" + "@babel/generator": "npm:^7.26.5" + "@babel/parser": "npm:^7.26.7" + "@babel/template": "npm:^7.25.9" + "@babel/types": "npm:^7.26.7" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 10c0/b23a36ce40d2e4970741431c45d4f92e3f4c2895c0a421456516b2729bd9e17278846e01ee3d9039b0adf5fc5a071768061c17fcad040e74a5c3e39517449d5b + languageName: node + linkType: hard + +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.5, @babel/types@npm:^7.3.3": version: 7.26.5 resolution: "@babel/types@npm:7.26.5" dependencies: @@ -2329,6 +2355,16 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.26.7": + version: 7.26.7 + resolution: "@babel/types@npm:7.26.7" + dependencies: + "@babel/helper-string-parser": "npm:^7.25.9" + "@babel/helper-validator-identifier": "npm:^7.25.9" + checksum: 10c0/7810a2bca97b13c253f07a0863a628d33dbe76ee3c163367f24be93bfaf4c8c0a325f73208abaaa050a6b36059efc2950c2e4b71fb109c0f07fa62221d8473d4 + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -4113,19 +4149,19 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:15.1.5": - version: 15.1.5 - resolution: "@next/env@npm:15.1.5" - checksum: 10c0/bf6b8d6d87a88b6f8eba40d69192d2bde6d6ecee9dfcc779b383bf87c4efbf1de67b468a5b652225c32725192a644ac5175f51604f58ed094a2ef8e8c0f7a803 +"@next/env@npm:15.1.6": + version: 15.1.6 + resolution: "@next/env@npm:15.1.6" + checksum: 10c0/b68d541abe0cf5f8bab83633680c193ff1756e73b024ffb18c146502a588e038ee705c6064d9c39609a9c0097c563162a296ae43041b34e06831f5b72a215121 languageName: node linkType: hard -"@next/eslint-plugin-next@npm:15.1.5": - version: 15.1.5 - resolution: "@next/eslint-plugin-next@npm:15.1.5" +"@next/eslint-plugin-next@npm:15.1.6": + version: 15.1.6 + resolution: "@next/eslint-plugin-next@npm:15.1.6" dependencies: fast-glob: "npm:3.3.1" - checksum: 10c0/56105ca4b5804379eb6eca6f11275f72f8ce70bb3f5ce057b0f16008a1b23b53b2eefee9ed3355ca0461b9a0ea3f72727b626432b887304970d9dbef934929d3 + checksum: 10c0/753babd13e197304eb7a224c08a9a286aee10e316dcf86c49fe655fe9ea16659969bdbe4502429723cdf318e47fba4188ca101a5fc0d91dcad13404e773013a9 languageName: node linkType: hard @@ -4146,58 +4182,58 @@ __metadata: languageName: node linkType: hard -"@next/swc-darwin-arm64@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-darwin-arm64@npm:15.1.5" +"@next/swc-darwin-arm64@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-darwin-arm64@npm:15.1.6" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-darwin-x64@npm:15.1.5" +"@next/swc-darwin-x64@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-darwin-x64@npm:15.1.6" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-linux-arm64-gnu@npm:15.1.5" +"@next/swc-linux-arm64-gnu@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-linux-arm64-gnu@npm:15.1.6" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-linux-arm64-musl@npm:15.1.5" +"@next/swc-linux-arm64-musl@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-linux-arm64-musl@npm:15.1.6" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-gnu@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-linux-x64-gnu@npm:15.1.5" +"@next/swc-linux-x64-gnu@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-linux-x64-gnu@npm:15.1.6" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-linux-x64-musl@npm:15.1.5" +"@next/swc-linux-x64-musl@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-linux-x64-musl@npm:15.1.6" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-win32-arm64-msvc@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-win32-arm64-msvc@npm:15.1.5" +"@next/swc-win32-arm64-msvc@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-win32-arm64-msvc@npm:15.1.6" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-x64-msvc@npm:15.1.5": - version: 15.1.5 - resolution: "@next/swc-win32-x64-msvc@npm:15.1.5" +"@next/swc-win32-x64-msvc@npm:15.1.6": + version: 15.1.6 + resolution: "@next/swc-win32-x64-msvc@npm:15.1.6" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4555,13 +4591,13 @@ __metadata: linkType: hard "@radix-ui/react-alert-dialog@npm:^1.1.4": - version: 1.1.4 - resolution: "@radix-ui/react-alert-dialog@npm:1.1.4" + version: 1.1.5 + resolution: "@radix-ui/react-alert-dialog@npm:1.1.5" dependencies: "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-dialog": "npm:1.1.4" + "@radix-ui/react-dialog": "npm:1.1.5" "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-slot": "npm:1.1.1" peerDependencies: @@ -4574,7 +4610,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/82a3ed7b03ea31391ff80981a0943e5a27c189b5fb6ebd0a6154ffef6469802960c0facc478cdc14941d481c7172c38474d98246e999d8ceb59ed4e3040cf287 + checksum: 10c0/5af5d2aad24bce15119e9485e02d7dd735ff78e43a979c1242f17160de8483cb429539dbc24b5a55bad42fd0b88b112e613915cb0622271c4a905c462b45ba60 languageName: node linkType: hard @@ -4645,14 +4681,14 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-dialog@npm:1.1.4": - version: 1.1.4 - resolution: "@radix-ui/react-dialog@npm:1.1.4" +"@radix-ui/react-dialog@npm:1.1.5": + version: 1.1.5 + resolution: "@radix-ui/react-dialog@npm:1.1.5" dependencies: "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-dismissable-layer": "npm:1.1.3" + "@radix-ui/react-dismissable-layer": "npm:1.1.4" "@radix-ui/react-focus-guards": "npm:1.1.1" "@radix-ui/react-focus-scope": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" @@ -4661,8 +4697,8 @@ __metadata: "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-slot": "npm:1.1.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" - aria-hidden: "npm:^1.1.1" - react-remove-scroll: "npm:^2.6.1" + aria-hidden: "npm:^1.2.4" + react-remove-scroll: "npm:^2.6.2" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -4673,7 +4709,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/d0ac8d85869b0d5a51823eb66503e41bab543807aa8702a2f1b2d5f720b1a2e4e9d0d83ca744aae06c6942a8759a1cd12bfa9b715d492868548254784969f78d + checksum: 10c0/486f1b6cb9de310ab03ec201701b79912eb38565175bbbd6b6399ff0d7ca5fd2ead7bb7f072a8d2acf07d0a53154e7292abee404ca9f9a26b826a649cee06a21 languageName: node linkType: hard @@ -4690,9 +4726,9 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-dismissable-layer@npm:1.1.3": - version: 1.1.3 - resolution: "@radix-ui/react-dismissable-layer@npm:1.1.3" +"@radix-ui/react-dismissable-layer@npm:1.1.4": + version: 1.1.4 + resolution: "@radix-ui/react-dismissable-layer@npm:1.1.4" dependencies: "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-compose-refs": "npm:1.1.1" @@ -4709,19 +4745,19 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/1ab2ebddf3d450bf4efb1e846894824a0056d3fa3deec0858206bc7547857fe5fe37e42f0a34918072702ead6dedc388a5770c060b2596cd408e20db86c54253 + checksum: 10c0/8657bf3e7e9e6ffeec9b23fbea4ae4e35f0a8fb474b5562636c721be82a95df30da32b9957dfc3826caa0b2e0b79a1333e7589d64de44b3ea02a667c83622efb languageName: node linkType: hard "@radix-ui/react-dropdown-menu@npm:^2.1.4": - version: 2.1.4 - resolution: "@radix-ui/react-dropdown-menu@npm:2.1.4" + version: 2.1.5 + resolution: "@radix-ui/react-dropdown-menu@npm:2.1.5" dependencies: "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-menu": "npm:2.1.4" + "@radix-ui/react-menu": "npm:2.1.5" "@radix-ui/react-primitive": "npm:2.0.1" "@radix-ui/react-use-controllable-state": "npm:1.1.0" peerDependencies: @@ -4734,7 +4770,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/90ff1f27288b73d000be904773705bbbe4c31204380d4bee55fcd24d82da7638fe29f9577e4cd5d962607927eba4aad6e5600a9bd5e0ee7924a5a1b5e542b437 + checksum: 10c0/1b32444758058f97d8222029c66fb277405811b6ed42d02122b9d12953d484a04602778ccfcae29522216fc64c0a9d0b007c40074049928b9b034454cae548d6 languageName: node linkType: hard @@ -4787,16 +4823,16 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-menu@npm:2.1.4": - version: 2.1.4 - resolution: "@radix-ui/react-menu@npm:2.1.4" +"@radix-ui/react-menu@npm:2.1.5": + version: 2.1.5 + resolution: "@radix-ui/react-menu@npm:2.1.5" dependencies: "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-collection": "npm:1.1.1" "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-dismissable-layer": "npm:1.1.3" + "@radix-ui/react-dismissable-layer": "npm:1.1.4" "@radix-ui/react-focus-guards": "npm:1.1.1" "@radix-ui/react-focus-scope": "npm:1.1.1" "@radix-ui/react-id": "npm:1.1.0" @@ -4807,8 +4843,8 @@ __metadata: "@radix-ui/react-roving-focus": "npm:1.1.1" "@radix-ui/react-slot": "npm:1.1.1" "@radix-ui/react-use-callback-ref": "npm:1.1.0" - aria-hidden: "npm:^1.1.1" - react-remove-scroll: "npm:^2.6.1" + aria-hidden: "npm:^1.2.4" + react-remove-scroll: "npm:^2.6.2" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -4819,7 +4855,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/617b167d110a6866184a562cecd052eef9de3e6f9bfa0780d954629f6a1d09c9dd43cb3f803e3987214f79031a67410fd4d6036c4a4581909edd4bb224ec0f7f + checksum: 10c0/45a246efaecf2de16d748eaa515be089ab8f55f8e375887e3b7e4b89faf0555429cb934aa4dda1fe380a12b1c962dd8e32458e84465be5652e7be879c6889095 languageName: node linkType: hard @@ -4953,13 +4989,13 @@ __metadata: linkType: hard "@radix-ui/react-tooltip@npm:^1.1.6": - version: 1.1.6 - resolution: "@radix-ui/react-tooltip@npm:1.1.6" + version: 1.1.7 + resolution: "@radix-ui/react-tooltip@npm:1.1.7" dependencies: "@radix-ui/primitive": "npm:1.1.1" "@radix-ui/react-compose-refs": "npm:1.1.1" "@radix-ui/react-context": "npm:1.1.1" - "@radix-ui/react-dismissable-layer": "npm:1.1.3" + "@radix-ui/react-dismissable-layer": "npm:1.1.4" "@radix-ui/react-id": "npm:1.1.0" "@radix-ui/react-popper": "npm:1.2.1" "@radix-ui/react-portal": "npm:1.1.3" @@ -4978,7 +5014,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10c0/6e2e83b2ef448bcc486e8f73bfd303b18b723f86239f40f5e06cf930f074494f6fefb1a48bcaf24b215ec7bd7f87f6884d1ef9394cddcf50d1b30e26f9e15093 + checksum: 10c0/25c11cbc8b6aa4115c5fd10aa6fb414e5f4169d83334bd7711fd597dad938122839b801a4b4c13bd0295131db4b0527e18338a203cc6281721342251d01a2d48 languageName: node linkType: hard @@ -8679,13 +8715,13 @@ __metadata: linkType: hard "@types/pg@npm:^8.10.9": - version: 8.11.10 - resolution: "@types/pg@npm:8.11.10" + version: 8.11.11 + resolution: "@types/pg@npm:8.11.11" dependencies: "@types/node": "npm:*" pg-protocol: "npm:*" pg-types: "npm:^4.0.1" - checksum: 10c0/c8800d0ab2c6424308e6c6b40c73f19583ee1aed758462bd07694844b0a551b5841442205a4ee05207b80109ba502f33f20241b1bd9b4902e713611fb9e08f6c + checksum: 10c0/18c2585e1ba7a5dd5f849d49410d53fdfe9a6c3cbc4ae46c51fd728264d6ecf9a84a5cd82d89cb1f870a74383bad88effce1eed888f16accbcbde56a53d23a69 languageName: node linkType: hard @@ -8707,12 +8743,12 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:19.0.7": - version: 19.0.7 - resolution: "@types/react@npm:19.0.7" +"@types/react@npm:19.0.8": + version: 19.0.8 + resolution: "@types/react@npm:19.0.8" dependencies: csstype: "npm:^3.0.2" - checksum: 10c0/818e546fa03a2a65ac2652fc472891ac96684211e8967bc25e1da6a8a09e2301ad972b1b038d128f8b4cbbd7691f6f57fee274db568169e9b6b01556abbb5bee + checksum: 10c0/5fa7236356b1476de03519c66ef65d4fd904826956105619e2ad60cb0b55ae7b251dd5fff02234076225b5e15333d0d936bf9dbe1d461406f8a2ba01c197ddcd languageName: node linkType: hard @@ -9485,7 +9521,7 @@ __metadata: languageName: node linkType: hard -"aria-hidden@npm:^1.1.1": +"aria-hidden@npm:^1.2.4": version: 1.2.4 resolution: "aria-hidden@npm:1.2.4" dependencies: @@ -12225,11 +12261,11 @@ __metadata: languageName: node linkType: hard -"eslint-config-next@npm:15.1.5": - version: 15.1.5 - resolution: "eslint-config-next@npm:15.1.5" +"eslint-config-next@npm:15.1.6": + version: 15.1.6 + resolution: "eslint-config-next@npm:15.1.6" dependencies: - "@next/eslint-plugin-next": "npm:15.1.5" + "@next/eslint-plugin-next": "npm:15.1.6" "@rushstack/eslint-patch": "npm:^1.10.3" "@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" "@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0" @@ -12245,7 +12281,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 10c0/b36edb20bfd08b68dd9589c379db5acf1291409e77958e1287693155888b44c48b21810377cdc162d0ea84b9b06840f89c70d73d31dc18f0a2ee42738a65ec72 + checksum: 10c0/6d207de7169869f5ce113038b650167b51f6584dd7f9bd9557030a5681eff690ec9ec1ac9183f012efdddba7914b8928b16f11fa4a5ed20aa0d5056ead4d4f4e languageName: node linkType: hard @@ -13206,7 +13242,7 @@ __metadata: "@types/node": "npm:^20.11.6" "@types/node-fetch": "npm:^2.6.9" "@types/pg": "npm:^8.10.9" - "@types/react": "npm:19.0.7" + "@types/react": "npm:19.0.8" "@types/react-dom": "npm:19.0.3" "@types/unorm": "npm:^1" "@types/uuid": "npm:^8.3.4" @@ -13232,7 +13268,7 @@ __metadata: d3-hierarchy: "npm:^3.1.2" downshift: "npm:^8.3.1" eslint: "npm:^9.17.0" - eslint-config-next: "npm:15.1.5" + eslint-config-next: "npm:15.1.6" eslint-config-prettier: "npm:^9.1.0" eslint-plugin-tailwindcss: "npm:^3.17.5" file-type: "npm:^19.0.0" @@ -13260,7 +13296,7 @@ __metadata: lodash.set: "npm:4.3.2" lodash.unset: "npm:4.5.2" markdown-to-jsx: "npm:7.5.0" - next: "npm:15.1.5" + next: "npm:15.1.6" next-auth: "npm:5.0.0-beta.25" node-fetch: "npm:^3.3.2" pino: "npm:9.1.0" @@ -16023,19 +16059,19 @@ __metadata: languageName: node linkType: hard -"next@npm:15.1.5": - version: 15.1.5 - resolution: "next@npm:15.1.5" - dependencies: - "@next/env": "npm:15.1.5" - "@next/swc-darwin-arm64": "npm:15.1.5" - "@next/swc-darwin-x64": "npm:15.1.5" - "@next/swc-linux-arm64-gnu": "npm:15.1.5" - "@next/swc-linux-arm64-musl": "npm:15.1.5" - "@next/swc-linux-x64-gnu": "npm:15.1.5" - "@next/swc-linux-x64-musl": "npm:15.1.5" - "@next/swc-win32-arm64-msvc": "npm:15.1.5" - "@next/swc-win32-x64-msvc": "npm:15.1.5" +"next@npm:15.1.6": + version: 15.1.6 + resolution: "next@npm:15.1.6" + dependencies: + "@next/env": "npm:15.1.6" + "@next/swc-darwin-arm64": "npm:15.1.6" + "@next/swc-darwin-x64": "npm:15.1.6" + "@next/swc-linux-arm64-gnu": "npm:15.1.6" + "@next/swc-linux-arm64-musl": "npm:15.1.6" + "@next/swc-linux-x64-gnu": "npm:15.1.6" + "@next/swc-linux-x64-musl": "npm:15.1.6" + "@next/swc-win32-arm64-msvc": "npm:15.1.6" + "@next/swc-win32-x64-msvc": "npm:15.1.6" "@swc/counter": "npm:0.1.3" "@swc/helpers": "npm:0.5.15" busboy: "npm:1.6.0" @@ -16080,7 +16116,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10c0/13e0001dfb1b36a191fc5cf12ff73b8b472a0271460609be948371ef8fa865873753801823a751aca785f2eb626ac5e6ae38e961d3e1c45237e40d92d5335637 + checksum: 10c0/261d27589b159387700df5f40de7dee6edfc84525a090e2b29326084124fac87b033dea8b24ada2b6ade25ffc7e2169383b6e19c96ca0c33adb830f76a6d75be languageName: node linkType: hard @@ -17870,22 +17906,22 @@ __metadata: languageName: node linkType: hard -"react-remove-scroll@npm:^2.6.1": - version: 2.6.2 - resolution: "react-remove-scroll@npm:2.6.2" +"react-remove-scroll@npm:^2.6.2": + version: 2.6.3 + resolution: "react-remove-scroll@npm:2.6.3" dependencies: react-remove-scroll-bar: "npm:^2.3.7" - react-style-singleton: "npm:^2.2.1" + react-style-singleton: "npm:^2.2.3" tslib: "npm:^2.1.0" use-callback-ref: "npm:^1.3.3" - use-sidecar: "npm:^1.1.2" + use-sidecar: "npm:^1.1.3" peerDependencies: "@types/react": "*" react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/8273e3f67a460af84b3387c93459b33920d48be15091c5ea10e8c1c4f514ad41f71dad028ee13df25370e5de16cadf02697fe28adaacbdacdf8b57bbf03ee559 + checksum: 10c0/068e9704ff26816fffc4c8903e2c6c8df7291ee08615d7c1ab0cf8751f7080e2c5a5d78ef5d908b11b9cfc189f176d312e44cb02ea291ca0466d8283b479b438 languageName: node linkType: hard @@ -17921,7 +17957,7 @@ __metadata: languageName: node linkType: hard -"react-style-singleton@npm:^2.2.1, react-style-singleton@npm:^2.2.2": +"react-style-singleton@npm:^2.2.2, react-style-singleton@npm:^2.2.3": version: 2.2.3 resolution: "react-style-singleton@npm:2.2.3" dependencies: @@ -20269,7 +20305,7 @@ __metadata: languageName: node linkType: hard -"use-sidecar@npm:^1.1.2": +"use-sidecar@npm:^1.1.3": version: 1.1.3 resolution: "use-sidecar@npm:1.1.3" dependencies: