Merge pull request #3647 from pnp/dependabot/npm_and_yarn/samples/react-calendar/jquery-3.5.0

Bump jquery from 3.4.0 to 3.5.0 in /samples/react-calendar
This commit is contained in:
Hugo Bernier 2023-04-02 20:58:13 -04:00 committed by GitHub
commit fb3dc452ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -22319,9 +22319,9 @@
"dev": true
},
"jquery": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz",
"integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz",
"integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ=="
},
"js-base64": {
"version": "2.5.1",

View File

@ -33,7 +33,7 @@
"draftjs-to-html": "^0.8.4",
"globalize": "^1.4.2",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.3.1",
"jquery": "^3.5.0",
"moment": "^2.29.2",
"office-ui-fabric-react": "7.156.0",
"react": "16.9.0",