Skip to content

Commit e3d75bb

Browse files
chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 1 directory with 4 updates
Bumps the dev-minor-and-patch-dependencies group with 4 updates in the / directory: [@eslint/eslintrc](https://github.com/eslint/eslintrc), [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n). 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.0.13 - [Commits](gajus/eslint-plugin-jsdoc@v63.0.12...v63.0.13) 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) --- 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.0.13 dependency-type: direct:development update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccdc88f commit e3d75bb

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"@actions/core": "^3.0.1",
190190
"@actions/github": "^9.1.1",
191191
"@babel/helpers": "^8.0.0",
192-
"@eslint/eslintrc": "^3.3.5",
192+
"@eslint/eslintrc": "^3.3.6",
193193
"@eslint/js": "^9.39.2",
194194
"@msgpack/msgpack": "^3.1.3",
195195
"@openfeature/core": "^1.11.0",
@@ -206,11 +206,11 @@
206206
"c8": "^11.0.0",
207207
"codeowners-audit": "^2.9.0",
208208
"eslint": "^9.39.2",
209-
"eslint-plugin-cypress": "^6.4.2",
209+
"eslint-plugin-cypress": "^6.4.3",
210210
"eslint-plugin-import": "^2.32.0",
211-
"eslint-plugin-jsdoc": "^63.0.12",
211+
"eslint-plugin-jsdoc": "^63.0.13",
212212
"eslint-plugin-mocha": "^11.3.0",
213-
"eslint-plugin-n": "^18.2.1",
213+
"eslint-plugin-n": "^18.2.2",
214214
"eslint-plugin-promise": "^7.3.0",
215215
"eslint-plugin-sonarjs": "^4.2.0",
216216
"eslint-plugin-unicorn": "^64.0.0",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -378,18 +378,18 @@
378378
dependencies:
379379
"@types/json-schema" "^7.0.15"
380380

381-
"@eslint/eslintrc@^3.3.1", "@eslint/eslintrc@^3.3.5":
382-
version "3.3.5"
383-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
384-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
381+
"@eslint/eslintrc@^3.3.1", "@eslint/eslintrc@^3.3.6":
382+
version "3.3.6"
383+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.6.tgz#d22bfd6b3a7d8e1f2c0b2f2e6de111b53ec6e13e"
384+
integrity sha512-l2Ul9PrHsPCKcEY/ac7VgFj9D80C7S68sOKc618SyHDPK36s1XcFebXY0iTzUVn4Yq+YbwvSnDmCz9yxjX+QrA==
385385
dependencies:
386386
ajv "^6.14.0"
387387
debug "^4.3.2"
388388
espree "^10.0.1"
389389
globals "^14.0.0"
390390
ignore "^5.2.0"
391391
import-fresh "^3.2.1"
392-
js-yaml "^4.1.1"
392+
js-yaml "^4.3.0"
393393
minimatch "^3.1.5"
394394
strip-json-comments "^3.1.1"
395395

@@ -2068,10 +2068,10 @@ eslint-module-utils@^2.12.1:
20682068
dependencies:
20692069
debug "^3.2.7"
20702070

2071-
eslint-plugin-cypress@^6.4.2:
2072-
version "6.4.2"
2073-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.2.tgz#fdc641737d243fde5dfca5e600a4074ecc2c5fd7"
2074-
integrity sha512-OIGJP5y6/cyMxBtMASP/iBM7Pv4ZHccE9uI8MhtAZDrdNDYDwHgKa/3Khrr+FGRr9hSIfNYstGRhSmbcLURWYA==
2071+
eslint-plugin-cypress@^6.4.3:
2072+
version "6.4.3"
2073+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.3.tgz#55b28ac19ff99985a90e6ec223684f0ae8f4dec2"
2074+
integrity sha512-2/ulKNnCn+0vbaDI/6KovgGKsR/Y/bA+KMAkxRbHl2IAMd/UzU24ZOXpncR+QPBlaXqfAJ9NMCzdwX9Gjhm9AQ==
20752075
dependencies:
20762076
globals "^17.7.0"
20772077

@@ -2109,10 +2109,10 @@ eslint-plugin-import@^2.32.0:
21092109
string.prototype.trimend "^1.0.9"
21102110
tsconfig-paths "^3.15.0"
21112111

2112-
eslint-plugin-jsdoc@^63.0.12:
2113-
version "63.0.12"
2114-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.12.tgz#e8edf4ed3ba4395095a01161d0dd1c0959d82213"
2115-
integrity sha512-99VfBHyoLlF9n5w9wh+jLWDBzCgYd3tfw3M/aynAd+H2ylGHWLbde/GPTuo/5az3jMAN0fH7QzCYvEOY6u+Ypg==
2112+
eslint-plugin-jsdoc@^63.0.13:
2113+
version "63.0.13"
2114+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.13.tgz#73da322a9e2b997c089e275ce1784cde958de0bc"
2115+
integrity sha512-ahG1kWA8jYNwaQJtzJlnF+v4Gb9w5r+WL98gp+L8qjLN9ErpL5sevGuemN+fCYsU3Np27F36KmDc8UPi1ml/dg==
21162116
dependencies:
21172117
"@es-joy/jsdoccomment" "~0.88.0"
21182118
"@es-joy/resolve.exports" "1.2.0"
@@ -2137,10 +2137,10 @@ eslint-plugin-mocha@^11.3.0:
21372137
"@eslint-community/eslint-utils" "^4.4.1"
21382138
globals "^15.14.0"
21392139

2140-
eslint-plugin-n@^18.2.1:
2141-
version "18.2.1"
2142-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz#6f0227d408ee82c06350902c7cb850e2c96d9f4e"
2143-
integrity sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==
2140+
eslint-plugin-n@^18.2.2:
2141+
version "18.2.2"
2142+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.2.tgz#743c7931831472f3378724cc32ffe3917c734819"
2143+
integrity sha512-gOO0lIqwEjZ750kv9/SptCWArUoAZXJoBr0vYWTO2dCBxctHUXlBIigiC8xuxxr/NKqgIT6Ehz1xRcilj8a5cA==
21442144
dependencies:
21452145
"@eslint-community/eslint-utils" "^4.5.0"
21462146
enhanced-resolve "^5.17.1"
@@ -3174,10 +3174,10 @@ js-yaml@^3.13.1:
31743174
argparse "^1.0.7"
31753175
esprima "^4.0.0"
31763176

3177-
js-yaml@^4.1.0, js-yaml@^4.1.1:
3178-
version "4.1.1"
3179-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3180-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
3177+
js-yaml@^4.1.0, js-yaml@^4.3.0:
3178+
version "4.3.0"
3179+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.0.tgz#d1900572a7f7cf0b5f540c83673e60bad3436592"
3180+
integrity sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==
31813181
dependencies:
31823182
argparse "^2.0.1"
31833183

0 commit comments

Comments
 (0)