Skip to content

Commit eb7b60a

Browse files
chore(deps-dev): bump the development-dependencies group with 2 updates (#402)
Bumps the development-dependencies group with 2 updates: [glob](https://github.com/isaacs/node-glob) and [rimraf](https://github.com/isaacs/rimraf). Updates `glob` from 10.4.5 to 11.0.0 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.0.0) Updates `rimraf` from 5.0.9 to 6.0.1 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.9...v6.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d357e0 commit eb7b60a

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
@@ -71,11 +71,11 @@
7171
"esbuild": "^0.23.0",
7272
"eslint": "^9.6.0",
7373
"esmock": "^2.6.6",
74-
"glob": "^10.4.2",
74+
"glob": "^11.0.0",
7575
"http-server": "^14.1.1",
7676
"pkg-ok": "^3.0.0",
7777
"pretty-bytes": "^6.1.1",
78-
"rimraf": "^5.0.7",
78+
"rimraf": "^6.0.1",
7979
"strip-ansi": "^7.1.0"
8080
},
8181
"dependencies": {

0 commit comments

Comments
 (0)