diff --git a/platypush/backend/http/webapp/package-lock.json b/platypush/backend/http/webapp/package-lock.json index 2ce4ea96e..9d6511895 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.6.7", - "core-js": "^3.36.1", + "core-js": "^3.37.0", "cronstrue": "^2.48.0", "highlight.js": "^11.9.0", "lato-font": "^3.0.0", @@ -4655,9 +4655,9 @@ } }, "node_modules/core-js": { - "version": "3.36.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", - "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/platypush/backend/http/webapp/package.json b/platypush/backend/http/webapp/package.json index 0b7d17efc..44799999e 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.6.7", - "core-js": "^3.36.1", + "core-js": "^3.37.0", "cronstrue": "^2.48.0", "highlight.js": "^11.9.0", "lato-font": "^3.0.0",