diff --git a/.conf/Dockerfile.full b/.conf/Dockerfile.full index 12612bf2..6c457ba7 100644 --- a/.conf/Dockerfile.full +++ b/.conf/Dockerfile.full @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 87968710..29b6bd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/DEPENDENCIES b/DEPENDENCIES index a29cf2f9..a45eea9f 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -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 @@ -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 diff --git a/package.json b/package.json index 1d9e5ed5..3178f55b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index ddd1d1c2..25b5585c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"