Przeglądaj źródła

chore(deps-dev): Bump eslint from 9.25.0 to 9.25.1 (#3677)

Bumps [eslint](https://github.com/eslint/eslint) from 9.25.0 to 9.25.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.25.0...v9.25.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 miesięcy temu
rodzic
commit
440cebdb54
2 zmienionych plików z 9 dodań i 9 usunięć
  1. 8 8
      package-lock.json
  2. 1 1
      package.json

+ 8 - 8
package-lock.json

@@ -26,7 +26,7 @@
         "commonmark": "0.31.2",
         "cross-env": "^7.0.3",
         "dts-bundle-generator": "^9.5.1",
-        "eslint": "^9.25.0",
+        "eslint": "^9.25.1",
         "highlight.js": "^11.11.1",
         "markdown-it": "14.1.0",
         "marked-highlight": "^2.2.1",
@@ -343,9 +343,9 @@
       }
     },
     "node_modules/@eslint/js": {
-      "version": "9.25.0",
-      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.0.tgz",
-      "integrity": "sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==",
+      "version": "9.25.1",
+      "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.1.tgz",
+      "integrity": "sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==",
       "dev": true,
       "license": "MIT",
       "engines": {
@@ -3207,9 +3207,9 @@
       }
     },
     "node_modules/eslint": {
-      "version": "9.25.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.25.0.tgz",
-      "integrity": "sha512-MsBdObhM4cEwkzCiraDv7A6txFXEqtNXOb877TsSp2FCkBNl8JfVQrmiuDqC1IkejT6JLPzYBXx/xAiYhyzgGA==",
+      "version": "9.25.1",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.25.1.tgz",
+      "integrity": "sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -3219,7 +3219,7 @@
         "@eslint/config-helpers": "^0.2.1",
         "@eslint/core": "^0.13.0",
         "@eslint/eslintrc": "^3.3.1",
-        "@eslint/js": "9.25.0",
+        "@eslint/js": "9.25.1",
         "@eslint/plugin-kit": "^0.2.8",
         "@humanfs/node": "^0.16.6",
         "@humanwhocodes/module-importer": "^1.0.1",

+ 1 - 1
package.json

@@ -70,7 +70,7 @@
     "commonmark": "0.31.2",
     "cross-env": "^7.0.3",
     "dts-bundle-generator": "^9.5.1",
-    "eslint": "^9.25.0",
+    "eslint": "^9.25.1",
     "highlight.js": "^11.11.1",
     "markdown-it": "14.1.0",
     "marked-highlight": "^2.2.1",