pdjs
pdjs copied to clipboard
JavaScript wrapper for the PagerDuty API
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.0 to 7.22.20. Release notes Sourced from @babel/core's releases. v7.22.20 (2023-09-16) :house: Internal babel-helper-validator-identifier #15973 Remove special-casing of U+200C and U+200D (@nicolo-ribaudo) babel-plugin-transform-dotall-regex #15974 Update Unicode test...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.9 to 20.6.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.4 to 7.22.20. Release notes Sourced from @babel/preset-env's releases. v7.22.20 (2023-09-16) :house: Internal babel-helper-validator-identifier #15973 Remove special-casing of U+200C and U+200D (@nicolo-ribaudo) babel-plugin-transform-dotall-regex #15974 Update Unicode test...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.16.0 to 7.22.15. Release notes Sourced from @babel/preset-typescript's releases. v7.22.15 (2023-09-04) :bug: Bug Fix babel-core #15923 Only perform config loading re-entrancy check for cjs (@nicolo-ribaudo) :house: Internal...
Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.3.3. Release notes Sourced from nock's releases. v13.3.3 13.3.3 (2023-08-16) Bug Fixes revert #2350 (Push persisted interceptors to the end instead of ignore on remove)...
Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.88.2. Release notes Sourced from webpack's releases. v5.88.2 Bug Fixes Fixed a bug where unused identifiers should retain names when using css modules by @burhanuday...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 4.0.0. Release notes Sourced from cross-fetch's releases. v4.0.0 What's Changed BREAKING CHANGES Dropped support for Node 10 and 12. (Note: cross-fetch will likely continue working...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
``` const connections = await pd({ url: `https://app.pagerduty.com/integration-slack/workspaces/${teamID}/connections`, method: 'get', }); ``` Attempting to his this API just returns unauthorized but hitting the api.pagerduty.com routes work fine.