chore(deps): bump node-pagerduty from 1.3.5 to 1.3.6 (#845)

Bumps [node-pagerduty](https://github.com/kmartin-215/node-pagerduty) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/kmartin-215/node-pagerduty/releases)
- [Commits](https://github.com/kmartin-215/node-pagerduty/compare/1.3.5...1.3.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-19 09:01:03 -05:00
committed by GitHub
parent 6f273305df
commit 5eb36a6cb7
2 changed files with 46 additions and 46 deletions
+45 -45
View File
@@ -6031,9 +6031,9 @@
} }
}, },
"node-pagerduty": { "node-pagerduty": {
"version": "1.3.5", "version": "1.3.6",
"resolved": "https://registry.npmjs.org/node-pagerduty/-/node-pagerduty-1.3.5.tgz", "resolved": "https://registry.npmjs.org/node-pagerduty/-/node-pagerduty-1.3.6.tgz",
"integrity": "sha512-C+KCaekHhZsg4XN++EoDuQ9fm+TGdVr9F/ThrmwmkTUxFxYPbpYqyqdEldRBBUEGD6WA+7T6G2q4b1CxpYTTng==", "integrity": "sha512-tcbxlmiK1FfaqPGYWIeBdePRD/5TLHe11SP8aei9QsWDuTCUN20HubRRO6YVlm7olUV8TUisFLXs3KtgMn8NOQ==",
"requires": { "requires": {
"deepmerge": "4.2.2", "deepmerge": "4.2.2",
"g": "^2.0.1", "g": "^2.0.1",
@@ -6228,14 +6228,14 @@
"dev": true "dev": true
}, },
"npm": { "npm": {
"version": "7.0.7", "version": "7.0.12",
"resolved": "https://registry.npmjs.org/npm/-/npm-7.0.7.tgz", "resolved": "https://registry.npmjs.org/npm/-/npm-7.0.12.tgz",
"integrity": "sha512-s2PDE3K3jAfwFmM3JOl4pHnGNWr9cDVWmubcS6y5uXXdbGBXeiD351pRUVz3+JFTQqFqfyPTbAelUpLZIvFCTw==", "integrity": "sha512-0MDC+wxNRTxp9yNZ1t8zEUjVvKTN8K2xGAQ9Cuert9NwrTk0GDw+8hl4OOVcMVDFSFaHopW3F+w+KnxLGZMwYw==",
"requires": { "requires": {
"@npmcli/arborist": "^1.0.6", "@npmcli/arborist": "^1.0.11",
"@npmcli/ci-detect": "^1.2.0", "@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.1", "@npmcli/config": "^1.2.1",
"@npmcli/run-script": "^1.7.4", "@npmcli/run-script": "^1.8.0",
"abbrev": "~1.1.1", "abbrev": "~1.1.1",
"ansicolors": "~0.3.2", "ansicolors": "~0.3.2",
"ansistyles": "~0.1.3", "ansistyles": "~0.1.3",
@@ -6258,15 +6258,15 @@
"init-package-json": "^2.0.1", "init-package-json": "^2.0.1",
"is-cidr": "^4.0.2", "is-cidr": "^4.0.2",
"leven": "^3.1.0", "leven": "^3.1.0",
"libnpmaccess": "^4.0.0", "libnpmaccess": "^4.0.1",
"libnpmfund": "^1.0.1", "libnpmfund": "^1.0.1",
"libnpmhook": "^6.0.0", "libnpmhook": "^6.0.1",
"libnpmorg": "^2.0.0", "libnpmorg": "^2.0.1",
"libnpmpack": "^2.0.0", "libnpmpack": "^2.0.0",
"libnpmpublish": "^3.0.2", "libnpmpublish": "^4.0.0",
"libnpmsearch": "^3.0.0", "libnpmsearch": "^3.0.1",
"libnpmteam": "^2.0.1", "libnpmteam": "^2.0.2",
"libnpmversion": "^1.0.6", "libnpmversion": "^1.0.7",
"make-fetch-happen": "^8.0.9", "make-fetch-happen": "^8.0.9",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"mkdirp-infer-owner": "^2.0.0", "mkdirp-infer-owner": "^2.0.0",
@@ -6277,12 +6277,12 @@
"npm-audit-report": "^2.1.4", "npm-audit-report": "^2.1.4",
"npm-package-arg": "^8.1.0", "npm-package-arg": "^8.1.0",
"npm-pick-manifest": "^6.1.0", "npm-pick-manifest": "^6.1.0",
"npm-profile": "^5.0.1", "npm-profile": "^5.0.2",
"npm-registry-fetch": "^8.1.4", "npm-registry-fetch": "^9.0.0",
"npm-user-validate": "^1.0.1", "npm-user-validate": "^1.0.1",
"npmlog": "~4.1.2", "npmlog": "~4.1.2",
"opener": "^1.5.2", "opener": "^1.5.2",
"pacote": "^11.1.10", "pacote": "^11.1.13",
"parse-conflict-json": "^1.1.1", "parse-conflict-json": "^1.1.1",
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"read": "~1.0.7", "read": "~1.0.7",
@@ -6302,12 +6302,13 @@
}, },
"dependencies": { "dependencies": {
"@npmcli/arborist": { "@npmcli/arborist": {
"version": "1.0.6", "version": "1.0.11",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/installed-package-contents": "^1.0.5", "@npmcli/installed-package-contents": "^1.0.5",
"@npmcli/map-workspaces": "^1.0.1", "@npmcli/map-workspaces": "^1.0.1",
"@npmcli/metavuln-calculator": "^1.0.0", "@npmcli/metavuln-calculator": "^1.0.0",
"@npmcli/move-file": "^1.0.1",
"@npmcli/name-from-folder": "^1.0.1", "@npmcli/name-from-folder": "^1.0.1",
"@npmcli/node-gyp": "^1.0.0", "@npmcli/node-gyp": "^1.0.0",
"@npmcli/run-script": "^1.7.2", "@npmcli/run-script": "^1.7.2",
@@ -6412,13 +6413,14 @@
} }
}, },
"@npmcli/run-script": { "@npmcli/run-script": {
"version": "1.7.4", "version": "1.8.0",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/node-gyp": "^1.0.0", "@npmcli/node-gyp": "^1.0.0",
"@npmcli/promise-spawn": "^1.3.0", "@npmcli/promise-spawn": "^1.3.0",
"infer-owner": "^1.0.4", "infer-owner": "^1.0.4",
"node-gyp": "^7.1.0", "node-gyp": "^7.1.0",
"puka": "^1.0.1",
"read-package-json-fast": "^1.1.3" "read-package-json-fast": "^1.1.3"
} }
}, },
@@ -7108,13 +7110,13 @@
"bundled": true "bundled": true
}, },
"libnpmaccess": { "libnpmaccess": {
"version": "4.0.0", "version": "4.0.1",
"bundled": true, "bundled": true,
"requires": { "requires": {
"aproba": "^2.0.0", "aproba": "^2.0.0",
"minipass": "^3.1.1", "minipass": "^3.1.1",
"npm-package-arg": "^8.0.0", "npm-package-arg": "^8.0.0",
"npm-registry-fetch": "^8.0.0" "npm-registry-fetch": "^9.0.0"
} }
}, },
"libnpmfund": { "libnpmfund": {
@@ -7125,19 +7127,19 @@
} }
}, },
"libnpmhook": { "libnpmhook": {
"version": "6.0.0", "version": "6.0.1",
"bundled": true, "bundled": true,
"requires": { "requires": {
"aproba": "^2.0.0", "aproba": "^2.0.0",
"npm-registry-fetch": "^8.0.0" "npm-registry-fetch": "^9.0.0"
} }
}, },
"libnpmorg": { "libnpmorg": {
"version": "2.0.0", "version": "2.0.1",
"bundled": true, "bundled": true,
"requires": { "requires": {
"aproba": "^2.0.0", "aproba": "^2.0.0",
"npm-registry-fetch": "^8.0.0" "npm-registry-fetch": "^9.0.0"
} }
}, },
"libnpmpack": { "libnpmpack": {
@@ -7150,35 +7152,33 @@
} }
}, },
"libnpmpublish": { "libnpmpublish": {
"version": "3.0.2", "version": "4.0.0",
"bundled": true, "bundled": true,
"requires": { "requires": {
"libnpmpack": "^2.0.0",
"lodash.clonedeep": "^4.5.0",
"normalize-package-data": "^3.0.0", "normalize-package-data": "^3.0.0",
"npm-package-arg": "^8.1.0", "npm-package-arg": "^8.1.0",
"npm-registry-fetch": "^8.1.5", "npm-registry-fetch": "^9.0.0",
"semver": "^7.1.3", "semver": "^7.1.3",
"ssri": "^8.0.0" "ssri": "^8.0.0"
} }
}, },
"libnpmsearch": { "libnpmsearch": {
"version": "3.0.0", "version": "3.0.1",
"bundled": true, "bundled": true,
"requires": { "requires": {
"npm-registry-fetch": "^8.0.0" "npm-registry-fetch": "^9.0.0"
} }
}, },
"libnpmteam": { "libnpmteam": {
"version": "2.0.1", "version": "2.0.2",
"bundled": true, "bundled": true,
"requires": { "requires": {
"aproba": "^2.0.0", "aproba": "^2.0.0",
"npm-registry-fetch": "^8.0.0" "npm-registry-fetch": "^9.0.0"
} }
}, },
"libnpmversion": { "libnpmversion": {
"version": "1.0.6", "version": "1.0.7",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/git": "^2.0.1", "@npmcli/git": "^2.0.1",
@@ -7188,10 +7188,6 @@
"stringify-package": "^1.0.1" "stringify-package": "^1.0.1"
} }
}, },
"lodash.clonedeep": {
"version": "4.5.0",
"bundled": true
},
"lru-cache": { "lru-cache": {
"version": "6.0.0", "version": "6.0.0",
"bundled": true, "bundled": true,
@@ -7407,14 +7403,14 @@
} }
}, },
"npm-profile": { "npm-profile": {
"version": "5.0.1", "version": "5.0.2",
"bundled": true, "bundled": true,
"requires": { "requires": {
"npm-registry-fetch": "^8.0.0" "npm-registry-fetch": "^9.0.0"
} }
}, },
"npm-registry-fetch": { "npm-registry-fetch": {
"version": "8.1.5", "version": "9.0.0",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/ci-detect": "^1.0.0", "@npmcli/ci-detect": "^1.0.0",
@@ -7472,7 +7468,7 @@
} }
}, },
"pacote": { "pacote": {
"version": "11.1.11", "version": "11.1.13",
"bundled": true, "bundled": true,
"requires": { "requires": {
"@npmcli/git": "^2.0.1", "@npmcli/git": "^2.0.1",
@@ -7486,9 +7482,9 @@
"minipass": "^3.1.3", "minipass": "^3.1.3",
"mkdirp": "^1.0.3", "mkdirp": "^1.0.3",
"npm-package-arg": "^8.0.1", "npm-package-arg": "^8.0.1",
"npm-packlist": "^2.1.0", "npm-packlist": "^2.1.4",
"npm-pick-manifest": "^6.0.0", "npm-pick-manifest": "^6.0.0",
"npm-registry-fetch": "^8.1.3", "npm-registry-fetch": "^9.0.0",
"promise-retry": "^1.1.1", "promise-retry": "^1.1.1",
"read-package-json-fast": "^1.1.3", "read-package-json-fast": "^1.1.3",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
@@ -7552,6 +7548,10 @@
"version": "1.8.0", "version": "1.8.0",
"bundled": true "bundled": true
}, },
"puka": {
"version": "1.0.1",
"bundled": true
},
"punycode": { "punycode": {
"version": "2.1.1", "version": "2.1.1",
"bundled": true "bundled": true
+1 -1
View File
@@ -36,7 +36,7 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"node-hue-api": "^4.0.9", "node-hue-api": "^4.0.9",
"node-notifier": "^8.0.0", "node-notifier": "^8.0.0",
"node-pagerduty": "^1.3.5", "node-pagerduty": "^1.3.6",
"nodemailer": "^6.4.16", "nodemailer": "^6.4.16",
"open": "^7.3.0", "open": "^7.3.0",
"play-sound": "^1.1.3", "play-sound": "^1.1.3",