diff --git a/package-lock.json b/package-lock.json index 94d1e9d1..4a3e7017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "findit2": "^2.2.3", "nan": "^2.22.0", "p-limit": "^3.0.0", - "protobufjs": "~7.4.0", + "protobufjs": "~7.5.0", "source-map": "~0.8.0-beta.0", "split": "^1.0.1" }, @@ -5643,9 +5643,9 @@ } }, "node_modules/protobufjs": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", - "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz", + "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index d0ff23d2..ab001e12 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "findit2": "^2.2.3", "nan": "^2.22.0", "p-limit": "^3.0.0", - "protobufjs": "~7.4.0", + "protobufjs": "~7.5.0", "source-map": "~0.8.0-beta.0", "split": "^1.0.1" },