fix(deps): update dependency jquery to v3.6.1

This commit is contained in:
renovate[bot]
2022-08-29 06:50:38 +00:00
parent 0ef0cee7dc
commit 25bb72b53b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"axios": "0.21.4",
"classnames": "2.3.1",
"core-js": "3.15.2",
"jquery": "3.6.0",
"jquery": "3.6.1",
"popper.js": "1.16.1",
"prop-types": "15.7.2",
"react": "16.14.0",
@@ -19329,9 +19329,9 @@
}
},
"node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
},
"node_modules/js-tokens": {
"version": "4.0.0",
@@ -42850,9 +42850,9 @@
}
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw=="
},
"js-tokens": {
"version": "4.0.0",

View File

@@ -50,7 +50,7 @@
"axios": "0.21.4",
"classnames": "2.3.1",
"core-js": "3.15.2",
"jquery": "3.6.0",
"jquery": "3.6.1",
"popper.js": "1.16.1",
"prop-types": "15.7.2",
"react": "16.14.0",