Skip to content

Commit b399143

Browse files
committed
chore(deps): update all non-major dependencies
1 parent a5ff8b7 commit b399143

File tree

2 files changed

+62
-9
lines changed

2 files changed

+62
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@semantic-release/changelog": "6.0.3",
6060
"@semantic-release/commit-analyzer": "12.0.0",
6161
"@semantic-release/git": "10.0.1",
62-
"@semantic-release/github": "10.0.2",
62+
"@semantic-release/github": "10.0.3",
6363
"@semantic-release/npm": "12.0.0",
6464
"@semantic-release/release-notes-generator": "13.0.0",
6565
"@types/jest": "29.5.12",
@@ -83,7 +83,7 @@
8383
"eslint-config-prettier": "9.1.0",
8484
"eslint-import-resolver-typescript": "3.6.1",
8585
"eslint-plugin-import": "2.29.1",
86-
"eslint-plugin-jest": "28.0.0",
86+
"eslint-plugin-jest": "28.1.0",
8787
"eslint-plugin-prettier": "5.1.3",
8888
"eslint-plugin-simple-import-sort": "12.0.0",
8989
"eslint-plugin-unused-imports": "3.1.0",

yarn.lock

+60-7
Original file line numberDiff line numberDiff line change
@@ -2615,6 +2615,13 @@ __metadata:
26152615
languageName: node
26162616
linkType: hard
26172617

2618+
"@octokit/openapi-types@npm:^21.0.0":
2619+
version: 21.2.0
2620+
resolution: "@octokit/openapi-types@npm:21.2.0"
2621+
checksum: 10c0/b4e46985f81b14aaad23ded33ae7c6c4090fcb2279d5c21915da9d7447089f20b943bbce648145171b39ff760bbc341dbe968aa6ffb4dae77e57faa1a74e9f00
2622+
languageName: node
2623+
linkType: hard
2624+
26182625
"@octokit/plugin-paginate-rest@npm:^10.0.0":
26192626
version: 10.0.0
26202627
resolution: "@octokit/plugin-paginate-rest@npm:10.0.0"
@@ -2626,6 +2633,17 @@ __metadata:
26262633
languageName: node
26272634
linkType: hard
26282635

2636+
"@octokit/plugin-paginate-rest@npm:^11.0.0":
2637+
version: 11.0.0
2638+
resolution: "@octokit/plugin-paginate-rest@npm:11.0.0"
2639+
dependencies:
2640+
"@octokit/types": "npm:^13.0.0"
2641+
peerDependencies:
2642+
"@octokit/core": ">=6"
2643+
checksum: 10c0/10a0fb45680e9b83892072730c473877c5a4d5162855a5aa2a4ffbd913eacf04c703c5d6c5f974bfaf88753e9e42a1cbfe64ef165668a1aa3803bcb90f0fda43
2644+
languageName: node
2645+
linkType: hard
2646+
26292647
"@octokit/plugin-retry@npm:^7.0.0":
26302648
version: 7.0.3
26312649
resolution: "@octokit/plugin-retry@npm:7.0.3"
@@ -2690,6 +2708,15 @@ __metadata:
26902708
languageName: node
26912709
linkType: hard
26922710

2711+
"@octokit/types@npm:^13.0.0":
2712+
version: 13.1.0
2713+
resolution: "@octokit/types@npm:13.1.0"
2714+
dependencies:
2715+
"@octokit/openapi-types": "npm:^21.0.0"
2716+
checksum: 10c0/da9dbbb382935dff2096cf03127e7324c0b1cf58dea36be1d2edfa7237f4dffc68ddc18f2d450932d2df34682959ad1504e1f90d22187a1fbf2e00d36fba63d4
2717+
languageName: node
2718+
linkType: hard
2719+
26932720
"@pkgjs/parseargs@npm:^0.11.0":
26942721
version: 0.11.0
26952722
resolution: "@pkgjs/parseargs@npm:0.11.0"
@@ -2793,7 +2820,33 @@ __metadata:
27932820
languageName: node
27942821
linkType: hard
27952822

