Skip to content

Commit 835b5f7

Browse files
Update dependency rimraf to v4
1 parent adb5be3 commit 835b5f7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"c8": "7.12.0",
3232
"mocha": "10.2.0",
3333
"react": "18.2.0",
34-
"rimraf": "3.0.2",
34+
"rimraf": "4.0.4",
3535
"should": "13.2.3",
3636
"sinon": "15.0.1"
3737
},

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5169,7 +5169,12 @@ [email protected]:
51695169
dependencies:
51705170
eslint "^7.32.0"
51715171

5172-
[email protected], rimraf@^3.0.0, rimraf@^3.0.2:
5172+
5173+
version "4.0.4"
5174+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.0.4.tgz#8d0a91709fdc294d40f59c773f63c44e8dc878f1"
5175+
integrity sha512-R0hoVr9xTwemarQjoWlNt/nb5dEGVTBhVdkRmEX2zEkT8T6onH0XKiGjuaC7rNNj/gYzY2p4NVRJ3sjO1ascHQ==
5176+
5177+
rimraf@^3.0.0, rimraf@^3.0.2:
51735178
version "3.0.2"
51745179
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
51755180
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==

0 commit comments

Comments
 (0)