Skip to content

Commit bca575e

Browse files
SofiaSazonovaSofia Sazonova
and
Sofia Sazonova
authored
npm audit fix (#1789)
### Feature or Bugfix fix npm findings ### Security Please answer the questions below briefly where applicable, or write `N/A`. Based on [OWASP 10](https://owasp.org/Top10/en/). - Does this PR introduce or modify any input fields or queries - this includes fetching data from storage outside the application (e.g. a database, an S3 bucket)? - Is the input sanitized? - What precautions are you taking before deserializing the data you consume? - Is injection prevented by parametrizing queries? - Have you ensured no `eval` or similar functions are used? - Does this PR introduce any functionality or component that requires authorization? - How have you ensured it respects the existing AuthN/AuthZ mechanisms? - Are you logging failed auth attempts? - Are you using or adding any cryptographic features? - Do you use a standard proven implementations? - Are the used keys controlled by the customer? Where are they stored? - Are you introducing any new policies/roles/users? - Have you used the least-privilege principle? How? By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Sofia Sazonova <[email protected]>
1 parent 5252dd1 commit bca575e

File tree

3 files changed

+145
-165
lines changed

3 files changed

+145
-165
lines changed

frontend/package-lock.json

Lines changed: 69 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"apollo-boost": "^0.4.9",
4040
"aws-amplify": "^5.3.14",
4141
"braces": "3.0.3",
42-
"axios": "^1.7.4",
42+
"axios": "^1.8.2",
4343
"classnames": "^2.3.1",
4444
"date-fns": "^2.28.0",
4545
"dayjs": "^1.11.0",
46-
"dompurify": "^3.0.6",
46+
"dompurify": "^3.2.4",
4747
"formik": "^2.2.9",
4848
"graphql-tag": "^2.12.6",
4949
"json5": "^2.2.2",
@@ -84,7 +84,7 @@
8484
"nth-check": "^2.0.1",
8585
"@adobe/css-tools": "4.3.3",
8686
"merge": "2.1.1",
87-
"@babel/traverse": "7.23.2",
87+
"@babel/traverse": "7.26.10",
8888
"react-scripts": {
8989
"resolve-url-loader": "5.0.0",
9090
"webpack-dev-server": {
@@ -110,7 +110,7 @@
110110
"nth-check": "^2.0.1",
111111
"@adobe/css-tools": "4.3.3",
112112
"merge": "2.1.1",
113-
"@babel/traverse": "7.23.2",
113+
"@babel/traverse": "7.26.10",
114114
"resolve-url-loader": "5.0.0",
115115
"postcss": "8.4.31",
116116
"ip": "1.1.9",

0 commit comments

Comments
 (0)