Skip to content

Commit

Permalink
CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Sep 23, 2024
1 parent 485b50f commit 6fe5b4e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,19 @@ import url from 'url';

import * as Sentry from '@sentry/node';
import bodyParser from 'body-parser';
// @ts-expect-warning
import compression from 'compression';
import express from 'express';
import fs from 'fs-extra';
// @ts-expect-warning
import morgan from 'morgan';
import nopt from 'nopt';
import PromClient from 'prom-client';
// @ts-expect-warning
import responseTime from 'response-time';
import sanitize from 'sanitize-filename';
// @ts-expect-warning
import sFavicon from 'serve-favicon';
// @ts-expect-warning
import systemdSocket from 'systemd-socket';
import _ from 'underscore';
// @ts-expect-warning
import urljoin from 'url-join';

import * as aws from './lib/aws.js';
Expand Down
43 changes: 42 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"@smithy/util-stream": "^2.2.0",
"@types/body-parser": "^1.19.5",
"@types/bootstrap": "^5.2.10",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
Expand All @@ -103,9 +104,12 @@
"@types/node-targz": "^0.2.4",
"@types/nopt": "^3.0.32",
"@types/request": "^2.48.12",
"@types/response-time": "^2.3.8",
"@types/serve-favicon": "^2.5.7",
"@types/shell-quote": "^1.7.5",
"@types/temp": "^0.9.4",
"@types/underscore": "^1.11.15",
"@types/url-join": "^4.0.3",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
Expand Down

0 comments on commit 6fe5b4e

Please sign in to comment.