dependabot-npm_and_yarn 0.300.0 → 0.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/helpers/package-lock.json +139 -94
- data/helpers/package.json +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ae398fab6bbe7f43d748704983e0efcc6ec180151a32619348a95e373c83cfc
|
4
|
+
data.tar.gz: 70da34a0e34accea3da19449e5416aeb846f2041464423aefc144b9851b8ca37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3922efd5b72af9ec2600d9f6f4952e2de544bcfbffbf578ae040d7ae0bb5c6c404e0b4dc212f1418a2fc6ab13e8043a69e2e6bdbf20cfa1014e3120d1e8e42d4
|
7
|
+
data.tar.gz: ed67d2b70e059ddeec063ca3b918ffc31c69fc24aaa0a67004a47a1d7ee5b911e2c9fbd45f4aec03e94fd88d8358ab33c8e9ac41a06d258c0b2672bf9ebacf02
|
data/helpers/package-lock.json
CHANGED
@@ -21,10 +21,10 @@
|
|
21
21
|
"helper": "run.js"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"eslint": "^9.
|
24
|
+
"eslint": "^9.22.0",
|
25
25
|
"eslint-config-prettier": "^9.1.0",
|
26
26
|
"jest": "^29.7.0",
|
27
|
-
"prettier": "^3.
|
27
|
+
"prettier": "^3.5.3"
|
28
28
|
}
|
29
29
|
},
|
30
30
|
"node_modules/@aashutoshrathi/word-wrap": {
|
@@ -732,12 +732,13 @@
|
|
732
732
|
}
|
733
733
|
},
|
734
734
|
"node_modules/@eslint/config-array": {
|
735
|
-
"version": "0.19.
|
736
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.
|
737
|
-
"integrity": "sha512-
|
735
|
+
"version": "0.19.2",
|
736
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz",
|
737
|
+
"integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
|
738
738
|
"dev": true,
|
739
|
+
"license": "Apache-2.0",
|
739
740
|
"dependencies": {
|
740
|
-
"@eslint/object-schema": "^2.1.
|
741
|
+
"@eslint/object-schema": "^2.1.6",
|
741
742
|
"debug": "^4.3.1",
|
742
743
|
"minimatch": "^3.1.2"
|
743
744
|
},
|
@@ -750,6 +751,7 @@
|
|
750
751
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
751
752
|
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
752
753
|
"dev": true,
|
754
|
+
"license": "MIT",
|
753
755
|
"dependencies": {
|
754
756
|
"ms": "^2.1.3"
|
755
757
|
},
|
@@ -762,11 +764,22 @@
|
|
762
764
|
}
|
763
765
|
}
|
764
766
|
},
|
767
|
+
"node_modules/@eslint/config-helpers": {
|
768
|
+
"version": "0.1.0",
|
769
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.1.0.tgz",
|
770
|
+
"integrity": "sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==",
|
771
|
+
"dev": true,
|
772
|
+
"license": "Apache-2.0",
|
773
|
+
"engines": {
|
774
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
775
|
+
}
|
776
|
+
},
|
765
777
|
"node_modules/@eslint/core": {
|
766
|
-
"version": "0.
|
767
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
768
|
-
"integrity": "sha512-
|
778
|
+
"version": "0.12.0",
|
779
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
|
780
|
+
"integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
|
769
781
|
"dev": true,
|
782
|
+
"license": "Apache-2.0",
|
770
783
|
"dependencies": {
|
771
784
|
"@types/json-schema": "^7.0.15"
|
772
785
|
},
|
@@ -775,10 +788,11 @@
|
|
775
788
|
}
|
776
789
|
},
|
777
790
|
"node_modules/@eslint/eslintrc": {
|
778
|
-
"version": "3.
|
779
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.
|
780
|
-
"integrity": "sha512-
|
791
|
+
"version": "3.3.0",
|
792
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.0.tgz",
|
793
|
+
"integrity": "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==",
|
781
794
|
"dev": true,
|
795
|
+
"license": "MIT",
|
782
796
|
"dependencies": {
|
783
797
|
"ajv": "^6.12.4",
|
784
798
|
"debug": "^4.3.2",
|
@@ -801,13 +815,15 @@
|
|
801
815
|
"version": "2.0.1",
|
802
816
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
803
817
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
804
|
-
"dev": true
|
818
|
+
"dev": true,
|
819
|
+
"license": "Python-2.0"
|
805
820
|
},
|
806
821
|
"node_modules/@eslint/eslintrc/node_modules/debug": {
|
807
822
|
"version": "4.4.0",
|
808
823
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
809
824
|
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
810
825
|
"dev": true,
|
826
|
+
"license": "MIT",
|
811
827
|
"dependencies": {
|
812
828
|
"ms": "^2.1.3"
|
813
829
|
},
|
@@ -825,6 +841,7 @@
|
|
825
841
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
826
842
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
827
843
|
"dev": true,
|
844
|
+
"license": "MIT",
|
828
845
|
"dependencies": {
|
829
846
|
"argparse": "^2.0.1"
|
830
847
|
},
|
@@ -833,29 +850,33 @@
|
|
833
850
|
}
|
834
851
|
},
|
835
852
|
"node_modules/@eslint/js": {
|
836
|
-
"version": "9.
|
837
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
838
|
-
"integrity": "sha512-
|
853
|
+
"version": "9.22.0",
|
854
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.22.0.tgz",
|
855
|
+
"integrity": "sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==",
|
839
856
|
"dev": true,
|
857
|
+
"license": "MIT",
|
840
858
|
"engines": {
|
841
859
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
842
860
|
}
|
843
861
|
},
|
844
862
|
"node_modules/@eslint/object-schema": {
|
845
|
-
"version": "2.1.
|
846
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
847
|
-
"integrity": "sha512-
|
863
|
+
"version": "2.1.6",
|
864
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
|
865
|
+
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
|
848
866
|
"dev": true,
|
867
|
+
"license": "Apache-2.0",
|
849
868
|
"engines": {
|
850
869
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
851
870
|
}
|
852
871
|
},
|
853
872
|
"node_modules/@eslint/plugin-kit": {
|
854
|
-
"version": "0.2.
|
855
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.
|
856
|
-
"integrity": "sha512-
|
873
|
+
"version": "0.2.7",
|
874
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
|
875
|
+
"integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
|
857
876
|
"dev": true,
|
877
|
+
"license": "Apache-2.0",
|
858
878
|
"dependencies": {
|
879
|
+
"@eslint/core": "^0.12.0",
|
859
880
|
"levn": "^0.4.1"
|
860
881
|
},
|
861
882
|
"engines": {
|
@@ -911,10 +932,11 @@
|
|
911
932
|
}
|
912
933
|
},
|
913
934
|
"node_modules/@humanwhocodes/retry": {
|
914
|
-
"version": "0.4.
|
915
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.
|
916
|
-
"integrity": "sha512-
|
935
|
+
"version": "0.4.2",
|
936
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
|
937
|
+
"integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
|
917
938
|
"dev": true,
|
939
|
+
"license": "Apache-2.0",
|
918
940
|
"engines": {
|
919
941
|
"node": ">=18.18"
|
920
942
|
},
|
@@ -3083,7 +3105,8 @@
|
|
3083
3105
|
"version": "7.0.15",
|
3084
3106
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
3085
3107
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
3086
|
-
"dev": true
|
3108
|
+
"dev": true,
|
3109
|
+
"license": "MIT"
|
3087
3110
|
},
|
3088
3111
|
"node_modules/@types/node": {
|
3089
3112
|
"version": "20.8.3",
|
@@ -3169,10 +3192,11 @@
|
|
3169
3192
|
}
|
3170
3193
|
},
|
3171
3194
|
"node_modules/acorn": {
|
3172
|
-
"version": "8.14.
|
3173
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.
|
3174
|
-
"integrity": "sha512-
|
3195
|
+
"version": "8.14.1",
|
3196
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
3197
|
+
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
3175
3198
|
"dev": true,
|
3199
|
+
"license": "MIT",
|
3176
3200
|
"bin": {
|
3177
3201
|
"acorn": "bin/acorn"
|
3178
3202
|
},
|
@@ -3185,6 +3209,7 @@
|
|
3185
3209
|
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
3186
3210
|
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
3187
3211
|
"dev": true,
|
3212
|
+
"license": "MIT",
|
3188
3213
|
"peerDependencies": {
|
3189
3214
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
3190
3215
|
}
|
@@ -4589,29 +4614,31 @@
|
|
4589
4614
|
}
|
4590
4615
|
},
|
4591
4616
|
"node_modules/eslint": {
|
4592
|
-
"version": "9.
|
4593
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
4594
|
-
"integrity": "sha512-
|
4617
|
+
"version": "9.22.0",
|
4618
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.22.0.tgz",
|
4619
|
+
"integrity": "sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==",
|
4595
4620
|
"dev": true,
|
4621
|
+
"license": "MIT",
|
4596
4622
|
"dependencies": {
|
4597
4623
|
"@eslint-community/eslint-utils": "^4.2.0",
|
4598
4624
|
"@eslint-community/regexpp": "^4.12.1",
|
4599
|
-
"@eslint/config-array": "^0.19.
|
4600
|
-
"@eslint/
|
4601
|
-
"@eslint/
|
4602
|
-
"@eslint/
|
4603
|
-
"@eslint/
|
4625
|
+
"@eslint/config-array": "^0.19.2",
|
4626
|
+
"@eslint/config-helpers": "^0.1.0",
|
4627
|
+
"@eslint/core": "^0.12.0",
|
4628
|
+
"@eslint/eslintrc": "^3.3.0",
|
4629
|
+
"@eslint/js": "9.22.0",
|
4630
|
+
"@eslint/plugin-kit": "^0.2.7",
|
4604
4631
|
"@humanfs/node": "^0.16.6",
|
4605
4632
|
"@humanwhocodes/module-importer": "^1.0.1",
|
4606
|
-
"@humanwhocodes/retry": "^0.4.
|
4633
|
+
"@humanwhocodes/retry": "^0.4.2",
|
4607
4634
|
"@types/estree": "^1.0.6",
|
4608
4635
|
"@types/json-schema": "^7.0.15",
|
4609
4636
|
"ajv": "^6.12.4",
|
4610
4637
|
"chalk": "^4.0.0",
|
4611
|
-
"cross-spawn": "^7.0.
|
4638
|
+
"cross-spawn": "^7.0.6",
|
4612
4639
|
"debug": "^4.3.2",
|
4613
4640
|
"escape-string-regexp": "^4.0.0",
|
4614
|
-
"eslint-scope": "^8.
|
4641
|
+
"eslint-scope": "^8.3.0",
|
4615
4642
|
"eslint-visitor-keys": "^4.2.0",
|
4616
4643
|
"espree": "^10.3.0",
|
4617
4644
|
"esquery": "^1.5.0",
|
@@ -4660,10 +4687,11 @@
|
|
4660
4687
|
}
|
4661
4688
|
},
|
4662
4689
|
"node_modules/eslint-scope": {
|
4663
|
-
"version": "8.
|
4664
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.
|
4665
|
-
"integrity": "sha512-
|
4690
|
+
"version": "8.3.0",
|
4691
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
|
4692
|
+
"integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
|
4666
4693
|
"dev": true,
|
4694
|
+
"license": "BSD-2-Clause",
|
4667
4695
|
"dependencies": {
|
4668
4696
|
"esrecurse": "^4.3.0",
|
4669
4697
|
"estraverse": "^5.2.0"
|
@@ -4855,6 +4883,7 @@
|
|
4855
4883
|
"resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
|
4856
4884
|
"integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
|
4857
4885
|
"dev": true,
|
4886
|
+
"license": "BSD-2-Clause",
|
4858
4887
|
"dependencies": {
|
4859
4888
|
"acorn": "^8.14.0",
|
4860
4889
|
"acorn-jsx": "^5.3.2",
|
@@ -4872,6 +4901,7 @@
|
|
4872
4901
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
4873
4902
|
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
4874
4903
|
"dev": true,
|
4904
|
+
"license": "Apache-2.0",
|
4875
4905
|
"engines": {
|
4876
4906
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
4877
4907
|
},
|
@@ -4908,6 +4938,7 @@
|
|
4908
4938
|
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
4909
4939
|
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
4910
4940
|
"dev": true,
|
4941
|
+
"license": "BSD-2-Clause",
|
4911
4942
|
"dependencies": {
|
4912
4943
|
"estraverse": "^5.2.0"
|
4913
4944
|
},
|
@@ -5478,6 +5509,7 @@
|
|
5478
5509
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
5479
5510
|
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
5480
5511
|
"dev": true,
|
5512
|
+
"license": "MIT",
|
5481
5513
|
"engines": {
|
5482
5514
|
"node": ">=18"
|
5483
5515
|
},
|
@@ -5755,6 +5787,7 @@
|
|
5755
5787
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
5756
5788
|
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
5757
5789
|
"dev": true,
|
5790
|
+
"license": "MIT",
|
5758
5791
|
"engines": {
|
5759
5792
|
"node": ">= 4"
|
5760
5793
|
}
|
@@ -5793,10 +5826,11 @@
|
|
5793
5826
|
}
|
5794
5827
|
},
|
5795
5828
|
"node_modules/import-fresh": {
|
5796
|
-
"version": "3.3.
|
5797
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.
|
5798
|
-
"integrity": "sha512-
|
5829
|
+
"version": "3.3.1",
|
5830
|
+
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
5831
|
+
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
5799
5832
|
"dev": true,
|
5833
|
+
"license": "MIT",
|
5800
5834
|
"dependencies": {
|
5801
5835
|
"parent-module": "^1.0.0",
|
5802
5836
|
"resolve-from": "^4.0.0"
|
@@ -14188,6 +14222,7 @@
|
|
14188
14222
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
14189
14223
|
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
14190
14224
|
"dev": true,
|
14225
|
+
"license": "MIT",
|
14191
14226
|
"dependencies": {
|
14192
14227
|
"callsites": "^3.0.0"
|
14193
14228
|
},
|
@@ -14553,10 +14588,11 @@
|
|
14553
14588
|
}
|
14554
14589
|
},
|
14555
14590
|
"node_modules/prettier": {
|
14556
|
-
"version": "3.
|
14557
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
14558
|
-
"integrity": "sha512-
|
14591
|
+
"version": "3.5.3",
|
14592
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
|
14593
|
+
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
|
14559
14594
|
"dev": true,
|
14595
|
+
"license": "MIT",
|
14560
14596
|
"bin": {
|
14561
14597
|
"prettier": "bin/prettier.cjs"
|
14562
14598
|
},
|
@@ -15010,6 +15046,7 @@
|
|
15010
15046
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
15011
15047
|
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
15012
15048
|
"dev": true,
|
15049
|
+
"license": "MIT",
|
15013
15050
|
"engines": {
|
15014
15051
|
"node": ">=4"
|
15015
15052
|
}
|
@@ -16885,12 +16922,12 @@
|
|
16885
16922
|
"dev": true
|
16886
16923
|
},
|
16887
16924
|
"@eslint/config-array": {
|
16888
|
-
"version": "0.19.
|
16889
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.
|
16890
|
-
"integrity": "sha512-
|
16925
|
+
"version": "0.19.2",
|
16926
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.2.tgz",
|
16927
|
+
"integrity": "sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==",
|
16891
16928
|
"dev": true,
|
16892
16929
|
"requires": {
|
16893
|
-
"@eslint/object-schema": "^2.1.
|
16930
|
+
"@eslint/object-schema": "^2.1.6",
|
16894
16931
|
"debug": "^4.3.1",
|
16895
16932
|
"minimatch": "^3.1.2"
|
16896
16933
|
},
|
@@ -16906,19 +16943,25 @@
|
|
16906
16943
|
}
|
16907
16944
|
}
|
16908
16945
|
},
|
16946
|
+
"@eslint/config-helpers": {
|
16947
|
+
"version": "0.1.0",
|
16948
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.1.0.tgz",
|
16949
|
+
"integrity": "sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==",
|
16950
|
+
"dev": true
|
16951
|
+
},
|
16909
16952
|
"@eslint/core": {
|
16910
|
-
"version": "0.
|
16911
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
16912
|
-
"integrity": "sha512-
|
16953
|
+
"version": "0.12.0",
|
16954
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
|
16955
|
+
"integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
|
16913
16956
|
"dev": true,
|
16914
16957
|
"requires": {
|
16915
16958
|
"@types/json-schema": "^7.0.15"
|
16916
16959
|
}
|
16917
16960
|
},
|
16918
16961
|
"@eslint/eslintrc": {
|
16919
|
-
"version": "3.
|
16920
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.
|
16921
|
-
"integrity": "sha512-
|
16962
|
+
"version": "3.3.0",
|
16963
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.0.tgz",
|
16964
|
+
"integrity": "sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==",
|
16922
16965
|
"dev": true,
|
16923
16966
|
"requires": {
|
16924
16967
|
"ajv": "^6.12.4",
|
@@ -16959,23 +17002,24 @@
|
|
16959
17002
|
}
|
16960
17003
|
},
|
16961
17004
|
"@eslint/js": {
|
16962
|
-
"version": "9.
|
16963
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
16964
|
-
"integrity": "sha512-
|
17005
|
+
"version": "9.22.0",
|
17006
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.22.0.tgz",
|
17007
|
+
"integrity": "sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==",
|
16965
17008
|
"dev": true
|
16966
17009
|
},
|
16967
17010
|
"@eslint/object-schema": {
|
16968
|
-
"version": "2.1.
|
16969
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.
|
16970
|
-
"integrity": "sha512-
|
17011
|
+
"version": "2.1.6",
|
17012
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz",
|
17013
|
+
"integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
|
16971
17014
|
"dev": true
|
16972
17015
|
},
|
16973
17016
|
"@eslint/plugin-kit": {
|
16974
|
-
"version": "0.2.
|
16975
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.
|
16976
|
-
"integrity": "sha512-
|
17017
|
+
"version": "0.2.7",
|
17018
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
|
17019
|
+
"integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
|
16977
17020
|
"dev": true,
|
16978
17021
|
"requires": {
|
17022
|
+
"@eslint/core": "^0.12.0",
|
16979
17023
|
"levn": "^0.4.1"
|
16980
17024
|
}
|
16981
17025
|
},
|
@@ -17010,9 +17054,9 @@
|
|
17010
17054
|
"dev": true
|
17011
17055
|
},
|
17012
17056
|
"@humanwhocodes/retry": {
|
17013
|
-
"version": "0.4.
|
17014
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.
|
17015
|
-
"integrity": "sha512-
|
17057
|
+
"version": "0.4.2",
|
17058
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz",
|
17059
|
+
"integrity": "sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==",
|
17016
17060
|
"dev": true
|
17017
17061
|
},
|
17018
17062
|
"@isaacs/cliui": {
|
@@ -18683,9 +18727,9 @@
|
|
18683
18727
|
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ=="
|
18684
18728
|
},
|
18685
18729
|
"acorn": {
|
18686
|
-
"version": "8.14.
|
18687
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.
|
18688
|
-
"integrity": "sha512-
|
18730
|
+
"version": "8.14.1",
|
18731
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
18732
|
+
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
18689
18733
|
"dev": true
|
18690
18734
|
},
|
18691
18735
|
"acorn-jsx": {
|
@@ -19767,29 +19811,30 @@
|
|
19767
19811
|
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
|
19768
19812
|
},
|
19769
19813
|
"eslint": {
|
19770
|
-
"version": "9.
|
19771
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
19772
|
-
"integrity": "sha512-
|
19814
|
+
"version": "9.22.0",
|
19815
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.22.0.tgz",
|
19816
|
+
"integrity": "sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==",
|
19773
19817
|
"dev": true,
|
19774
19818
|
"requires": {
|
19775
19819
|
"@eslint-community/eslint-utils": "^4.2.0",
|
19776
19820
|
"@eslint-community/regexpp": "^4.12.1",
|
19777
|
-
"@eslint/config-array": "^0.19.
|
19778
|
-
"@eslint/
|
19779
|
-
"@eslint/
|
19780
|
-
"@eslint/
|
19781
|
-
"@eslint/
|
19821
|
+
"@eslint/config-array": "^0.19.2",
|
19822
|
+
"@eslint/config-helpers": "^0.1.0",
|
19823
|
+
"@eslint/core": "^0.12.0",
|
19824
|
+
"@eslint/eslintrc": "^3.3.0",
|
19825
|
+
"@eslint/js": "9.22.0",
|
19826
|
+
"@eslint/plugin-kit": "^0.2.7",
|
19782
19827
|
"@humanfs/node": "^0.16.6",
|
19783
19828
|
"@humanwhocodes/module-importer": "^1.0.1",
|
19784
|
-
"@humanwhocodes/retry": "^0.4.
|
19829
|
+
"@humanwhocodes/retry": "^0.4.2",
|
19785
19830
|
"@types/estree": "^1.0.6",
|
19786
19831
|
"@types/json-schema": "^7.0.15",
|
19787
19832
|
"ajv": "^6.12.4",
|
19788
19833
|
"chalk": "^4.0.0",
|
19789
|
-
"cross-spawn": "^7.0.
|
19834
|
+
"cross-spawn": "^7.0.6",
|
19790
19835
|
"debug": "^4.3.2",
|
19791
19836
|
"escape-string-regexp": "^4.0.0",
|
19792
|
-
"eslint-scope": "^8.
|
19837
|
+
"eslint-scope": "^8.3.0",
|
19793
19838
|
"eslint-visitor-keys": "^4.2.0",
|
19794
19839
|
"espree": "^10.3.0",
|
19795
19840
|
"esquery": "^1.5.0",
|
@@ -19922,9 +19967,9 @@
|
|
19922
19967
|
"requires": {}
|
19923
19968
|
},
|
19924
19969
|
"eslint-scope": {
|
19925
|
-
"version": "8.
|
19926
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.
|
19927
|
-
"integrity": "sha512-
|
19970
|
+
"version": "8.3.0",
|
19971
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz",
|
19972
|
+
"integrity": "sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==",
|
19928
19973
|
"dev": true,
|
19929
19974
|
"requires": {
|
19930
19975
|
"esrecurse": "^4.3.0",
|
@@ -20647,9 +20692,9 @@
|
|
20647
20692
|
}
|
20648
20693
|
},
|
20649
20694
|
"import-fresh": {
|
20650
|
-
"version": "3.3.
|
20651
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.
|
20652
|
-
"integrity": "sha512-
|
20695
|
+
"version": "3.3.1",
|
20696
|
+
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
20697
|
+
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
20653
20698
|
"dev": true,
|
20654
20699
|
"requires": {
|
20655
20700
|
"parent-module": "^1.0.0",
|
@@ -27156,9 +27201,9 @@
|
|
27156
27201
|
"integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks="
|
27157
27202
|
},
|
27158
27203
|
"prettier": {
|
27159
|
-
"version": "3.
|
27160
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
27161
|
-
"integrity": "sha512-
|
27204
|
+
"version": "3.5.3",
|
27205
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
|
27206
|
+
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
|
27162
27207
|
"dev": true
|
27163
27208
|
},
|
27164
27209
|
"pretty-format": {
|
data/helpers/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-npm_and_yarn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.301.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dependabot-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.301.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.301.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: debug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -356,7 +356,7 @@ licenses:
|
|
356
356
|
- MIT
|
357
357
|
metadata:
|
358
358
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
359
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
359
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.301.0
|
360
360
|
post_install_message:
|
361
361
|
rdoc_options: []
|
362
362
|
require_paths:
|