fix npm package issue for minimatch
Some checks failed
ci/woodpecker/push/build Pipeline failed
Build the portfolio website / build-portfolio-website (push) Successful in 22m59s
Build the portfolio website / build-and-release-image (push) Failing after 30m54s

This commit is contained in:
2025-07-26 20:09:19 +03:00
parent 8c39e38fb3
commit e40252de99
4 changed files with 8 additions and 9 deletions

View File

@ -3090,13 +3090,9 @@
}
},
"node_modules/@types/minimatch": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-6.0.0.tgz",
"integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==",
"deprecated": "This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed.",
"dependencies": {
"minimatch": "*"
}
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA=="
},
"node_modules/@types/ms": {
"version": "2.1.0",