Skip to content

Commit 9a04ee5

Browse files
chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 1 directory with 6 updates
Bumps the dev-minor-and-patch-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.5` | `3.3.6` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `6.4.2` | `6.4.3` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.0.12` | `63.2.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `18.2.1` | `18.2.2` | | [p-limit](https://github.com/sindresorhus/p-limit) | `7.3.0` | `7.3.1` | | [sinon](https://github.com/sinonjs/sinon) | `22.0.0` | `22.1.0` | Updates `@eslint/eslintrc` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@eslintrc-v3.3.5...eslintrc-v3.3.6) Updates `eslint-plugin-cypress` from 6.4.2 to 6.4.3 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v6.4.2...v6.4.3) Updates `eslint-plugin-jsdoc` from 63.0.12 to 63.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.0.12...v63.2.0) Updates `eslint-plugin-n` from 18.2.1 to 18.2.2 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v18.2.1...v18.2.2) Updates `p-limit` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](sindresorhus/p-limit@v7.3.0...v7.3.1) Updates `sinon` from 22.0.0 to 22.1.0 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/CHANGES.md) - [Commits](sinonjs/sinon@v22.0.0...v22.1.0) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: eslint-plugin-cypress dependency-version: 6.4.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: eslint-plugin-jsdoc dependency-version: 63.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: eslint-plugin-n dependency-version: 18.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: p-limit dependency-version: 7.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: sinon dependency-version: 22.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8a1d9c commit 9a04ee5

2 files changed

Lines changed: 35 additions & 35 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"@actions/core": "^3.0.1",
193193
"@actions/github": "^9.1.1",
194194
"@babel/helpers": "^8.0.0",
195-
"@eslint/eslintrc": "^3.3.5",
195+
"@eslint/eslintrc": "^3.3.6",
196196
"@eslint/js": "^10.0.1",
197197
"@msgpack/msgpack": "^3.1.3",
198198
"@openfeature/core": "^1.11.0",
@@ -210,11 +210,11 @@
210210
"c8": "^12.0.0",
211211
"codeowners-audit": "^2.9.0",
212212
"eslint": "^10.5.0",
213-
"eslint-plugin-cypress": "^6.4.2",
213+
"eslint-plugin-cypress": "^6.4.3",
214214
"eslint-plugin-import-x": "^4.16.2",
215-
"eslint-plugin-jsdoc": "^63.0.12",
215+
"eslint-plugin-jsdoc": "^63.2.0",
216216
"eslint-plugin-mocha": "^11.3.0",
217-
"eslint-plugin-n": "^18.2.1",
217+
"eslint-plugin-n": "^18.2.2",
218218
"eslint-plugin-promise": "^7.3.0",
219219
"eslint-plugin-sonarjs": "^4.2.0",
220220
"eslint-plugin-unicorn": "^72.0.0",
@@ -236,12 +236,12 @@
236236
"node-preload": "^0.2.1",
237237
"nyc": "^18.0.0",
238238
"octokit": "^5.0.3",
239-
"p-limit": "^7.2.0",
239+
"p-limit": "^7.3.1",
240240
"proxyquire": "^2.1.3",
241241
"retry": "^0.13.1",
242242
"semifies": "^1.0.0",
243243
"semver": "^7.8.5",
244-
"sinon": "^22.0.0",
244+
"sinon": "^22.1.0",
245245
"source-map-support": "^0.5.21",
246246
"test-exclude": "^8.0.0",
247247
"tiktoken": "^1.0.21",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -386,18 +386,18 @@
386386
mdn-data "2.28.1"
387387
source-map-js "^1.2.1"
388388

389-
"@eslint/eslintrc@^3.3.5":
390-
version "3.3.5"
391-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
392-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
389+
"@eslint/eslintrc@^3.3.6":
390+
version "3.3.6"
391+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.6.tgz#d22bfd6b3a7d8e1f2c0b2f2e6de111b53ec6e13e"
392+
integrity sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==
393393
dependencies:
394394
ajv "^6.14.0"
395395
debug "^4.3.2"
396396
espree "^10.0.1"
397397
globals "^14.0.0"
398398
ignore "^5.2.0"
399399
import-fresh "^3.2.1"
400-
js-yaml "^4.1.1"
400+
js-yaml "^4.3.0"
401401
minimatch "^3.1.5"
402402
strip-json-comments "^3.1.1"
403403

@@ -1969,10 +1969,10 @@ eslint-import-context@^0.1.9:
19691969
get-tsconfig "^4.10.1"
19701970
stable-hash-x "^0.2.0"
19711971

1972-
eslint-plugin-cypress@^6.4.2:
1973-
version "6.4.2"
1974-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.2.tgz#fdc641737d243fde5dfca5e600a4074ecc2c5fd7"
1975-
integrity sha512-OIGJP5y6/cyMxBtMASP/iBM7Pv4ZHccE9uI8MhtAZDrdNDYDwHgKa/3Khrr+FGRr9hSIfNYstGRhSmbcLURWYA==
1972+
eslint-plugin-cypress@^6.4.3:
1973+
version "6.4.3"
1974+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.3.tgz#55b28ac19ff99985a90e6ec223684f0ae8f4dec2"
1975+
integrity sha512-2/ulKNnCn+0vbaDI/6KovgGKsR/Y/bA+KMAkxRbHl2IAMd/UzU24ZOXpncR+QPBlaXqfAJ9NMCzdwX9Gjhm9AQ==
19761976
dependencies:
19771977
globals "^17.7.0"
19781978

@@ -2000,10 +2000,10 @@ eslint-plugin-import-x@^4.16.2:
20002000
stable-hash-x "^0.2.0"
20012001
unrs-resolver "^1.9.2"
20022002

2003-
eslint-plugin-jsdoc@^63.0.12:
2004-
version "63.0.12"
2005-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.12.tgz#e8edf4ed3ba4395095a01161d0dd1c0959d82213"
2006-
integrity sha512-99VfBHyoLlF9n5w9wh+jLWDBzCgYd3tfw3M/aynAd+H2ylGHWLbde/GPTuo/5az3jMAN0fH7QzCYvEOY6u+Ypg==
2003+
eslint-plugin-jsdoc@^63.2.0:
2004+
version "63.2.0"
2005+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.2.0.tgz#34b31c0ee6040b9fe96c934789d7788a0ce64ce9"
2006+
integrity sha512-tccz9igEV5mTKVAwo/KwXqKP7ENqa3a+LpRFuEPAP3k/+SXG4T0sOvA+c2wwTD/TLNrH9MCW4LIu4xEExkJdzg==
20072007
dependencies:
20082008
"@es-joy/jsdoccomment" "~0.88.0"
20092009
"@es-joy/resolve.exports" "1.2.0"
@@ -2028,10 +2028,10 @@ eslint-plugin-mocha@^11.3.0:
20282028
"@eslint-community/eslint-utils" "^4.4.1"
20292029
globals "^15.14.0"
20302030

2031-
eslint-plugin-n@^18.2.1:
2032-
version "18.2.1"
2033-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz#6f0227d408ee82c06350902c7cb850e2c96d9f4e"
2034-
integrity sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==
2031+
eslint-plugin-n@^18.2.2:
2032+
version "18.2.2"
2033+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.2.tgz#743c7931831472f3378724cc32ffe3917c734819"
2034+
integrity sha512-gOO0lIqwEjZ750kv9/SptCWArUoAZXJoBr0vYWTO2dCBxctHUXlBIigiC8xuxxr/NKqgIT6Ehz1xRcilj8a5cA==
20352035
dependencies:
20362036
"@eslint-community/eslint-utils" "^4.5.0"
20372037
enhanced-resolve "^5.17.1"
@@ -2854,10 +2854,10 @@ js-yaml@^3.13.1:
28542854
argparse "^1.0.7"
28552855
esprima "^4.0.0"
28562856

2857-
js-yaml@^4.1.0, js-yaml@^4.1.1:
2858-
version "4.1.1"
2859-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
2860-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
2857+
js-yaml@^4.1.0, js-yaml@^4.3.0:
2858+
version "4.3.0"
2859+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.0.tgz#d1900572a7f7cf0b5f540c83673e60bad3436592"
2860+
integrity sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==
28612861
dependencies:
28622862
argparse "^2.0.1"
28632863

@@ -3407,10 +3407,10 @@ p-limit@^3.0.2:
34073407
dependencies:
34083408
yocto-queue "^0.1.0"
34093409

3410-
p-limit@^7.2.0:
3411-
version "7.3.0"
3412-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.3.0.tgz#821398d91491c6b6a1340ecd09cdc402a9c8d0ee"
3413-
integrity sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==
3410+
p-limit@^7.3.1:
3411+
version "7.3.1"
3412+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-7.3.1.tgz#ded48cbfa10b161a9928120261fa82c9a282eb3f"
3413+
integrity sha512-0trZaiG7Y7kN/Egy9a8j47t9osC0Tch4PaIWd9yGF6bvmlk7muExRvGNYb8sXBwEKMoNKsbNN9P8EefuQekE4Q==
34143414
dependencies:
34153415
yocto-queue "^1.2.1"
34163416

@@ -3909,10 +3909,10 @@ signal-exit@^4.0.1:
39093909
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
39103910
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
39113911

3912-
sinon@^22.0.0:
3913-
version "22.0.0"
3914-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-22.0.0.tgz#01cea95c919468f6ef01e21d406397e5c02aad9b"
3915-
integrity sha512-sq/6DpdXOrLyfbKlXLg/Usc7xu8YXPeLkOFZRvA3bNUSA2lhbrZ06yuXbH1fkzBPCbz9O10+7hznzUsjaYNm0Q==
3912+
sinon@^22.1.0:
3913+
version "22.1.0"
3914+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-22.1.0.tgz#df5a9308d1818166d1370795a4953ceadc5ff706"
3915+
integrity sha512-n1ajF2rBWMTtEwbKcw4UdFg4nCnDdq/U6RDoxtOd7oapOlRoJ5ynwFx60owROyhDpA9QhMZi0pCO/xtmwFjG7w==
39163916
dependencies:
39173917
"@sinonjs/commons" "^3.0.1"
39183918
"@sinonjs/fake-timers" "^15.4.0"

0 commit comments

Comments
 (0)