2796-
"@semantic-release/github@npm:10.0.2, @semantic-release/github@npm:^10.0.0":
2823+
"@semantic-release/github@npm:10.0.3":
2824+
version: 10.0.3
2825+
resolution: "@semantic-release/github@npm:10.0.3"
2826+
dependencies:
2827+
"@octokit/core": "npm:^6.0.0"
2828+
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
2829+
"@octokit/plugin-retry": "npm:^7.0.0"
2830+
"@octokit/plugin-throttling": "npm:^9.0.0"
2831+
"@semantic-release/error": "npm:^4.0.0"
2832+
aggregate-error: "npm:^5.0.0"
2833+
debug: "npm:^4.3.4"
2834+
dir-glob: "npm:^3.0.1"
2835+
globby: "npm:^14.0.0"
2836+
http-proxy-agent: "npm:^7.0.0"
2837+
https-proxy-agent: "npm:^7.0.0"
2838+
issue-parser: "npm:^7.0.0"
2839+
lodash-es: "npm:^4.17.21"
2840+
mime: "npm:^4.0.0"
2841+
p-filter: "npm:^4.0.0"
2842+
url-join: "npm:^5.0.0"
2843+
peerDependencies:
2844+
semantic-release: ">=20.1.0"
2845+
checksum: 10c0/eedefc60f11516903ef6a3bd552d946ae1d4d94f2e9b2d7d7e8e64e7075bed197fa3c5fcd5a1300b8185c41800055cd282cf0a14718e042bfc797172f7aa5f22
2846+
languageName: node
2847+
linkType: hard
2848+
2849+
"@semantic-release/github@npm:^10.0.0":
27972850
version: 10.0.2
27982851
resolution: "@semantic-release/github@npm:10.0.2"
27992852
dependencies:
@@ -4509,7 +4562,7 @@ __metadata:
45094562
"@semantic-release/changelog": "npm:6.0.3"
45104563
"@semantic-release/commit-analyzer": "npm:12.0.0"
45114564
"@semantic-release/git": "npm:10.0.1"
4512-
"@semantic-release/github": "npm:10.0.2"
4565+
"@semantic-release/github": "npm:10.0.3"
45134566
"@semantic-release/npm": "npm:12.0.0"
45144567
"@semantic-release/release-notes-generator": "npm:13.0.0"
45154568
"@types/jest": "npm:29.5.12"
@@ -4533,7 +4586,7 @@ __metadata:
45334586
eslint-config-prettier: "npm:9.1.0"
45344587
eslint-import-resolver-typescript: "npm:3.6.1"
45354588
eslint-plugin-import: "npm:2.29.1"
4536-
eslint-plugin-jest: "npm:28.0.0"
4589+
eslint-plugin-jest: "npm:28.1.0"
45374590
eslint-plugin-prettier: "npm:5.1.3"
45384591
eslint-plugin-simple-import-sort: "npm:12.0.0"
45394592
eslint-plugin-unused-imports: "npm:3.1.0"
@@ -6410,9 +6463,9 @@ __metadata:
64106463
languageName: node
64116464
linkType: hard
64126465

6413-
"eslint-plugin-jest@npm:28.0.0":
6414-
version: 28.0.0
6415-
resolution: "eslint-plugin-jest@npm:28.0.0"
6466+
"eslint-plugin-jest@npm:28.1.0":
6467+
version: 28.1.0
6468+
resolution: "eslint-plugin-jest@npm:28.1.0"
64166469
dependencies:
64176470
"@typescript-eslint/utils": "npm:^6.0.0"
64186471
peerDependencies:
@@ -6424,7 +6477,7 @@ __metadata:
64246477
optional: true
64256478
jest:
64266479
optional: true
6427-
checksum: 10c0/bdcf1e3c86ecc876713ab16cece10838e6b2671c20773535efdd7484c16ca44751d24d4360a464b89c90ea5602e2f524665bb7d9d72b3b2d73561beb84b7f396
6480+
checksum: 10c0/636eeb87889385e11e2827bfd73322116e941ce99c22556f9836af7edd5a1350fc7d54d41e1ea84df5bc682f85d0c23f2c52caa92d441cc6553b16fb3bb962ab
64286481
languageName: node
64296482
linkType: hard
64306483

0 commit comments

Comments
 (0)