From 0fb8f0805bf2e8d97e87da288ce6558b531eddb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 16:54:17 +0800 Subject: [PATCH] chore(deps-dev): bump @opengovsg/mockpass from 2.5.5 to 2.5.6 (#708) Bumps [@opengovsg/mockpass](https://github.com/opengovsg/mockpass) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/opengovsg/mockpass/releases) - [Commits](https://github.com/opengovsg/mockpass/compare/v2.5.5...v2.5.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++--------------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index c247b5264c..c9217f1248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3973,9 +3973,9 @@ } }, "@opengovsg/mockpass": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/@opengovsg/mockpass/-/mockpass-2.5.5.tgz", - "integrity": "sha512-bznTy0JVwmXPI1YU2oAcHnjNqcjErbXzmNT3/tuqMl/q960PpsQqJtHM3WIgP1OSaBdQ0cvDvj9UKTDlI04rsw==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@opengovsg/mockpass/-/mockpass-2.5.6.tgz", + "integrity": "sha512-1BacEa4oT6FfL76ILtr4Lz5UI4ICTObuT/bc+vpfeoFsKCgJnqfns1qaUt/Quc7m7WTt2hXUYJHxA2N/PohrJQ==", "dev": true, "requires": { "base-64": "^0.1.0", @@ -3996,30 +3996,6 @@ "xpath": "0.0.29" }, "dependencies": { - "xml-crypto": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-2.0.0.tgz", - "integrity": "sha512-/a04qr7RpONRZHOxROZ6iIHItdsQQjN3sj8lJkYDDss8tAkEaAs0VrFjb3tlhmS5snQru5lTs9/5ISSMdPDHlg==", - "dev": true, - "requires": { - "xmldom": "0.1.27", - "xpath": "0.0.27" - }, - "dependencies": { - "xmldom": { - "version": "0.1.27", - "resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", - "integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=", - "dev": true - }, - "xpath": { - "version": "0.0.27", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz", - "integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==", - "dev": true - } - } - }, "xpath": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.29.tgz", diff --git a/package.json b/package.json index 77f24b04a4..d421717aca 100644 --- a/package.json +++ b/package.json @@ -166,7 +166,7 @@ "@babel/core": "^7.12.3", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", - "@opengovsg/mockpass": "^2.5.5", + "@opengovsg/mockpass": "^2.5.6", "@shelf/jest-mongodb": "^1.2.3", "@types/bcrypt": "^3.0.0", "@types/bluebird": "^3.5.33",