Skip to content

Commit c77eaad

Browse files
committed
[TASK] update npm deps, update hubspot-cms-lib to v3.4.3
1 parent cacc4b9 commit c77eaad

3 files changed

Lines changed: 64 additions & 64 deletions

File tree

lib/cmd/init/prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function selectRepoTemplate () {
9292
message: 'Choose template:',
9393
choices: [
9494
{
95-
name: 'Nimbly lite child',
95+
name: 'Nimbly Lite child',
9696
value: 'nimbly-lite-child',
9797
description: 'Nimbly Light child theme template'
9898
},

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"docs": "node build/docs.exec.js"
3737
},
3838
"dependencies": {
39-
"@inquirer/checkbox": "2.3.10",
40-
"@inquirer/confirm": "3.1.14",
41-
"@inquirer/input": "2.2.1",
42-
"@inquirer/select": "2.3.10",
39+
"@inquirer/checkbox": "2.3.11",
40+
"@inquirer/confirm": "3.1.15",
41+
"@inquirer/input": "2.2.2",
42+
"@inquirer/select": "2.3.11",
4343
"@octokit/request": "9.1.3",
44-
"@resultify/hubspot-cms-lib": "3.4.1",
44+
"@resultify/hubspot-cms-lib": "3.4.3",
4545
"browserslist": "4.23.2",
4646
"chalk": "5.3.0",
4747
"cli-table3": "0.6.5",
@@ -54,14 +54,14 @@
5454
"libsodium-wrappers": "0.7.14",
5555
"minimist": "1.2.8",
5656
"ora": "8.0.1",
57-
"semver": "7.6.2",
57+
"semver": "7.6.3",
5858
"signal-exit": "4.1.0"
5959
},
6060
"devDependencies": {
6161
"@types/git-url-parse": "~9.0.3",
6262
"@types/libsodium-wrappers": "^0.7.14",
6363
"@types/minimist": "~1.2.5",
64-
"@types/node": "~20.14.9",
64+
"@types/node": "~20.14.11",
6565
"@types/semver": "~7.5.8",
6666
"husky": "~9.0.10",
6767
"jsdoc": "~4.0.3",

0 commit comments

Comments
 (0)