release: 1.21.2

This commit is contained in:
smp46
2026-07-23 20:04:45 +10:00
parent 9af800f2a6
commit 68ebf191fe
7 changed files with 17 additions and 9 deletions
+8
View File
@@ -1,3 +1,11 @@
## [1.21.2](https://github.com/smp46/pingvin-share-x/compare/v1.21.1...v1.21.2) (2026-07-23)
### Bug Fixes
* **deps:** resolve security vulns via npm audit ([945c5e5](https://github.com/smp46/pingvin-share-x/commit/945c5e572dbf08021a15d510c9f12f1fc6ee9630))
* **deps:** update backend sharp to non-vuln version ([9af800f](https://github.com/smp46/pingvin-share-x/commit/9af800f2a66f9ffd8fbf2926adce490723a77a05))
* **deps:** update sharp & brace-expansion to non-vuln version ([d0f7ecd](https://github.com/smp46/pingvin-share-x/commit/d0f7ecdd7cb61eda264a61a3eeab346f33e2bf5a))
## [1.21.1](https://github.com/smp46/pingvin-share-x/compare/v1.21.0...v1.21.1) (2026-07-17)
### Bug Fixes
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "1.21.1",
"version": "1.21.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "1.21.1",
"version": "1.21.2",
"dependencies": {
"@aws-sdk/client-s3": "^3.787.0",
"@keyv/redis": "^4.4.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "1.21.1",
"version": "1.21.2",
"scripts": {
"build": "nest build",
"dev": "cross-env NODE_ENV=development nest start --watch",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pingvin-share-frontend",
"version": "1.21.1",
"version": "1.21.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "1.21.1",
"version": "1.21.2",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pingvin-share-frontend",
"version": "1.21.1",
"version": "1.21.2",
"scripts": {
"dev": "next dev",
"build": "next build",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pingvin-share-x",
"version": "1.21.1",
"version": "1.21.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-x",
"version": "1.21.1",
"version": "1.21.2",
"devDependencies": {
"conventional-changelog": "^7.2.0",
"conventional-changelog-conventionalcommits": "^9.3.1"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pingvin-share-x",
"version": "1.21.1",
"version": "1.21.2",
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",