diff --git a/plugins/push/package-lock.json b/plugins/push/package-lock.json index 4d868ea3e3..dadee2bfb8 100644 --- a/plugins/push/package-lock.json +++ b/plugins/push/package-lock.json @@ -11,7 +11,7 @@ "firebase-admin": "^12.1.0", "jsonwebtoken": "9.0.2", "node-forge": "1.3.1", - "xxhash-addon": "1.5.0" + "xxhash-addon": "2.0.3" } }, "node_modules/@fastify/busboy": { @@ -1547,9 +1547,9 @@ "optional": true }, "node_modules/xxhash-addon": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/xxhash-addon/-/xxhash-addon-1.5.0.tgz", - "integrity": "sha512-ZkfBZMrrpbyT8/uw7x+2voPBXO2oczajlGo11+OOO1YqGbk6DuF7erwirCUPvydN17lEjilu3VGDWWG4+fV45Q==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/xxhash-addon/-/xxhash-addon-2.0.3.tgz", + "integrity": "sha512-MIL+yTvK2HaVHe1VXfVtXd884pakIaNbjuNHAqIhVFrye87+ZCn0s3RSafqiYB1ASqrZoGsm8URjPiupGLuP+A==", "hasInstallScript": true, "engines": { "node": ">=8.6.0 <9.0.0 || >=10.0.0" @@ -2873,9 +2873,9 @@ "optional": true }, "xxhash-addon": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/xxhash-addon/-/xxhash-addon-1.5.0.tgz", - "integrity": "sha512-ZkfBZMrrpbyT8/uw7x+2voPBXO2oczajlGo11+OOO1YqGbk6DuF7erwirCUPvydN17lEjilu3VGDWWG4+fV45Q==" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/xxhash-addon/-/xxhash-addon-2.0.3.tgz", + "integrity": "sha512-MIL+yTvK2HaVHe1VXfVtXd884pakIaNbjuNHAqIhVFrye87+ZCn0s3RSafqiYB1ASqrZoGsm8URjPiupGLuP+A==" }, "y18n": { "version": "5.0.8", diff --git a/plugins/push/package.json b/plugins/push/package.json index d67f4700b8..3a45f09e40 100644 --- a/plugins/push/package.json +++ b/plugins/push/package.json @@ -23,7 +23,7 @@ "firebase-admin": "^12.1.0", "jsonwebtoken": "9.0.2", "node-forge": "1.3.1", - "xxhash-addon": "1.5.0" + "xxhash-addon": "2.0.3" }, "private": true }