Skip to content

Commit

Permalink
chore: Updated NPM dependencies (#249)
Browse files Browse the repository at this point in the history
* Updated NPM dependencies

* Fixed import

* Fixed eslint error
  • Loading branch information
ckulka authored Jan 29, 2025
1 parent 7f889e9 commit 97fa884
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 597 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/expose-php.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
describe("Hidden PHP version header (#111)", () => {
it("Should not expose PHP version", () => {
cy.request("localhost").should((response) => {
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
expect(response.headers["x-powered-by"], "HTTP header 'x-powered-by'").to
.be.undefined;
});
Expand Down
Loading

0 comments on commit 97fa884

Please sign in to comment.