Skip to content

Commit 8d81ce2

Browse files
chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 1 directory with 8 updates
Bumps the dev-minor-and-patch-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.7.1` | `5.8.0` | | [axios](https://github.com/axios/axios) | `1.13.4` | `1.13.5` | | [bun](https://github.com/oven-sh/bun) | `1.3.8` | `1.3.9` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `5.2.1` | `5.3.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.5.0` | `62.5.4` | | [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` | | [p-limit](https://github.com/sindresorhus/p-limit) | `7.2.0` | `7.3.0` | | [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` | Updates `@stylistic/eslint-plugin` from 5.7.1 to 5.8.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.8.0/packages/eslint-plugin) Updates `axios` from 1.13.4 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.4...v1.13.5) Updates `bun` from 1.3.8 to 1.3.9 - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](oven-sh/bun@bun-v1.3.8...bun-v1.3.9) Updates `eslint-plugin-cypress` from 5.2.1 to 5.3.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v5.2.1...v5.3.0) Updates `eslint-plugin-jsdoc` from 62.5.0 to 62.5.4 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.5.0...v62.5.4) Updates `globals` from 17.2.0 to 17.3.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.2.0...v17.3.0) Updates `p-limit` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](sindresorhus/p-limit@v7.2.0...v7.3.0) Updates `semver` from 7.7.3 to 7.7.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.7.3...v7.7.4) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: bun dependency-version: 1.3.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: eslint-plugin-cypress dependency-version: 5.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 62.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: p-limit dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: semver dependency-version: 7.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10abda7 commit 8d81ce2

2 files changed

Lines changed: 127 additions & 127 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,25 +151,25 @@
151151
"@msgpack/msgpack": "^3.1.3",
152152
"@openfeature/core": "^1.8.1",
153153
"@openfeature/server-sdk": "~1.20.0",
154-
"@stylistic/eslint-plugin": "^5.7.1",
154+
"@stylistic/eslint-plugin": "^5.8.0",
155155
"@types/mocha": "^10.0.10",
156156
"@types/node": "^18.19.106",
157157
"@types/sinon": "^21.0.0",
158-
"axios": "^1.13.4",
158+
"axios": "^1.13.5",
159159
"benchmark": "^2.1.4",
160160
"body-parser": "^2.2.2",
161-
"bun": "1.3.8",
161+
"bun": "1.3.9",
162162
"eslint": "^9.39.2",
163-
"eslint-plugin-cypress": "^5.2.1",
163+
"eslint-plugin-cypress": "^5.3.0",
164164
"eslint-plugin-import": "^2.32.0",
165-
"eslint-plugin-jsdoc": "^62.5.0",
165+
"eslint-plugin-jsdoc": "^62.5.4",
166166
"eslint-plugin-mocha": "^11.2.0",
167167
"eslint-plugin-n": "^17.23.2",
168168
"eslint-plugin-promise": "^7.2.1",
169169
"eslint-plugin-unicorn": "^62.0.0",
170170
"express": "^5.1.0",
171171
"glob": "^10.4.5",
172-
"globals": "^17.2.0",
172+
"globals": "^17.3.0",
173173
"graphql": "*",
174174
"jszip": "^3.10.1",
175175
"mocha": "^11.6.0",
@@ -180,11 +180,11 @@
180180
"nyc": "^17.1.0",
181181
"octokit": "^5.0.3",
182182
"opentracing": ">=0.14.7",
183-
"p-limit": "^7.2.0",
183+
"p-limit": "^7.3.0",
184184
"proxyquire": "^2.1.3",
185185
"retry": "^0.13.1",
186186
"semifies": "^1.0.0",
187-
"semver": "^7.7.2",
187+
"semver": "^7.7.4",
188188
"sinon": "^21.0.1",
189189
"tiktoken": "^1.0.21",
190190
"typescript": "^5.9.2",

yarn.lock

Lines changed: 119 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,16 @@
203203
module-details-from-path "^1.0.3"
204204
node-gyp-build "^4.5.0"
205205

206-
"@es-joy/jsdoccomment@~0.83.0":
207-
version "0.83.0"
208-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.83.0.tgz#db1eda42d7e10d81e2dbc871459d556897ab8b8f"
209-
integrity sha512-e1MHSEPJ4m35zkBvNT6kcdeH1SvMaJDsPC3Xhfseg3hvF50FUE3f46Yn36jgbrPYYXezlWUQnevv23c+lx2MCA==
206+
"@es-joy/jsdoccomment@~0.84.0":
207+
version "0.84.0"
208+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.84.0.tgz#4d798d33207825dd1d85babbfbacc3a76c3ba634"
209+
integrity sha512-0xew1CxOam0gV5OMjh2KjFQZsKL2bByX1+q4j3E73MpYIdyUxcZb/xQct9ccUb+ve5KGUYbCUxyPnYB7RbuP+w==
210210
dependencies:
211211
"@types/estree" "^1.0.8"
212-
"@typescript-eslint/types" "^8.53.1"
212+
"@typescript-eslint/types" "^8.54.0"
213213
comment-parser "1.4.5"
214214
esquery "^1.7.0"
215-
jsdoc-type-pratt-parser "~7.1.0"
215+
jsdoc-type-pratt-parser "~7.1.1"
216216

217217
"@es-joy/resolve.exports@1.2.0":
218218
version "1.2.0"
@@ -615,60 +615,60 @@
615615
resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.9.0.tgz#d03eba68273dc0f7509e2a3d5cba21eae10379fe"
616616
integrity sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==
617617

618-
"@oven/bun-darwin-aarch64@1.3.8":
619-
version "1.3.8"
620-
resolved "https://registry.yarnpkg.com/@oven/bun-darwin-aarch64/-/bun-darwin-aarch64-1.3.8.tgz#f51204217c98e58cd66adc5bb6bf811f69d86657"
621-
integrity sha512-hPERz4IgXCM6Y6GdEEsJAFceyJMt29f3HlFzsvE/k+TQjChRhar6S+JggL35b9VmFfsdxyCOOTPqgnSrdV0etA==
622-
623-
"@oven/bun-darwin-x64-baseline@1.3.8":
624-
version "1.3.8"
625-
resolved "https://registry.yarnpkg.com/@oven/bun-darwin-x64-baseline/-/bun-darwin-x64-baseline-1.3.8.tgz#6e0059838195a64ac3b8268109840ce42b5d83f0"
626-
integrity sha512-ArHVWpCRZI3vGLoN2/8ud8Kzqlgn1Gv+fNw+pMB9x18IzgAEhKxFxsWffnoaH21amam4tAOhpeewRIgdNtB0Cw==
627-
628-
"@oven/bun-darwin-x64@1.3.8":
629-
version "1.3.8"
630-
resolved "https://registry.yarnpkg.com/@oven/bun-darwin-x64/-/bun-darwin-x64-1.3.8.tgz#4a48273eb92827fa4a53bbf9f6f7d38d2d83c4ea"
631-
integrity sha512-SaWIxsRQYiT/eA60bqA4l8iNO7cJ6YD8ie82RerRp9voceBxPIZiwX4y20cTKy5qNaSGr9LxfYq7vDywTipiog==
632-
633-
"@oven/bun-linux-aarch64-musl@1.3.8":
634-
version "1.3.8"
635-
resolved "https://registry.yarnpkg.com/@oven/bun-linux-aarch64-musl/-/bun-linux-aarch64-musl-1.3.8.tgz#40f2895c32bad04c0b2eacb329dd934cb0f9ca54"
636-
integrity sha512-HvJmhrfipL7GtuqFz6xNpmf27NGcCOMwCalPjNR6fvkLpe8A7Z1+QbxKKjOglelmlmZc3Vi2TgDUtxSqfqOToQ==
637-
638-
"@oven/bun-linux-aarch64@1.3.8":
639-
version "1.3.8"
640-
resolved "https://registry.yarnpkg.com/@oven/bun-linux-aarch64/-/bun-linux-aarch64-1.3.8.tgz#d731dc7322b95a8a9fd50572c6346a7a1f3051b9"
641-
integrity sha512-rq0nNckobtS+ONoB95/Frfqr8jCtmSjjjEZlN4oyUx0KEBV11Vj4v3cDVaWzuI34ryL8FCog3HaqjfKn8R82Tw==
642-
643-
"@oven/bun-linux-x64-baseline@1.3.8":
644-
version "1.3.8"
645-
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64-baseline/-/bun-linux-x64-baseline-1.3.8.tgz#3529175b544d47f3697a8990a225eb4e8c7f5350"
646-
integrity sha512-3IkS3TuVOzMqPW6Gg9/8FEoKF/rpKZ9DZUfNy9GQ54+k4PGcXpptU3+dy8D4iDFCt4qe6bvoiAOdM44OOsZ+Wg==
647-
648-
"@oven/bun-linux-x64-musl-baseline@1.3.8":
649-
version "1.3.8"
650-
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64-musl-baseline/-/bun-linux-x64-musl-baseline-1.3.8.tgz#119501b08ef9e77317627ac54e1e21249dc77d4e"
651-
integrity sha512-5g8XJwHhcTh8SGoKO7pR54ILYDbuFkGo+68DOMTiVB5eLxuLET+Or/camHgk4QWp3nUS5kNjip4G8BE8i0rHVQ==
652-
653-
"@oven/bun-linux-x64-musl@1.3.8":
654-
version "1.3.8"
655-
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64-musl/-/bun-linux-x64-musl-1.3.8.tgz#4cf182843df43660de982177d5a7ea26726c351b"
656-
integrity sha512-o7Jm5zL4aw9UBs3BcZLVbgGm2V4F10MzAQAV+ziKzoEfYmYtvDqRVxgKEq7BzUOVy4LgfrfwzEXw5gAQGRrhQQ==
657-
658-
"@oven/bun-linux-x64@1.3.8":
659-
version "1.3.8"
660-
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64/-/bun-linux-x64-1.3.8.tgz#8d9f5832521d9b7921efc86cab88b6c4e76ee660"
661-
integrity sha512-YDgqVx1MI8E0oDbCEUSkAMBKKGnUKfaRtMdLh9Bjhu7JQacQ/ZCpxwi4HPf5Q0O1TbWRrdxGw2tA2Ytxkn7s1Q==
662-
663-
"@oven/bun-windows-x64-baseline@1.3.8":
664-
version "1.3.8"
665-
resolved "https://registry.yarnpkg.com/@oven/bun-windows-x64-baseline/-/bun-windows-x64-baseline-1.3.8.tgz#8a59d9fde6413e9750a31351be59782815ff1e06"
666-
integrity sha512-K6qBUKAZLXsjAwFxGTG87dsWlDjyDl2fqjJr7+x7lmv2m+aSEzmLOK+Z5pSvGkpjBp3LXV35UUgj8G0UTd0pPg==
667-
668-
"@oven/bun-windows-x64@1.3.8":
669-
version "1.3.8"
670-
resolved "https://registry.yarnpkg.com/@oven/bun-windows-x64/-/bun-windows-x64-1.3.8.tgz#dce8054ce006983b1088b67c4920fde3ec6f2afa"
671-
integrity sha512-UDI3rowMm/tI6DIynpE4XqrOhr+1Ztk1NG707Wxv2nygup+anTswgCwjfjgmIe78LdoRNFrux2GpeolhQGW6vQ==
618+
"@oven/bun-darwin-aarch64@1.3.9":
619+
version "1.3.9"
620+
resolved "https://registry.yarnpkg.com/@oven/bun-darwin-aarch64/-/bun-darwin-aarch64-1.3.9.tgz#dadfbc44ae0b4ecdd4a631b7b4bce24906b20d3b"
621+
integrity sha512-df7smckMWSUfaT5mzwN9Lfpd3ZGkOqo+vmQ8VV2a32gl14v6uZ/qeeo+1RlANXn8M0uzXPWWCkrKZIWSZUR0qw==
622+
623+
"@oven/bun-darwin-x64-baseline@1.3.9":
624+
version "1.3.9"
625+
resolved "https://registry.yarnpkg.com/@oven/bun-darwin-x64-baseline/-/bun-darwin-x64-baseline-1.3.9.tgz#04ff8be1f7ac2b354cca8c42f04e92d624ec5894"
626+
integrity sha512-XbhsA2XAFzvFr0vPSV6SNqGxab4xHKdPmVTLqoSHAx9tffrSq/012BDptOskulwnD+YNsrJUx2D2Ve1xvfgGcg==
627+
628+
"@oven/bun-darwin-x64@1.3.9":
629+
version "1.3.9"
630+
resolved "https://registry.yarnpkg.com/@oven/bun-darwin-x64/-/bun-darwin-x64-1.3.9.tgz#5a7eea20640e0ae2b6a0f71612aa4dd4797c2e45"
631+
integrity sha512-YiLxfsPzQqaVvT2a+nxH9do0YfUjrlxF3tKP0b1DDgvfgCcVKGsrQH3Wa82qHgL4dnT8h2bqi94JxXESEuPmcA==
632+
633+
"@oven/bun-linux-aarch64-musl@1.3.9":
634+
version "1.3.9"
635+
resolved "https://registry.yarnpkg.com/@oven/bun-linux-aarch64-musl/-/bun-linux-aarch64-musl-1.3.9.tgz#16317da524b2e1c468ef796743e2531323f6c91c"
636+
integrity sha512-t8uimCVBTw5f9K2QTZE5wN6UOrFETNrh/Xr7qtXT9nAOzaOnIFvYA+HcHbGfi31fRlCVfTxqm/EiCwJ1gEw9YQ==
637+
638+
"@oven/bun-linux-aarch64@1.3.9":
639+
version "1.3.9"
640+
resolved "https://registry.yarnpkg.com/@oven/bun-linux-aarch64/-/bun-linux-aarch64-1.3.9.tgz#94a144e50f85e696512916176174713e16036425"
641+
integrity sha512-VaNQTu0Up4gnwZLQ6/Hmho6jAlLxTQ1PwxEth8EsXHf82FOXXPV5OCQ6KC9mmmocjKlmWFaIGebThrOy8DUo4g==
642+
643+
"@oven/bun-linux-x64-baseline@1.3.9":
644+
version "1.3.9"
645+
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64-baseline/-/bun-linux-x64-baseline-1.3.9.tgz#fa53f49f63dc1057f129d270b4a986a53b5a1f00"
646+
integrity sha512-nZ12g22cy7pEOBwAxz2tp0wVqekaCn9QRKuGTHqOdLlyAqR4SCdErDvDhUWd51bIyHTQoCmj72TegGTgG0WNPw==
647+
648+
"@oven/bun-linux-x64-musl-baseline@1.3.9":
649+
version "1.3.9"
650+
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64-musl-baseline/-/bun-linux-x64-musl-baseline-1.3.9.tgz#f6ddcf78c16bb7bcea5278bd5d36439bbd02555a"
651+
integrity sha512-3FXQgtYFsT0YOmAdMcJn56pLM5kzSl6y942rJJIl5l2KummB9Ea3J/vMJMzQk7NCAGhleZGWU/pJSS/uXKGa7w==
652+
653+
"@oven/bun-linux-x64-musl@1.3.9":
654+
version "1.3.9"
655+
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64-musl/-/bun-linux-x64-musl-1.3.9.tgz#1042cc4e3e543456e501b94677f463109e9dcdbb"
656+
integrity sha512-4ZjIUgCxEyKwcKXideB5sX0KJpnHTZtu778w73VNq2uNH2fNpMZv98+DBgJyQ9OfFoRhmKn1bmLmSefvnHzI9w==
657+
658+
"@oven/bun-linux-x64@1.3.9":
659+
version "1.3.9"
660+
resolved "https://registry.yarnpkg.com/@oven/bun-linux-x64/-/bun-linux-x64-1.3.9.tgz#728fbb706add9f89a74dba0a33369d1f73b5f69c"
661+
integrity sha512-oQyAW3+ugulvXTZ+XYeUMmNPR94sJeMokfHQoKwPvVwhVkgRuMhcLGV2ZesHCADVu30Oz2MFXbgdC8x4/o9dRg==
662+
663+
"@oven/bun-windows-x64-baseline@1.3.9":
664+
version "1.3.9"
665+
resolved "https://registry.yarnpkg.com/@oven/bun-windows-x64-baseline/-/bun-windows-x64-baseline-1.3.9.tgz#b226f3b466b04e9d61309eac385b5082f7e29a9f"
666+
integrity sha512-a/+hSrrDpMD7THyXvE2KJy1skxzAD0cnW4K1WjuI/91VqsphjNzvf5t/ZgxEVL4wb6f+hKrSJ5J3aH47zPr61g==
667+
668+
"@oven/bun-windows-x64@1.3.9":
669+
version "1.3.9"
670+
resolved "https://registry.yarnpkg.com/@oven/bun-windows-x64/-/bun-windows-x64-1.3.9.tgz#1580e78c73db8a211a353d1250d844e767009a8a"
671+
integrity sha512-/d6vAmgKvkoYlsGPsRPlPmOK1slPis/F40UG02pYwypTH0wmY0smgzdFqR4YmryxFh17XrW1kITv+U99Oajk9Q==
672672

673673
"@pkgjs/parseargs@^0.11.0":
674674
version "0.11.0"
@@ -707,13 +707,13 @@
707707
"@sinonjs/commons" "^3.0.1"
708708
type-detect "^4.1.0"
709709

710-
"@stylistic/eslint-plugin@^5.7.1":
711-
version "5.7.1"
712-
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz#bb108186a0133071b38be5fa705cd262260be8a8"
713-
integrity sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==
710+
"@stylistic/eslint-plugin@^5.8.0":
711+
version "5.8.0"
712+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz#e3986833ebb9476310eb9d03a7483c046b0f57ad"
713+
integrity sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==
714714
dependencies:
715715
"@eslint-community/eslint-utils" "^4.9.1"
716-
"@typescript-eslint/types" "^8.53.1"
716+
"@typescript-eslint/types" "^8.54.0"
717717
eslint-visitor-keys "^4.2.1"
718718
espree "^10.4.0"
719719
estraverse "^5.3.0"
@@ -763,10 +763,10 @@
763763
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-15.0.1.tgz#49f731d9453f52d64dd79f5a5626c1cf1b81bea4"
764764
integrity sha512-Ko2tjWJq8oozHzHV+reuvS5KYIRAokHnGbDwGh/J64LntgpbuylF74ipEL24HCyRjf9FOlBiBHWBR1RlVKsI1w==
765765

766-
"@typescript-eslint/types@^8.53.1":
767-
version "8.54.0"
768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
769-
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
766+
"@typescript-eslint/types@^8.54.0":
767+
version "8.56.0"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
769+
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
770770

771771
"@yarnpkg/lockfile@^1.1.0":
772772
version "1.1.0"
@@ -955,13 +955,13 @@ available-typed-arrays@^1.0.7:
955955
dependencies:
956956
possible-typed-array-names "^1.0.0"
957957

958-
axios@^1.13.4:
959-
version "1.13.4"
960-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.4.tgz#15d109a4817fb82f73aea910d41a2c85606076bc"
961-
integrity sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==
958+
axios@^1.13.5:
959+
version "1.13.5"
960+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
961+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
962962
dependencies:
963-
follow-redirects "^1.15.6"
964-
form-data "^4.0.4"
963+
follow-redirects "^1.15.11"
964+
form-data "^4.0.5"
965965
proxy-from-env "^1.1.0"
966966

967967
balanced-match@^1.0.0:
@@ -1048,22 +1048,22 @@ builtin-modules@^5.0.0:
10481048
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-5.0.0.tgz#9be95686dedad2e9eed05592b07733db87dcff1a"
10491049
integrity sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==
10501050

1051-
bun@1.3.8:
1052-
version "1.3.8"
1053-
resolved "https://registry.yarnpkg.com/bun/-/bun-1.3.8.tgz#cb0c17aec119c34d821717dff1a01f5063eacf95"
1054-
integrity sha512-TmmtMGQSXY3o0enSMMkvR5g7Dw/2n2oylAUprLVdqA8pDPBoKbzgOmmgHOtvnfRznFppl+Gu2cid3vgAjcNoSg==
1051+
bun@1.3.9:
1052+
version "1.3.9"
1053+
resolved "https://registry.yarnpkg.com/bun/-/bun-1.3.9.tgz#50d39c3bba2f92ec618203fdf50cbec3b60231f8"
1054+
integrity sha512-v5hkh1us7sMNjfimWE70flYbD5I1/qWQaqmJ45q2qk5H/7muQVa478LSVRSFyGTBUBog2LsPQnfIRdjyWJRY+A==
10551055
optionalDependencies:
1056-
"@oven/bun-darwin-aarch64" "1.3.8"
1057-
"@oven/bun-darwin-x64" "1.3.8"
1058-
"@oven/bun-darwin-x64-baseline" "1.3.8"
1059-
"@oven/bun-linux-aarch64" "1.3.8"
1060-
"@oven/bun-linux-aarch64-musl" "1.3.8"
1061-
"@oven/bun-linux-x64" "1.3.8"
1062-
"@oven/bun-linux-x64-baseline" "1.3.8"
1063-
"@oven/bun-linux-x64-musl" "1.3.8"
1064-
"@oven/bun-linux-x64-musl-baseline" "1.3.8"
1065-
"@oven/bun-windows-x64" "1.3.8"
1066-
"@oven/bun-windows-x64-baseline" "1.3.8"
1056+
"@oven/bun-darwin-aarch64" "1.3.9"
1057+
"@oven/bun-darwin-x64" "1.3.9"
1058+
"@oven/bun-darwin-x64-baseline" "1.3.9"
1059+
"@oven/bun-linux-aarch64" "1.3.9"
1060+
"@oven/bun-linux-aarch64-musl" "1.3.9"
1061+
"@oven/bun-linux-x64" "1.3.9"
1062+
"@oven/bun-linux-x64-baseline" "1.3.9"
1063+
"@oven/bun-linux-x64-musl" "1.3.9"
1064+
"@oven/bun-linux-x64-musl-baseline" "1.3.9"
1065+
"@oven/bun-windows-x64" "1.3.9"
1066+
"@oven/bun-windows-x64-baseline" "1.3.9"
10671067

10681068
busboy@^1.6.0:
10691069
version "1.6.0"
@@ -1619,12 +1619,12 @@ eslint-module-utils@^2.12.1:
16191619
dependencies:
16201620
debug "^3.2.7"
16211621

1622-
eslint-plugin-cypress@^5.2.1:
1623-
version "5.2.1"
1624-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-5.2.1.tgz#0ce3fbe694174068403b3c0c2de252896317b97d"
1625-
integrity sha512-HTJLbcd7fwJ4agbHinZ4FUIl38bUTJT3BmH8zdgS2V32LETmPqCtWHi3xlgZ2vpX0aW6kQoHCVVqHm8NxZJ9sA==
1622+
eslint-plugin-cypress@^5.3.0:
1623+
version "5.3.0"
1624+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-5.3.0.tgz#52cb5397829a765a22680ccb010e81b73d249fb2"
1625+
integrity sha512-qjHF2Sdi3VkXSMnfQeUqsbYnessgc6T2dus/Q1U+e5102GpPy9eLd8MWW2Xp2SS9bMpPNLnSHwktMhCKr0dIBg==
16261626
dependencies:
1627-
globals "^16.2.0"
1627+
globals "^16.5.0"
16281628

16291629
eslint-plugin-es-x@^7.8.0:
16301630
version "7.8.0"
@@ -1660,12 +1660,12 @@ eslint-plugin-import@^2.32.0:
16601660
string.prototype.trimend "^1.0.9"
16611661
tsconfig-paths "^3.15.0"
16621662

1663-
eslint-plugin-jsdoc@^62.5.0:
1664-
version "62.5.0"
1665-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.0.tgz#c6c466a55cc17072c702a72ae03c227af32257ac"
1666-
integrity sha512-D+1haMVDzW/ZMoPwOnsbXCK07rJtsq98Z1v+ApvDKxSzYTTcPgmFc/nyUDCGmxm2cP7g7hszyjYHO7Zodl/43w==
1663+
eslint-plugin-jsdoc@^62.5.4:
1664+
version "62.5.4"
1665+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.5.4.tgz#2f8bcb3260fcd59b4d5a424e6c761f105e0eacab"
1666+
integrity sha512-U+Q5ppErmC17VFQl542eBIaXcuq975BzoIHBXyx7UQx/i4gyHXxPiBkonkuxWyFA98hGLALLUuD+NJcXqSGKxg==
16671667
dependencies:
1668-
"@es-joy/jsdoccomment" "~0.83.0"
1668+
"@es-joy/jsdoccomment" "~0.84.0"
16691669
"@es-joy/resolve.exports" "1.2.0"
16701670
are-docs-informative "^0.0.2"
16711671
comment-parser "1.4.5"
@@ -1978,7 +1978,7 @@ flatted@^3.2.9:
19781978
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
19791979
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
19801980

1981-
follow-redirects@^1.15.6:
1981+
follow-redirects@^1.15.11:
19821982
version "1.15.11"
19831983
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
19841984
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
@@ -2006,7 +2006,7 @@ foreground-child@^3.1.0, foreground-child@^3.3.0:
20062006
cross-spawn "^7.0.6"
20072007
signal-exit "^4.0.1"
20082008

2009-
form-data@^4.0.4:
2009+
form-data@^4.0.5:
20102010
version "4.0.5"
20112011
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
20122012
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
@@ -2160,15 +2160,15 @@ globals@^15.11.0, globals@^15.14.0:
21602160
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
21612161
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
21622162

2163-
globals@^16.2.0, globals@^16.4.0:
2163+
globals@^16.4.0, globals@^16.5.0:
21642164
version "16.5.0"
21652165
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
21662166
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
21672167

2168-
globals@^17.2.0:
2169-
version "17.2.0"
2170-
resolved "https://registry.yarnpkg.com/globals/-/globals-17.2.0.tgz#41d29408d6f5408457d2ef965d29215e3026779f"
2171-
integrity sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==
2168+
globals@^17.3.0:
2169+
version "17.3.0"
2170+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.3.0.tgz#8b96544c2fa91afada02747cc9731c002a96f3b9"
2171+
integrity sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==
21722172

21732173
globalthis@^1.0.4:
21742174
version "1.0.4"
@@ -2697,10 +2697,10 @@ js-yaml@^4.1.0, js-yaml@^4.1.1:
26972697
dependencies:
26982698
argparse "^2.0.1"
26992699

2700-
jsdoc-type-pratt-parser@~7.1.0:
2701-
version "7.1.0"
2702-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.0.tgz#f2d63cbbc3d0d4eaea257eb5f847e8ebc5908dd5"
2703-
integrity sha512-SX7q7XyCwzM/MEDCYz0l8GgGbJAACGFII9+WfNYr5SLEKukHWRy2Jk3iWRe7P+lpYJNs7oQ+OSei4JtKGUjd7A==
2700+
jsdoc-type-pratt-parser@~7.1.1:
2701+
version "7.1.1"
2702+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.1.1.tgz#c67be3c812aaf1405bef3e965e8c3db50a5cad1b"
2703+
integrity sha512-/2uqY7x6bsrpi3i9LVU6J89352C0rpMk0as8trXxCtvd4kPk1ke/Eyif6wqfSLvoNJqcDG9Vk4UsXgygzCt2xA==
27042704

27052705
jsesc@^3.0.2, jsesc@^3.1.0, jsesc@~3.1.0:
27062706
version "3.1.0"
@@ -3218,10 +3218,10 @@ p-limit@^3.0.2, p-limit@^3.1.0:
32183218
dependencies:
32193219
yocto-queue "^0.1.0"
32203220

3221-
p-limit@^7.2.0:
3222-
version "7.2.0"
3223-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.2.0.tgz#afcf6b5a86d093660140497dda0e640dd01a7b3b"
3224-
integrity sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==
3221+
p-limit@^7.3.0:
3222+
version "7.3.0"
3223+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.3.0.tgz#821398d91491c6b6a1340ecd09cdc402a9c8d0ee"
3224+
integrity sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==
32253225
dependencies:
32263226
yocto-queue "^1.2.1"
32273227

@@ -3630,10 +3630,10 @@ semver@^6.0.0, semver@^6.3.1:
36303630
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
36313631
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
36323632

3633-
semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3, semver@^7.7.2, semver@^7.7.3:
3634-
version "7.7.3"
3635-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
3636-
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
3633+
semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3, semver@^7.7.3, semver@^7.7.4:
3634+
version "7.7.4"
3635+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
3636+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
36373637

36383638
send@^1.1.0, send@^1.2.0:
36393639
version "1.2.0"

0 commit comments

Comments
 (0)