diff --git a/package-lock.json b/package-lock.json index 9a10eb61de4..261cc393ef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4902,9 +4902,9 @@ } }, "danger": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/danger/-/danger-9.4.0.tgz", - "integrity": "sha512-VTuq6ZN2eZYXSTAlze8AZnEvnzghBM6fzQh+2JM04ZivN315wAQbHGoyhOOzMizpUI4FaRKlZFVMZnGQlrGaLA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/danger/-/danger-10.0.0.tgz", + "integrity": "sha512-QCrQF8HOT/rOEGt3iv16ZZYgc88+RtT2cQCmWvwdoOakaY48/OtZa+x2tSkgaqOER71rZThlcOqa1Lo6GkvrQw==", "dev": true, "requires": { "@babel/polyfill": "^7.2.5", @@ -4913,6 +4913,7 @@ "chalk": "^2.3.0", "commander": "^2.18.0", "debug": "^4.1.1", + "fast-json-patch": "^3.0.0-1", "get-stdin": "^6.0.0", "gitlab": "^10.0.1", "http-proxy-agent": "^2.1.0", @@ -4941,7 +4942,6 @@ "prettyjson": "^1.2.1", "readline-sync": "^1.4.9", "require-from-string": "^2.0.2", - "rfc6902": "^3.0.1", "supports-hyperlinks": "^1.0.1" }, "dependencies": { @@ -5926,6 +5926,12 @@ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" }, + "fast-json-patch": { + "version": "3.0.0-1", + "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.0.0-1.tgz", + "integrity": "sha512-6pdFb07cknxvPzCeLsFHStEy+MysPJPgZQ9LbQ/2O67unQF93SNqfdSqnPPl71YMHX+AD8gbl7iuoGFzHEdDuw==", + "dev": true + }, "fast-json-stable-stringify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", @@ -12507,12 +12513,6 @@ "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", "dev": true }, - "rfc6902": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/rfc6902/-/rfc6902-3.0.4.tgz", - "integrity": "sha512-OnzreaZXrwT5w2ikKXWr5QcuI7NZpL+J3hIkAwozjOnKVUL7fPsB8Vcmu8YBiiou1/r3V0Jc0T1uQDyfAPvLzA==", - "dev": true - }, "right-pad": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/right-pad/-/right-pad-1.0.1.tgz", diff --git a/package.json b/package.json index 0e866987534..a218c47e2b8 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "conventional-changelog-cli": "^2.0.31", "core-js": "^3.6.4", "cz-conventional-changelog": "^3.1.0", - "danger": "^9.4.0", + "danger": "^10.0.0", "dateformat": "^3.0.3", "eslint": "^6.8.0", "eslint-config-axway": "^4.5.0",