Przeglądaj źródła

Bump js-yaml from 4.2.0 to 4.3.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 tydzień temu
rodzic
commit
3247f14507
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -25,7 +25,7 @@
         "eslint-plugin-github": "^6.0.0",
         "eslint-plugin-jest": "^29.12.1",
         "jest": "^29.7.0",
-        "js-yaml": "^4.2.0",
+        "js-yaml": "^4.3.1",
         "prettier": "^3.8.4",
         "ts-jest": "^29.4.11",
         "ts-node": "^10.9.2",
@@ -5633,9 +5633,9 @@
       "license": "MIT"
     },
     "node_modules/js-yaml": {
-      "version": "4.2.0",
-      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
-      "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
+      "version": "4.3.1",
+      "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz",
+      "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==",
       "dev": true,
       "funding": [
         {

+ 1 - 1
package.json

@@ -48,7 +48,7 @@
     "eslint-plugin-github": "^6.0.0",
     "eslint-plugin-jest": "^29.12.1",
     "jest": "^29.7.0",
-    "js-yaml": "^4.2.0",
+    "js-yaml": "^4.3.1",
     "prettier": "^3.8.4",
     "ts-jest": "^29.4.11",
     "ts-node": "^10.9.2",