diff --git a/package-lock.json b/package-lock.json index 1e09083..77c1069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "kickstart-nuxt", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kickstart-nuxt", - "version": "1.1.2", + "version": "1.1.3", "hasInstallScript": true, "license": "MIT", "dependencies": { - "@contentstack/delivery-sdk": "^5.4.0", + "@contentstack/delivery-sdk": "^5.5.0", "@contentstack/live-preview-utils": "^4.4.5", "@contentstack/utils": "^1.9.1", - "@nuxt/image": "^2.0.0", + "@nuxt/image": "^2.1.0", "@nuxtjs/tailwindcss": "^6.14.0", - "nuxt": "^4.5.0", + "nuxt": "^4.5.1", "nuxt-contentstack": "^0.1.17", "vue": "^3.5.40", "vue-router": "^5.2.0" @@ -24,8 +24,8 @@ "@types/node": "^25.9.5" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.2", - "@rollup/rollup-linux-x64-musl": "^4.62.2" + "@rollup/rollup-linux-x64-gnu": "^4.62.3", + "@rollup/rollup-linux-x64-musl": "^4.62.3" } }, "node_modules/@alloc/quick-lru": { @@ -4584,15 +4584,15 @@ "license": "ISC" }, "node_modules/brace-expansion": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", - "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz", + "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" }, "engines": { - "node": "18 || 20 || >=22" + "node": "20 || >=22" } }, "node_modules/braces": { diff --git a/package.json b/package.json index 19ed0ff..00cc734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kickstart-nuxt", - "version": "1.1.2", + "version": "1.1.3", "private": false, "repository": { "type": "git", @@ -21,19 +21,19 @@ "overrides": { "uuid": "11.1.1", "ws": "8.21.1", - "brace-expansion": "5.0.7", + "brace-expansion": "5.0.9", "devalue": "5.8.2", "qs": "6.15.3", "glob": "11.1.0", "sharp": "0.35.3" }, "dependencies": { - "@contentstack/delivery-sdk": "^5.4.0", + "@contentstack/delivery-sdk": "^5.5.0", "@contentstack/live-preview-utils": "^4.4.5", "@contentstack/utils": "^1.9.1", - "@nuxt/image": "^2.0.0", + "@nuxt/image": "^2.1.0", "@nuxtjs/tailwindcss": "^6.14.0", - "nuxt": "^4.5.0", + "nuxt": "^4.5.1", "nuxt-contentstack": "^0.1.17", "vue": "^3.5.40", "vue-router": "^5.2.0" @@ -42,7 +42,7 @@ "@types/node": "^25.9.5" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.2", - "@rollup/rollup-linux-x64-musl": "^4.62.2" + "@rollup/rollup-linux-x64-gnu": "^4.62.3", + "@rollup/rollup-linux-x64-musl": "^4.62.3" } }