diff --git a/package-lock.json b/package-lock.json index a5af321b..f33276a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@stencil/core": "^4.0.2" + "@stencil/core": "4.0.2" }, "devDependencies": { "@babel/core": "7.22.5", @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "5.60.1", "babel-loader": "9.1.3", "codecov": "3.8.3", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "copy-webpack-plugin": "11.0.0", "eslint": "8.50.0", "eslint-plugin-import": "2.27.5", @@ -14208,9 +14208,9 @@ } }, "node_modules/concurrently": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", - "integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -39860,9 +39860,9 @@ } }, "concurrently": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.0.tgz", - "integrity": "sha512-nnLMxO2LU492mTUj9qX/az/lESonSZu81UznYDoXtz1IQf996ixVqPAgHXwvHiHCAef/7S8HIK+fTFK7Ifk8YA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "requires": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 12c931a7..a3fb44ea 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/parser": "5.60.1", "babel-loader": "9.1.3", "codecov": "3.8.3", - "concurrently": "8.2.0", + "concurrently": "8.2.1", "copy-webpack-plugin": "11.0.0", "eslint": "8.50.0", "eslint-plugin-import": "2.27.5",