diff --git a/package-lock.json b/package-lock.json index 761c4d0828..a8d12d1343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fortawesome/free-regular-svg-icons": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.3.1", - "@rails/actioncable": "^8.1.200", + "@rails/actioncable": "^8.1.300", "@rails/ujs": "^7.1.3-4", "@rjsf/core": "^6.5.2", "@rjsf/validator-ajv8": "^6.5.2", @@ -2934,9 +2934,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2957,9 +2954,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2980,9 +2974,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3003,9 +2994,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3026,9 +3014,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3444,9 +3429,9 @@ } }, "node_modules/@rails/actioncable": { - "version": "8.1.200", - "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-8.1.200.tgz", - "integrity": "sha512-on0DSb7AFUkq1ocxivDNQhhGW/RQpY91zvRVyyaEWP4gOOZWy33P/UyxjQk74IENWNrTqs8+zOGHwTjiiFruRw==", + "version": "8.1.300", + "resolved": "https://registry.npmjs.org/@rails/actioncable/-/actioncable-8.1.300.tgz", + "integrity": "sha512-zOENQsq3NM2jyBY6Z2qtZa3V/R/6OEqA+LGKixQbBMl7kk/J3FXDRcszPe74LsHNgB01jCl/DXu/xA8sHt4I/g==", "license": "MIT" }, "node_modules/@rails/ujs": { diff --git a/package.json b/package.json index 58c547b63b..e16d6d0590 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@fortawesome/free-regular-svg-icons": "^7.2.0", "@fortawesome/free-solid-svg-icons": "^7.2.0", "@fortawesome/react-fontawesome": "^3.3.1", - "@rails/actioncable": "^8.1.200", + "@rails/actioncable": "^8.1.300", "@rails/ujs": "^7.1.3-4", "@rjsf/core": "^6.5.2", "@rjsf/validator-ajv8": "^6.5.2",