Skip to content

Commit

Permalink
Update mime to v4
Browse files Browse the repository at this point in the history
Update mime from 3.0.0 to 4.0.0

Change-type: patch
  • Loading branch information
thgreasi committed Nov 15, 2024
1 parent 5c00b38 commit 457ac90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"@types/chai-as-promised": "^7.1.4",
"@types/lodash": "^4.14.195",
"@types/memoizee": "^0.4.7",
"@types/mime": "^3.0.3",
"@types/mocha": "^10.0.1",
"@types/ndjson": "^2.0.0",
"@types/sinon": "^10.0.6",
Expand Down Expand Up @@ -133,7 +132,7 @@
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"mime": "^3.0.0",
"mime": "^4.0.0",
"ndjson": "^2.0.0",
"p-throttle": "^4.1.1",
"pinejs-client-core": "^6.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as errors from 'balena-errors';
import type * as Pine from '../../typings/pinejs-client-core';
import type { IfDefined } from '../../typings/utils';
import type { WebResourceFile } from 'balena-request';
import * as mime from 'mime';
import mime from 'mime';

export interface BalenaUtils {
mergePineOptions: typeof mergePineOptions;
Expand Down

0 comments on commit 457ac90

Please sign in to comment.