Merge pull request #2566 from pnp/dependabot/npm_and_yarn/samples/react-appinsights-dashboard/moment-2.29.2

Bump moment from 2.25.3 to 2.29.2 in /samples/react-appinsights-dashboard
This commit is contained in:
Hugo Bernier 2022-04-10 10:16:20 -07:00 committed by GitHub
commit 2df09e1b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -11967,9 +11967,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.25.3", "version": "2.29.2",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz",
"integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==" "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg=="
}, },
"move-concurrently": { "move-concurrently": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -23,7 +23,7 @@
"@types/react-dom": "16.8.3", "@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1", "@types/webpack-env": "1.13.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.25.3", "moment": "^2.29.2",
"office-ui-fabric-react": "6.189.2", "office-ui-fabric-react": "6.189.2",
"react": "16.8.5", "react": "16.8.5",
"react-dom": "16.8.5" "react-dom": "16.8.5"