Skip to content

Commit

Permalink
chore(deps-dev): bump chai-as-promised and @types/chai-as-promised
Browse files Browse the repository at this point in the history
Bumps [chai-as-promised](https://github.com/chaijs/chai-as-promised) and [@types/chai-as-promised](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai-as-promised). These dependencies needed to be updated together.

Updates `chai-as-promised` from 7.1.2 to 8.0.1
- [Release notes](https://github.com/chaijs/chai-as-promised/releases)
- [Commits](chaijs/chai-as-promised@v7.1.2...v8.0.1)

Updates `@types/chai-as-promised` from 7.1.8 to 8.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai-as-promised)

---
updated-dependencies:
- dependency-name: chai-as-promised
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/chai-as-promised"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 40a8183 commit 5f7c164
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
30 changes: 21 additions & 9 deletions packages/contentful--create-contentful-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/contentful--create-contentful-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/analytics-node": "^3.1.9",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-as-promised": "^8.0.1",
"@types/chalk": "2.2.0",
"@types/inquirer": "8.2.1",
"@types/mocha": "^10.0.1",
Expand All @@ -73,7 +73,7 @@
"@types/tildify": "2.0.2",
"@types/validate-npm-package-name": "4.0.2",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "^8.0.1",
"contentful-management": "11.40.2",
"mocha": "^10.2.0",
"sinon": "^19.0.0",
Expand Down

0 comments on commit 5f7c164

Please sign in to comment.