diff --git a/templates/package-lock.json b/templates/package-lock.json index c498eee8fba..76e646ee2ce 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^6.5.0", "browser-sync": "^2.29.3", "esbuild": "~0.19.2", - "esbuild-sass-plugin": "~2.13.0", + "esbuild-sass-plugin": "~2.14.0", "eslint": "^8.48.0", "eslint-config-standard": "^17.1.0", "jest": "^29.6.4", @@ -4321,9 +4321,9 @@ } }, "node_modules/esbuild-sass-plugin": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.13.0.tgz", - "integrity": "sha512-tpuoCPjcigaG+nKTEmDLBcmt81LADhwa5nGYA6memd56bhf27puRFlbQThvPWjypk51dsfSc30I18s4OdsmDag==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.14.0.tgz", + "integrity": "sha512-aT9SY31xXpxZ9EHw4SomYaSAr/sXmoITY7W2s2yLV61813Jt2fF7xU3L70r7vd6oJ/oV93i0x8t1YWfVzA30HQ==", "dev": true, "dependencies": { "resolve": "^1.22.2", @@ -13296,9 +13296,9 @@ } }, "esbuild-sass-plugin": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.13.0.tgz", - "integrity": "sha512-tpuoCPjcigaG+nKTEmDLBcmt81LADhwa5nGYA6memd56bhf27puRFlbQThvPWjypk51dsfSc30I18s4OdsmDag==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/esbuild-sass-plugin/-/esbuild-sass-plugin-2.14.0.tgz", + "integrity": "sha512-aT9SY31xXpxZ9EHw4SomYaSAr/sXmoITY7W2s2yLV61813Jt2fF7xU3L70r7vd6oJ/oV93i0x8t1YWfVzA30HQ==", "dev": true, "requires": { "resolve": "^1.22.2", diff --git a/templates/package.json b/templates/package.json index a79978b7303..b71c4cae80f 100644 --- a/templates/package.json +++ b/templates/package.json @@ -42,7 +42,7 @@ "@typescript-eslint/parser": "^6.5.0", "browser-sync": "^2.29.3", "esbuild": "~0.19.2", - "esbuild-sass-plugin": "~2.13.0", + "esbuild-sass-plugin": "~2.14.0", "eslint": "^8.48.0", "eslint-config-standard": "^17.1.0", "jest": "^29.6.4",