Loading package-lock.json +60 −63 Original line number Diff line number Diff line Loading @@ -90,9 +90,9 @@ } }, "@octokit/graphql": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.7.0.tgz", "integrity": "sha512-diY0qMPyQjfu4rDu3kDhJ9qIZadIm4IISO3RJSv9ajYUWJUCO0AykbgzLcg1xclxtXgzY583u3gAv66M6zz5SA==", "version": "4.8.0", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", "dev": true, "requires": { "@octokit/request": "^5.6.0", Loading @@ -101,18 +101,18 @@ } }, "@octokit/openapi-types": { "version": "9.7.0", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.7.0.tgz", "integrity": "sha512-TUJ16DJU8mekne6+KVcMV5g6g/rJlrnIKn7aALG9QrNpnEipFc1xjoarh0PKaAWf2Hf+HwthRKYt+9mCm5RsRg==", "version": "10.1.1", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.1.tgz", "integrity": "sha512-ygp/6r25Ezb1CJuVMnFfOsScEtPF0zosdTJDZ7mZ+I8IULl7DP1BS5ZvPRwglcarGPXOvS5sHdR0bjnVDDfQdQ==", "dev": true }, "@octokit/plugin-paginate-rest": { "version": "2.15.1", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.15.1.tgz", "integrity": "sha512-47r52KkhQDkmvUKZqXzA1lKvcyJEfYh3TKAIe5+EzMeyDM3d+/s5v11i2gTk8/n6No6DPi3k5Ind6wtDbo/AEg==", "version": "2.16.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.0.tgz", "integrity": "sha512-8YYzALPMvEZ35kgy5pdYvQ22Roz+BIuEaedO575GwE2vb/ACDqQn0xQrTJR4tnZCJn7pi8+AWPVjrFDaERIyXQ==", "dev": true, "requires": { "@octokit/types": "^6.24.0" "@octokit/types": "^6.26.0" } }, "@octokit/plugin-request-log": { Loading @@ -122,12 +122,12 @@ "dev": true }, "@octokit/plugin-rest-endpoint-methods": { "version": "5.8.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.8.0.tgz", "integrity": "sha512-qeLZZLotNkoq+it6F+xahydkkbnvSK0iDjlXFo3jNTB+Ss0qIbYQb9V/soKLMkgGw8Q2sHjY5YEXiA47IVPp4A==", "version": "5.10.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.0.tgz", "integrity": "sha512-HiUZliq5wNg15cevJlTo9zDnPXAD0BMRhLxbRNPnq9J3HELKesDTOiou56ax2jC/rECUkK/uJTugrizYKSo/jg==", "dev": true, "requires": { "@octokit/types": "^6.25.0", "@octokit/types": "^6.27.0", "deprecation": "^2.3.1" } }, Loading Loading @@ -157,24 +157,24 @@ } }, "@octokit/rest": { "version": "18.9.1", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.1.tgz", "integrity": "sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==", "version": "18.10.0", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.10.0.tgz", "integrity": "sha512-esHR5OKy38bccL/sajHqZudZCvmv4yjovMJzyXlphaUo7xykmtOdILGJ3aAm0mFHmMLmPFmDMJXf39cAjNJsrw==", "dev": true, "requires": { "@octokit/core": "^3.5.0", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", "@octokit/plugin-rest-endpoint-methods": "5.8.0" "@octokit/core": "^3.5.1", "@octokit/plugin-paginate-rest": "^2.16.0", "@octokit/plugin-request-log": "^1.0.4", "@octokit/plugin-rest-endpoint-methods": "^5.9.0" } }, "@octokit/types": { "version": "6.25.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.25.0.tgz", "integrity": "sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==", "version": "6.27.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.0.tgz", "integrity": "sha512-ha27f8DToxXBPEJdzHCCuqpw7AgKfjhWGdNf3yIlBAhAsaexBXTfWw36zNSsncALXGvJq4EjLy1p3Wz45Aqb4A==", "dev": true, "requires": { "@octokit/openapi-types": "^9.5.0" "@octokit/openapi-types": "^10.1.0" } }, "@semantic-release/commit-analyzer": { Loading Loading @@ -370,9 +370,9 @@ "dev": true }, "@types/node": { "version": "16.7.6", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.6.tgz", "integrity": "sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg==", "version": "16.7.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==", "dev": true }, "@types/normalize-package-data": { Loading Loading @@ -780,9 +780,9 @@ } }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "cosmiconfig": { Loading Loading @@ -2086,9 +2086,9 @@ "dev": true }, "npm": { "version": "7.21.1", "resolved": "https://registry.npmjs.org/npm/-/npm-7.21.1.tgz", "integrity": "sha512-k7XQNHGHAp0VowMMUMRMtntxWatNad9hhYrelUKDPvZ++DBxvofA8QTNPiuMKtx8CBOFA8iJ4aizhbx6ZYVfzQ==", "version": "7.22.0", "resolved": "https://registry.npmjs.org/npm/-/npm-7.22.0.tgz", "integrity": "sha512-HJnjTCrGGnacPMCSnrxuHGf2H4VdrY7hwTAK1RwByg0K96KIuTR4QNioFW+bnc/pW0uwpk9lLsDf4BeEQhTv2Q==", "dev": true, "requires": { "@npmcli/arborist": "*", Loading Loading @@ -2167,7 +2167,7 @@ "dev": true }, "@npmcli/arborist": { "version": "2.8.2", "version": "2.8.3", "bundled": true, "dev": true, "requires": { Loading Loading @@ -2210,7 +2210,7 @@ "dev": true }, "@npmcli/config": { "version": "2.2.0", "version": "2.3.0", "bundled": true, "dev": true, "requires": { Loading Loading @@ -2411,12 +2411,12 @@ "dev": true }, "are-we-there-yet": { "version": "1.1.5", "version": "1.1.6", "bundled": true, "dev": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^2.0.6" "readable-stream": "^3.6.0" } }, "asap": { Loading Loading @@ -3059,11 +3059,6 @@ "bundled": true, "dev": true }, "isarray": { "version": "1.0.0", "bundled": true, "dev": true }, "isexe": { "version": "2.0.0", "bundled": true, Loading Loading @@ -3320,7 +3315,7 @@ } }, "minipass-fetch": { "version": "1.3.4", "version": "1.4.1", "bundled": true, "dev": true, "requires": { Loading Loading @@ -3577,14 +3572,25 @@ "dev": true }, "npmlog": { "version": "5.0.0", "version": "5.0.1", "bundled": true, "dev": true, "requires": { "are-we-there-yet": "^1.1.5", "are-we-there-yet": "^2.0.0", "console-control-strings": "^1.1.0", "gauge": "^3.0.0", "set-blocking": "^2.0.0" }, "dependencies": { "are-we-there-yet": { "version": "2.0.0", "bundled": true, "dev": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" } } } }, "number-is-nan": { Loading Loading @@ -3674,11 +3680,6 @@ "bundled": true, "dev": true }, "process-nextick-args": { "version": "2.0.1", "bundled": true, "dev": true }, "promise-all-reject-late": { "version": "1.0.1", "bundled": true, Loading Loading @@ -3745,7 +3746,7 @@ "dev": true }, "read-package-json": { "version": "4.0.1", "version": "4.1.1", "bundled": true, "dev": true, "requires": { Loading @@ -3765,17 +3766,13 @@ } }, "readable-stream": { "version": "2.3.7", "version": "3.6.0", "bundled": true, "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "readdir-scoped-modules": { Loading Loading @@ -3851,7 +3848,7 @@ } }, "safe-buffer": { "version": "5.1.2", "version": "5.2.1", "bundled": true, "dev": true }, Loading Loading @@ -3979,11 +3976,11 @@ } }, "string_decoder": { "version": "1.1.1", "version": "1.3.0", "bundled": true, "dev": true, "requires": { "safe-buffer": "~5.1.0" "safe-buffer": "~5.2.0" } }, "stringify-package": { Loading Loading
package-lock.json +60 −63 Original line number Diff line number Diff line Loading @@ -90,9 +90,9 @@ } }, "@octokit/graphql": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.7.0.tgz", "integrity": "sha512-diY0qMPyQjfu4rDu3kDhJ9qIZadIm4IISO3RJSv9ajYUWJUCO0AykbgzLcg1xclxtXgzY583u3gAv66M6zz5SA==", "version": "4.8.0", "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", "dev": true, "requires": { "@octokit/request": "^5.6.0", Loading @@ -101,18 +101,18 @@ } }, "@octokit/openapi-types": { "version": "9.7.0", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.7.0.tgz", "integrity": "sha512-TUJ16DJU8mekne6+KVcMV5g6g/rJlrnIKn7aALG9QrNpnEipFc1xjoarh0PKaAWf2Hf+HwthRKYt+9mCm5RsRg==", "version": "10.1.1", "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.1.tgz", "integrity": "sha512-ygp/6r25Ezb1CJuVMnFfOsScEtPF0zosdTJDZ7mZ+I8IULl7DP1BS5ZvPRwglcarGPXOvS5sHdR0bjnVDDfQdQ==", "dev": true }, "@octokit/plugin-paginate-rest": { "version": "2.15.1", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.15.1.tgz", "integrity": "sha512-47r52KkhQDkmvUKZqXzA1lKvcyJEfYh3TKAIe5+EzMeyDM3d+/s5v11i2gTk8/n6No6DPi3k5Ind6wtDbo/AEg==", "version": "2.16.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.0.tgz", "integrity": "sha512-8YYzALPMvEZ35kgy5pdYvQ22Roz+BIuEaedO575GwE2vb/ACDqQn0xQrTJR4tnZCJn7pi8+AWPVjrFDaERIyXQ==", "dev": true, "requires": { "@octokit/types": "^6.24.0" "@octokit/types": "^6.26.0" } }, "@octokit/plugin-request-log": { Loading @@ -122,12 +122,12 @@ "dev": true }, "@octokit/plugin-rest-endpoint-methods": { "version": "5.8.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.8.0.tgz", "integrity": "sha512-qeLZZLotNkoq+it6F+xahydkkbnvSK0iDjlXFo3jNTB+Ss0qIbYQb9V/soKLMkgGw8Q2sHjY5YEXiA47IVPp4A==", "version": "5.10.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.0.tgz", "integrity": "sha512-HiUZliq5wNg15cevJlTo9zDnPXAD0BMRhLxbRNPnq9J3HELKesDTOiou56ax2jC/rECUkK/uJTugrizYKSo/jg==", "dev": true, "requires": { "@octokit/types": "^6.25.0", "@octokit/types": "^6.27.0", "deprecation": "^2.3.1" } }, Loading Loading @@ -157,24 +157,24 @@ } }, "@octokit/rest": { "version": "18.9.1", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.9.1.tgz", "integrity": "sha512-idZ3e5PqXVWOhtZYUa546IDHTHjkGZbj3tcJsN0uhCy984KD865e8GB2WbYDc2ZxFuJRiyd0AftpL2uPNhF+UA==", "version": "18.10.0", "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.10.0.tgz", "integrity": "sha512-esHR5OKy38bccL/sajHqZudZCvmv4yjovMJzyXlphaUo7xykmtOdILGJ3aAm0mFHmMLmPFmDMJXf39cAjNJsrw==", "dev": true, "requires": { "@octokit/core": "^3.5.0", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", "@octokit/plugin-rest-endpoint-methods": "5.8.0" "@octokit/core": "^3.5.1", "@octokit/plugin-paginate-rest": "^2.16.0", "@octokit/plugin-request-log": "^1.0.4", "@octokit/plugin-rest-endpoint-methods": "^5.9.0" } }, "@octokit/types": { "version": "6.25.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.25.0.tgz", "integrity": "sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==", "version": "6.27.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.0.tgz", "integrity": "sha512-ha27f8DToxXBPEJdzHCCuqpw7AgKfjhWGdNf3yIlBAhAsaexBXTfWw36zNSsncALXGvJq4EjLy1p3Wz45Aqb4A==", "dev": true, "requires": { "@octokit/openapi-types": "^9.5.0" "@octokit/openapi-types": "^10.1.0" } }, "@semantic-release/commit-analyzer": { Loading Loading @@ -370,9 +370,9 @@ "dev": true }, "@types/node": { "version": "16.7.6", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.6.tgz", "integrity": "sha512-VESVNFoa/ahYA62xnLBjo5ur6gPsgEE5cNRy8SrdnkZ2nwJSW0kJ4ufbFr2zuU9ALtHM8juY53VcRoTA7htXSg==", "version": "16.7.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.7.10.tgz", "integrity": "sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==", "dev": true }, "@types/normalize-package-data": { Loading Loading @@ -780,9 +780,9 @@ } }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "cosmiconfig": { Loading Loading @@ -2086,9 +2086,9 @@ "dev": true }, "npm": { "version": "7.21.1", "resolved": "https://registry.npmjs.org/npm/-/npm-7.21.1.tgz", "integrity": "sha512-k7XQNHGHAp0VowMMUMRMtntxWatNad9hhYrelUKDPvZ++DBxvofA8QTNPiuMKtx8CBOFA8iJ4aizhbx6ZYVfzQ==", "version": "7.22.0", "resolved": "https://registry.npmjs.org/npm/-/npm-7.22.0.tgz", "integrity": "sha512-HJnjTCrGGnacPMCSnrxuHGf2H4VdrY7hwTAK1RwByg0K96KIuTR4QNioFW+bnc/pW0uwpk9lLsDf4BeEQhTv2Q==", "dev": true, "requires": { "@npmcli/arborist": "*", Loading Loading @@ -2167,7 +2167,7 @@ "dev": true }, "@npmcli/arborist": { "version": "2.8.2", "version": "2.8.3", "bundled": true, "dev": true, "requires": { Loading Loading @@ -2210,7 +2210,7 @@ "dev": true }, "@npmcli/config": { "version": "2.2.0", "version": "2.3.0", "bundled": true, "dev": true, "requires": { Loading Loading @@ -2411,12 +2411,12 @@ "dev": true }, "are-we-there-yet": { "version": "1.1.5", "version": "1.1.6", "bundled": true, "dev": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^2.0.6" "readable-stream": "^3.6.0" } }, "asap": { Loading Loading @@ -3059,11 +3059,6 @@ "bundled": true, "dev": true }, "isarray": { "version": "1.0.0", "bundled": true, "dev": true }, "isexe": { "version": "2.0.0", "bundled": true, Loading Loading @@ -3320,7 +3315,7 @@ } }, "minipass-fetch": { "version": "1.3.4", "version": "1.4.1", "bundled": true, "dev": true, "requires": { Loading Loading @@ -3577,14 +3572,25 @@ "dev": true }, "npmlog": { "version": "5.0.0", "version": "5.0.1", "bundled": true, "dev": true, "requires": { "are-we-there-yet": "^1.1.5", "are-we-there-yet": "^2.0.0", "console-control-strings": "^1.1.0", "gauge": "^3.0.0", "set-blocking": "^2.0.0" }, "dependencies": { "are-we-there-yet": { "version": "2.0.0", "bundled": true, "dev": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" } } } }, "number-is-nan": { Loading Loading @@ -3674,11 +3680,6 @@ "bundled": true, "dev": true }, "process-nextick-args": { "version": "2.0.1", "bundled": true, "dev": true }, "promise-all-reject-late": { "version": "1.0.1", "bundled": true, Loading Loading @@ -3745,7 +3746,7 @@ "dev": true }, "read-package-json": { "version": "4.0.1", "version": "4.1.1", "bundled": true, "dev": true, "requires": { Loading @@ -3765,17 +3766,13 @@ } }, "readable-stream": { "version": "2.3.7", "version": "3.6.0", "bundled": true, "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" } }, "readdir-scoped-modules": { Loading Loading @@ -3851,7 +3848,7 @@ } }, "safe-buffer": { "version": "5.1.2", "version": "5.2.1", "bundled": true, "dev": true }, Loading Loading @@ -3979,11 +3976,11 @@ } }, "string_decoder": { "version": "1.1.1", "version": "1.3.0", "bundled": true, "dev": true, "requires": { "safe-buffer": "~5.1.0" "safe-buffer": "~5.2.0" } }, "stringify-package": { Loading