Skip to content

Commit 070ef65

Browse files
fix(deps): update dependency express to v4.22.1
1 parent c702951 commit 070ef65

12 files changed

Lines changed: 1836 additions & 618 deletions

File tree

angular-instantsearch/using-instantsearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/router": "^17.1.0",
2323
"@angular/ssr": "^17.1.1",
2424
"algoliasearch": "^4.23.3",
25-
"express": "^4.18.2",
25+
"express": "^4.22.1",
2626
"instantsearch.js": "^4.71.1",
2727
"rxjs": "~7.8.0",
2828
"tslib": "^2.3.0",
@@ -32,7 +32,7 @@
3232
"@angular-devkit/build-angular": "^17.1.1",
3333
"@angular/cli": "^17.1.1",
3434
"@angular/compiler-cli": "^17.1.0",
35-
"@types/express": "^4.17.17",
35+
"@types/express": "^4.17.21",
3636
"@types/jasmine": "~5.1.0",
3737
"@types/node": "^18.18.0",
3838
"jasmine-core": "~5.1.0",

angular-instantsearch/using-instantsearch/yarn.lock

Lines changed: 355 additions & 15 deletions
Large diffs are not rendered by default.

instantsearch.js/secured-api-keys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"dependencies": {
2323
"algoliasearch": "3.35.1",
24-
"express": "4.17.2"
24+
"express": "4.22.1"
2525
}
2626
}

0 commit comments

Comments
 (0)