momentic 2.3.4 → 2.4.1

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.3.4",
3
+ "version": "2.4.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.3.4",
9
+ "version": "2.4.1",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -1806,9 +1806,9 @@
1806
1806
  }
1807
1807
  },
1808
1808
  "node_modules/@types/node": {
1809
- "version": "24.0.1",
1810
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.1.tgz",
1811
- "integrity": "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw==",
1809
+ "version": "24.0.3",
1810
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz",
1811
+ "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==",
1812
1812
  "license": "MIT",
1813
1813
  "dependencies": {
1814
1814
  "undici-types": "~7.8.0"
@@ -2660,9 +2660,9 @@
2660
2660
  }
2661
2661
  },
2662
2662
  "node_modules/end-of-stream": {
2663
- "version": "1.4.4",
2664
- "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
2665
- "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
2663
+ "version": "1.4.5",
2664
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
2665
+ "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
2666
2666
  "license": "MIT",
2667
2667
  "dependencies": {
2668
2668
  "once": "^1.4.0"
@@ -4645,9 +4645,9 @@
4645
4645
  "license": "MIT"
4646
4646
  },
4647
4647
  "node_modules/pump": {
4648
- "version": "3.0.2",
4649
- "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz",
4650
- "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
4648
+ "version": "3.0.3",
4649
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz",
4650
+ "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
4651
4651
  "license": "MIT",
4652
4652
  "dependencies": {
4653
4653
  "end-of-stream": "^1.1.0",
@@ -6017,9 +6017,9 @@
6017
6017
  }
6018
6018
  },
6019
6019
  "node_modules/zod": {
6020
- "version": "3.25.64",
6021
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.64.tgz",
6022
- "integrity": "sha512-hbP9FpSZf7pkS7hRVUrOjhwKJNyampPgtXKc3AN6DsWtoHsg2Sb4SQaS4Tcay380zSwd2VPo9G9180emBACp5g==",
6020
+ "version": "3.25.67",
6021
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.67.tgz",
6022
+ "integrity": "sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==",
6023
6023
  "license": "MIT",
6024
6024
  "funding": {
6025
6025
  "url": "https://github.com/sponsors/colinhacks"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.3.4",
3
+ "version": "2.4.1",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },