Skip to content

Commit 87dc671

Browse files
dependabot[bot]BridgeAR
authored andcommitted
chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 1 directory with 4 updates (#8951)
Bumps the dev-minor-and-patch-dependencies group with 4 updates in the / directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n), [graphql](https://github.com/graphql/graphql-js) and [semver](https://github.com/npm/node-semver). Updates `eslint-plugin-jsdoc` from 63.0.1 to 63.0.2 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.0.1...v63.0.2) Updates `eslint-plugin-n` from 18.0.1 to 18.1.0 - [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.0.1...v18.1.0) Updates `graphql` from 16.14.1 to 16.14.2 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.14.1...v16.14.2) Updates `semver` from 7.8.2 to 7.8.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.8.2...v7.8.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.2 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.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: graphql dependency-version: 16.14.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch-dependencies - dependency-name: semver dependency-version: 7.8.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48d5888 commit 87dc671

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@
197197
"eslint": "^9.39.2",
198198
"eslint-plugin-cypress": "^6.4.1",
199199
"eslint-plugin-import": "^2.32.0",
200-
"eslint-plugin-jsdoc": "^63.0.1",
200+
"eslint-plugin-jsdoc": "^63.0.2",
201201
"eslint-plugin-mocha": "^11.3.0",
202-
"eslint-plugin-n": "^18.0.1",
202+
"eslint-plugin-n": "^18.1.0",
203203
"eslint-plugin-promise": "^7.3.0",
204204
"eslint-plugin-sonarjs": "^4.0.3",
205205
"eslint-plugin-unicorn": "^64.0.0",
@@ -223,7 +223,7 @@
223223
"proxyquire": "^2.1.3",
224224
"retry": "^0.13.1",
225225
"semifies": "^1.0.0",
226-
"semver": "^7.8.2",
226+
"semver": "^7.8.4",
227227
"sinon": "^22.0.0",
228228
"tiktoken": "^1.0.21",
229229
"typescript": "^6.0.3",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,10 +1938,10 @@ eslint-plugin-import@^2.32.0:
19381938
string.prototype.trimend "^1.0.9"
19391939
tsconfig-paths "^3.15.0"
19401940

1941-
eslint-plugin-jsdoc@^63.0.1:
1942-
version "63.0.1"
1943-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.1.tgz#64993fcccb5692216bcfb660f600cf7468635a61"
1944-
integrity sha512-2uQ2ShksMXRUI4K96/CyNs5sYmXQHaSoRjn1cxL2RcRHF+9d+njIkT03cZS7/g/eI/fPJTRfjm/MgIlOezD+KQ==
1941+
eslint-plugin-jsdoc@^63.0.2:
1942+
version "63.0.2"
1943+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.2.tgz#e0697dae3f9df3677cba69455279f40f289eb75d"
1944+
integrity sha512-0TchoK1uS4VxHSo3P4CyWQ31Lm+6zsT+xkHMC5KbFKwgOf8YrXPf1Bl8EP7kpgw1wfe/Ui5jz5mSX7ou8WAVuw==
19451945
dependencies:
19461946
"@es-joy/jsdoccomment" "~0.87.0"
19471947
"@es-joy/resolve.exports" "1.2.0"
@@ -1954,7 +1954,7 @@ eslint-plugin-jsdoc@^63.0.1:
19541954
html-entities "^2.6.0"
19551955
object-deep-merge "^2.0.1"
19561956
parse-imports-exports "^0.2.4"
1957-
semver "^7.8.1"
1957+
semver "^7.8.2"
19581958
spdx-expression-parse "^4.0.0"
19591959
to-valid-identifier "^1.0.0"
19601960

@@ -1966,10 +1966,10 @@ eslint-plugin-mocha@^11.3.0:
19661966
"@eslint-community/eslint-utils" "^4.4.1"
19671967
globals "^15.14.0"
19681968

1969-
eslint-plugin-n@^18.0.1:
1970-
version "18.0.1"
1971-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.0.1.tgz#f21f6848648d0fcf11e6d9260ebf1c80994b99f7"
1972-
integrity sha512-q3ARhk+eZRc7myR0KHx+R3/GJeOHF+Ir6PK95Pu2tEX8Sl/4BIpmmVLva2kPrjC2gCmn6WHlHm+3yeo6Rxhycw==
1969+
eslint-plugin-n@^18.1.0:
1970+
version "18.1.0"
1971+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz#c1eadf2bc59704bf0078eca8d59743a7386b1081"
1972+
integrity sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg==
19731973
dependencies:
19741974
"@eslint-community/eslint-utils" "^4.5.0"
19751975
enhanced-resolve "^5.17.1"
@@ -2479,9 +2479,9 @@ graceful-fs@^4.1.15, graceful-fs@^4.2.4:
24792479
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
24802480

24812481
graphql@*:
2482-
version "16.14.1"
2483-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.14.1.tgz#e692888b5103480a71e48cd9c3ed1dd8b0c5af7f"
2484-
integrity sha512-cQOsSMS/IrDz82PVyRDvf/Q1F/bRbBVjJlh+xYOkI1qw2bWRvWGiWc+m2O0d6l4Bt1fyY+8kzJ8JFWGJqNeDBg==
2482+
version "16.14.2"
2483+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.14.2.tgz#83faf25869e3df727cc855161db5da85b0e5b2c0"
2484+
integrity sha512-Chq1s4CY7jmh8gO2qvLIJyfCDIN+EHLFW/9iShnp1z8FjBQMoodWP1kDC36VAMXXIvAjj4ARa7ntfAV2BrjsbA==
24852485

24862486
has-bigints@^1.0.2:
24872487
version "1.1.0"
@@ -3988,10 +3988,10 @@ semver@^6.0.0, semver@^6.3.1:
39883988
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
39893989
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
39903990

3991-
semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3, semver@^7.7.4, semver@^7.8.1, semver@^7.8.2:
3992-
version "7.8.2"
3993-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.2.tgz#194bd65723a28cf82542d2bf176b91c26b343be1"
3994-
integrity sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==
3991+
semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3, semver@^7.7.4, semver@^7.8.2, semver@^7.8.4:
3992+
version "7.8.4"
3993+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.4.tgz#c73eceebae0616934be8dff28a7fd70757c8e696"
3994+
integrity sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==
39953995

39963996
send@^1.1.0, send@^1.2.0:
39973997
version "1.2.1"

0 commit comments

Comments
 (0)