Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit fd1ace5

Browse files
committed
core-324-security-fix-v1
1 parent 0cf9bb1 commit fd1ace5

File tree

6 files changed

+18069
-14676
lines changed

6 files changed

+18069
-14676
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ workflows:
8080
branches:
8181
only:
8282
- dev
83+
- CORE-324-fix
8384

8485
# Production builds are exectuted only on tagged commits to the
8586
# master branch.

babel.config.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ const config = {
3030
regenerator: false,
3131
},
3232
],
33-
['react-css-modules', {
34-
filetypes: {
35-
'.scss': {
36-
syntax: 'postcss-scss',
33+
[
34+
"@dr.pogodin/babel-plugin-react-css-modules",
35+
{
36+
filetypes: {
37+
'.scss': {
38+
syntax: 'postcss-scss',
39+
},
3740
},
38-
},
39-
generateScopedName: cssLocalIdent
40-
}],
41+
generateScopedName: cssLocalIdent
42+
}
43+
],
4144
]
4245
};
4346

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the base image with Node.js
2-
FROM node:10.22.1
2+
FROM node:21.6.0
33

44
ARG APPMODE
55
ARG APPENV

0 commit comments

Comments
 (0)