diff --git a/core/package-lock.json b/core/package-lock.json index 8fca8cc..aad72cd 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fortinet/autoscale-core", - "version": "3.5.3", + "version": "3.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fortinet/autoscale-core", - "version": "3.5.3", + "version": "3.5.4", "license": "MIT" } } diff --git a/core/package.json b/core/package.json index 6c84840..d43d24c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@fortinet/autoscale-core", - "version": "3.5.3", + "version": "3.5.4", "description": "Fortinet Autoscale project(s), core module.", "main": "./dist/index.js", "exports": { diff --git a/fortigate-autoscale/package-lock.json b/fortigate-autoscale/package-lock.json index 0f1a644..413dbf7 100644 --- a/fortigate-autoscale/package-lock.json +++ b/fortigate-autoscale/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fortinet/fortigate-autoscale", - "version": "3.5.3", + "version": "3.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fortinet/fortigate-autoscale", - "version": "3.5.3", + "version": "3.5.4", "bundleDependencies": [ "@fortinet/autoscale-core" ], @@ -27,7 +27,7 @@ }, "../core": { "name": "@fortinet/autoscale-core", - "version": "3.5.2", + "version": "3.5.3", "license": "MIT" }, "node_modules/@azure/abort-controller": { diff --git a/fortigate-autoscale/package.json b/fortigate-autoscale/package.json index 0a5d856..801e53e 100644 --- a/fortigate-autoscale/package.json +++ b/fortigate-autoscale/package.json @@ -1,6 +1,6 @@ { "name": "@fortinet/fortigate-autoscale", - "version": "3.5.3", + "version": "3.5.4", "description": "Fortinet Autoscale project(s), fortigate autoscale module.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/package-lock.json b/package-lock.json index d6c5ac4..b26ed39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fortinet/autoscale", - "version": "3.5.3", + "version": "3.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fortinet/autoscale", - "version": "3.5.3", + "version": "3.5.4", "license": "MIT", "dependencies": { "@types/archiver": "^3.1.0", diff --git a/package.json b/package.json index 74796e2..002c82d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@fortinet/autoscale", "description": "Fortinet Autoscale project(s), core module.", - "version": "3.5.3", + "version": "3.5.4", "main": "fortigate-autoscale/dist/index.js", "types": "fortigate-autoscale/dist/types/index.d.ts", "scripts": {