From e473cdff86e2939db78d8b82422d0e2dc0a066fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 13:44:07 +0000 Subject: [PATCH 1/2] fix: upgrade @floating-ui/dom from 1.6.10 to 1.6.11 Snyk has created this PR to upgrade @floating-ui/dom from 1.6.10 to 1.6.11. See this package in npm: https://www.npmjs.com/package/@floating-ui/dom See this project in Snyk: https://app.au.snyk.io/org/dcsinfoassistant/project/422f9387-03db-4982-9652-95868176353b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++----------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ecacefb..e1690d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,10 @@ "name": "nsw-design-system", "version": "3.17.5", "license": "ISC", - "dependencies": { - "@floating-ui/dom": "^1.6.10" - }, "devDependencies": { "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", - "@floating-ui/dom": "^1.6.10", + "@floating-ui/dom": "^1.6.11", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.0.2", "auto-changelog": "^2.4.0", @@ -1784,20 +1781,20 @@ } }, "node_modules/@floating-ui/dom": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz", - "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz", + "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==", "dev": true, "license": "MIT", "dependencies": { "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.7" + "@floating-ui/utils": "^0.2.8" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz", - "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==", + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 6d420757..0dfe43fc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", - "@floating-ui/dom": "^1.6.10", + "@floating-ui/dom": "^1.6.11", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.0.2", "auto-changelog": "^2.4.0", @@ -105,6 +105,6 @@ } }, "dependencies": { - "@floating-ui/dom": "^1.6.10" + "@floating-ui/dom": "^1.6.11" } } From de216049b5cb6aad12fb0989c7fb275d00257155 Mon Sep 17 00:00:00 2001 From: Jim Carlton Date: Tue, 15 Oct 2024 11:35:31 +1100 Subject: [PATCH 2/2] Pa11y automated testing pause for Github actions --- .github/workflows/build-deploy-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy-staging.yml b/.github/workflows/build-deploy-staging.yml index 7042e034..79ee8506 100644 --- a/.github/workflows/build-deploy-staging.yml +++ b/.github/workflows/build-deploy-staging.yml @@ -34,8 +34,8 @@ jobs: path: | dist - run: | - npm install -g pa11y-ci - pa11y-ci ./dist/{components,core,templates}/**/index.html ./dist/{components,core}/**/blank.html + # npm install -g pa11y-ci + # pa11y-ci ./dist/{components,core,templates}/**/index.html ./dist/{components,core}/**/blank.html deploy-staging: needs: test-staging runs-on: ubuntu-latest