Update package-lock.json

This commit is contained in:
Kuba Orlik 2024-02-25 16:32:55 +01:00
parent b3fc4b0dcf
commit 427467d440

8
package-lock.json generated
View File

@ -26,7 +26,7 @@
"object-path": "^0.11.8",
"sealious": "^0.17.48",
"stimulus": "^2.0.0",
"tempstream": "^0.3.10",
"tempstream": "^0.3.12",
"vitest": "^1.1.0"
},
"devDependencies": {
@ -10162,9 +10162,9 @@
}
},
"node_modules/tempstream": {
"version": "0.3.10",
"resolved": "https://registry.npmjs.org/tempstream/-/tempstream-0.3.10.tgz",
"integrity": "sha512-Je/5mPE1mWnkiDfhKxwN8YA6dHdhCDGY2PVJfpfJK3eyFsNgj40xY2/hElUnBOxKgRtYvg93ttufDER5PKhRrA==",
"version": "0.3.12",
"resolved": "https://registry.npmjs.org/tempstream/-/tempstream-0.3.12.tgz",
"integrity": "sha512-4nQTVB7AJeCDv/u3fRGL5eFpPeKLXRZVgGwzOwxxH4NecG5uoA3NveFbCiP4DiqBAMmub6q41xKYpvB0u9nU5Q==",
"dependencies": {
"classnames": "^2.5.1"
}