Skip to content

Commit dce9bbd

Browse files
authored
Fix vulnerabilities in npm packages (#3449)
1 parent 9f4573a commit dce9bbd

File tree

2 files changed

+190
-41
lines changed

2 files changed

+190
-41
lines changed

web-app/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@
9393
"nth-check": "^2.0.1",
9494
"yaml": "^2.4.2",
9595
"postcss": "^8.4.38",
96-
"fast-xml-parser": "^4.3.6",
97-
"semver": "^7.5.2"
96+
"fast-xml-parser": "^4.5.0",
97+
"semver": "^7.5.2",
98+
"ws": "^8.17.1",
99+
"rollup": "^4.24.0",
100+
"cookie": "^0.7.2"
98101
},
99102
"main": "index.js",
100103
"packageManager": "yarn@4.4.0"

web-app/yarn.lock

Lines changed: 185 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,118 @@ __metadata:
27182718
languageName: node
27192719
linkType: hard
27202720

2721+
"@rollup/rollup-android-arm-eabi@npm:4.24.0":
2722+
version: 4.24.0
2723+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.24.0"
2724+
conditions: os=android & cpu=arm
2725+
languageName: node
2726+
linkType: hard
2727+
2728+
"@rollup/rollup-android-arm64@npm:4.24.0":
2729+
version: 4.24.0
2730+
resolution: "@rollup/rollup-android-arm64@npm:4.24.0"
2731+
conditions: os=android & cpu=arm64
2732+
languageName: node
2733+
linkType: hard
2734+
2735+
"@rollup/rollup-darwin-arm64@npm:4.24.0":
2736+
version: 4.24.0
2737+
resolution: "@rollup/rollup-darwin-arm64@npm:4.24.0"
2738+
conditions: os=darwin & cpu=arm64
2739+
languageName: node
2740+
linkType: hard
2741+
2742+
"@rollup/rollup-darwin-x64@npm:4.24.0":
2743+
version: 4.24.0
2744+
resolution: "@rollup/rollup-darwin-x64@npm:4.24.0"
2745+
conditions: os=darwin & cpu=x64
2746+
languageName: node
2747+
linkType: hard
2748+
2749+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.24.0":
2750+
version: 4.24.0
2751+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.0"
2752+
conditions: os=linux & cpu=arm & libc=glibc
2753+
languageName: node
2754+
linkType: hard
2755+
2756+
"@rollup/rollup-linux-arm-musleabihf@npm:4.24.0":
2757+
version: 4.24.0
2758+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.24.0"
2759+
conditions: os=linux & cpu=arm & libc=musl
2760+
languageName: node
2761+
linkType: hard
2762+
2763+
"@rollup/rollup-linux-arm64-gnu@npm:4.24.0":
2764+
version: 4.24.0
2765+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.24.0"
2766+
conditions: os=linux & cpu=arm64 & libc=glibc
2767+
languageName: node
2768+
linkType: hard
2769+
2770+
"@rollup/rollup-linux-arm64-musl@npm:4.24.0":
2771+
version: 4.24.0
2772+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.24.0"
2773+
conditions: os=linux & cpu=arm64 & libc=musl
2774+
languageName: node
2775+
linkType: hard
2776+
2777+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.0":
2778+
version: 4.24.0
2779+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.0"
2780+
conditions: os=linux & cpu=ppc64 & libc=glibc
2781+
languageName: node
2782+
linkType: hard
2783+
2784+
"@rollup/rollup-linux-riscv64-gnu@npm:4.24.0":
2785+
version: 4.24.0
2786+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.24.0"
2787+
conditions: os=linux & cpu=riscv64 & libc=glibc
2788+
languageName: node
2789+
linkType: hard
2790+
2791+
"@rollup/rollup-linux-s390x-gnu@npm:4.24.0":
2792+
version: 4.24.0
2793+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.24.0"
2794+
conditions: os=linux & cpu=s390x & libc=glibc
2795+
languageName: node
2796+
linkType: hard
2797+
2798+
"@rollup/rollup-linux-x64-gnu@npm:4.24.0":
2799+
version: 4.24.0
2800+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.24.0"
2801+
conditions: os=linux & cpu=x64 & libc=glibc
2802+
languageName: node
2803+
linkType: hard
2804+
2805+
"@rollup/rollup-linux-x64-musl@npm:4.24.0":
2806+
version: 4.24.0
2807+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.24.0"
2808+
conditions: os=linux & cpu=x64 & libc=musl
2809+
languageName: node
2810+
linkType: hard
2811+
2812+
"@rollup/rollup-win32-arm64-msvc@npm:4.24.0":
2813+
version: 4.24.0
2814+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.24.0"
2815+
conditions: os=win32 & cpu=arm64
2816+
languageName: node
2817+
linkType: hard
2818+
2819+
"@rollup/rollup-win32-ia32-msvc@npm:4.24.0":
2820+
version: 4.24.0
2821+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.24.0"
2822+
conditions: os=win32 & cpu=ia32
2823+
languageName: node
2824+
linkType: hard
2825+
2826+
"@rollup/rollup-win32-x64-msvc@npm:4.24.0":
2827+
version: 4.24.0
2828+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.24.0"
2829+
conditions: os=win32 & cpu=x64
2830+
languageName: node
2831+
linkType: hard
2832+
27212833
"@rushstack/eslint-patch@npm:^1.1.0":
27222834
version: 1.10.3
27232835
resolution: "@rushstack/eslint-patch@npm:1.10.3"
@@ -3250,6 +3362,13 @@ __metadata:
32503362
languageName: node
32513363
linkType: hard
32523364

