Merge pull request #14074 from openlayers/dependabot/npm_and_yarn/jquery-3.6.1

Bump jquery from 3.6.0 to 3.6.1
This commit is contained in:
Andreas Hocevar
2022-08-29 12:59:34 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -44,7 +44,7 @@
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"globby": "^13.0.0", "globby": "^13.0.0",
"handlebars": "4.7.7", "handlebars": "4.7.7",
"jquery": "3.6.0", "jquery": "3.6.1",
"jsdoc": "3.6.11", "jsdoc": "3.6.11",
"jsdoc-plugin-intersection": "^1.0.4", "jsdoc-plugin-intersection": "^1.0.4",
"jsdoc-plugin-typescript": "^2.1.1", "jsdoc-plugin-typescript": "^2.1.1",
@@ -6673,9 +6673,9 @@
} }
}, },
"node_modules/jquery": { "node_modules/jquery": {
"version": "3.6.0", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==", "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==",
"dev": true "dev": true
}, },
"node_modules/js-tokens": { "node_modules/js-tokens": {
@@ -15847,9 +15847,9 @@
} }
}, },
"jquery": { "jquery": {
"version": "3.6.0", "version": "3.6.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==", "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==",
"dev": true "dev": true
}, },
"js-tokens": { "js-tokens": {

View File

@@ -79,7 +79,7 @@
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"globby": "^13.0.0", "globby": "^13.0.0",
"handlebars": "4.7.7", "handlebars": "4.7.7",
"jquery": "3.6.0", "jquery": "3.6.1",
"jsdoc": "3.6.11", "jsdoc": "3.6.11",
"jsdoc-plugin-intersection": "^1.0.4", "jsdoc-plugin-intersection": "^1.0.4",
"jsdoc-plugin-typescript": "^2.1.1", "jsdoc-plugin-typescript": "^2.1.1",