|
|
@@ -28,7 +28,7 @@
|
|
|
"eslint-plugin-jest": "^28.8.2",
|
|
|
"jest": "^29.7.0",
|
|
|
"jest-circus": "^29.7.0",
|
|
|
- "js-yaml": "^4.1.0",
|
|
|
+ "js-yaml": "^4.2.0",
|
|
|
"prettier": "^3.3.3",
|
|
|
"ts-jest": "^29.2.5",
|
|
|
"typescript": "^5.5.4"
|
|
|
@@ -5187,10 +5187,21 @@
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/js-yaml": {
|
|
|
- "version": "4.1.0",
|
|
|
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
|
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
|
"dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/puzrin"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/nodeca"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"argparse": "^2.0.1"
|
|
|
},
|