diff --git a/.github/workflows/merge-release.yml b/.github/workflows/merge-release.yml index 5477e270..40ce7579 100644 --- a/.github/workflows/merge-release.yml +++ b/.github/workflows/merge-release.yml @@ -29,7 +29,7 @@ jobs: name: Merge tag steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: app-id: ${{ vars.GHA_APP_ID }} diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index b344669e..236dbd73 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -18,7 +18,7 @@ jobs: name: Sync branches steps: - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: app-token with: app-id: ${{ vars.GHA_APP_ID }} diff --git a/package-lock.json b/package-lock.json index 6a009032..162d4193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", - "@inclusive-design/eslint-config": "^0.4.0", + "@inclusive-design/eslint-config": "^0.5.0", "@inclusive-design/markdownlint-config": "^0.1.0", "@inclusive-design/stylelint-config": "^0.1.0", "cross-env": "^10.0.0", @@ -352,15 +352,15 @@ } }, "node_modules/@commitlint/cli": { - "version": "20.5.2", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.2.tgz", - "integrity": "sha512-IXr5xd3IX8SEG936P8gcpozRplkDeDSwJlt8UvoY1winwIy2udTbQ/cOCgbaaxcjdDqVoS29VUcz/wkwnSozbA==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.5.3.tgz", + "integrity": "sha512-OJdL0EXWD5y9LPa0nr/geOwzaS8BsdaybKkcloB0JgsguGxNv2R+hC2FTPqrAcprg35zF33KOQerY0x8W1aesA==", "dev": true, "license": "MIT", "dependencies": { "@commitlint/format": "^20.5.0", - "@commitlint/lint": "^20.5.0", - "@commitlint/load": "^20.5.2", + "@commitlint/lint": "^20.5.3", + "@commitlint/load": "^20.5.3", "@commitlint/read": "^20.5.0", "@commitlint/types": "^20.5.0", "tinyexec": "^1.0.0", @@ -374,9 +374,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.0.tgz", - "integrity": "sha512-t3Ni88rFw1XMa4nZHgOKJ8fIAT9M2j5TnKyTqJzsxea7FUetlNdYFus9dz+MhIRZmc16P0PPyEfh6X2d/qw8SA==", + "version": "20.5.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.3.tgz", + "integrity": "sha512-j34Qqeaa152chJgz2ysyk0BCpHenJn1lV0Rx0VXf8k3ccQcED+48EZrzMvo9jLmJUyBrrBwvu89I+2er4gW7QQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1436,9 +1436,9 @@ } }, "node_modules/@eslint/config-helpers": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz", - "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz", + "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2008,17 +2008,17 @@ } }, "node_modules/@inclusive-design/eslint-config": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@inclusive-design/eslint-config/-/eslint-config-0.4.0.tgz", - "integrity": "sha512-XrvulJm1v5OZxBxmDl0Aj1V2c389foQ2cvQ9saA+Ey3ThCJYhNteUuTcuv6w1GAWY6pOQvzebXCOf7UbDw1zKQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@inclusive-design/eslint-config/-/eslint-config-0.5.0.tgz", + "integrity": "sha512-n8M8aPQ9laeVPAGyYhlhgPvKZj4anwGtQGX/QEh94XFe3oWZMTWea0jFf4NqnoW28/TdGRrPQDvSrl4kWGxsGw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@eslint/json": "^1.0.0", - "@eslint/markdown": "^8.0.0", - "eslint": "^10.0.0", + "@eslint/json": "^1.2.0", + "@eslint/markdown": "^8.0.1", + "eslint": "^10.2.1", "eslint-config-xo": "^0.51.0", - "eslint-plugin-jsdoc": "^62.0.0" + "eslint-plugin-jsdoc": "^62.9.0" } }, "node_modules/@inclusive-design/markdownlint-config": { @@ -4328,16 +4328,16 @@ } }, "node_modules/eslint": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.3.0.tgz", - "integrity": "sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz", + "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", "@eslint/config-array": "^0.23.5", - "@eslint/config-helpers": "^0.5.5", + "@eslint/config-helpers": "^0.6.0", "@eslint/core": "^1.2.1", "@eslint/plugin-kit": "^0.7.1", "@humanfs/node": "^0.16.6", @@ -4784,9 +4784,9 @@ } }, "node_modules/eslint/node_modules/brace-expansion": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", - "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", + "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bbfebe58..ae7b1fcb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", - "@inclusive-design/eslint-config": "^0.4.0", + "@inclusive-design/eslint-config": "^0.5.0", "@inclusive-design/markdownlint-config": "^0.1.0", "@inclusive-design/stylelint-config": "^0.1.0", "cross-env": "^10.0.0",