diff --git a/.github/workflows/github-actions-alpha-version.yml b/.github/workflows/github-actions-alpha-version.yml index bfa5bb7665..b465a57c9d 100644 --- a/.github/workflows/github-actions-alpha-version.yml +++ b/.github/workflows/github-actions-alpha-version.yml @@ -23,13 +23,13 @@ jobs: BRANCH_NAME: ${{ github.head_ref }} GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: 'Enable registry auth' shell: bash run: | echo "//npm.powerapp.cloud/:_auth="$(echo -n 'gh-actions:${{ secrets.POWERHOME_NPM_REGISTRY_PASSWORD }}' | base64)"" >> ~/.npmrc echo "//npm.powerapp.cloud/:always-auth = true" >> .npmrc - - uses: actions/setup-node@v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 22.15.1 - name: Use npm 11.6.2 @@ -39,9 +39,9 @@ jobs: with: bundler-cache: true - name: Python Setup - uses: actions/setup-python@v4 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 with: - python-version: '3.9' + python-version: '3.9.25' - name: Set Git Config run: | git config --local user.name "${{ github.actor }}" @@ -111,13 +111,13 @@ jobs: env: GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: 'Enable registry auth' shell: bash run: | echo "//npm.powerapp.cloud/:_auth="$(echo -n 'gh-actions:${{ secrets.POWERHOME_NPM_REGISTRY_PASSWORD }}' | base64)"" >> ~/.npmrc echo "//npm.powerapp.cloud/:always-auth = true" >> .npmrc - - uses: actions/setup-node@v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: 22.15.1 - name: Use npm 11.6.2 @@ -127,9 +127,9 @@ jobs: with: bundler-cache: true - name: Python Setup - uses: actions/setup-python@v4 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 with: - python-version: '3.9' + python-version: '3.9.25' - name: Set Git Config run: | git config --local user.name "${{ github.actor }}" @@ -289,7 +289,7 @@ jobs: --notes "This is a release candidate version. Please test thoroughly before promoting to a stable release." \ --prerelease - name: Leave PR comment - uses: actions/github-script@v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 env: PR_NUMBER: ${{ github.event.pull_request.number }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 3fcff80d7a..51b6c44e34 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -18,6 +18,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 353df6bbf9..0f7cd17997 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# syntax = docker/dockerfile:1.8.1 -FROM phusion/passenger-customizable:1.0.19 AS base +# syntax = docker/dockerfile:1.8.1@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd +FROM phusion/passenger-customizable:1.0.19@sha256:fc0e0e62e8c4ef174ddd925abfb263e8b689e6a378dfb32ce44d511f2fa33640 AS base RUN --mount=type=cache,id=playbook-apt-cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,id=playbook-apt-lib,target=/var/lib/apt,sharing=locked \ diff --git a/package.json b/package.json index 8d2d57c9f5..5f01e94b4f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "4.33.0", "babel-eslint": "10.1.0", "eslint": "7.1.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-jsx-control-statements": "2.2.1", "foreman": "3.0.1", "husky": "6.0.0", @@ -30,6 +30,6 @@ "*.rb": "bundle exec --gemfile=playbook-website/Gemfile rubocop --parallel" }, "dependencies": { - "eslint-plugin-react": "^7.33.2" + "eslint-plugin-react": "7.33.2" } } diff --git a/playbook-website/Gemfile b/playbook-website/Gemfile index 67f7921163..8c25440bc3 100644 --- a/playbook-website/Gemfile +++ b/playbook-website/Gemfile @@ -9,19 +9,19 @@ gem "playbook_ui", path: "../playbook" gem "mysql2", "0.5.6" gem "rails", "~> 7.1.5.1" -gem "turbo-rails", "~> 1.4.0" +gem "turbo-rails", "1.4.0" gem "puma", "~> 6.4.2" gem "vite_rails" # Make Compatible with Ruby 3.1.0 Upgrade -gem "psych", "< 4" -gem "bootsnap", ">= 1.1.0", require: false +gem "psych", "3.3.4" +gem "bootsnap", "1.18.4", require: false # livenessProbe and readinessProbe. See: https://github.com/powerhome/playbook/blob/master/playbook/config/deploy/templates/deployment.yaml.erb gem "health_check" -gem "redcarpet", "~> 3.6" -gem 'front_matter_parser', "~> 1.0.1" -gem "rouge", "~> 3.15" +gem "redcarpet", "3.6.0" +gem 'front_matter_parser', "1.0.1" +gem "rouge", "3.30.0" gem "faker" gem "will_paginate" gem "sentry-ruby" diff --git a/playbook-website/package.json b/playbook-website/package.json index f2dbcb8078..b65a64b808 100644 --- a/playbook-website/package.json +++ b/playbook-website/package.json @@ -8,56 +8,56 @@ }, "dependencies": { "@fortawesome/fontawesome-pro": "6.2.1", - "@mapbox/mapbox-gl-draw": "^1.4.1", + "@mapbox/mapbox-gl-draw": "1.4.1", "@powerhome/playbook-icons": "1.0.2", "@powerhome/playbook-icons-react": "1.0.2", "@powerhome/power-fonts": "0.0.1", - "anchor-js": "^5.0.0", - "maplibre-gl": "^2.4.0", - "highcharts": "^11.4.8", - "highcharts-react-official": "^3.2.1", - "match-sorter": "^8.0.0", + "anchor-js": "5.0.0", + "maplibre-gl": "2.4.0", + "highcharts": "11.4.8", + "highcharts-react-official": "3.2.1", + "match-sorter": "8.0.0", "playbook-ui": ">= 1", - "react-hook-form": "^7.28.1" + "react-hook-form": "7.54.2" }, "devDependencies": { "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.24.7", - "@hotwired/turbo-rails": "^7.3.0", - "@originjs/vite-plugin-commonjs": "^1.0.3", - "@tiptap/extension-document": "^2.11.7", - "@tiptap/extension-highlight": "^2.11.7", - "@tiptap/extension-horizontal-rule": "^2.11.7", - "@tiptap/extension-link": "^2.11.7", - "@tiptap/extension-paragraph": "^2.11.7", - "@tiptap/extension-text": "^2.11.7", - "@tiptap/pm": "^2.11.7", - "@tiptap/react": "^2.11.7", - "@tiptap/starter-kit": "^2.11.7", - "@vitejs/plugin-react": "^4.3.1", + "@hotwired/turbo-rails": "7.3.0", + "@originjs/vite-plugin-commonjs": "1.0.3", + "@tiptap/extension-document": "2.11.7", + "@tiptap/extension-highlight": "2.11.7", + "@tiptap/extension-horizontal-rule": "2.11.7", + "@tiptap/extension-link": "2.11.7", + "@tiptap/extension-paragraph": "2.11.7", + "@tiptap/extension-text": "2.11.7", + "@tiptap/pm": "2.11.7", + "@tiptap/react": "2.11.7", + "@tiptap/starter-kit": "2.11.7", + "@vitejs/plugin-react": "4.3.1", "axe-core": "4.10.2", "babel-plugin-react-docgen": "^4.2.1", - "copy-to-clipboard": "^3.3.3", + "copy-to-clipboard": "3.3.3", "eslint": "6.8.0", - "postcss-flexbugs-fixes": "^5.0.2", - "postcss-import": "^14.1.0", - "postcss-preset-env": "^7.0.1", + "postcss-flexbugs-fixes": "5.0.2", + "postcss-import": "14.1.0", + "postcss-preset-env": "7.8.3", "react": "^17.0.2", - "react-docgen": "^7.0.3", - "react-docgen-typescript": "^2.2.2", + "react-docgen": "7.0.3", + "react-docgen-typescript": "2.2.2", "react-dom": "^17.0.2", - "react-live": "^4.1.8", + "react-live": "4.1.8", "react-markdown": "^10.1.0", - "react-router-dom": "^6.16.0", - "react-simple-code-editor": "^0.13.1", - "sass": "^1.77.6", - "ts-json-schema-generator": "^2.3.0", + "react-router-dom": "6.16.0", + "react-simple-code-editor": "0.13.1", + "sass": "1.77.6", + "ts-json-schema-generator": "2.3.0", "vite": "6.3.5", - "vite-plugin-ruby": "^5.0.0", - "zxcvbn": "^4.4.2" + "vite-plugin-ruby": "5.0.0", + "zxcvbn": "4.4.2" }, "resolutions": { - "@typescript-eslint/eslint-plugin": "^5.0.0" + "@typescript-eslint/eslint-plugin": "5.62.0" } } diff --git a/playbook/package.json b/playbook/package.json index ac24b0b5a5..559ecf9539 100644 --- a/playbook/package.json +++ b/playbook/package.json @@ -34,13 +34,13 @@ }, "homepage": "https://github.com/powerhome/playbook#readme", "dependencies": { - "@floating-ui/dom": "^1.6.13", - "@popperjs/core": "^2.11.8", + "@floating-ui/dom": "1.6.13", + "@popperjs/core": "2.11.8", "classnames": "2.5.1", - "flatpickr": "^4.6.13", - "highcharts": "^11.4.8", - "highcharts-react-official": "^3.2.1", - "intl-tel-input": "^24.7.0" + "flatpickr": "4.6.13", + "highcharts": "11.4.8", + "highcharts-react-official": "3.2.1", + "intl-tel-input": "24.7.0" }, "devDependencies": { "@actions/core": "1.10.0", @@ -48,21 +48,21 @@ "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", "@babel/preset-typescript": "^7.15.0", - "@floating-ui/react": "^0.26.23", - "@rollup/pluginutils": "^5.1.0", + "@floating-ui/react": "0.26.28", + "@rollup/pluginutils": "5.1.0", "@tanstack/react-table": "8.20.5", - "@tanstack/react-virtual": "^3.12.0", + "@tanstack/react-virtual": "3.13.0", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "11.2.7", "@types/flatpickr": "3.1.2", "@types/jest": "26.0.14", "@types/react": "17.0.54", "@types/react-dom": "^18.0.11", - "@types/react-highlight-words": "^0.20.0", + "@types/react-highlight-words": "0.20.0", "@types/react-modal": "3.16.1", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", - "@vitejs/plugin-react": "^4.3.1", + "@vitejs/plugin-react": "4.3.1", "axe-core": "4.10.2", "classnames": "2.5.1", "eslint": "6.8.0", @@ -74,37 +74,37 @@ "jest": "26.6.3", "jest-axe": "4.1.0", "jest-fail-on-console": "3.2.0", - "lazysizes": "^5.3.2", + "lazysizes": "5.3.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-dropzone": "^14.3.5", - "react-highlight-words": "^0.20.0", - "react-modal": "^3.16.1", - "react-popper": "^2.3.0", + "react-dropzone": "14.3.5", + "react-highlight-words": "0.20.0", + "react-modal": "3.16.1", + "react-popper": "2.3.0", "react-select": "5.8.0", "react-trix": "0.10.1", "react-zoom-pan-pinch": "3.6.0", - "rollup-plugin-copy": "^3.5.0", - "sass": "^1.77.8", - "terser": "^5.39.0", + "rollup-plugin-copy": "3.5.0", + "sass": "1.84.0", + "terser": "5.42.0", "ts-jest": "26.5.6", "typescript": "4.3.5", "vite": "6.3.5", - "vite-bundle-visualizer": "^1.2.1", - "vite-plugin-ruby": "^5.0.0" + "vite-bundle-visualizer": "1.2.1", + "vite-plugin-ruby": "5.0.0" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", - "react-is": "^17.0.2", + "react-is": "17.0.2", "react-trix": "0.10.1", "trix": "2.1.15" }, "resolutions": { "react": "^17.0.2", "minimist": "1.2.7", - "selfsigned": "^1.10.8", - "set-value": "^2.0.1", - "yargs-parser": "^13.1.2" + "selfsigned": "1.10.14", + "set-value": "2.0.1", + "yargs-parser": "13.1.2" } } diff --git a/yarn.lock b/yarn.lock index 00e230a33a..1b6b2c8be4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2446,6 +2446,14 @@ dependencies: "@floating-ui/utils" "^0.2.8" +"@floating-ui/dom@1.6.13": + version "1.6.13" + resolved "https://npm.powerapp.cloud/@floating-ui/dom/-/dom-1.6.13.tgz#a8a938532aea27a95121ec16e667a7cbe8c59e34" + integrity sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w== + dependencies: + "@floating-ui/core" "^1.6.0" + "@floating-ui/utils" "^0.2.9" + "@floating-ui/dom@^1.0.0": version "1.6.12" resolved "https://npm.powerapp.cloud/@floating-ui/dom/-/dom-1.6.12.tgz#6333dcb5a8ead3b2bf82f33d6bc410e95f54e556" @@ -2462,14 +2470,6 @@ "@floating-ui/core" "^1.5.3" "@floating-ui/utils" "^0.2.0" -"@floating-ui/dom@^1.6.13": - version "1.6.13" - resolved "https://npm.powerapp.cloud/@floating-ui/dom/-/dom-1.6.13.tgz#a8a938532aea27a95121ec16e667a7cbe8c59e34" - integrity sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w== - dependencies: - "@floating-ui/core" "^1.6.0" - "@floating-ui/utils" "^0.2.9" - "@floating-ui/react-dom@^2.1.2": version "2.1.2" resolved "https://npm.powerapp.cloud/@floating-ui/react-dom/-/react-dom-2.1.2.tgz#a1349bbf6a0e5cb5ded55d023766f20a4d439a31" @@ -2477,7 +2477,7 @@ dependencies: "@floating-ui/dom" "^1.0.0" -"@floating-ui/react@^0.26.23": +"@floating-ui/react@0.26.28": version "0.26.28" resolved "https://npm.powerapp.cloud/@floating-ui/react/-/react-0.26.28.tgz#93f44ebaeb02409312e9df9507e83aab4a8c0dc7" integrity sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw== @@ -2506,7 +2506,7 @@ resolved "https://npm.powerapp.cloud/@fortawesome/fontawesome-pro/-/fontawesome-pro-6.2.1.tgz#1cd5b79d93fdb955ef8a04996fef20a44207a6f0" integrity sha512-dHk7iiCf5MCmoUvmrYzfN/I3gebpgpA1oqlOffgOThnsaAR4kpaQ5YMTdkdG99Of1hnN0Bok6R+HE28zXb3SOg== -"@hotwired/turbo-rails@^7.3.0": +"@hotwired/turbo-rails@7.3.0": version "7.3.0" resolved "https://npm.powerapp.cloud/@hotwired/turbo-rails/-/turbo-rails-7.3.0.tgz#422c21752509f3edcd6c7b2725bbe9e157815f51" integrity sha512-fvhO64vp/a2UVQ3jue9WTc2JisMv9XilIC7ViZmXAREVwiQ2S4UC7Go8f9A1j4Xu7DBI6SbFdqILk5ImqVoqyA== @@ -2887,7 +2887,7 @@ resolved "https://npm.powerapp.cloud/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz#ce56e539f83552b58d10d672ea4d6fc9adc7b234" integrity sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ== -"@mapbox/mapbox-gl-draw@^1.4.1": +"@mapbox/mapbox-gl-draw@1.4.1": version "1.4.1" resolved "https://npm.powerapp.cloud/@mapbox/mapbox-gl-draw/-/mapbox-gl-draw-1.4.1.tgz#96dcec4d3957150de854423ac15856fde43d1452" integrity sha512-g6F49KZagF9269/IoF6vZJeail6qtoc5mVF3eVRikNT7UFnY0QASfe2y53mgE99s6GrHdpV+PZuFxaL71hkMhg== @@ -3058,9 +3058,9 @@ dependencies: "@octokit/openapi-types" "^24.2.0" -"@originjs/vite-plugin-commonjs@^1.0.3": +"@originjs/vite-plugin-commonjs@1.0.3": version "1.0.3" - resolved "https://registry.yarnpkg.com/@originjs/vite-plugin-commonjs/-/vite-plugin-commonjs-1.0.3.tgz#2e3fb11ec78847da9422b79c103953f94d667f09" + resolved "https://npm.powerapp.cloud/@originjs/vite-plugin-commonjs/-/vite-plugin-commonjs-1.0.3.tgz#2e3fb11ec78847da9422b79c103953f94d667f09" integrity sha512-KuEXeGPptM2lyxdIEJ4R11+5ztipHoE7hy8ClZt3PYaOVQ/pyngd2alaSrPnwyFeOW1UagRBaQ752aA1dTMdOQ== dependencies: esbuild "^0.14.14" @@ -3159,7 +3159,7 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@popperjs/core@^2.11.8", "@popperjs/core@^2.9.0": +"@popperjs/core@2.11.8", "@popperjs/core@^2.9.0": version "2.11.8" resolved "https://npm.powerapp.cloud/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== @@ -3199,9 +3199,9 @@ resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.9.0.tgz#9033238b41c4cbe1e961eccb3f79e2c588328cf6" integrity sha512-bV63itrKBC0zdT27qYm6SDZHlkXwFL1xMBuhkn+X7l0+IIhNaH5wuuvZKp6eKhCD4KFhujhfhCT1YxXW6esUIA== -"@rollup/pluginutils@^5.1.0": +"@rollup/pluginutils@5.1.0": version "5.1.0" - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0" + resolved "https://npm.powerapp.cloud/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0" integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g== dependencies: "@types/estree" "^1.0.0" @@ -3334,7 +3334,7 @@ dependencies: "@tanstack/table-core" "8.20.5" -"@tanstack/react-virtual@^3.12.0": +"@tanstack/react-virtual@3.13.0": version "3.13.0" resolved "https://npm.powerapp.cloud/@tanstack/react-virtual/-/react-virtual-3.13.0.tgz#f50bccdfbb792cb11fdc0342fd3ec6945c730389" integrity sha512-CchF0NlLIowiM2GxtsoKBkXA4uqSnY2KvnXo+kyUFD4a4ll6+J0qzoRsUPMwXV/H26lRsxgJIr/YmjYum2oEjg== @@ -3425,7 +3425,7 @@ resolved "https://npm.powerapp.cloud/@tiptap/extension-code/-/extension-code-2.11.7.tgz#d9cb080992080d3a576482d8beee280d29d8a9df" integrity sha512-VpPO1Uy/eF4hYOpohS/yMOcE1C07xmMj0/D989D9aS1x95jWwUVrSkwC+PlWMUBx9PbY2NRsg1ZDwVvlNKZ6yQ== -"@tiptap/extension-document@^2.11.7": +"@tiptap/extension-document@2.11.7", "@tiptap/extension-document@^2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/extension-document/-/extension-document-2.11.7.tgz#07e3fcf42069fda02b63758b2f236822a7a14acc" integrity sha512-95ouJXPjdAm9+VBRgFo4lhDoMcHovyl/awORDI8gyEn0Rdglt+ZRZYoySFzbVzer9h0cre+QdIwr9AIzFFbfdA== @@ -3457,7 +3457,7 @@ resolved "https://npm.powerapp.cloud/@tiptap/extension-heading/-/extension-heading-2.11.7.tgz#0e29db2a5dcd3456c7ab1a40817b56b926a073ec" integrity sha512-8kWh7y4Rd2fwxfWOhFFWncHdkDkMC1Z60yzIZWjIu72+6yQxvo8w3yeb7LI7jER4kffbMmadgcfhCHC/fkObBA== -"@tiptap/extension-highlight@^2.11.7": +"@tiptap/extension-highlight@2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/extension-highlight/-/extension-highlight-2.11.7.tgz#2c92a6b8de96edfbdb2d3cdbd9eb8cf9c8011da8" integrity sha512-c/NH4kIpNOWCUQv8RkFNDyOcgt+2pYFpDf0QBJmzhAuv4BIeS2bDmDtuNS7VgoWRZH+xxCNXfvm2BG+kjtipEg== @@ -3467,7 +3467,7 @@ resolved "https://npm.powerapp.cloud/@tiptap/extension-history/-/extension-history-2.11.7.tgz#428d3a4e11f1c261ec34b68c2d3d84f1377ed81e" integrity sha512-Cu5x3aS13I040QSRoLdd+w09G4OCVfU+azpUqxufZxeNs9BIJC+0jowPLeOxKDh6D5GGT2A8sQtxc6a/ssbs8g== -"@tiptap/extension-horizontal-rule@^2.11.7": +"@tiptap/extension-horizontal-rule@2.11.7", "@tiptap/extension-horizontal-rule@^2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.11.7.tgz#36e33184064f844aeb3950011c346643926e682b" integrity sha512-uVmQwD2dzZ5xwmvUlciy0ItxOdOfQjH6VLmu80zyJf8Yu7mvwP8JyxoXUX0vd1xHpwAhgQ9/ozjIWYGIw79DPQ== @@ -3477,7 +3477,7 @@ resolved "https://npm.powerapp.cloud/@tiptap/extension-italic/-/extension-italic-2.11.7.tgz#f3830c6ec8c7a12e20c64f9b7f100eff1a5382d9" integrity sha512-r985bkQfG0HMpmCU0X0p/Xe7U1qgRm2mxvcp6iPCuts2FqxaCoyfNZ8YnMsgVK1mRhM7+CQ5SEg2NOmQNtHvPw== -"@tiptap/extension-link@^2.11.7": +"@tiptap/extension-link@2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/extension-link/-/extension-link-2.11.7.tgz#315588c536a7effe0fa2470c458a9734021a0b88" integrity sha512-qKIowE73aAUrnQCIifYP34xXOHOsZw46cT/LBDlb0T60knVfQoKVE4ku08fJzAV+s6zqgsaaZ4HVOXkQYLoW7g== @@ -3494,7 +3494,7 @@ resolved "https://npm.powerapp.cloud/@tiptap/extension-ordered-list/-/extension-ordered-list-2.11.7.tgz#3310176a22ed6010b646ccf9c4fe6c25d05553dc" integrity sha512-bLGCHDMB0vbJk7uu8bRg8vES3GsvxkX7Cgjgm/6xysHFbK98y0asDtNxkW1VvuRreNGz4tyB6vkcVCfrxl4jKw== -"@tiptap/extension-paragraph@^2.11.7": +"@tiptap/extension-paragraph@2.11.7", "@tiptap/extension-paragraph@^2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/extension-paragraph/-/extension-paragraph-2.11.7.tgz#de7fba01ebd35bddf4d6225fff708eb223276bc5" integrity sha512-Pl3B4q6DJqTvvAdraqZaNP9Hh0UWEHL5nNdxhaRNuhKaUo7lq8wbDSIxIW3lvV0lyCs0NfyunkUvSm1CXb6d4Q== @@ -3509,12 +3509,12 @@ resolved "https://npm.powerapp.cloud/@tiptap/extension-text-style/-/extension-text-style-2.11.7.tgz#1af9c23ed6154680eac1c0621d1112764c3fafb9" integrity sha512-LHO6DBg/9SkCQFdWlVfw9nolUmw+Cid94WkTY+7IwrpyG2+ZGQxnKpCJCKyeaFNbDoYAtvu0vuTsSXeCkgShcA== -"@tiptap/extension-text@^2.11.7": +"@tiptap/extension-text@2.11.7", "@tiptap/extension-text@^2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/extension-text/-/extension-text-2.11.7.tgz#bbd32763a5db1e6c0ad4239233a9f86e27d15179" integrity sha512-wObCn8qZkIFnXTLvBP+X8KgaEvTap/FJ/i4hBMfHBCKPGDx99KiJU6VIbDXG8d5ZcFZE0tOetK1pP5oI7qgMlQ== -"@tiptap/pm@^2.11.7": +"@tiptap/pm@2.11.7", "@tiptap/pm@^2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/pm/-/pm-2.11.7.tgz#34e1dbe1f27ea978bc740c9144ae8195948609e3" integrity sha512-7gEEfz2Q6bYKXM07vzLUD0vqXFhC5geWRA6LCozTiLdVFDdHWiBrvb2rtkL5T7mfLq03zc1QhH7rI3F6VntOEA== @@ -3538,7 +3538,7 @@ prosemirror-transform "^1.10.2" prosemirror-view "^1.37.0" -"@tiptap/react@^2.11.7": +"@tiptap/react@2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/react/-/react-2.11.7.tgz#6ef43e012562eed40c5298220c87f075f6c12191" integrity sha512-gQZEUkAoPsBptnB4T2gAtiUxswjVGhfsM9vOElQco+b11DYmy110T2Zuhg+2YGvB/CG3RoWJx34808P0FX1ijA== @@ -3549,7 +3549,7 @@ fast-deep-equal "^3" use-sync-external-store "^1" -"@tiptap/starter-kit@^2.11.7": +"@tiptap/starter-kit@2.11.7": version "2.11.7" resolved "https://npm.powerapp.cloud/@tiptap/starter-kit/-/starter-kit-2.11.7.tgz#fd7f2c0021d5cd913afe289eb211b196cf509caf" integrity sha512-K+q51KwNU/l0kqRuV5e1824yOLVftj6kGplGQLvJG56P7Rb2dPbM/JeaDbxQhnHT/KDGamG0s0Po0M3pPY163A== @@ -3864,7 +3864,7 @@ dependencies: "@types/react" "*" -"@types/react-highlight-words@^0.20.0": +"@types/react-highlight-words@0.20.0": version "0.20.0" resolved "https://npm.powerapp.cloud/@types/react-highlight-words/-/react-highlight-words-0.20.0.tgz#c7e3e8302acb5082980e611ce2d93c6e6d3b4022" integrity sha512-Qm512TiOakvtNzHJ2+TNVHnLn5cJ2wLQV0+LrhuispVth6dRf5b8ydjq3Kc0thpZ7bz4s6RnG6meboAXHWRK+Q== @@ -4112,9 +4112,9 @@ resolved "https://npm.powerapp.cloud/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g== -"@vitejs/plugin-react@^4.3.1": +"@vitejs/plugin-react@4.3.1": version "4.3.1" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e" + resolved "https://npm.powerapp.cloud/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e" integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg== dependencies: "@babel/core" "^7.24.5" @@ -4191,7 +4191,7 @@ ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -anchor-js@^5.0.0: +anchor-js@5.0.0: version "5.0.0" resolved "https://npm.powerapp.cloud/anchor-js/-/anchor-js-5.0.0.tgz#e096bb1c6b76c31b41f8ff0966289af26fae87e7" integrity sha512-2bOqCsBIXAYhjAN3iI4QevoAJtB2gRWAiY9P3P7CVW8lIjA3Dl6ldhDlWeeQvCHif+V5vIndfLOag/5I8tzTzA== @@ -5212,9 +5212,9 @@ copy-descriptor@^0.1.0: resolved "https://npm.powerapp.cloud/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== -copy-to-clipboard@^3.3.3: +copy-to-clipboard@3.3.3: version "3.3.3" - resolved "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz#55ac43a1db8ae639a4bd99511c148cdd1b83a1b0" + resolved "https://npm.powerapp.cloud/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz#55ac43a1db8ae639a4bd99511c148cdd1b83a1b0" integrity sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA== dependencies: toggle-selection "^1.0.6" @@ -6059,7 +6059,7 @@ eslint-plugin-jsx-control-statements@2.2.1: resolved "https://npm.powerapp.cloud/eslint-plugin-jsx-control-statements/-/eslint-plugin-jsx-control-statements-2.2.1.tgz#864c311d201b0b09aa47669b23755cd18d2ecf92" integrity sha512-BkqbYSu7KuOwsmxmmD9mi1KLz3cAXqXvDSN/Re+yKnIAO6SGRAx3aiUmsjOWAAGJonfhtNZCCTN9jfzQ5hto+Q== -eslint-plugin-react-hooks@4.6.0, eslint-plugin-react-hooks@^4.6.0: +eslint-plugin-react-hooks@4.6.0: version "4.6.0" resolved "https://npm.powerapp.cloud/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== @@ -6084,7 +6084,7 @@ eslint-plugin-react@7.31.1: semver "^6.3.0" string.prototype.matchall "^4.0.7" -eslint-plugin-react@^7.33.2: +eslint-plugin-react@7.33.2: version "7.33.2" resolved "https://npm.powerapp.cloud/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608" integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw== @@ -6600,7 +6600,7 @@ flat-cache@^2.0.1: rimraf "2.6.3" write "1.0.3" -flatpickr@*, flatpickr@^4.6.13: +flatpickr@*, flatpickr@4.6.13: version "4.6.13" resolved "https://npm.powerapp.cloud/flatpickr/-/flatpickr-4.6.13.tgz#8a029548187fd6e0d670908471e43abe9ad18d94" integrity sha512-97PMG/aywoYpB4IvbvUJi0RQi8vearvU0oov1WW3k0WZPBMrTQVqekSX5CjSG/M4Q3i6A/0FKXC7RyAoAUUSPw== @@ -7097,12 +7097,12 @@ hat@0.0.3: resolved "https://npm.powerapp.cloud/hat/-/hat-0.0.3.tgz#bb014a9e64b3788aed8005917413d4ff3d502d8a" integrity sha512-zpImx2GoKXy42fVDSEad2BPKuSQdLcqsCYa48K3zHSzM/ugWuYjLDr8IXxpVuL7uCLHw56eaiLxCRthhOzf5ug== -highcharts-react-official@^3.2.1: +highcharts-react-official@3.2.1: version "3.2.1" resolved "https://npm.powerapp.cloud/highcharts-react-official/-/highcharts-react-official-3.2.1.tgz#4b62a7af2969bdebde6b338d36f6b9bf1f1029bc" integrity sha512-hyQTX7ezCxl7JqumaWiGsroGWalzh24GedQIgO3vJbkGOZ6ySRAltIYjfxhrq4HszJOySZegotEF7v+haQ75UA== -highcharts@^11.4.8: +highcharts@11.4.8: version "11.4.8" resolved "https://npm.powerapp.cloud/highcharts/-/highcharts-11.4.8.tgz#252e71b81c24ec9f99e756b76dbebd7546e18dda" integrity sha512-5Tke9LuzZszC4osaFisxLIcw7xgNGz4Sy3Jc9pRMV+ydm6sYqsPYdU8ELOgpzGNrbrRNDRBtveoR5xS3SzneEA== @@ -7325,7 +7325,7 @@ internal-slot@^1.0.5: hasown "^2.0.0" side-channel "^1.0.4" -intl-tel-input@^24.7.0: +intl-tel-input@24.7.0: version "24.7.0" resolved "https://npm.powerapp.cloud/intl-tel-input/-/intl-tel-input-24.7.0.tgz#8975df176659f8a3a16b97759add1ca24486e480" integrity sha512-OjkhKen4SJUI2kN9OHpb8ReNN619sB9gECPq51dn3zKEWvif3mnSjmrtWhm8ABIb7Ijs+AAYSS5sI33Sb4YqvQ== @@ -8447,7 +8447,7 @@ kleur@^3.0.3: resolved "https://npm.powerapp.cloud/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -lazysizes@^5.3.2: +lazysizes@5.3.2: version "5.3.2" resolved "https://npm.powerapp.cloud/lazysizes/-/lazysizes-5.3.2.tgz#27f974c26f5fcc33e7db765c0f4930488c8a2984" integrity sha512-22UzWP+Vedi/sMeOr8O7FWimRVtiNJV2HCa+V8+peZOw6QbswN9k58VUhd7i6iK5bw5QkYrF01LJbeJe0PV8jg== @@ -8676,7 +8676,7 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -maplibre-gl@^2.4.0: +maplibre-gl@2.4.0: version "2.4.0" resolved "https://npm.powerapp.cloud/maplibre-gl/-/maplibre-gl-2.4.0.tgz#2b53dbf526626bf4ee92ad4f33f13ef09e5af182" integrity sha512-csNFylzntPmHWidczfgCZpvbTSmhaWvLRj9e1ezUDBEPizGgshgm3ea1T5TCNEEBq0roauu7BPuRZjA3wO4KqA== @@ -8718,7 +8718,7 @@ markdown-it@^14.0.0: punycode.js "^2.3.1" uc.micro "^2.1.0" -match-sorter@^8.0.0: +match-sorter@8.0.0: version "8.0.0" resolved "https://npm.powerapp.cloud/match-sorter/-/match-sorter-8.0.0.tgz#9120e35ed8aabf45cd40e127b0231f762fb2eec0" integrity sha512-bGJ6Zb+OhzXe+ptP5d80OLVx7AkqfRbtGEh30vNSfjNwllu+hHI+tcbMIT/fbkx/FKN1PmKuDb65+Oofg+XUxw== @@ -9844,9 +9844,9 @@ postcss-env-function@^4.0.6: dependencies: postcss-value-parser "^4.2.0" -postcss-flexbugs-fixes@^5.0.2: +postcss-flexbugs-fixes@5.0.2: version "5.0.2" - resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d" + resolved "https://npm.powerapp.cloud/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d" integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ== postcss-focus-visible@^6.0.4: @@ -9880,9 +9880,9 @@ postcss-image-set-function@^4.0.7: dependencies: postcss-value-parser "^4.2.0" -postcss-import@^14.1.0: +postcss-import@14.1.0: version "14.1.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0" + resolved "https://npm.powerapp.cloud/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0" integrity sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw== dependencies: postcss-value-parser "^4.0.0" @@ -9944,9 +9944,9 @@ postcss-place@^7.0.5: dependencies: postcss-value-parser "^4.2.0" -postcss-preset-env@^7.0.1: +postcss-preset-env@7.8.3: version "7.8.3" - resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz#2a50f5e612c3149cc7af75634e202a5b2ad4f1e2" + resolved "https://npm.powerapp.cloud/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz#2a50f5e612c3149cc7af75634e202a5b2ad4f1e2" integrity sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag== dependencies: "@csstools/postcss-cascade-layers" "^1.1.1" @@ -10321,11 +10321,27 @@ quickselect@^2.0.0: resolved "https://npm.powerapp.cloud/quickselect/-/quickselect-2.0.0.tgz#f19680a486a5eefb581303e023e98faaf25dd018" integrity sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw== -react-docgen-typescript@^2.2.2: +react-docgen-typescript@2.2.2: version "2.2.2" - resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz#4611055e569edc071204aadb20e1c93e1ab1659c" + resolved "https://npm.powerapp.cloud/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz#4611055e569edc071204aadb20e1c93e1ab1659c" integrity sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg== +react-docgen@7.0.3: + version "7.0.3" + resolved "https://npm.powerapp.cloud/react-docgen/-/react-docgen-7.0.3.tgz#f811b785f07b1f2023cb899b6bcf9d522b21b95d" + integrity sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ== + dependencies: + "@babel/core" "^7.18.9" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" + "@types/babel__core" "^7.18.0" + "@types/babel__traverse" "^7.18.0" + "@types/doctrine" "^0.0.9" + "@types/resolve" "^1.20.2" + doctrine "^3.0.0" + resolve "^1.22.1" + strip-indent "^4.0.0" + react-docgen@^5.0.0: version "5.4.3" resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.4.3.tgz#7d297f73b977d0c7611402e5fc2a168acf332b26" @@ -10342,22 +10358,6 @@ react-docgen@^5.0.0: node-dir "^0.1.10" strip-indent "^3.0.0" -react-docgen@^7.0.3: - version "7.0.3" - resolved "https://npm.powerapp.cloud/react-docgen/-/react-docgen-7.0.3.tgz#f811b785f07b1f2023cb899b6bcf9d522b21b95d" - integrity sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ== - dependencies: - "@babel/core" "^7.18.9" - "@babel/traverse" "^7.18.9" - "@babel/types" "^7.18.9" - "@types/babel__core" "^7.18.0" - "@types/babel__traverse" "^7.18.0" - "@types/doctrine" "^0.0.9" - "@types/resolve" "^1.20.2" - doctrine "^3.0.0" - resolve "^1.22.1" - strip-indent "^4.0.0" - react-dom@^17.0.2: version "17.0.2" resolved "https://npm.powerapp.cloud/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" @@ -10367,7 +10367,7 @@ react-dom@^17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" -react-dropzone@^14.3.5: +react-dropzone@14.3.5: version "14.3.5" resolved "https://npm.powerapp.cloud/react-dropzone/-/react-dropzone-14.3.5.tgz#1a8bd312c8a353ec78ef402842ccb3589c225add" integrity sha512-9nDUaEEpqZLOz5v5SUcFA0CjM4vq8YbqO0WRls+EYT7+DvxUdzDPKNCPLqGfj3YL9MsniCLCD4RFA6M95V6KMQ== @@ -10381,7 +10381,7 @@ react-fast-compare@^3.0.1: resolved "https://npm.powerapp.cloud/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-highlight-words@^0.20.0: +react-highlight-words@0.20.0: version "0.20.0" resolved "https://npm.powerapp.cloud/react-highlight-words/-/react-highlight-words-0.20.0.tgz#c60bfff5d14678c8f0e8fbe4bdcf083e6c70d507" integrity sha512-asCxy+jCehDVhusNmCBoxDf2mm1AJ//D+EzDx1m5K7EqsMBIHdZ5G4LdwbSEXqZq1Ros0G0UySWmAtntSph7XA== @@ -10390,7 +10390,7 @@ react-highlight-words@^0.20.0: memoize-one "^4.0.0" prop-types "^15.5.8" -react-hook-form@^7.28.1: +react-hook-form@7.54.2: version "7.54.2" resolved "https://npm.powerapp.cloud/react-hook-form/-/react-hook-form-7.54.2.tgz#8c26ed54c71628dff57ccd3c074b1dd377cfb211" integrity sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg== @@ -10415,7 +10415,7 @@ react-lifecycles-compat@^3.0.0: resolved "https://npm.powerapp.cloud/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-live@^4.1.8: +react-live@4.1.8: version "4.1.8" resolved "https://npm.powerapp.cloud/react-live/-/react-live-4.1.8.tgz#287fb6c5127c2d89a6fe39380278d95cc8e661b6" integrity sha512-B2SgNqwPuS2ekqj4lcxi5TibEcjWkdVyYykBEUBshPAPDQ527x2zPEZg560n8egNtAjUpwXFQm7pcXV65aAYmg== @@ -10441,7 +10441,7 @@ react-markdown@^10.1.0: unist-util-visit "^5.0.0" vfile "^6.0.0" -react-modal@^3.16.1: +react-modal@3.16.1: version "3.16.1" resolved "https://npm.powerapp.cloud/react-modal/-/react-modal-3.16.1.tgz#34018528fc206561b1a5467fc3beeaddafb39b2b" integrity sha512-VStHgI3BVcGo7OXczvnJN7yT2TWHJPDXZWyI/a0ssFNhGZWsPmB8cF0z33ewDXq4VfYMO1vXgiv/g8Nj9NDyWg== @@ -10451,7 +10451,7 @@ react-modal@^3.16.1: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-popper@^2.3.0: +react-popper@2.3.0: version "2.3.0" resolved "https://npm.powerapp.cloud/react-popper/-/react-popper-2.3.0.tgz#17891c620e1320dce318bad9fede46a5f71c70ba" integrity sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q== @@ -10464,9 +10464,9 @@ react-refresh@^0.14.2: resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9" integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== -react-router-dom@^6.16.0: +react-router-dom@6.16.0: version "6.16.0" - resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.16.0.tgz#86f24658da35eb66727e75ecbb1a029e33ee39d9" + resolved "https://npm.powerapp.cloud/react-router-dom/-/react-router-dom-6.16.0.tgz#86f24658da35eb66727e75ecbb1a029e33ee39d9" integrity sha512-aTfBLv3mk/gaKLxgRDUPbPw+s4Y/O+ma3rEN1u8EgEpLpPe6gNjIsWt9rxushMHHMb7mSwxRGdGlGdvmFsyPIg== dependencies: "@remix-run/router" "1.9.0" @@ -10494,7 +10494,7 @@ react-select@5.8.0: react-transition-group "^4.3.0" use-isomorphic-layout-effect "^1.1.2" -react-simple-code-editor@^0.13.1: +react-simple-code-editor@0.13.1: version "0.13.1" resolved "https://npm.powerapp.cloud/react-simple-code-editor/-/react-simple-code-editor-0.13.1.tgz#4514553fa132dcaffec33a6612c58f1613c52416" integrity sha512-XYeVwRZwgyKtjNIYcAEgg2FaQcCZwhbarnkJIV20U2wkCU9q/CPFBo8nRXrK4GXUz3AvbqZFsZRrpUTkqqEYyQ== @@ -10882,9 +10882,9 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup-plugin-copy@^3.5.0: +rollup-plugin-copy@3.5.0: version "3.5.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz#7ffa2a7a8303e143876fa64fb5eed9022d304eeb" + resolved "https://npm.powerapp.cloud/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz#7ffa2a7a8303e143876fa64fb5eed9022d304eeb" integrity sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA== dependencies: "@types/fs-extra" "^8.0.1" @@ -11034,16 +11034,16 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sass@^1.77.6: +sass@1.77.6: version "1.77.6" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4" + resolved "https://npm.powerapp.cloud/sass/-/sass-1.77.6.tgz#898845c1348078c2e6d1b64f9ee06b3f8bd489e4" integrity sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" -sass@^1.77.8: +sass@1.84.0: version "1.84.0" resolved "https://npm.powerapp.cloud/sass/-/sass-1.84.0.tgz#da9154cbccb2d2eac7a9486091b6d9ba93ef5bad" integrity sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg== @@ -11709,7 +11709,7 @@ terminal-link@^2.0.0: ansi-escapes "^4.2.1" supports-hyperlinks "^2.0.0" -terser@^5.39.0: +terser@5.42.0: version "5.42.0" resolved "https://npm.powerapp.cloud/terser/-/terser-5.42.0.tgz#1db8493aa0f3f866e488ec0fcf7e0c28eb43a2f5" integrity sha512-UYCvU9YQW2f/Vwl+P0GfhxJxbUGLwd+5QrrGgLajzWAtC/23AX0vcise32kkP7Eu0Wu9VlzzHAXkLObgjQfFlQ== @@ -11894,9 +11894,9 @@ ts-jest@26.5.6: semver "7.x" yargs-parser "20.x" -ts-json-schema-generator@^2.3.0: +ts-json-schema-generator@2.3.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-2.3.0.tgz#d533027cdb13b625acba0a3e931a4ba88f0e44ad" + resolved "https://npm.powerapp.cloud/ts-json-schema-generator/-/ts-json-schema-generator-2.3.0.tgz#d533027cdb13b625acba0a3e931a4ba88f0e44ad" integrity sha512-t4lBQAwZc0sOJq9LJt3NgbznIcslVnm0JeEMFq8qIRklpMRY8jlYD0YmnRWbqBKANxkby91P1XanSSlSOFpUmg== dependencies: "@types/json-schema" "^7.0.15" @@ -12293,7 +12293,7 @@ vfile@^6.0.0: "@types/unist" "^3.0.0" vfile-message "^4.0.0" -vite-bundle-visualizer@^1.2.1: +vite-bundle-visualizer@1.2.1: version "1.2.1" resolved "https://npm.powerapp.cloud/vite-bundle-visualizer/-/vite-bundle-visualizer-1.2.1.tgz#8be34033f0216de529abec4b18a8b62aa1b65c9e" integrity sha512-cwz/Pg6+95YbgIDp+RPwEToc4TKxfsFWSG/tsl2DSZd9YZicUag1tQXjJ5xcL7ydvEoaC2FOZeaXOU60t9BRXw== @@ -12303,9 +12303,9 @@ vite-bundle-visualizer@^1.2.1: rollup-plugin-visualizer "^5.11.0" tmp "^0.2.1" -vite-plugin-ruby@^5.0.0: +vite-plugin-ruby@5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/vite-plugin-ruby/-/vite-plugin-ruby-5.0.0.tgz#cd891198a7672f2e8402439f53ab9d2b08f6502d" + resolved "https://npm.powerapp.cloud/vite-plugin-ruby/-/vite-plugin-ruby-5.0.0.tgz#cd891198a7672f2e8402439f53ab9d2b08f6502d" integrity sha512-c8PjTp21Ah/ttgnNUyu0qvCXZI08Jr9I24oUKg3TRIRhF5GcOZ++6wtlTCrNFd9COEQbpXHxlRIXd/MEg0iZJw== dependencies: debug "^4.3.4" @@ -12672,7 +12672,7 @@ zwitch@^2.0.0: resolved "https://npm.powerapp.cloud/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7" integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A== -zxcvbn@^4.4.2: +zxcvbn@4.4.2: version "4.4.2" resolved "https://npm.powerapp.cloud/zxcvbn/-/zxcvbn-4.4.2.tgz#28ec17cf09743edcab056ddd8b1b06262cc73c30" integrity sha512-Bq0B+ixT/DMyG8kgX2xWcI5jUvCwqrMxSFam7m0lAf78nf04hv6lNCsyLYdyYTrCVMqNDY/206K7eExYCeSyUQ==