Skip to content

Commit 736b66d

Browse files
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#5625)
* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * chore: set empty nodeOptions to disable sourcemaps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 021caf3 commit 736b66d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/utils/call-cli.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const CLI_TIMEOUT = 3e5
1616
const callCli = async function (args, execOptions = {}, parseJson = false) {
1717
const { stdout } = await execa.node(cliPath, args, {
1818
timeout: CLI_TIMEOUT,
19+
nodeOptions: [],
1920
...execOptions,
2021
})
2122
if (parseJson) {

0 commit comments

Comments
 (0)