chore: sync package-lock.json

This commit is contained in:
Jamie McGregor Nelson 2026-03-16 14:26:14 -04:00
parent 526fa7439d
commit c6e06f344b

20
package-lock.json generated
View file

@ -3770,6 +3770,26 @@
"proxy-agent": "^6.5.0",
"undici": "^7.24.2",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@smithy/node-http-handler": "^4.5.0"
}
},
"packages/pi-ai/node_modules/@smithy/node-http-handler": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.5.0.tgz",
"integrity": "sha512-Rnq9vQWiR1+/I6NZZMNzJHV6pZYyEHt2ZnuV3MG8z2NNenC4i/8Kzttz7CjZiHSmsN5frhXhg17z3Zqjjhmz1A==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@smithy/abort-controller": "^4.2.12",
"@smithy/protocol-http": "^5.3.12",
"@smithy/querystring-builder": "^4.2.12",
"@smithy/types": "^4.13.1",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=18.0.0"
}
},
"packages/pi-coding-agent": {