Skip to content

Commit

Permalink
chore(deps): bump the npm group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 3 updates: [glob](https://github.com/isaacs/node-glob), [tar](https://github.com/isaacs/node-tar) and [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js).


Updates `glob` from 10.4.1 to 10.4.2
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.1...v10.4.2)

Updates `tar` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.2.0...v7.4.0)

Updates `@stylistic/eslint-plugin-js` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.2.2/packages/eslint-plugin-js)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent b4cb5fa commit 9c555e2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
32 changes: 19 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"demo": "cd test/fixture && node demo.js"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.2.1",
"@stylistic/eslint-plugin-js": "^2.2.2",
"@vitest/coverage-v8": "^1.6.0",
"base-volta-off-of-nwjs": "^1.0.5",
"eslint": "^9.4.0",
Expand All @@ -66,12 +66,12 @@
"axios": "^1.7.2",
"cli-progress": "^3.12.0",
"compressing": "^1.10.1",
"glob": "^10.4.1",
"glob": "^10.4.2",
"node-gyp": "^10.1.0",
"plist": "^3.1.0",
"resedit": "^2.0.2",
"semver": "^7.6.2",
"tar": "^7.2.0",
"tar": "^7.4.0",
"yargs": "^17.7.2",
"yauzl-promise": "^4.0.0"
},
Expand Down

0 comments on commit 9c555e2

Please sign in to comment.