serverless-plugin-log-subscription
serverless-plugin-log-subscription copied to clipboard
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) and [serverless](https://github.com/serverless/serverless). These dependencies needed to be updated together. Updates `simple-git` from 2.48.0 to 3.16.0 Release notes Sourced from simple-git's releases. [email protected] Minor Changes 97fde2c: Support the use...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependencies [got](https://github.com/sindresorhus/got), [serverless](https://github.com/serverless/serverless) and [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Updates `got` from 11.8.3 to 11.8.6 Release notes Sourced from got's...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [@serverless/test](https://github.com/serverless/test). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3. Release notes Sourced from socket.io-parser's releases. 3.3.3 Bug Fixes check the format of the index of each attachment (fb21e42) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.2...3.3.3 Branch: 3.3.x...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 Commits b5fe3b9 16.5.4...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together. Updates `ansi-regex` from 3.0.0 to 5.0.1 Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5)...
I am using the following configuration and receiving error ``` custom: configFile: ${file(./config/${self:provider.stage}.yml)} stage: ${opt:stage, self:provider.stage} domains: production: ${self:custom.configFile.DOMAIN} development: ${self:custom.configFile.DOMAIN} qa: ${self:custom.configFile.DOMAIN} customDomain: domainName: ${self:custom.domains.${self:custom.stage}} basePath: dummyPath createRoute53Record: true...