Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 4 updates in the / directory: [axios](https://github.com/axios/axios), [mocha](https://github.com/mochajs/mocha), [nyc](https://github.com/istanbuljs/nyc) and [webpack](https://github.com/webpack/webpack).


Updates `axios` from 1.7.7 to 1.7.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.8)

Updates `mocha` from 10.7.3 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.3...v10.8.2)

Updates `nyc` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@nyc-v17.0.0...nyc-v17.1.0)

Updates `webpack` from 5.94.0 to 5.96.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.96.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 691b379 commit 791229d
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 58 deletions.
151 changes: 97 additions & 54 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/PokeAPI/pokeapi-js-wrapper#readme",
"types": "./index.d.ts",
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.8",
"localforage": "^1.10.0"
},
"devDependencies": {
Expand All @@ -51,10 +51,10 @@
"copy-webpack-plugin": "^12.0.2",
"doctoc": "^2.2.1",
"http-server": "^14.1.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"mock-local-storage": "^1.1.24",
"nyc": "^17.0.0",
"webpack": "^5.94.0",
"nyc": "^17.1.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit 791229d

Please sign in to comment.