diff --git a/platypush/backend/http/webapp/package-lock.json b/platypush/backend/http/webapp/package-lock.json index b69b067758..d263e70fcb 100644 --- a/platypush/backend/http/webapp/package-lock.json +++ b/platypush/backend/http/webapp/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "axios": "^1.7.7", - "core-js": "^3.37.1", + "core-js": "^3.38.1", "cronstrue": "^2.50.0", "highlight.js": "^11.10.0", "lato-font": "^3.0.0", @@ -4666,9 +4666,9 @@ } }, "node_modules/core-js": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", - "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", + "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", "hasInstallScript": true, "license": "MIT", "funding": { diff --git a/platypush/backend/http/webapp/package.json b/platypush/backend/http/webapp/package.json index b9e438678c..bb8673a1e3 100644 --- a/platypush/backend/http/webapp/package.json +++ b/platypush/backend/http/webapp/package.json @@ -10,7 +10,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2", "axios": "^1.7.7", - "core-js": "^3.37.1", + "core-js": "^3.38.1", "cronstrue": "^2.50.0", "highlight.js": "^11.10.0", "lato-font": "^3.0.0",