Skip to content

Commit

Permalink
v4.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Oct 23, 2024
1 parent 8938d34 commit 29bf9a6
Show file tree
Hide file tree
Showing 35 changed files with 153 additions and 327 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.17.2](https://github.com/klarna-incubator/gram/compare/v4.17.1...v4.17.2) (2024-10-23)

### Bug Fixes

- bump vulnerable version of oidc-client ([371499b](https://github.com/klarna-incubator/gram/commit/371499b1533faa6df98ce52f71ba73f9ff0ce2f1))
- fix npm registry ([8938d34](https://github.com/klarna-incubator/gram/commit/8938d34e314fc00e35060da4523b8be5bac9ad1e))

## [4.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.17.2](https://github.com/klarna/gram/compare/v4.17.1...v4.17.2) (2024-10-23)

**Note:** Version bump only for package @gram/api

## [4.17.1](https://github.com/klarna/gram/compare/v4.17.0...v4.17.1) (2024-10-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gram/api",
"private": true,
"type": "module",
"version": "4.17.1",
"version": "4.17.2",
"description": "API for threat modelling",
"scripts": {
"start": "NODE_ENV=development node dist/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"node": "20"
},
"dependencies": {
"@gram/config": "^4.17.1",
"@gram/core": "^4.17.1",
"@gram/config": "^4.17.2",
"@gram/core": "^4.17.2",
"@sentry/node": "^8.35.0",
"@sentry/profiling-node": "^8.35.0",
"cookie-parser": "^1.4.7",
Expand Down
4 changes: 4 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.17.2](https://github.com/klarna-incubator/gram/compare/v4.17.1...v4.17.2) (2024-10-23)

**Note:** Version bump only for package @gram/app

## [4.17.1](https://github.com/klarna-incubator/gram/compare/v4.17.0...v4.17.1) (2024-10-23)

**Note:** Version bump only for package @gram/app
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gram/app",
"proxy": "http://localhost:8080",
"version": "4.17.1",
"version": "4.17.2",
"private": true,
"engines": {
"node": "20"
Expand Down
4 changes: 4 additions & 0 deletions config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.17.2](https://github.com/klarna/gram/compare/v4.17.1...v4.17.2) (2024-10-23)

**Note:** Version bump only for package @gram/config

## [4.17.1](https://github.com/klarna/gram/compare/v4.17.0...v4.17.1) (2024-10-23)

**Note:** Version bump only for package @gram/config
Expand Down
20 changes: 10 additions & 10 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": true,
"version": "4.17.1",
"version": "4.17.2",
"description": "Gram Configuration",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand All @@ -28,15 +28,15 @@
"node": "20"
},
"dependencies": {
"@gram/aws": "^4.17.1",
"@gram/azure": "^4.17.1",
"@gram/cncf": "^4.17.1",
"@gram/core": "^4.17.1",
"@gram/kubernetes": "^4.17.1",
"@gram/magiclink": "^4.17.1",
"@gram/stride": "^4.17.1",
"@gram/svgporn": "^4.17.1",
"@gram/threatlib": "^4.17.1",
"@gram/aws": "^4.17.2",
"@gram/azure": "^4.17.2",
"@gram/cncf": "^4.17.2",
"@gram/core": "^4.17.2",
"@gram/kubernetes": "^4.17.2",
"@gram/magiclink": "^4.17.2",
"@gram/stride": "^4.17.2",
"@gram/svgporn": "^4.17.2",
"@gram/threatlib": "^4.17.2",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.17.2](https://github.com/klarna/gram/compare/v4.17.1...v4.17.2) (2024-10-23)

**Note:** Version bump only for package @gram/core

## [4.17.1](https://github.com/klarna/gram/compare/v4.17.0...v4.17.1) (2024-10-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gram/core",
"private": true,
"type": "module",
"version": "4.17.1",
"version": "4.17.2",
"description": "Core library for Gram backend stuff",
"scripts": {
"clean": "rimraf ./dist",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.17.1",
"version": "4.17.2",
"command": {
"version": {
"allowBranch": "main",
Expand Down
Loading

0 comments on commit 29bf9a6

Please sign in to comment.