Browse Source

build(deps): bump @forevolve/bootstrap-dark in /web/ui

Bumps [@forevolve/bootstrap-dark](https://github.com/ForEvolve/bootstrap-dark) from 2.1.1 to 4.0.2.
- [Release notes](https://github.com/ForEvolve/bootstrap-dark/releases)
- [Commits](https://github.com/ForEvolve/bootstrap-dark/compare/v2.1.1...v4.0.2)

---
updated-dependencies:
- dependency-name: "@forevolve/bootstrap-dark"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/13875/head
dependabot[bot] 7 months ago committed by GitHub
parent
commit
41ea62acba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      web/ui/package-lock.json
  2. 2
      web/ui/react-app/package.json

7
web/ui/package-lock.json generated

@ -2383,8 +2383,9 @@
}
},
"node_modules/@forevolve/bootstrap-dark": {
"version": "2.1.1",
"license": "MIT",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@forevolve/bootstrap-dark/-/bootstrap-dark-4.0.2.tgz",
"integrity": "sha512-Vngx12H11pFmegQRh5cTz1xgpidA83KstPFkyzFahrqJl1N6MdsqxRoVpKxIKUFFsPsdlw91c5czMoYngrBLbg==",
"dependencies": {
"bootstrap": "^4.6.2",
"jquery": "^3.5.1",
@ -19242,7 +19243,7 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@forevolve/bootstrap-dark": "^2.1.1",
"@forevolve/bootstrap-dark": "^4.0.2",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",

2
web/ui/react-app/package.json

@ -10,7 +10,7 @@
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.1",
"@forevolve/bootstrap-dark": "^2.1.1",
"@forevolve/bootstrap-dark": "^4.0.2",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",

Loading…
Cancel
Save