diff --git a/modules/engage-paella-player-8/package-lock.json b/modules/engage-paella-player-8/package-lock.json index 1943d59d39e..aa202d09e59 100644 --- a/modules/engage-paella-player-8/package-lock.json +++ b/modules/engage-paella-player-8/package-lock.json @@ -15,7 +15,7 @@ "@asicupv/paella-slide-plugins": "^2.5.0", "@asicupv/paella-video-plugins": "^2.3.0", "@asicupv/paella-webgl-plugins": "^2.3.0", - "@asicupv/paella-zoom-plugin": "^2.4.0" + "@asicupv/paella-zoom-plugin": "^2.5.3" }, "devDependencies": { "@asicupv/paella-embedapi": "^2.11.1", @@ -104,9 +104,9 @@ } }, "node_modules/@asicupv/paella-core": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@asicupv/paella-core/-/paella-core-2.11.1.tgz", - "integrity": "sha512-l5xwRnc7PdegJmt9bRyFSd7Kvki6HC+YdKzuyC7wM0uhHwjzUaC0K5f6a+l9K8E52OJhP8nDrrLO4pfO6GSC4w==", + "version": "2.12.8", + "resolved": "https://registry.npmjs.org/@asicupv/paella-core/-/paella-core-2.12.8.tgz", + "integrity": "sha512-6vo3sNXjzQcznQS/p2A7yBMEXX5iUVLddO9wCr5n4c3kHRiU4fkQP+GK2YhT56/AAlq34fGqT9XaWVVhGlZidQ==", "license": "ECL-2.0", "dependencies": { "@ferserc1/input-style-unifier": "^0.0.2" @@ -226,12 +226,12 @@ } }, "node_modules/@asicupv/paella-zoom-plugin": { - "version": "2.4.6", - "resolved": "https://registry.npmjs.org/@asicupv/paella-zoom-plugin/-/paella-zoom-plugin-2.4.6.tgz", - "integrity": "sha512-0bpHPiXXQKesN0kd09RS7FuNmMDS5Bw7KObJpP6qpoVsQubHUDkeVEGmvmD2/C64pwioW0oomqgrtIXVd47rtg==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@asicupv/paella-zoom-plugin/-/paella-zoom-plugin-2.5.3.tgz", + "integrity": "sha512-bZZ9PrwHgIlUx9tBoYhsJBQs1JYQfbU/gKQ7DVYSZmqV3A9Le/lnZ2B2QQ10qcnKelUx8EQ8+8NBJeMSgqK9lA==", "license": "SEE LICENSE IN license.txt", "peerDependencies": { - "@asicupv/paella-core": "^2.9.5" + "@asicupv/paella-core": "^2.11.4" } }, "node_modules/@browserbasehq/sdk": { diff --git a/modules/engage-paella-player-8/package.json b/modules/engage-paella-player-8/package.json index dd1b26e047d..ca4a70470c6 100644 --- a/modules/engage-paella-player-8/package.json +++ b/modules/engage-paella-player-8/package.json @@ -34,6 +34,6 @@ "@asicupv/paella-slide-plugins": "^2.5.0", "@asicupv/paella-video-plugins": "^2.3.0", "@asicupv/paella-webgl-plugins": "^2.3.0", - "@asicupv/paella-zoom-plugin": "^2.4.0" + "@asicupv/paella-zoom-plugin": "^2.5.3" } }