diff --git a/platypush/backend/http/webapp/package-lock.json b/platypush/backend/http/webapp/package-lock.json index 3bcb7cf7..0319b648 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.1", "axios": "^1.6.7", - "core-js": "^3.35.1", + "core-js": "^3.36.0", "cronstrue": "^2.47.0", "highlight.js": "^11.9.0", "lato-font": "^3.0.0", @@ -4655,9 +4655,9 @@ } }, "node_modules/core-js": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", - "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/platypush/backend/http/webapp/package.json b/platypush/backend/http/webapp/package.json index 64b6a019..35cbaee3 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.1", "axios": "^1.6.7", - "core-js": "^3.35.1", + "core-js": "^3.36.0", "cronstrue": "^2.47.0", "highlight.js": "^11.9.0", "lato-font": "^3.0.0",