Skip to content

Commit cb1028e

Browse files
fix: update dependency @types/fs-extra to ^9.0.1 (#2088)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6833e56 commit cb1028e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

@commitlint/read/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/test": "^10.0.0",
3838
"@commitlint/utils": "^10.0.0",
39-
"@types/fs-extra": "^9.0.0",
39+
"@types/fs-extra": "^9.0.1",
4040
"@types/git-raw-commits": "^2.0.0"
4141
},
4242
"dependencies": {

@packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@types/fs-extra": "^9.0.0",
33+
"@types/fs-extra": "^9.0.1",
3434
"@types/tmp": "^0.2.0",
3535
"execa": "^4.0.0",
3636
"fs-extra": "^9.0.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,7 @@
25522552
resolved "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
25532553
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
25542554

2555-
"@types/fs-extra@^9.0.0":
2555+
"@types/fs-extra@^9.0.1":
25562556
version "9.0.1"
25572557
resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.1.tgz#91c8fc4c51f6d5dbe44c2ca9ab09310bd00c7918"
25582558
integrity sha512-B42Sxuaz09MhC3DDeW5kubRcQ5by4iuVQ0cRRWM2lggLzAa/KVom0Aft/208NgMvNQQZ86s5rVcqDdn/SH0/mg==

0 commit comments

Comments
 (0)