From 7c1a9a5c046a455d68ac25e9a9736e362b9ee2ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:31:24 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/ci.yml | 68 +++++++++++++-------------- api/composer.json | 2 +- client/package.json | 12 ++--- pnpm-lock.yaml | 99 +++++++++++++--------------------------- 4 files changed, 72 insertions(+), 109 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9c55180..2d0c20782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,15 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: - node-version: 24 + node-version: 24.17.0 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -33,19 +33,19 @@ jobs: name: test bundlesize runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: - node-version: 24 + node-version: 24.17.0 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -56,15 +56,15 @@ jobs: name: test CSP in .htaccess runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: - node-version: 24 + node-version: 24.17.0 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -75,15 +75,15 @@ jobs: name: test against Chrome runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: - node-version: 24 + node-version: 24.17.0 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -99,15 +99,15 @@ jobs: runs-on: ubuntu-latest needs: test-chrome steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: - node-version: 24 + node-version: 24.17.0 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -123,15 +123,15 @@ jobs: runs-on: macos-latest needs: test-chrome steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.3 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v2.4.1 with: - version: 9 + version: 9.15.9 - name: Install Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.4.0 with: - node-version: 24 + node-version: 24.17.0 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -146,9 +146,9 @@ jobs: php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout repository files - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 - name: Install php - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.37.2 with: php-version: ${{ matrix.php-versions }} extensions: mbstring, zip diff --git a/api/composer.json b/api/composer.json index 536d9ba86..55bb03467 100644 --- a/api/composer.json +++ b/api/composer.json @@ -1,6 +1,6 @@ { "require": { - "php": "^7.2", + "php": "7.4.33", "slim/slim": "3.12.4" }, "require-dev": { diff --git a/client/package.json b/client/package.json index 941bac999..e44e59799 100644 --- a/client/package.json +++ b/client/package.json @@ -31,15 +31,15 @@ }, "devDependencies": { "@babel/core": "7.29.0", - "@babel/eslint-parser": "^7.28.4", - "@babel/plugin-proposal-decorators": "^7.28.0", + "@babel/eslint-parser": "7.28.4", + "@babel/plugin-proposal-decorators": "7.28.0", "@ember/optional-features": "3.0.0", "@ember/string": "4.0.1", "@ember/test-helpers": "5.4.1", - "@ember/test-waiters": "^4.1.1", + "@ember/test-waiters": "4.1.1", "@embroider/compat": "3.9.3", "@embroider/core": "3.5.9", - "@embroider/macros": "^1.20.0", + "@embroider/macros": "1.20.0", "@embroider/webpack": "4.1.2", "@eslint/js": "9.39.4", "@glimmer/component": "2.1.1", @@ -67,13 +67,13 @@ "ember-cli-clean-css": "3.0.0", "ember-cli-content-security-policy": "2.0.3", "ember-cli-dependency-checker": "3.3.3", - "ember-cli-deprecation-workflow": "^4.0.0", + "ember-cli-deprecation-workflow": "4.0.0", "ember-cli-htmlbars": "7.0.1", "ember-cli-inject-live-reload": "github:jelhan/ember-cli-inject-live-reload#39c289e20aa5bd398da6f480e416e53b2973ef9c&path:lib", "ember-cli-page-object": "2.3.2", "ember-cli-sass": "11.0.1", "ember-decorators": "6.1.1", - "ember-inflector": "^6.0.0", + "ember-inflector": "6.0.0", "ember-intl": "7.5.0", "ember-load-initializers": "3.0.1", "ember-math-helpers": "5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73dabecca..c05c85faf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,10 +24,10 @@ importers: specifier: 7.29.0 version: 7.29.0(supports-color@8.1.1) '@babel/eslint-parser': - specifier: ^7.28.4 + specifier: 7.28.4 version: 7.28.4(@babel/core@7.29.0)(eslint@9.39.4(jiti@2.6.1)) '@babel/plugin-proposal-decorators': - specifier: ^7.28.0 + specifier: 7.28.0 version: 7.28.0(@babel/core@7.29.0) '@ember/optional-features': specifier: 3.0.0 @@ -39,7 +39,7 @@ importers: specifier: 5.4.1 version: 5.4.1(@babel/core@7.29.0)(@glint/template@1.7.7) '@ember/test-waiters': - specifier: ^4.1.1 + specifier: 4.1.1 version: 4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/compat': specifier: 3.9.3 @@ -48,7 +48,7 @@ importers: specifier: 3.5.9 version: 3.5.9(@glint/template@1.7.7) '@embroider/macros': - specifier: ^1.20.0 + specifier: 1.20.0 version: 1.20.0(@babel/core@7.29.0)(@glint/template@1.7.7) '@embroider/webpack': specifier: 4.1.2 @@ -132,7 +132,7 @@ importers: specifier: 3.3.3 version: 3.3.3(ember-cli@6.12.0(@types/node@24.7.2)(ejs@3.1.10)(handlebars@4.7.8)(underscore@1.13.7)) ember-cli-deprecation-workflow: - specifier: ^4.0.0 + specifier: 4.0.0 version: 4.0.0(@babel/core@7.29.0) ember-cli-htmlbars: specifier: 7.0.1 @@ -150,7 +150,7 @@ importers: specifier: 6.1.1 version: 6.1.1 ember-inflector: - specifier: ^6.0.0 + specifier: 6.0.0 version: 6.0.0(@babel/core@7.29.0) ember-intl: specifier: 7.5.0 @@ -882,10 +882,6 @@ packages: resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.6': - resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.29.0': resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} engines: {node: '>=6.9.0'} @@ -1086,10 +1082,6 @@ packages: resolution: {integrity: sha512-d96ub/WkS1Gx6dRDxZ0mCRPwFAHIMlMr2iti6uTYxTFzC85Wgt6j7bYr6ppkEuwEwKQVyzKRT0kTsJz6P74caQ==} engines: {node: 12.* || 14.* || >= 16} - '@embroider/shared-internals@3.0.1': - resolution: {integrity: sha512-d7RQwDwqqHo7YvjE9t1rtIrCCYtbSoO0uRq2ikVhRh4hGS5OojZNu2ZtS0Wqrg+V72CRtMFr/hibTvHNsRM2Lg==} - engines: {node: 12.* || 14.* || >= 16} - '@embroider/shared-internals@3.0.2': resolution: {integrity: sha512-/SusdG+zgosc3t+9sPFVKSFOYyiSgLfXOT6lYNWoG1YtnhWDxlK4S8leZ0jhcVjemdaHln5rTyxCnq8oFLxqpQ==} engines: {node: 12.* || 14.* || >= 16} @@ -7551,6 +7543,7 @@ packages: uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true validate-npm-package-name@7.0.2: @@ -7908,7 +7901,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-compilation-targets@7.28.6': dependencies: @@ -7926,7 +7919,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.27.1(@babel/core@7.29.0)(supports-color@8.1.1) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1(supports-color@8.1.1) - '@babel/traverse': 7.28.6(supports-color@8.1.1) + '@babel/traverse': 7.29.0(supports-color@8.1.1) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -7953,8 +7946,8 @@ snapshots: '@babel/helper-member-expression-to-functions@7.27.1(supports-color@8.1.1)': dependencies: - '@babel/traverse': 7.28.6(supports-color@8.1.1) - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0(supports-color@8.1.1) + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -7983,7 +7976,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 '@babel/helper-plugin-utils@7.27.1': {} @@ -8001,14 +7994,14 @@ snapshots: '@babel/core': 7.29.0(supports-color@8.1.1) '@babel/helper-member-expression-to-functions': 7.27.1(supports-color@8.1.1) '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.6(supports-color@8.1.1) + '@babel/traverse': 7.29.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.27.1(supports-color@8.1.1)': dependencies: - '@babel/traverse': 7.28.6(supports-color@8.1.1) - '@babel/types': 7.28.6 + '@babel/traverse': 7.29.0(supports-color@8.1.1) + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -8024,7 +8017,7 @@ snapshots: dependencies: '@babel/template': 7.28.6 '@babel/traverse': 7.29.0(supports-color@8.1.1) - '@babel/types': 7.28.6 + '@babel/types': 7.29.0 transitivePeerDependencies: - supports-color @@ -8623,18 +8616,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/traverse@7.28.6(supports-color@8.1.1)': - dependencies: - '@babel/code-frame': 7.28.6 - '@babel/generator': 7.28.6 - '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.6 - '@babel/template': 7.28.6 - '@babel/types': 7.28.6 - debug: 4.4.3(supports-color@8.1.1) - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.29.0(supports-color@8.1.1)': dependencies: '@babel/code-frame': 7.29.0 @@ -8751,7 +8732,7 @@ snapshots: chalk: 4.1.2 diff: 7.0.0 isbinaryfile: 5.0.6 - lodash: 4.17.21 + lodash: 4.18.1 promise.hash.helper: 1.0.8 quick-temp: 0.1.9 silent-error: 1.1.1 @@ -8785,7 +8766,7 @@ snapshots: chalk: 4.1.2 ejs: 3.1.10 ember-cli-string-utils: 1.1.0 - lodash: 4.17.21 + lodash: 4.18.1 sort-package-json: 3.6.0 walk-sync: 3.0.0 @@ -8830,7 +8811,7 @@ snapshots: '@ember/test-waiters@4.1.1(@babel/core@7.29.0)(@glint/template@1.7.7)': dependencies: - '@embroider/addon-shim': 1.10.0 + '@embroider/addon-shim': 1.10.2 '@embroider/macros': 1.20.0(@babel/core@7.29.0)(@glint/template@1.7.7) transitivePeerDependencies: - '@babel/core' @@ -8839,7 +8820,7 @@ snapshots: '@embroider/addon-shim@1.10.0': dependencies: - '@embroider/shared-internals': 3.0.1 + '@embroider/shared-internals': 3.0.2 broccoli-funnel: 3.0.8 common-ancestor-path: 1.0.1 semver: 7.7.3 @@ -8848,7 +8829,7 @@ snapshots: '@embroider/addon-shim@1.10.2': dependencies: - '@embroider/shared-internals': 3.0.1 + '@embroider/shared-internals': 3.0.2 broccoli-funnel: 3.0.8 common-ancestor-path: 1.0.1 semver: 7.7.3 @@ -8963,7 +8944,7 @@ snapshots: babel-import-util: 3.0.1 ember-cli-babel: 8.3.1(@babel/core@7.29.0) find-up: 5.0.0 - lodash: 4.17.21 + lodash: 4.18.1 resolve: 1.22.11 semver: 7.7.3 optionalDependencies: @@ -8994,24 +8975,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@embroider/shared-internals@3.0.1': - dependencies: - babel-import-util: 3.0.1 - debug: 4.4.3(supports-color@8.1.1) - ember-rfc176-data: 0.3.18 - fs-extra: 9.1.0 - is-subdir: 1.2.0 - js-string-escape: 1.0.1 - lodash: 4.17.21 - minimatch: 3.1.5 - pkg-entry-points: 1.1.1 - resolve-package-path: 4.0.3 - resolve.exports: 2.0.3 - semver: 7.7.3 - typescript-memoize: 1.1.1 - transitivePeerDependencies: - - supports-color - '@embroider/shared-internals@3.0.2': dependencies: babel-import-util: 3.0.1 @@ -9020,8 +8983,8 @@ snapshots: fs-extra: 9.1.0 is-subdir: 1.2.0 js-string-escape: 1.0.1 - lodash: 4.17.21 - minimatch: 3.1.2 + lodash: 4.18.1 + minimatch: 3.1.5 pkg-entry-points: 1.1.1 resolve-package-path: 4.0.3 resolve.exports: 2.0.3 @@ -10319,7 +10282,7 @@ snapshots: async@2.6.4: dependencies: - lodash: 4.17.21 + lodash: 4.18.1 async@3.2.6: {} @@ -11271,13 +11234,13 @@ snapshots: ora: 3.4.0 through2: 3.0.2 - consolidate@0.16.0(ejs@3.1.10)(handlebars@4.7.8)(lodash@4.17.21)(mustache@4.2.0)(underscore@1.13.7): + consolidate@0.16.0(ejs@3.1.10)(handlebars@4.7.8)(lodash@4.18.1)(mustache@4.2.0)(underscore@1.13.7): dependencies: bluebird: 3.7.2 optionalDependencies: ejs: 3.1.10 handlebars: 4.7.8 - lodash: 4.17.21 + lodash: 4.18.1 mustache: 4.2.0 underscore: 1.13.7 @@ -12186,7 +12149,7 @@ snapshots: ember-inflector@6.0.0(@babel/core@7.29.0): dependencies: - '@embroider/addon-shim': 1.10.0 + '@embroider/addon-shim': 1.10.2 decorator-transforms: 2.3.0(@babel/core@7.29.0) transitivePeerDependencies: - '@babel/core' @@ -13842,7 +13805,7 @@ snapshots: cli-width: 2.2.1 external-editor: 3.1.0 figures: 2.0.0 - lodash: 4.17.21 + lodash: 4.18.1 mute-stream: 0.0.7 run-async: 2.4.1 rxjs: 6.6.7 @@ -16531,14 +16494,14 @@ snapshots: charm: 1.0.2 commander: 2.20.3 compression: 1.8.1 - consolidate: 0.16.0(ejs@3.1.10)(handlebars@4.7.8)(lodash@4.17.21)(mustache@4.2.0)(underscore@1.13.7) + consolidate: 0.16.0(ejs@3.1.10)(handlebars@4.7.8)(lodash@4.18.1)(mustache@4.2.0)(underscore@1.13.7) execa: 1.0.0 express: 4.21.2 fireworm: 0.7.2 glob: 7.2.3 http-proxy: 1.18.1 js-yaml: 3.14.1 - lodash: 4.17.21 + lodash: 4.18.1 mkdirp: 3.0.1 mustache: 4.2.0 node-notifier: 10.0.1