Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .conf/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#

# Step 1
FROM node:23-alpine as build-step
FROM node:24-alpine as build-step
ARG http_proxy=$http_proxy
ARG https_proxy=$https_proxy
ARG no_proxy=$no_proxy
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Unreleased

## 2.2.2-RC1
## 2.2.2

### Technical Support

- upgrade dependencies [#403](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/403), [#399](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/399), [#404](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/404), [#410](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/410)
- upgrade dependencies [#403](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/403), [#399](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/399), [#404](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/404), [#410](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/410), [#422](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/422)

## 2.2.1

Expand Down
10 changes: 5 additions & 5 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ npm/npmjs/-/async/3.2.6, Apache-2.0 AND MIT, approved, #1553
npm/npmjs/-/asynckit/0.4.0, MIT, approved, clearlydefined
npm/npmjs/-/attr-accept/2.2.2, MIT, approved, clearlydefined
npm/npmjs/-/available-typed-arrays/1.0.7, MIT, approved, clearlydefined
npm/npmjs/-/axios/1.11.0, MIT, approved, clearlydefined
npm/npmjs/-/axios/1.12.2, MIT, approved, clearlydefined
npm/npmjs/-/babel-jest/30.0.5, MIT, approved, clearlydefined
npm/npmjs/-/babel-plugin-istanbul/7.0.0, BSD-3-Clause, approved, clearlydefined
npm/npmjs/-/babel-plugin-jest-hoist/30.0.1, MIT, approved, clearlydefined
Expand Down Expand Up @@ -809,12 +809,12 @@ npm/npmjs/@jest/test-sequencer/30.0.5, MIT, approved, clearlydefined
npm/npmjs/@jest/transform/30.0.5, MIT, approved, clearlydefined
npm/npmjs/@jest/types/29.6.3, MIT, approved, clearlydefined
npm/npmjs/@jest/types/30.0.5, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/gen-mapping/0.3.12, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/gen-mapping/0.3.5, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/gen-mapping/0.3.12, MIT, approved, #22834
npm/npmjs/@jridgewell/gen-mapping/0.3.5, MIT, approved, #22834
npm/npmjs/@jridgewell/resolve-uri/3.1.2, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/set-array/1.2.1, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/sourcemap-codec/1.5.0, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/sourcemap-codec/1.5.4, MIT, approved, clearlydefined
npm/npmjs/@jridgewell/sourcemap-codec/1.5.0, MIT, approved, #22833
npm/npmjs/@jridgewell/sourcemap-codec/1.5.4, MIT, approved, #22833
npm/npmjs/@jridgewell/trace-mapping/0.3.25, MIT, approved, #9904
npm/npmjs/@jridgewell/trace-mapping/0.3.29, MIT, approved, #9904
npm/npmjs/@jridgewell/trace-mapping/0.3.9, MIT, approved, #9904
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-frontend-registration",
"version": "v2.2.2-RC1",
"version": "v2.2.2",
"description": "Catena-X Portal Frontend Registration App",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@mui/material": "^5.16.14",
"@react-hook/cache": "^1.1.1",
"@reduxjs/toolkit": "^2.2.8",
"axios": "^1.11.0",
"axios": "^1.12.0",
"bootstrap": "^5.3.7",
"buffer": "^6.0.3",
"dayjs": "^1.11.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2552,10 +2552,10 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

axios@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
axios@^1.12.0:
version "1.12.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.4"
Expand Down