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