momentic 2.17.1 → 2.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.17.1",
3
+ "version": "2.17.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.17.1",
9
+ "version": "2.17.2",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -119,9 +119,9 @@
119
119
  }
120
120
  },
121
121
  "node_modules/@ai-sdk/gateway": {
122
- "version": "1.0.24",
123
- "resolved": "https://registry.npmjs.org/@ai-sdk/gateway/-/gateway-1.0.24.tgz",
124
- "integrity": "sha512-Mwp0yYXrEnENoDrc7IH9yVRVJ7RrDW0CXWDtyz1BiyqccbtdWhAKu4wtrDMx2FkeK5riiME1kYYdjRnlba3UFw==",
122
+ "version": "1.0.25",
123
+ "resolved": "https://registry.npmjs.org/@ai-sdk/gateway/-/gateway-1.0.25.tgz",
124
+ "integrity": "sha512-eI/6LLmn1tWFzuhjxgcPEqUFXwLjyRuGFrwkCoqLaTKe/qMYBEAV3iddnGUM0AV+Hp4NEykzP4ly5tibOLDMXw==",
125
125
  "license": "Apache-2.0",
126
126
  "dependencies": {
127
127
  "@ai-sdk/provider": "2.0.0",
@@ -2710,12 +2710,12 @@
2710
2710
  "license": "MIT"
2711
2711
  },
2712
2712
  "node_modules/ai": {
2713
- "version": "5.0.47",
2714
- "resolved": "https://registry.npmjs.org/ai/-/ai-5.0.47.tgz",
2715
- "integrity": "sha512-/DKfU9tTsQVcUYSDCTu1L7jmvEgzUWOr1xf5UHwwDbRf/HED8LDb60QlWYs6f4BkZsVoLvpliCSjliXiRZywFQ==",
2713
+ "version": "5.0.48",
2714
+ "resolved": "https://registry.npmjs.org/ai/-/ai-5.0.48.tgz",
2715
+ "integrity": "sha512-+oYhbN3NGRXayGfTFI8k1Fu4rhiJcQ0mbgiAOJGFkzvCxunRRQu5cyDl7y6cHNTj1QvHmIBROK5u655Ss2oI0g==",
2716
2716
  "license": "Apache-2.0",
2717
2717
  "dependencies": {
2718
- "@ai-sdk/gateway": "1.0.24",
2718
+ "@ai-sdk/gateway": "1.0.25",
2719
2719
  "@ai-sdk/provider": "2.0.0",
2720
2720
  "@ai-sdk/provider-utils": "3.0.9",
2721
2721
  "@opentelemetry/api": "1.9.0"
@@ -6695,12 +6695,12 @@
6695
6695
  "license": "0BSD"
6696
6696
  },
6697
6697
  "node_modules/twilio": {
6698
- "version": "5.10.0",
6699
- "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.0.tgz",
6700
- "integrity": "sha512-+9gFJq+LWTq13cxX9WLEDoh/6xbTKLxb2icISz42HGXdfD6Ld+npOwDAWdod7o/bVPz2KQkXLhRlWzMeGxNzng==",
6698
+ "version": "5.9.0",
6699
+ "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.9.0.tgz",
6700
+ "integrity": "sha512-Ij+xT9MZZSjP64lsy+x6vYsCCb5m2Db9KffkMXBrN3zWbG3rbkXxl+MZVVzrvpwEdSbQD0vMuin+TTlQ6kR6Xg==",
6701
6701
  "license": "MIT",
6702
6702
  "dependencies": {
6703
- "axios": "^1.12.0",
6703
+ "axios": "^1.11.0",
6704
6704
  "dayjs": "^1.11.9",
6705
6705
  "https-proxy-agent": "^5.0.0",
6706
6706
  "jsonwebtoken": "^9.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.17.1",
3
+ "version": "2.17.2",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },