1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-07-02 19:52:45 +03:00

fix: npm audit hotfixes

This commit is contained in:
2026-06-03 06:48:48 +00:00
parent 527a96481f
commit 82b487537c
2 changed files with 18 additions and 5 deletions
+9 -5
View File
@@ -9059,7 +9059,9 @@
"license": "MIT"
},
"node_modules/nanoid": {
"version": "3.3.8",
"version": "3.3.12",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
"funding": [
{
"type": "github",
@@ -9884,7 +9886,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.31",
"version": "8.5.15",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
"integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
"funding": [
{
"type": "opencollective",
@@ -9901,9 +9905,9 @@
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
"nanoid": "^3.3.12",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
+9
View File
@@ -44,5 +44,14 @@
"sass": "^1.100.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1"
},
"overrides": {
"next": {
"postcss": "^8.5.10"
}
},
"allowScripts": {
"sharp": true,
"@parcel/watcher": true
}
}