Skip to content

Commit 8229c46

Browse files
authored
Merge branch 'anuraghazra:master' into master
2 parents 758ecd1 + adf2a65 commit 8229c46

4 files changed

Lines changed: 80 additions & 80 deletions

File tree

.github/workflows/preview-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: ${{ matrix.node-version }}
4343
cache: npm
4444

45-
- uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
45+
- uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
4646
with:
4747
useLockFile: false
4848

.github/workflows/stale-theme-pr-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version: ${{ matrix.node-version }}
4848
cache: npm
4949

50-
- uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
50+
- uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
5151
with:
5252
useLockFile: false
5353

package-lock.json

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"@actions/core": "^1.11.1",
4040
"@actions/github": "^6.0.1",
4141
"@eslint/eslintrc": "^3.3.1",
42-
"@eslint/js": "^9.38.0",
42+
"@eslint/js": "^9.39.0",
4343
"@testing-library/dom": "^10.4.1",
4444
"@testing-library/jest-dom": "^6.9.1",
4545
"@uppercod/css-to-object": "^1.1.1",
4646
"axios-mock-adapter": "^2.1.0",
4747
"color-contrast-checker": "^2.1.0",
48-
"eslint": "^9.38.0",
48+
"eslint": "^9.39.0",
4949
"eslint-config-prettier": "^10.1.8",
50-
"eslint-plugin-jsdoc": "^61.1.9",
50+
"eslint-plugin-jsdoc": "^61.1.12",
5151
"express": "^5.1.0",
52-
"globals": "^16.4.0",
52+
"globals": "^16.5.0",
5353
"hjson": "^3.2.2",
5454
"husky": "^9.1.7",
5555
"jest": "^30.2.0",
@@ -61,7 +61,7 @@
6161
"prettier": "^3.6.2"
6262
},
6363
"dependencies": {
64-
"axios": "^1.13.0",
64+
"axios": "^1.13.1",
6565
"dotenv": "^17.2.3",
6666
"emoji-name-map": "^2.0.3",
6767
"github-username-regex": "^1.0.0",

0 commit comments

Comments
 (0)