diff --git a/lerna.json b/lerna.json index 55081c90a..60b40a606 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.47.2", + "version": "6.47.3", "$schema": "https://json.schemastore.org/lerna.json", "useWorkspaces": true, "useNx": true, diff --git a/package-lock.json b/package-lock.json index c8bcf7a62..8ba08168c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43042,7 +43042,7 @@ }, "packages/gasket-plugin-express": { "name": "@gasket/plugin-express", - "version": "6.47.1", + "version": "6.47.3", "license": "MIT", "dependencies": { "@types/express": "^4.17.21", @@ -43953,13 +43953,13 @@ }, "packages/gasket-preset-api": { "name": "@gasket/preset-api", - "version": "6.47.1", + "version": "6.47.3", "license": "MIT", "dependencies": { "@gasket/plugin-config": "^6.47.1", "@gasket/plugin-docs": "^6.47.1", "@gasket/plugin-docsify": "^6.47.1", - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-lint": "^6.47.1", "@gasket/plugin-log": "^6.47.1", @@ -43971,10 +43971,10 @@ }, "packages/gasket-preset-nextjs": { "name": "@gasket/preset-nextjs", - "version": "6.47.1", + "version": "6.47.3", "license": "MIT", "dependencies": { - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-log": "^6.47.1", "@gasket/plugin-nextjs": "^6.47.1", @@ -44105,7 +44105,7 @@ }, "packages/gasket-typescript-tests": { "name": "@gasket/typescript-tests", - "version": "6.47.2", + "version": "6.47.3", "license": "MIT", "devDependencies": { "@gasket/cli": "^6.47.1", @@ -44121,7 +44121,7 @@ "@gasket/plugin-docs": "^6.47.1", "@gasket/plugin-docusaurus": "^6.47.1", "@gasket/plugin-elastic-apm": "^6.47.1", - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-intl": "^6.47.2", "@gasket/plugin-log": "^6.47.1", @@ -44135,8 +44135,8 @@ "@gasket/plugin-swagger": "^6.47.1", "@gasket/plugin-webpack": "^6.47.1", "@gasket/plugin-workbox": "^6.47.1", - "@gasket/preset-api": "^6.47.1", - "@gasket/preset-nextjs": "^6.47.1", + "@gasket/preset-api": "^6.47.3", + "@gasket/preset-nextjs": "^6.47.3", "@gasket/preset-pwa": "^6.47.1", "@gasket/react-intl": "^6.47.2", "@gasket/redux": "^6.47.1", @@ -49055,7 +49055,7 @@ "@gasket/plugin-config": "^6.47.1", "@gasket/plugin-docs": "^6.47.1", "@gasket/plugin-docsify": "^6.47.1", - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-lint": "^6.47.1", "@gasket/plugin-log": "^6.47.1", @@ -49066,7 +49066,7 @@ "@gasket/preset-nextjs": { "version": "file:packages/gasket-preset-nextjs", "requires": { - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-log": "^6.47.1", "@gasket/plugin-nextjs": "^6.47.1", @@ -49189,7 +49189,7 @@ "@gasket/plugin-docs": "^6.47.1", "@gasket/plugin-docusaurus": "^6.47.1", "@gasket/plugin-elastic-apm": "^6.47.1", - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-intl": "^6.47.2", "@gasket/plugin-log": "^6.47.1", @@ -49203,8 +49203,8 @@ "@gasket/plugin-swagger": "^6.47.1", "@gasket/plugin-webpack": "^6.47.1", "@gasket/plugin-workbox": "^6.47.1", - "@gasket/preset-api": "^6.47.1", - "@gasket/preset-nextjs": "^6.47.1", + "@gasket/preset-api": "^6.47.3", + "@gasket/preset-nextjs": "^6.47.3", "@gasket/preset-pwa": "^6.47.1", "@gasket/react-intl": "^6.47.2", "@gasket/redux": "^6.47.1", diff --git a/packages/gasket-plugin-express/package.json b/packages/gasket-plugin-express/package.json index 404a8063c..b3a8e66d5 100644 --- a/packages/gasket-plugin-express/package.json +++ b/packages/gasket-plugin-express/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/plugin-express", - "version": "6.47.1", + "version": "6.47.3", "description": "Adds express support to your application", "main": "lib", "types": "lib/index.d.ts", diff --git a/packages/gasket-preset-api/package.json b/packages/gasket-preset-api/package.json index bec53fb64..b75128a98 100644 --- a/packages/gasket-preset-api/package.json +++ b/packages/gasket-preset-api/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/preset-api", - "version": "6.47.1", + "version": "6.47.3", "description": "Create Express-based API with Gasket", "main": "lib", "types": "lib/index.d.ts", @@ -23,7 +23,7 @@ "@gasket/plugin-config": "^6.47.1", "@gasket/plugin-docs": "^6.47.1", "@gasket/plugin-docsify": "^6.47.1", - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-lint": "^6.47.1", "@gasket/plugin-log": "^6.47.1", diff --git a/packages/gasket-preset-nextjs/package.json b/packages/gasket-preset-nextjs/package.json index b43dfefc1..7ea01cdac 100644 --- a/packages/gasket-preset-nextjs/package.json +++ b/packages/gasket-preset-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@gasket/preset-nextjs", - "version": "6.47.1", + "version": "6.47.3", "description": "Basic NextJS Framework", "main": "lib", "types": "lib/index.d.ts", @@ -20,7 +20,7 @@ "url": "https://github.com/godaddy/gasket/issues" }, "dependencies": { - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-log": "^6.47.1", "@gasket/plugin-nextjs": "^6.47.1", diff --git a/packages/gasket-typescript-tests/package.json b/packages/gasket-typescript-tests/package.json index 4980378e0..731d79bc8 100644 --- a/packages/gasket-typescript-tests/package.json +++ b/packages/gasket-typescript-tests/package.json @@ -1,7 +1,7 @@ { "name": "@gasket/typescript-tests", "private": true, - "version": "6.47.2", + "version": "6.47.3", "description": "Not a published package; hosts unit tests to verify TypeScript support", "files": [ "lib" @@ -46,7 +46,7 @@ "@gasket/plugin-docs": "^6.47.1", "@gasket/plugin-docusaurus": "^6.47.1", "@gasket/plugin-elastic-apm": "^6.47.1", - "@gasket/plugin-express": "^6.47.1", + "@gasket/plugin-express": "^6.47.3", "@gasket/plugin-https": "^6.47.1", "@gasket/plugin-intl": "^6.47.2", "@gasket/plugin-log": "^6.47.1", @@ -60,8 +60,8 @@ "@gasket/plugin-swagger": "^6.47.1", "@gasket/plugin-webpack": "^6.47.1", "@gasket/plugin-workbox": "^6.47.1", - "@gasket/preset-api": "^6.47.1", - "@gasket/preset-nextjs": "^6.47.1", + "@gasket/preset-api": "^6.47.3", + "@gasket/preset-nextjs": "^6.47.3", "@gasket/preset-pwa": "^6.47.1", "@gasket/react-intl": "^6.47.2", "@gasket/redux": "^6.47.1",