Merge pull request #762 from arianne/dependabot/npm_and_yarn/npm_and_yarn-fb4fae9948

Bump minimatch from 9.0.5 to 9.0.9 in the npm_and_yarn group across 1 directory
This commit is contained in:
Hendrik Brummermann 2026-03-01 12:54:22 +01:00 committed by GitHub
commit f44e519104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
package-lock.json generated
View file

@ -661,11 +661,13 @@
"license": "MIT"
},
"node_modules/minimatch": {
"version": "9.0.5",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
"brace-expansion": "^2.0.2"
},
"engines": {
"node": ">=16 || 14 >=14.17"