3365+
"@types/estree@npm:1.0.6":
3366+
version: 1.0.6
3367+
resolution: "@types/estree@npm:1.0.6"
3368+
checksum: 10c0/cdfd751f6f9065442cd40957c07fd80361c962869aa853c1c2fd03e101af8b9389d8ff4955a43a6fcfa223dd387a089937f95be0f3eec21ca527039fd2d9859a
3369+
languageName: node
3370+
linkType: hard
3371+
32533372
"@types/express-serve-static-core@npm:*, @types/express-serve-static-core@npm:^4.17.33":
32543373
version: 4.19.2
32553374
resolution: "@types/express-serve-static-core@npm:4.19.2"
@@ -5908,17 +6027,10 @@ __metadata:
59086027
languageName: node
59096028
linkType: hard
59106029

5911-
"cookie@npm:0.6.0":
5912-
version: 0.6.0
5913-
resolution: "cookie@npm:0.6.0"
5914-
checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
5915-
languageName: node
5916-
linkType: hard
5917-
5918-
"cookie@npm:^0.3.1":
5919-
version: 0.3.1
5920-
resolution: "cookie@npm:0.3.1"
5921-
checksum: 10c0/0d73c4d605b234c4d04de335aefa4988157f03265845f4a89ea311e3ba1ce73ab42b52d33652ed1c9671342eb77742a58f61753f3e90f31711284fb6031b2962
6030+
"cookie@npm:^0.7.2":
6031+
version: 0.7.2
6032+
resolution: "cookie@npm:0.7.2"
6033+
checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2
59226034
languageName: node
59236035
linkType: hard
59246036

@@ -8060,14 +8172,14 @@ __metadata:
80608172
languageName: node
80618173
linkType: hard
80628174

8063-
"fast-xml-parser@npm:^4.3.6":
8064-
version: 4.4.0
8065-
resolution: "fast-xml-parser@npm:4.4.0"
8175+
"fast-xml-parser@npm:^4.5.0":
8176+
version: 4.5.0
8177+
resolution: "fast-xml-parser@npm:4.5.0"
80668178
dependencies:
80678179
strnum: "npm:^1.0.5"
80688180
bin:
80698181
fxparser: src/cli/cli.js
8070-
checksum: 10c0/ce32fad713471a40bea67959894168f297a5dd0aba64b89a2abc71a4fec0b1ae1d49c2dd8d8719ca8beeedf477824358c8a486b360b9f3ef12abc2e355d11318
8182+
checksum: 10c0/71d206c9e137f5c26af88d27dde0108068a5d074401901d643c500c36e95dfd828333a98bda020846c41f5b9b364e2b0e9be5b19b0bdcab5cf31559c07b80a95
80718183
languageName: node
80728184
linkType: hard
80738185

@@ -15481,17 +15593,66 @@ __metadata:
1548115593
languageName: node
1548215594
linkType: hard
1548315595

