Skip to content

Commit a55d994

Browse files
authored
RD-1718 - Update dependencies to fix security vulnerabilities (#1246)
* Update cloudify-ui-components version and run `npm audit fix` * Adjust application package size
1 parent 7857458 commit a55d994

File tree

5 files changed

+118
-70
lines changed

5 files changed

+118
-70
lines changed

.size-limit

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"name": "Application package",
23-
"limit": "13.10 MB",
23+
"limit": "13.15 MB",
2424
"gzip": false,
2525
"running": false,
2626
"path": ["dist", "!dist/**/*.gz"]

backend/package-lock.json

+43-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"multer": "^1.3.0",
5252
"passport": "^0.3.2",
5353
"passport-cookie": "^1.0.6",
54-
"passport-saml": "^2.0.2",
54+
"passport-saml": "^2.0.6",
5555
"passport-unique-token": "^0.1.4",
5656
"pg": "^7.18.2",
5757
"pg-hstore": "^2.3.3",

package-lock.json

+72-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"blueimp-md5": "^2.7.0",
5050
"cloudify-blueprint-topology": "^2.4.2",
5151
"cloudify-ui-common": "^3.1.2",
52-
"cloudify-ui-components": "^2.4.3",
52+
"cloudify-ui-components": "^2.4.4",
5353
"connected-react-router": "^6.5.2",
5454
"d3": "^3.5.17",
5555
"d3-format": "^1.3.2",

0 commit comments

Comments
 (0)