chore: Version Packages (#13923)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-05 12:52:44 +01:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 5c6c28545c
commit 645266c200
162 changed files with 1166 additions and 502 deletions
@@ -1,5 +1,14 @@
# @medusajs/analytics-local
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-local",
"version": "2.11.2",
"version": "2.11.3",
"description": "Local analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,16 @@
# @medusajs/analytics-posthog
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- [#13932](https://github.com/medusajs/medusa/pull/13932) [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Fix dependencies vulnerabilities
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/analytics-posthog",
"version": "2.11.2",
"version": "2.11.3",
"description": "Posthog analytics provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,11 +25,11 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2",
"@medusajs/framework": "2.11.3",
"posthog-node": "^5.11.0"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2",
"@medusajs/framework": "2.11.3",
"posthog-node": "^5.11.0"
},
"keywords": [
@@ -1,5 +1,14 @@
# @medusajs/auth-emailpass
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-emailpass",
"version": "2.11.2",
"version": "2.11.3",
"description": "Email and password credential authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,13 +26,13 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"scrypt-kdf": "^2.0.1"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,14 @@
# @medusajs/auth-github
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-github",
"version": "2.11.2",
"version": "2.11.3",
"description": "Github OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,10 +26,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,14 @@
# @medusajs/auth-google
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-google",
"version": "2.11.2",
"version": "2.11.3",
"description": "Google OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,13 +26,13 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"jsonwebtoken": "^9.0.2"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,14 @@
# @medusajs/caching-redis
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/caching-redis",
"version": "2.11.2",
"version": "2.11.3",
"description": "Redis Caching for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,10 +20,10 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"ioredis": "^5.4.1",
@@ -1,5 +1,14 @@
# @medusajs/file-local
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-local",
"version": "2.11.2",
"version": "2.11.3",
"description": "Local filesystem file storage for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,16 @@
# @medusajs/file-s3
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- [#13932](https://github.com/medusajs/medusa/pull/13932) [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Fix dependencies vulnerabilities
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/file-s3",
"version": "2.11.2",
"version": "2.11.3",
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.556.0",
@@ -34,7 +34,7 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,14 @@
# @medusajs/fulfillment-manual
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/fulfillment-manual",
"version": "2.11.2",
"version": "2.11.3",
"description": "Manual fulfillment for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-plugin",
@@ -1,5 +1,14 @@
# @medusajs/locking-postgres
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking-postgres",
"version": "2.11.2",
"version": "2.11.3",
"description": "Postgres Advisory Locks for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,10 +20,10 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"scripts": {
"watch": "yarn run -T tsc --build --watch",
@@ -1,5 +1,14 @@
# @medusajs/locking-redis
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/locking-redis",
"version": "2.11.2",
"version": "2.11.3",
"description": "Redis Lock for Medusa",
"main": "dist/index.js",
"repository": {
@@ -20,10 +20,10 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"ioredis": "^5.4.1"
@@ -1,5 +1,14 @@
# @medusajs/notification-local
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-local",
"version": "2.11.2",
"version": "2.11.3",
"description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits",
"main": "dist/index.js",
"repository": {
@@ -26,10 +26,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,16 @@
# @medusajs/notification-sendgrid
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- [#13932](https://github.com/medusajs/medusa/pull/13932) [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Fix dependencies vulnerabilities
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-sendgrid",
"version": "2.11.2",
"version": "2.11.3",
"description": "Sendgrid notification provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,13 +26,13 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"@sendgrid/mail": "^8.1.6"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"keywords": [
"medusa-provider",
@@ -1,5 +1,14 @@
# @medusajs/payment-stripe
## 2.11.3
### Patch Changes
- [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
- Updated dependencies [[`28c3ea68f5634792848f146ac6af5b27c848bf21`](https://github.com/medusajs/medusa/commit/28c3ea68f5634792848f146ac6af5b27c848bf21), [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a), [`13d7d15be594ca413785eebe8f86b47c36cb9830`](https://github.com/medusajs/medusa/commit/13d7d15be594ca413785eebe8f86b47c36cb9830)]:
- @medusajs/framework@2.11.3
## 2.11.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment-stripe",
"version": "2.11.2",
"version": "2.11.3",
"description": "Stripe payment provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,10 +25,10 @@
"watch": "yarn run -T tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"peerDependencies": {
"@medusajs/framework": "2.11.2"
"@medusajs/framework": "2.11.3"
},
"dependencies": {
"stripe": "^15.5.0"