diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbabe95..78f3be4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,8 @@ jobs: auto-update-conda: true activate-environment: dash_react_components environment-file: environment.yml + - name: Run npm audit fix + run: npm audit fix - name: Generate python files run: npm install && npm run build - name: Build a binary wheel and a source tarball diff --git a/package-lock.json b/package-lock.json index 3b92a5f..2db8aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "uk_gov_dash_components", - "version": "1.11.3", + "version": "1.11.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "uk_gov_dash_components", - "version": "1.11.3", + "version": "1.11.4", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -844,7 +844,7 @@ }, "node_modules/watchpack-chokidar2/node_modules/glob-parent": { "license": "ISC", - "version": "^6.0.1", + "version": "^6.0.2", "dev": true, "dependencies": { "is-glob": "^4.0.3" @@ -4481,7 +4481,7 @@ }, "node_modules/glob-parent": { "license": "ISC", - "version": "^6.0.1", + "version": "^6.0.2", "dev": true, "dependencies": { "is-glob": "^4.0.3" @@ -13158,7 +13158,7 @@ "anymatch": "~3.1.2", "braces": "~3.0.2", "fsevents": "~2.3.2", - "glob-parent": "^6.0.1", + "glob-parent": "^6.0.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", "normalize-path": "~3.0.0", @@ -13182,7 +13182,7 @@ } }, "glob-parent": { - "version": "^6.0.1" + "version": "^6.0.2" }, "is-number": { "version": "7.0.0", @@ -13951,7 +13951,7 @@ "esutils": "^2.0.2", "file-entry-cache": "^5.0.1", "functional-red-black-tree": "^1.0.1", - "glob-parent": "^6.0.1", + "glob-parent": "^6.0.2", "globals": "^12.1.0", "ignore": "^4.0.6", "import-fresh": "^3.0.0", @@ -13977,7 +13977,7 @@ }, "dependencies": { "glob-parent": { - "version": "^6.0.1" + "version": "^6.0.2" }, "globals": { "version": "12.4.0", @@ -14623,7 +14623,7 @@ } }, "glob-parent": { - "version": "^6.0.1", + "version": "^6.0.2", "dev": true, "requires": { "is-glob": "^4.0.3" @@ -17792,7 +17792,7 @@ "async-each": "^1.0.1", "braces": "^2.3.2", "fsevents": "^1.2.7", - "glob-parent": "^6.0.1", + "glob-parent": "^6.0.2", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", "is-glob": "^4.0.0", @@ -17803,12 +17803,12 @@ }, "dependencies": { "glob-parent": { - "version": "^6.0.1" + "version": "^6.0.2" } } }, "glob-parent": { - "version": "^6.0.1", + "version": "^6.0.2", "dev": true, "requires": { "is-glob": "^4.0.3" diff --git a/package.json b/package.json index 77a7b0d..1b7f6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uk_gov_dash_components", - "version": "1.11.3", + "version": "1.11.4", "description": "Dash components for Gov UK", "repository": { "type": "git", @@ -23,7 +23,7 @@ "preinstall": "npx npm-force-resolutions" }, "resolutions": { - "glob-parent": "^6.0.1" + "glob-parent": "^6.0.2" }, "author": "DLUHC GovUk ", "license": "MIT",