Skip to content

Commit ae8a2ee

Browse files
authored
Merge pull request #283 from sailplan/deps-round2
Update miscellaneous deps
2 parents bb99d67 + 49c876d commit ae8a2ee

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ffmpeg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fsExtra from 'fs-extra';
22
import { execa } from 'execa';
33
import assert from 'assert';
4-
import compareVersions from 'compare-versions';
4+
import { compareVersions } from 'compare-versions';
55

66
export const getFfmpegCommonArgs = ({ enableFfmpegLog }) => (enableFfmpegLog ? [] : ['-hide_banner', '-loglevel', 'error']);
77

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"canvas": "^2.11.2",
16-
"compare-versions": "^4.1.4",
16+
"compare-versions": "^6.1.0",
1717
"execa": "^6.1.0",
1818
"fabric": "^5.2.4",
19-
"file-type": "^18.0.0",
19+
"file-type": "^19.1.0",
2020
"file-url": "^4.0.0",
21-
"fs-extra": "^10.1.0",
21+
"fs-extra": "^11.2.0",
2222
"gl": "^8.0.2",
2323
"gl-buffer": "^2.1.2",
2424
"gl-shader": "^4.3.1",
2525
"gl-texture2d": "^2.1.0",
2626
"gl-transition": "^1.13.0",
2727
"gl-transitions": "^1.43.0",
28-
"json5": "^2.2.1",
28+
"json5": "^2.2.3",
2929
"lodash-es": "^4.17.21",
3030
"meow": "^10.1.3",
31-
"nanoid": "^4.0.0",
31+
"nanoid": "^5.0.7",
3232
"ndarray": "^1.0.19",
33-
"p-map": "^5.5.0"
33+
"p-map": "^7.0.2"
3434
},
3535
"scripts": {
3636
"test": "node test.js",
@@ -44,9 +44,9 @@
4444
"editly": "cli.js"
4545
},
4646
"devDependencies": {
47-
"@types/fabric": "^4.5.11",
47+
"@types/fabric": "^5.2.4",
4848
"eslint": "^8.22.0",
4949
"eslint-config-airbnb-base": "^15.0.0",
50-
"eslint-plugin-import": "^2.26.0"
50+
"eslint-plugin-import": "^2.29.1"
5151
}
5252
}

0 commit comments

Comments
 (0)