Bump @ngxs/store from 3.6.2 to 3.7.1 in /web

Bumps [@ngxs/store](https://github.com/ngxs/store) from 3.6.2 to 3.7.1.
- [Release notes](https://github.com/ngxs/store/releases)
- [Changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ngxs/store/compare/v3.6.2...v3.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-20 10:28:59 +00:00
parent bf623dae79
commit a92878696c
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -2679,9 +2679,9 @@
}
},
"@ngxs/store": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.6.2.tgz",
"integrity": "sha512-al7GU618SAuz2Ul4rFYVDgS1DM0gHReGOGvbnE7LBt4Etz3gsJERNYXPp2bSA7lZGaRPRaFfIHJN+Lm/GikFJw==",
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/@ngxs/store/-/store-3.7.1.tgz",
"integrity": "sha512-Qg4rkF8XoIg/E2SGUfBbr4JmR8ZbRfeg1X++fF0HJymK1PtbIxtEXQXm7VTH0+GSmYDCwPJb8Im9dZHGZWF5ww==",
"requires": {
"tslib": "^1.9.0"
}

View File

@ -29,7 +29,7 @@
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@ngxs/devtools-plugin": "3.6.2",
"@ngxs/store": "3.6.2",
"@ngxs/store": "3.7.1",
"angular-svg-icon": "7.2.1",
"angular-tree-component": "8.5.6",
"bootstrap": "4.6.0",