momentic 2.28.0 → 2.28.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.28.0",
3
+ "version": "2.28.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.28.0",
9
+ "version": "2.28.1",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -3154,9 +3154,9 @@
3154
3154
  }
3155
3155
  },
3156
3156
  "node_modules/dedent": {
3157
- "version": "1.7.0",
3158
- "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.0.tgz",
3159
- "integrity": "sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==",
3157
+ "version": "1.7.1",
3158
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz",
3159
+ "integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
3160
3160
  "license": "MIT",
3161
3161
  "peerDependencies": {
3162
3162
  "babel-plugin-macros": "^3.1.0"
@@ -5441,9 +5441,9 @@
5441
5441
  }
5442
5442
  },
5443
5443
  "node_modules/postgres-bytea": {
5444
- "version": "1.0.0",
5445
- "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
5446
- "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
5444
+ "version": "1.0.1",
5445
+ "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.1.tgz",
5446
+ "integrity": "sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==",
5447
5447
  "license": "MIT",
5448
5448
  "engines": {
5449
5449
  "node": ">=0.10.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },