Skip to content

Commit 2457d17

Browse files
committed
build: upgrade dependencies
1 parent 7ee4556 commit 2457d17

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/gatsby-transformer-video/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"execa": "^4.0.0",
28-
"fast-glob": "^3.2.2",
27+
"execa": "^4.0.3",
28+
"fast-glob": "^3.2.4",
2929
"fluent-ffmpeg": "^2.1.2",
30-
"fs-extra": "^8.1.0",
31-
"imagemin": "^7.0.0",
32-
"imagemin-giflossy": "^5.0.0",
33-
"imagemin-mozjpeg": "^8.0.0",
34-
"p-queue": "^6.3.0"
30+
"fs-extra": "^9.0.1",
31+
"imagemin": "^7.0.1",
32+
"imagemin-giflossy": "^5.1.10",
33+
"imagemin-mozjpeg": "^9.0.0",
34+
"p-queue": "^6.6.2"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.0.0",
38-
"@babel/core": "^7.0.0",
39-
"@babel/plugin-proposal-class-properties": "^7.5.0",
40-
"@babel/runtime": "^7.0.0",
41-
"babel-preset-gatsby-package": "0.2.18",
42-
"cross-env": "^5.0.5"
37+
"@babel/cli": "^7.12.1",
38+
"@babel/core": "^7.12.3",
39+
"@babel/plugin-proposal-class-properties": "^7.12.1",
40+
"@babel/runtime": "^7.12.1",
41+
"babel-preset-gatsby-package": "0.5.3",
42+
"cross-env": "^7.0.2"
4343
}
4444
}

0 commit comments

Comments
 (0)