Skip to content

Commit 9929bbf

Browse files
authored
Merge pull request #4 from mattonem/main
Update dependencies: upgrade glob to ^11.0.3 and rimraf to ^6.0.1
2 parents a1508e2 + 1be9393 commit 9929bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"commander": "^8.0.0",
2727
"cross-spawn": "^7.0.3",
2828
"dotenv": "^16.0.3",
29-
"glob": "^7.1.7",
29+
"glob": "^11.0.3",
3030
"js-yaml": "^4.1.0",
3131
"mocha": "^8.4.0",
3232
"mocha-multi-reporters": "^1.5.1",
3333
"rfdc": "^1.3.0",
34-
"rimraf": "^3.0.2",
34+
"rimraf": "^6.0.1",
3535
"selenium-webdriver": "^4.1.1"
3636
}
3737
}

0 commit comments

Comments
 (0)