diff --git a/README.md b/README.md index 0a09c1f..c4980c8 100644 --- a/README.md +++ b/README.md @@ -238,8 +238,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-filter-arguments.svg [npm-url]: https://npmjs.org/package/@stdlib/utils-filter-arguments -[test-image]: https://github.com/stdlib-js/utils-filter-arguments/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/utils-filter-arguments/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/utils-filter-arguments/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/utils-filter-arguments/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-filter-arguments/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/utils-filter-arguments?branch=main diff --git a/package.json b/package.json index 798dadf..293bf0d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@stdlib/array-filled-by": "^0.1.0", "@stdlib/bench": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-ops-add": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",