diff --git a/e2e/package.json b/e2e/package.json index c3a95419f..2e4f31427 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -26,7 +26,7 @@ "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-simple-import-sort": "^12.1.1", "prettier": "^3.9.1", - "semver": "7.3.2" + "semver": "7.5.2" }, "dependencies": { "@faker-js/faker": "^9.9.0", diff --git a/e2e/pnpm-lock.yaml b/e2e/pnpm-lock.yaml index f7cdc1d97..fa34a2e3a 100644 --- a/e2e/pnpm-lock.yaml +++ b/e2e/pnpm-lock.yaml @@ -84,6 +84,9 @@ importers: prettier: specifier: ^3.9.1 version: 3.9.1 + semver: + specifier: 7.5.2 + version: 7.5.2 packages: @@ -972,6 +975,10 @@ packages: lodash@4.18.1: resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} + lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + math-intrinsics@1.1.0: resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} engines: {node: '>= 0.4'} @@ -1185,11 +1192,16 @@ packages: resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} engines: {node: '>= 0.4'} - semver@6.2.0: + semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.3.2: + semver@7.5.2: + resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} + engines: {node: '>=10'} + hasBin: true + + semver@7.8.5: resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} engines: {node: '>=10'} hasBin: true @@ -1354,6 +1366,9 @@ packages: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -2351,6 +2366,10 @@ snapshots: lodash@4.18.1: {} + lru-cache@6.0.0: + dependencies: + yallist: 4.0.0 + math-intrinsics@1.1.0: {} mime-db@1.52.0: {} @@ -2592,9 +2611,13 @@ snapshots: es-errors: 1.3.0 is-regex: 1.2.1 - semver@6.2.0: {} + semver@6.3.1: {} - semver@7.3.2: {} + semver@7.5.2: + dependencies: + lru-cache: 6.0.0 + + semver@7.8.5: {} set-function-length@1.2.2: dependencies: @@ -2819,4 +2842,6 @@ snapshots: xtend@4.0.2: {} + yallist@4.0.0: {} + yocto-queue@0.1.0: {}