Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bootstrap](https://github.com/twbs/bootstrap) | `3.4.1` | `5.0.0` |
| [jquery](https://github.com/jquery/jquery) | `2.2.4` | `3.7.1` |
| [path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `1.8.0` | `removed` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `5.3.4` | `6.26.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `5.3.4` | `6.26.2` |



Updates `bootstrap` from 3.4.1 to 5.0.0
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v3.4.1...v5.0.0)

Updates `jquery` from 2.2.4 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@2.2.4...3.7.1)

Removes `path-to-regexp`

Updates `react-router` from 5.3.4 to 6.26.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `react-router-dom` from 5.3.4 to 6.26.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: jquery
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: react-router
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: react-router-dom
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 1174fdf commit 77a3313
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 102 deletions.
152 changes: 54 additions & 98 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 @@ -8,7 +8,7 @@
"> 5% in NO"
],
"dependencies": {
"bootstrap": "3.4.1",
"bootstrap": "5.0.0",
"classnames": "^2.2.5",
"corejs-typeahead": "^1.1.0",
"cropperjs": "^1.6.1",
Expand All @@ -17,15 +17,15 @@
"esbuild": "0.19.4",
"esbuild-plugin-less": "1.3.9",
"font-awesome": "^4.7.0",
"jquery": "2",
"jquery": "3",
"js-cookie": "^3.0.5",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "0.33.1",
"react-dom": "^16.8.6",
"react-markdown": "^2.5.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"react-transition-group": "^4.0.0",
"tablesorter": "^2.28.3",
"underscore": "^1.12.1"
Expand Down

0 comments on commit 77a3313

Please sign in to comment.