Bump moment from 2.29.2 to 2.29.3

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-18 04:09:51 +00:00 committed by Jon Koops
parent 4a6538aca4
commit 625af18344
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -18,7 +18,7 @@
"flat": "^5.0.2", "flat": "^5.0.2",
"i18next": "^21.6.15", "i18next": "^21.6.15",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"moment": "^2.29.2", "moment": "^2.29.3",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
@ -15726,9 +15726,9 @@
} }
}, },
"node_modules/moment": { "node_modules/moment": {
"version": "2.29.2", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==", "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
"engines": { "engines": {
"node": "*" "node": "*"
} }
@ -34346,9 +34346,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.29.2", "version": "2.29.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
}, },
"monaco-editor": { "monaco-editor": {
"version": "0.21.3", "version": "0.21.3",

View file

@ -36,7 +36,7 @@
"flat": "^5.0.2", "flat": "^5.0.2",
"i18next": "^21.6.15", "i18next": "^21.6.15",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"moment": "^2.29.2", "moment": "^2.29.3",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",