Commit 9ac1a0e1 authored by to be continuous bot's avatar to be continuous bot Committed by Olivier Cedric
Browse files

fix(deps): update dependency @ng-bootstrap/ng-bootstrap to v10

parent d7266388
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -2416,9 +2416,19 @@
      }
    },
    "@ng-bootstrap/ng-bootstrap": {
      "version": "6.2.0",
      "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-6.2.0.tgz",
      "integrity": "sha512-wqwhnJFyEwvzWQJjXrEt+7oBTSvu2qPbdYvUFYhDVzOJLWB5M7YEhDAkMrfHQJ0pZNBMGr580FqYue+XiURY0Q=="
      "version": "10.0.0",
      "resolved": "https://registry.npmjs.org/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-10.0.0.tgz",
      "integrity": "sha512-Sz+QaxjuyJYJ+zyUbf0TevgcgVesCPQiiFiggEzxKjzY5R+Hvq3YgryLdXf2r/ryePL+C3FXCcmmKpTM5bfczQ==",
      "requires": {
        "tslib": "^2.1.0"
      },
      "dependencies": {
        "tslib": {
          "version": "2.3.1",
          "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
          "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
        }
      }
    },
    "@ngtools/webpack": {
      "version": "9.1.15",
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    "@angular/platform-browser": "9.1.13",
    "@angular/platform-browser-dynamic": "9.1.13",
    "@angular/router": "9.1.13",
    "@ng-bootstrap/ng-bootstrap": "6.2.0",
    "@ng-bootstrap/ng-bootstrap": "10.0.0",
    "boosted": "4.3.1",
    "ngx-matomo": "0.1.4",
    "ngx-showdown": "5.1.0",