Skip to content

Commit 4954326

Browse files
chore(deps): dependencies 2023-01-16 (#1232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ccebb4 commit 4954326

File tree

7 files changed

+292
-81
lines changed

7 files changed

+292
-81
lines changed

clients/algoliasearch-client-javascript/packages/requester-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "16.11.59",
2727
"cross-fetch": "3.1.5",
2828
"jest": "29.3.1",
29-
"nock": "13.2.9",
29+
"nock": "13.3.0",
3030
"ts-jest": "28.0.8",
3131
"typescript": "4.8.3"
3232
},

clients/algoliasearch-client-javascript/packages/requester-node-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "28.1.8",
2626
"@types/node": "16.11.59",
2727
"jest": "29.3.1",
28-
"nock": "13.2.9",
28+
"nock": "13.3.0",
2929
"ts-jest": "28.0.8",
3030
"typescript": "4.8.3"
3131
},

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ __metadata:
159159
"@types/node": 16.11.59
160160
cross-fetch: 3.1.5
161161
jest: 29.3.1
162-
nock: 13.2.9
162+
nock: 13.3.0
163163
ts-jest: 28.0.8
164164
typescript: 4.8.3
165165
languageName: unknown
@@ -173,7 +173,7 @@ __metadata:
173173
"@types/jest": 28.1.8
174174
"@types/node": 16.11.59
175175
jest: 29.3.1
176-
nock: 13.2.9
176+
nock: 13.3.0
177177
ts-jest: 28.0.8
178178
typescript: 4.8.3
179179
languageName: unknown
@@ -7826,15 +7826,15 @@ __metadata:
78267826
languageName: node
78277827
linkType: hard
78287828

7829-
"nock@npm:13.2.9":
7830-
version: 13.2.9
7831-
resolution: "nock@npm:13.2.9"
7829+
"nock@npm:13.3.0":
7830+
version: 13.3.0
7831+
resolution: "nock@npm:13.3.0"
78327832
dependencies:
78337833
debug: ^4.1.0
78347834
json-stringify-safe: ^5.0.1
78357835
lodash: ^4.17.21
78367836
propagate: ^2.0.0
7837-
checksum: 04a2dc60b4b55fd1240f28fe34865bbc744088a4570db3781fcf66021644cc3cc9178fd86a0cb0c1f28ea77b83e8f1c9288535f6b39a6d07100059f156ccc23b
7837+
checksum: 118d04e95a17f493898a82b5dfecc03762776e1980d9c3b2077479747e60b77109c5f7c0df969d1a8f6039260abe5961733553a5841f0f627bb35238576a0009
78387838
languageName: node
78397839
linkType: hard
78407840

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-algolia": "2.0.0",
4444
"eslint-plugin-automation-custom": "1.0.0",
4545
"eslint-plugin-eslint-comments": "3.2.0",
46-
"eslint-plugin-import": "2.26.0",
46+
"eslint-plugin-import": "2.27.4",
4747
"eslint-plugin-jsdoc": "39.6.4",
4848
"eslint-plugin-json-format": "2.0.1",
4949
"eslint-plugin-prettier": "4.2.1",

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dotenv": "16.0.2",
2828
"eslint": "8.27.0",
2929
"execa": "5.1.1",
30-
"folder-hash": "4.0.2",
30+
"folder-hash": "4.0.4",
3131
"fs-extra": "10.1.0",
3232
"inquirer": "8.2.5",
3333
"jest": "29.3.1",

templates/java/tests/build.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
11-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
11+
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
1212
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
1313
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
1414
}

0 commit comments

Comments
 (0)