Merge pull request #2539 from pnp/dependabot/npm_and_yarn/samples/react-calendar/moment-2.29.2

Bump moment from 2.24.0 to 2.29.2 in /samples/react-calendar
This commit is contained in:
Hugo Bernier 2022-04-10 10:23:21 -07:00 committed by GitHub
commit 7dea693a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -24070,9 +24070,9 @@
"optional": true "optional": true
}, },
"moment": { "moment": {
"version": "2.24.0", "version": "2.29.2",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
}, },
"moo": { "moo": {
"version": "0.4.3", "version": "0.4.3",

View File

@ -34,7 +34,7 @@
"globalize": "^1.4.2", "globalize": "^1.4.2",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"moment": "^2.24.0", "moment": "^2.29.2",
"office-ui-fabric-react": "7.156.0", "office-ui-fabric-react": "7.156.0",
"react": "16.9.0", "react": "16.9.0",
"react-big-calendar": "^0.24.6", "react-big-calendar": "^0.24.6",