Skip to content

chore(deps): dependencies 2023-01-16 #1232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "16.11.59",
"cross-fetch": "3.1.5",
"jest": "29.3.1",
"nock": "13.2.9",
"nock": "13.3.0",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "28.1.8",
"@types/node": "16.11.59",
"jest": "29.3.1",
"nock": "13.2.9",
"nock": "13.3.0",
"ts-jest": "28.0.8",
"typescript": "4.8.3"
},
Expand Down
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ __metadata:
"@types/node": 16.11.59
cross-fetch: 3.1.5
jest: 29.3.1
nock: 13.2.9
nock: 13.3.0
ts-jest: 28.0.8
typescript: 4.8.3
languageName: unknown
Expand All @@ -173,7 +173,7 @@ __metadata:
"@types/jest": 28.1.8
"@types/node": 16.11.59
jest: 29.3.1
nock: 13.2.9
nock: 13.3.0
ts-jest: 28.0.8
typescript: 4.8.3
languageName: unknown
Expand Down Expand Up @@ -7826,15 +7826,15 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:13.2.9":
version: 13.2.9
resolution: "nock@npm:13.2.9"
"nock@npm:13.3.0":
version: 13.3.0
resolution: "nock@npm:13.3.0"
dependencies:
debug: ^4.1.0
json-stringify-safe: ^5.0.1
lodash: ^4.17.21
propagate: ^2.0.0
checksum: 04a2dc60b4b55fd1240f28fe34865bbc744088a4570db3781fcf66021644cc3cc9178fd86a0cb0c1f28ea77b83e8f1c9288535f6b39a6d07100059f156ccc23b
checksum: 118d04e95a17f493898a82b5dfecc03762776e1980d9c3b2077479747e60b77109c5f7c0df969d1a8f6039260abe5961733553a5841f0f627bb35238576a0009
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-algolia": "2.0.0",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-prettier": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dotenv": "16.0.2",
"eslint": "8.27.0",
"execa": "5.1.1",
"folder-hash": "4.0.2",
"folder-hash": "4.0.4",
"fs-extra": "10.1.0",
"inquirer": "8.2.5",
"jest": "29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/java/tests/build.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
}
Expand Down
Loading