Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
a688e4b7f7 Bump lodash from 4.17.21 to 4.17.23 in /webclient
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-21 23:03:35 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
"i18next-browser-languagedetector": "^7.0.0",
"i18next-icu": "^2.0.3",
"intl-messageformat": "^10.2.1",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"prop-types": "^15.8.1",
"protobufjs": "^7.2.4",
"react": "^18.2.0",
@@ -14418,9 +14418,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
},
"node_modules/lodash.debounce": {
"version": "4.0.8",
@@ -30659,9 +30659,9 @@
}
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="
},
"lodash.debounce": {
"version": "4.0.8",

View File

@@ -29,7 +29,7 @@
"i18next-browser-languagedetector": "^7.0.0",
"i18next-icu": "^2.0.3",
"intl-messageformat": "^10.2.1",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"prop-types": "^15.8.1",
"protobufjs": "^7.2.4",
"react": "^18.2.0",