momentic 2.4.4 → 2.5.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.4.4",
3
+ "version": "2.5.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.4.4",
9
+ "version": "2.5.1",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -100,9 +100,9 @@
100
100
  }
101
101
  },
102
102
  "node_modules/@dotenvx/dotenvx": {
103
- "version": "1.44.2",
104
- "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.44.2.tgz",
105
- "integrity": "sha512-2C44+G2dch4cB6zw7+oGQ9VcFQuuVhc5xOzfVvY7iUEj2PRhiVMIB6SpNMK1V5TvpdqrAqCYFjclK18Mh9vwNQ==",
103
+ "version": "1.45.1",
104
+ "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.45.1.tgz",
105
+ "integrity": "sha512-wKHPD+/NMMJVBPg3i98uD9jsURDy+Ck6RQRiWf39TlOAzC+Ge1FkmDk3sgeljYZxA3qF6E7SJmvRqC70XQuuVA==",
106
106
  "license": "BSD-3-Clause",
107
107
  "dependencies": {
108
108
  "commander": "^11.1.0",
@@ -1040,9 +1040,9 @@
1040
1040
  }
1041
1041
  },
1042
1042
  "node_modules/@octokit/request": {
1043
- "version": "9.2.3",
1044
- "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.2.3.tgz",
1045
- "integrity": "sha512-Ma+pZU8PXLOEYzsWf0cn/gY+ME57Wq8f49WTXA8FMHp2Ps9djKw//xYJ1je8Hm0pR2lU9FUGeJRWOtxq6olt4w==",
1043
+ "version": "9.2.4",
1044
+ "resolved": "https://registry.npmjs.org/@octokit/request/-/request-9.2.4.tgz",
1045
+ "integrity": "sha512-q8ybdytBmxa6KogWlNa818r0k1wlqzNC+yNkcQDECHvQo8Vmstrg18JwqJHdJdUiHD2sjlwBgSm9kHkOKe2iyA==",
1046
1046
  "license": "MIT",
1047
1047
  "dependencies": {
1048
1048
  "@octokit/endpoint": "^10.1.4",
@@ -4272,14 +4272,14 @@
4272
4272
  }
4273
4273
  },
4274
4274
  "node_modules/pg": {
4275
- "version": "8.16.1",
4276
- "resolved": "https://registry.npmjs.org/pg/-/pg-8.16.1.tgz",
4277
- "integrity": "sha512-5n6e7MgF5ABRsssOsX9xC95p+NUuhgDQDBSsrKSZJjYVqZHGyrmJuknym2IbVhGtzV9siBdzH9SEIQAuWF+sdg==",
4275
+ "version": "8.16.2",
4276
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.16.2.tgz",
4277
+ "integrity": "sha512-OtLWF0mKLmpxelOt9BqVq83QV6bTfsS0XLegIeAKqKjurRnRKie1Dc1iL89MugmSLhftxw6NNCyZhm1yQFLMEQ==",
4278
4278
  "license": "MIT",
4279
4279
  "dependencies": {
4280
4280
  "pg-connection-string": "^2.9.1",
4281
4281
  "pg-pool": "^3.10.1",
4282
- "pg-protocol": "^1.10.1",
4282
+ "pg-protocol": "^1.10.2",
4283
4283
  "pg-types": "2.2.0",
4284
4284
  "pgpass": "1.0.5"
4285
4285
  },
@@ -4330,9 +4330,9 @@
4330
4330
  }
4331
4331
  },
4332
4332
  "node_modules/pg-protocol": {
4333
- "version": "1.10.1",
4334
- "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.10.1.tgz",
4335
- "integrity": "sha512-9YS3ZonDj0Lxny//aF0ITPdfrEPgKWCJvONsSXAaIUhgpzlzl5JgaZNlbTFxvYNfm2terGEnHeOSUlF6qRGBzw==",
4333
+ "version": "1.10.2",
4334
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.10.2.tgz",
4335
+ "integrity": "sha512-Ci7jy8PbaWxfsck2dwZdERcDG2A0MG8JoQILs+uZNjABFuBuItAZCWUNz8sXRDMoui24rJw7WlXqgpMdBSN/vQ==",
4336
4336
  "license": "MIT"
4337
4337
  },
4338
4338
  "node_modules/pg-types": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.4.4",
3
+ "version": "2.5.1",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },