Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address CVE-2022-24785 #13549

Merged
merged 1 commit into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Address CVE-2022-24785
changelog_begin
changelog_end
  • Loading branch information
stefanobaghino-da committed Apr 11, 2022
commit 319fa65e8a576795017b219287202eba8056ceaa
3 changes: 2 additions & 1 deletion navigator/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"jpeg-js": "^0.4.1",
"lodash": "^4.17.19",
"modernizr": "^3.11.8",
"moment": "^2.23.0",
"moment": "^2.29.2",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-autosuggest": "^10.0.4",
Expand Down Expand Up @@ -102,6 +102,7 @@
"**/shelljs": "^0.8.5",
"**/minimist": "^1.2.6",
"**/node-forge": "^1.3.0",
"**/moment": "^2.29.2",
"modernizr/**/markdown-it": "^12.3.2"
}
}
8 changes: 4 additions & 4 deletions navigator/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4944,10 +4944,10 @@ modernizr@^3.11.8:
requirejs "^2.3.6"
yargs "^15.4.1"

moment@2.29.1, moment@^2.22.1, moment@^2.23.0:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
moment@2.29.1, moment@^2.22.1, moment@^2.29.2:
version "2.29.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4"
integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==

moo@^0.5.0:
version "0.5.1"
Expand Down