Merge pull request #23 from jwetzell/dependabot/npm_and_yarn/rimraf-5.0.8

Bump rimraf from 5.0.7 to 5.0.8
This commit is contained in:
2024-07-08 15:42:51 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "20.14.2", "@types/node": "20.14.2",
"prettier": "3.3.2", "prettier": "3.3.2",
"rimraf": "5.0.7", "rimraf": "5.0.8",
"typescript": "5.4.5" "typescript": "5.4.5"
} }
}, },
@@ -279,9 +279,9 @@
} }
}, },
"node_modules/rimraf": { "node_modules/rimraf": {
"version": "5.0.7", "version": "5.0.8",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz",
"integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==", "integrity": "sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"glob": "^10.3.7" "glob": "^10.3.7"
@@ -290,7 +290,7 @@
"rimraf": "dist/esm/bin.mjs" "rimraf": "dist/esm/bin.mjs"
}, },
"engines": { "engines": {
"node": ">=14.18" "node": ">=18"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
+1 -1
View File
@@ -24,7 +24,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "20.14.2", "@types/node": "20.14.2",
"prettier": "3.3.2", "prettier": "3.3.2",
"rimraf": "5.0.7", "rimraf": "5.0.8",
"typescript": "5.4.5" "typescript": "5.4.5"
} }
} }