Skip to content

Commit fa7faaa

Browse files
chore(deps-dev): bump the patch-dependencies group with 3 updates (#4707)
Bumps the patch-dependencies group with 3 updates: [lint-staged](https://github.com/lint-staged/lint-staged), [inquirer](https://github.com/SBoudrias/Inquirer.js) and [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js). Updates `lint-staged` from 16.1.4 to 16.1.5 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.1.4...v16.1.5) Updates `inquirer` from 12.9.0 to 12.9.1 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.9.1) Updates `@inquirer/prompts` from 7.8.0 to 7.8.1 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: inquirer dependency-version: 12.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: "@inquirer/prompts" dependency-version: 7.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7d9555 commit fa7faaa

File tree

4 files changed

+69
-71
lines changed

4 files changed

+69
-71
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"generate:component-research": "node scripts/component-research/generate-component-research.js"
1414
},
1515
"devDependencies": {
16-
"inquirer": "12.9.0"
16+
"inquirer": "12.9.1"
1717
},
1818
"publishConfig": {
1919
"registry": "https://registry.npmjs.org/",

package-lock.json

Lines changed: 65 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"http-server": "14.1.1",
115115
"husky": "9.1.7",
116116
"jscpd": "4.0.5",
117-
"lint-staged": "16.1.4",
117+
"lint-staged": "16.1.5",
118118
"markdownlint-cli": "0.45.0",
119119
"ng-packagr": "19.2.2",
120120
"npm-run-all2": "8.0.4",

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
"update:icon-fonts": "npm-run-all generate:icon-fonts generate:icon-types"
7070
},
7171
"devDependencies": {
72-
"@inquirer/prompts": "7.8.0",
72+
"@inquirer/prompts": "7.8.1",
7373
"dotenv": "17.2.1",
7474
"find-versions": "6.0.0",
7575
"glob": "11.0.3",
76-
"inquirer": "12.9.0",
76+
"inquirer": "12.9.1",
7777
"replace-in-file": "8.3.0",
7878
"tar": "7.4.3",
7979
"vitest": "3.2.4"

0 commit comments

Comments
 (0)