Merge pull request #3645 from pnp/dependabot/npm_and_yarn/samples/js-dynamic-bundling-libraries/jquery-3.5.0

Bump jquery from 3.3.1 to 3.5.0 in /samples/js-dynamic-bundling-libraries
This commit is contained in:
Hugo Bernier 2023-04-02 20:57:52 -04:00 committed by GitHub
commit 6feb236c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -17216,9 +17216,9 @@
"dev": true
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz",
"integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ=="
},
"js-tokens": {
"version": "4.0.0",

View File

@ -18,7 +18,7 @@
"@types/es6-promise": "0.0.33",
"@types/jquery": "^3.3.6",
"@types/webpack-env": "1.13.1",
"jquery": "^3.3.1"
"jquery": "^3.5.0"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.15.2",