Compare commits

..

6 Commits

Author SHA1 Message Date
Elliot DeNolf
9c6ab39bf4 chore(release): payload/2.32.2 [skip ci] 2025-03-14 13:58:58 -04:00
Elliot DeNolf
965d3d8d47 chore: run audit fix on high severity (#11705)
`pnpm audit --audit-level high --fix`
2025-03-14 13:56:03 -04:00
Elliot DeNolf
34ce21c1f8 chore(release): plugin-stripe/0.0.18 [skip ci] 2025-03-14 13:53:06 -04:00
Elliot DeNolf
ca6725b4ec chore(release): plugin-sentry/0.0.7 [skip ci] 2025-03-14 13:52:48 -04:00
Elliot DeNolf
a54fc12189 chore(release): plugin-relationship-object-ids/0.0.5 [skip ci] 2025-03-14 13:52:31 -04:00
Elliot DeNolf
cfe0fdf3f6 chore(release): plugin-cloud-storage/1.2.1 [skip ci] 2025-03-14 13:52:18 -04:00
8 changed files with 469 additions and 601 deletions

View File

@@ -1,6 +1,10 @@
## [2.32.2](https://github.com/payloadcms/payload/compare/v2.32.1...v2.32.2) (2025-03-14)
Bump critical deps ([#11705](https://github.com/payloadcms/payload/pull/11705))
## [2.32.1](https://github.com/payloadcms/payload/compare/v2.32.0...v2.32.1) (2025-03-14)
Bumps dependencies ([#11702](https://github.com/payloadcms/payload/pull/11702)) ([#11705](https://github.com/payloadcms/payload/pull/11705))
Bumps dependencies ([#11702](https://github.com/payloadcms/payload/pull/11702))
### Bug Fixes

View File

@@ -116,7 +116,26 @@
"dotenv": "$dotenv",
"drizzle-orm": "$drizzle-orm",
"ts-node": "$ts-node",
"typescript": "$typescript"
"typescript": "$typescript",
"braces@<3.0.3": "^3.0.3",
"ws@>=8.0.0 <8.17.1": "^8.17.1",
"ws@>=7.0.0 <7.5.10": "^7.5.10",
"micromatch@<4.0.8": "^4.0.8",
"vite@>=4.0.0 <4.5.4": "^4.5.4",
"vite@>=4.0.0 <=4.5.3": "^4.5.4",
"rollup@>=3.0.0 <3.29.5": "^3.29.5",
"@sentry/browser@<7.119.1": "^7.119.1",
"send@<0.19.0": "^0.19.0",
"serve-static@<1.16.0": "^1.16.0",
"cross-spawn@<6.0.6": "^6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": "^7.0.5",
"nanoid@<3.3.8": "^3.3.8",
"path-to-regexp@>=0.2.0 <1.9.0": "^1.9.0",
"esbuild@<=0.24.2": "^0.25.0",
"vite@<=4.5.5": "^4.5.6",
"prismjs@<1.30.0": "^1.30.0",
"@babel/runtime@<7.26.10": "^7.26.10",
"@babel/helpers@<7.26.10": "^7.26.10"
}
},
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "payload",
"version": "2.32.1",
"version": "2.32.2",
"description": "Node, React and MongoDB Headless CMS and Application Framework",
"license": "MIT",
"main": "./dist/index.js",

View File

@@ -1,7 +1,7 @@
{
"name": "@payloadcms/plugin-cloud-storage",
"description": "The official cloud storage plugin for Payload CMS",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-relationship-object-ids",
"version": "0.0.4",
"version": "0.0.5",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-sentry",
"version": "0.0.6",
"version": "0.0.7",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@payloadcms/plugin-stripe",
"version": "0.0.17",
"version": "0.0.18",
"homepage:": "https://payloadcms.com",
"repository": {
"type": "git",

1033
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff