momentic 2.24.1 → 2.25.0

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.24.1",
3
+ "version": "2.25.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.24.1",
9
+ "version": "2.25.0",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -1137,9 +1137,9 @@
1137
1137
  "license": "MIT"
1138
1138
  },
1139
1139
  "node_modules/@modelcontextprotocol/sdk": {
1140
- "version": "1.24.1",
1141
- "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.24.1.tgz",
1142
- "integrity": "sha512-YTg4v6bKSst8EJM8NXHC3nGm8kgHD08IbIBbognUeLAgGLVgLpYrgQswzLQd4OyTL4l614ejhqsDrV1//t02Qw==",
1140
+ "version": "1.24.2",
1141
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.24.2.tgz",
1142
+ "integrity": "sha512-hS/kzSfchqzvUeJUsdiDHi84/kNhLIZaZ6coGQVwbYIelOBbcAwUohUfaQTLa1MvFOK/jbTnGFzraHSFwB7pjQ==",
1143
1143
  "license": "MIT",
1144
1144
  "dependencies": {
1145
1145
  "ajv": "^8.17.1",
@@ -6545,9 +6545,9 @@
6545
6545
  "license": "0BSD"
6546
6546
  },
6547
6547
  "node_modules/twilio": {
6548
- "version": "5.10.6",
6549
- "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.6.tgz",
6550
- "integrity": "sha512-mZkB1JHvIuxv4J0MUP+iNyK4xQi6XhtqZdiowDSZzOgT2MhYhGOtDTorb6+Y8NFsb589W3njtAUnRCPcXaiX3g==",
6548
+ "version": "5.10.7",
6549
+ "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.7.tgz",
6550
+ "integrity": "sha512-pELNeyQqkJMW/UkbcdNGDfOjMyt1FXoYOKXBDqOViHmcdJ04cq8Ty3VsrEAabi97YesK3T2v5KP5XKPY8uUx9w==",
6551
6551
  "license": "MIT",
6552
6552
  "dependencies": {
6553
6553
  "axios": "^1.12.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.24.1",
3
+ "version": "2.25.0",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },