mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-12-08 21:26:14 +00:00
Bump mocha from 11.7.2 to 11.7.4 (#9931)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4b55148ed
commit
066a0cb33a
19
package-lock.json
generated
19
package-lock.json
generated
@ -27,7 +27,7 @@
|
||||
"karma-time-stats-reporter": "^0.1.0",
|
||||
"leafdoc": "^2.3.0",
|
||||
"lint-staged": "^16.2.3",
|
||||
"mocha": "^11.7.2",
|
||||
"mocha": "^11.7.4",
|
||||
"prosthetic-hand": "^2.0.0",
|
||||
"rollup": "^4.52.4",
|
||||
"rollup-plugin-git-version": "^0.3.1",
|
||||
@ -3951,6 +3951,16 @@
|
||||
"node": ">=0.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/is-path-inside": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
||||
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/is-plain-obj": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
|
||||
@ -4872,9 +4882,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mocha": {
|
||||
"version": "11.7.2",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.2.tgz",
|
||||
"integrity": "sha512-lkqVJPmqqG/w5jmmFtiRvtA2jkDyNVUcefFJKb2uyX4dekk8Okgqop3cgbFiaIvj8uCRJVTP5x9dfxGyXm2jvQ==",
|
||||
"version": "11.7.4",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.4.tgz",
|
||||
"integrity": "sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@ -4886,6 +4896,7 @@
|
||||
"find-up": "^5.0.0",
|
||||
"glob": "^10.4.5",
|
||||
"he": "^1.2.0",
|
||||
"is-path-inside": "^3.0.3",
|
||||
"js-yaml": "^4.1.0",
|
||||
"log-symbols": "^4.1.0",
|
||||
"minimatch": "^9.0.5",
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
"karma-time-stats-reporter": "^0.1.0",
|
||||
"leafdoc": "^2.3.0",
|
||||
"lint-staged": "^16.2.3",
|
||||
"mocha": "^11.7.2",
|
||||
"mocha": "^11.7.4",
|
||||
"prosthetic-hand": "^2.0.0",
|
||||
"rollup": "^4.52.4",
|
||||
"rollup-plugin-git-version": "^0.3.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user