15484-
"rollup@npm:^2.43.1":
15485-
version: 2.79.1
15486-
resolution: "rollup@npm:2.79.1"
15487-
dependencies:
15596+
"rollup@npm:^4.24.0":
15597+
version: 4.24.0
15598+
resolution: "rollup@npm:4.24.0"
15599+
dependencies:
15600+
"@rollup/rollup-android-arm-eabi": "npm:4.24.0"
15601+
"@rollup/rollup-android-arm64": "npm:4.24.0"
15602+
"@rollup/rollup-darwin-arm64": "npm:4.24.0"
15603+
"@rollup/rollup-darwin-x64": "npm:4.24.0"
15604+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.24.0"
15605+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.24.0"
15606+
"@rollup/rollup-linux-arm64-gnu": "npm:4.24.0"
15607+
"@rollup/rollup-linux-arm64-musl": "npm:4.24.0"
15608+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.24.0"
15609+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.24.0"
15610+
"@rollup/rollup-linux-s390x-gnu": "npm:4.24.0"
15611+
"@rollup/rollup-linux-x64-gnu": "npm:4.24.0"
15612+
"@rollup/rollup-linux-x64-musl": "npm:4.24.0"
15613+
"@rollup/rollup-win32-arm64-msvc": "npm:4.24.0"
15614+
"@rollup/rollup-win32-ia32-msvc": "npm:4.24.0"
15615+
"@rollup/rollup-win32-x64-msvc": "npm:4.24.0"
15616+
"@types/estree": "npm:1.0.6"
1548815617
fsevents: "npm:~2.3.2"
1548915618
dependenciesMeta:
15619+
"@rollup/rollup-android-arm-eabi":
15620+
optional: true
15621+
"@rollup/rollup-android-arm64":
15622+
optional: true
15623+
"@rollup/rollup-darwin-arm64":
15624+
optional: true
15625+
"@rollup/rollup-darwin-x64":
15626+
optional: true
15627+
"@rollup/rollup-linux-arm-gnueabihf":
15628+
optional: true
15629+
"@rollup/rollup-linux-arm-musleabihf":
15630+
optional: true
15631+
"@rollup/rollup-linux-arm64-gnu":
15632+
optional: true
15633+
"@rollup/rollup-linux-arm64-musl":
15634+
optional: true
15635+
"@rollup/rollup-linux-powerpc64le-gnu":
15636+
optional: true
15637+
"@rollup/rollup-linux-riscv64-gnu":
15638+
optional: true
15639+
"@rollup/rollup-linux-s390x-gnu":
15640+
optional: true
15641+
"@rollup/rollup-linux-x64-gnu":
15642+
optional: true
15643+
"@rollup/rollup-linux-x64-musl":
15644+
optional: true
15645+
"@rollup/rollup-win32-arm64-msvc":
15646+
optional: true
15647+
"@rollup/rollup-win32-ia32-msvc":
15648+
optional: true
15649+
"@rollup/rollup-win32-x64-msvc":
15650+
optional: true
1549015651
fsevents:
1549115652
optional: true
1549215653
bin:
1549315654
rollup: dist/bin/rollup
15494-
checksum: 10c0/421418687f5dcd7324f4387f203c6bfc7118b7ace789e30f5da022471c43e037a76f5fd93837052754eeeae798a4fb266ac05ccee1e594406d912a59af98dde9
15655+
checksum: 10c0/77fb549c1de8afd1142d2da765adbb0cdab9f13c47df5217f00b5cf40b74219caa48c6ba2157f6249313ee81b6fa4c4fa8b3d2a0347ad6220739e00e580a808d
1549515656
languageName: node
1549615657
linkType: hard
1549715658

@@ -18702,24 +18863,9 @@ __metadata:
1870218863
languageName: node
1870318864
linkType: hard
1870418865

18705-
"ws@npm:^7.2.0, ws@npm:^7.4.6":
18706-
version: 7.5.10
18707-
resolution: "ws@npm:7.5.10"
18708-
peerDependencies:
18709-
bufferutil: ^4.0.1
18710-
utf-8-validate: ^5.0.2
18711-
peerDependenciesMeta:
18712-
bufferutil:
18713-
optional: true
18714-
utf-8-validate:
18715-
optional: true
18716-
checksum: 10c0/bd7d5f4aaf04fae7960c23dcb6c6375d525e00f795dd20b9385902bd008c40a94d3db3ce97d878acc7573df852056ca546328b27b39f47609f80fb22a0a9b61d
18717-
languageName: node
18718-
linkType: hard
18719-
18720-
"ws@npm:^8.13.0":
18721-
version: 8.17.0
18722-
resolution: "ws@npm:8.17.0"
18866+
"ws@npm:^8.17.1":
18867+
version: 8.18.0
18868+
resolution: "ws@npm:8.18.0"
1872318869
peerDependencies:
1872418870
bufferutil: ^4.0.1
1872518871
utf-8-validate: ">=5.0.2"
@@ -18728,7 +18874,7 @@ __metadata:
1872818874
optional: true
1872918875
utf-8-validate:
1873018876
optional: true
18731-
checksum: 10c0/55241ec93a66fdfc4bf4f8bc66c8eb038fda2c7a4ee8f6f157f2ca7dc7aa76aea0c0da0bf3adb2af390074a70a0e45456a2eaf80e581e630b75df10a64b0a990
18877+
checksum: 10c0/25eb33aff17edcb90721ed6b0eb250976328533ad3cd1a28a274bd263682e7296a6591ff1436d6cbc50fa67463158b062f9d1122013b361cec99a05f84680e06
1873218878
languageName: node
1873318879
linkType: hard
1873418880

0 commit comments

Comments
 (0)