Skip to content

Commit cca07a9

Browse files
Update Test & linting packages
1 parent 084b9e9 commit cca07a9

File tree

14 files changed

+59
-72
lines changed

14 files changed

+59
-72
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"main": "git checkout main && git pull ${GHOST_UPSTREAM:-origin} main && yarn"
2323
},
2424
"devDependencies": {
25-
"eslint": "8.40.0",
25+
"eslint": "8.46.0",
2626
"eslint-plugin-ghost": "3.3.0",
2727
"husky": "8.0.3",
2828
"lerna": "7.1.5",

packages/html-to-mobiledoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"c8": "8.0.1",
1919
"mocha": "10.2.0",
2020
"should": "13.2.3",
21-
"sinon": "15.0.4"
21+
"sinon": "15.2.0"
2222
},
2323
"dependencies": {
2424
"@tryghost/kg-parser-plugins": "^3.0.25",

packages/kg-card-factory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
2828
"simple-dom": "1.4.0",
29-
"sinon": "15.0.4"
29+
"sinon": "15.2.0"
3030
}
3131
}

packages/kg-clean-basic-html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"mocha": "10.2.0",
3939
"rollup": "2.79.1",
4040
"should": "13.2.3",
41-
"sinon": "15.0.4"
41+
"sinon": "15.2.0"
4242
}
4343
}

packages/kg-converters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"c8": "8.0.1",
3535
"mocha": "10.2.0",
3636
"rollup": "2.79.1",
37-
"sinon": "15.0.4"
37+
"sinon": "15.2.0"
3838
},
3939
"dependencies": {
4040
"lodash": "^4.17.21"

packages/kg-default-cards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mocha": "10.2.0",
2828
"should": "13.2.3",
2929
"simple-dom": "1.4.0",
30-
"sinon": "15.0.4"
30+
"sinon": "15.2.0"
3131
},
3232
"dependencies": {
3333
"@tryghost/kg-markdown-html-renderer": "^6.0.9",

packages/kg-default-nodes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prettier": "^3.0.1",
4242
"rollup": "2.79.1",
4343
"should": "13.2.3",
44-
"sinon": "15.0.4"
44+
"sinon": "15.2.0"
4545
},
4646
"dependencies": {
4747
"@tryghost/kg-clean-basic-html": "^3.0.24",

packages/kg-lexical-html-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jsdom": "^22.1.0",
2525
"mocha": "10.2.0",
2626
"should": "13.2.3",
27-
"sinon": "15.0.4"
27+
"sinon": "15.2.0"
2828
},
2929
"dependencies": {
3030
"@lexical/clipboard": "^0.11.0",

packages/kg-markdown-html-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"c8": "8.0.1",
2626
"mocha": "10.2.0",
2727
"should": "13.2.3",
28-
"sinon": "15.0.4"
28+
"sinon": "15.2.0"
2929
},
3030
"dependencies": {
3131
"@tryghost/kg-utils": "^1.0.17",

packages/kg-parser-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"mocha": "10.2.0",
4040
"rollup": "2.79.1",
4141
"should": "13.2.3",
42-
"sinon": "15.0.4"
42+
"sinon": "15.2.0"
4343
},
4444
"dependencies": {
4545
"@tryghost/kg-clean-basic-html": "^3.0.24"

packages/kg-simplemde/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"browserify": "17.0.0",
2828
"debug": "*",
29-
"eslint": "8.40.0",
29+
"eslint": "8.46.0",
3030
"gulp": "*",
3131
"gulp-clean-css": "4.3.0",
3232
"gulp-concat": "*",

packages/kg-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"c8": "8.0.1",
2323
"mocha": "10.2.0",
2424
"should": "13.2.3",
25-
"sinon": "15.0.4"
25+
"sinon": "15.2.0"
2626
},
2727
"dependencies": {
2828
"semver": "^7.3.5"

packages/koenig-lexical/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@storybook/react-vite": "7.2.2",
9797
"@storybook/test-runner": "^0.13.0",
9898
"@tailwindcss/line-clamp": "0.4.4",
99-
"@testing-library/jest-dom": "5.16.5",
99+
"@testing-library/jest-dom": "5.17.0",
100100
"@testing-library/react": "14.0.0",
101101
"@types/react": "18.2.20",
102102
"@types/react-dom": "18.2.7",
@@ -108,10 +108,10 @@
108108
"concurrently": "^8.0.0",
109109
"cross-fetch": "^4.0.0",
110110
"eslint-config-react-app": "7.0.1",
111-
"eslint-plugin-jest": "27.2.1",
111+
"eslint-plugin-jest": "27.2.3",
112112
"eslint-plugin-react": "^7.32.2",
113113
"eslint-plugin-storybook": "^0.6.12",
114-
"eslint-plugin-tailwindcss": "3.11.0",
114+
"eslint-plugin-tailwindcss": "3.13.0",
115115
"jsdom": "22.1.0",
116116
"postcss": "8.4.27",
117117
"postcss-import": "15.1.0",

yarn.lock

+44-57
Original file line numberDiff line numberDiff line change
@@ -1567,12 +1567,12 @@
15671567
dependencies:
15681568
eslint-visitor-keys "^3.3.0"
15691569

1570-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.0":
1570+
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.0", "@eslint-community/regexpp@^4.6.1":
15711571
version "4.6.2"
15721572
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
15731573
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
15741574

1575-
"@eslint/eslintrc@^2.0.3":
1575+
"@eslint/eslintrc@^2.1.1":
15761576
version "2.1.1"
15771577
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.1.tgz#18d635e24ad35f7276e8a49d135c7d3ca6a46f93"
15781578
integrity sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==
@@ -1587,10 +1587,10 @@
15871587
minimatch "^3.1.2"
15881588
strip-json-comments "^3.1.1"
15891589

1590-
"@eslint/js@8.40.0":
1591-
version "8.40.0"
1592-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.40.0.tgz#3ba73359e11f5a7bd3e407f70b3528abfae69cec"
1593-
integrity sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==
1590+
"@eslint/js@^8.46.0":
1591+
version "8.46.0"
1592+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.46.0.tgz#3f7802972e8b6fe3f88ed1aabc74ec596c456db6"
1593+
integrity sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==
15941594

15951595
"@etchteam/storybook-addon-status@^4.2.4":
15961596
version "4.2.4"
@@ -1713,7 +1713,7 @@
17131713
dependencies:
17141714
"@hapi/hoek" "^9.0.0"
17151715

1716-
"@humanwhocodes/config-array@^0.11.8":
1716+
"@humanwhocodes/config-array@^0.11.10":
17171717
version "0.11.10"
17181718
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
17191719
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
@@ -3140,7 +3140,7 @@
31403140
dependencies:
31413141
type-detect "4.0.8"
31423142

3143-
"@sinonjs/fake-timers@^10.0.2":
3143+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
31443144
version "10.3.0"
31453145
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
31463146
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
@@ -4162,10 +4162,10 @@
41624162
lz-string "^1.5.0"
41634163
pretty-format "^27.0.2"
41644164

4165-
"@testing-library/jest-dom@5.16.5":
4166-
version "5.16.5"
4167-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz#3912846af19a29b2dbf32a6ae9c31ef52580074e"
4168-
integrity sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==
4165+
"@testing-library/jest-dom@5.17.0":
4166+
version "5.17.0"
4167+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c"
4168+
integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==
41694169
dependencies:
41704170
"@adobe/css-tools" "^4.0.1"
41714171
"@babel/runtime" "^7.9.2"
@@ -8766,10 +8766,10 @@ eslint-plugin-import@^2.25.3:
87668766
semver "^6.3.1"
87678767
tsconfig-paths "^3.14.2"
87688768

8769-
8770-
version "27.2.1"
8771-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz#b85b4adf41c682ea29f1f01c8b11ccc39b5c672c"
8772-
integrity sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==
8769+
8770+
version "27.2.3"
8771+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec"
8772+
integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==
87738773
dependencies:
87748774
"@typescript-eslint/utils" "^5.10.0"
87758775

@@ -8865,10 +8865,10 @@ eslint-plugin-storybook@^0.6.12:
88658865
requireindex "^1.1.0"
88668866
ts-dedent "^2.2.0"
88678867

8868-
eslint-plugin-tailwindcss@3.11.0:
8869-
version "3.11.0"
8870-
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.11.0.tgz#5240a767142f82249701c20b9cd009f0620e0e4d"
8871-
integrity sha512-RaraOG4D6VXutKnoNvFQ4+frTWGJDKtezy1yCrGFS7Um1to/npDNdh2GL19IRoGB/eanbtwhxFXy+xyEw0grAg==
8868+
eslint-plugin-tailwindcss@3.13.0:
8869+
version "3.13.0"
8870+
resolved "https://registry.yarnpkg.com/eslint-plugin-tailwindcss/-/eslint-plugin-tailwindcss-3.13.0.tgz#60858cdc8888da2deda5f200c1b163b211c4b8fa"
8871+
integrity sha512-Fcep4KDRLWaK3KmkQbdyKHG0P4GdXFmXdDaweTIPcgOP60OOuWFbh1++dufRT28Q4zpKTKaHwTsXPJ4O/EjU2Q==
88728872
dependencies:
88738873
fast-glob "^3.2.5"
88748874
postcss "^8.4.4"
@@ -8908,7 +8908,7 @@ [email protected], eslint-scope@^5.0.0, eslint-scope@^5.1.1:
89088908
esrecurse "^4.3.0"
89098909
estraverse "^4.1.1"
89108910

8911-
eslint-scope@^7.2.0:
8911+
eslint-scope@^7.2.2:
89128912
version "7.2.2"
89138913
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
89148914
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
@@ -8947,55 +8947,52 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
89478947
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
89488948
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
89498949

8950-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
8950+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.2:
89518951
version "3.4.2"
89528952
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f"
89538953
integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==
89548954

8955-
eslint@8.40.0:
8956-
version "8.40.0"
8957-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.40.0.tgz#a564cd0099f38542c4e9a2f630fa45bf33bc42a4"
8958-
integrity sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==
8955+
eslint@8.46.0:
8956+
version "8.46.0"
8957+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.46.0.tgz#a06a0ff6974e53e643acc42d1dcf2e7f797b3552"
8958+
integrity sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==
89598959
dependencies:
89608960
"@eslint-community/eslint-utils" "^4.2.0"
8961-
"@eslint-community/regexpp" "^4.4.0"
8962-
"@eslint/eslintrc" "^2.0.3"
8963-
"@eslint/js" "8.40.0"
8964-
"@humanwhocodes/config-array" "^0.11.8"
8961+
"@eslint-community/regexpp" "^4.6.1"
8962+
"@eslint/eslintrc" "^2.1.1"
8963+
"@eslint/js" "^8.46.0"
8964+
"@humanwhocodes/config-array" "^0.11.10"
89658965
"@humanwhocodes/module-importer" "^1.0.1"
89668966
"@nodelib/fs.walk" "^1.2.8"
8967-
ajv "^6.10.0"
8967+
ajv "^6.12.4"
89688968
chalk "^4.0.0"
89698969
cross-spawn "^7.0.2"
89708970
debug "^4.3.2"
89718971
doctrine "^3.0.0"
89728972
escape-string-regexp "^4.0.0"
8973-
eslint-scope "^7.2.0"
8974-
eslint-visitor-keys "^3.4.1"
8975-
espree "^9.5.2"
8973+
eslint-scope "^7.2.2"
8974+
eslint-visitor-keys "^3.4.2"
8975+
espree "^9.6.1"
89768976
esquery "^1.4.2"
89778977
esutils "^2.0.2"
89788978
fast-deep-equal "^3.1.3"
89798979
file-entry-cache "^6.0.1"
89808980
find-up "^5.0.0"
89818981
glob-parent "^6.0.2"
89828982
globals "^13.19.0"
8983-
grapheme-splitter "^1.0.4"
8983+
graphemer "^1.4.0"
89848984
ignore "^5.2.0"
8985-
import-fresh "^3.0.0"
89868985
imurmurhash "^0.1.4"
89878986
is-glob "^4.0.0"
89888987
is-path-inside "^3.0.3"
8989-
js-sdsl "^4.1.4"
89908988
js-yaml "^4.1.0"
89918989
json-stable-stringify-without-jsonify "^1.0.1"
89928990
levn "^0.4.1"
89938991
lodash.merge "^4.6.2"
89948992
minimatch "^3.1.2"
89958993
natural-compare "^1.4.0"
8996-
optionator "^0.9.1"
8994+
optionator "^0.9.3"
89978995
strip-ansi "^6.0.1"
8998-
strip-json-comments "^3.1.0"
89998996
text-table "^0.2.0"
90008997

90018998
eslint@^6.0.0:
@@ -9050,7 +9047,7 @@ espree@^6.1.2:
90509047
acorn-jsx "^5.2.0"
90519048
eslint-visitor-keys "^1.1.0"
90529049

9053-
espree@^9.5.2, espree@^9.6.0:
9050+
espree@^9.6.0, espree@^9.6.1:
90549051
version "9.6.1"
90559052
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
90569053
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -10345,11 +10342,6 @@ [email protected], graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15
1034510342
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
1034610343
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
1034710344

10348-
grapheme-splitter@^1.0.4:
10349-
version "1.0.4"
10350-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
10351-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
10352-
1035310345
graphemer@^1.4.0:
1035410346
version "1.4.0"
1035510347
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -12293,11 +12285,6 @@ js-beautify@^1.10.1:
1229312285
glob "^8.1.0"
1229412286
nopt "^6.0.0"
1229512287

12296-
js-sdsl@^4.1.4:
12297-
version "4.4.2"
12298-
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.4.2.tgz#2e3c031b1f47d3aca8b775532e3ebb0818e7f847"
12299-
integrity sha512-dwXFwByc/ajSV6m5bcKAPwe4yDDF6D614pxmIi5odytzxRlwqF6nwoiCek80Ixc7Cvma5awClxrzFtxCQvcM8w==
12300-
1230112288
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
1230212289
version "4.0.0"
1230312290
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -14970,7 +14957,7 @@ optionator@^0.8.3:
1497014957
type-check "~0.3.2"
1497114958
word-wrap "~1.2.3"
1497214959

14973-
optionator@^0.9.1:
14960+
optionator@^0.9.3:
1497414961
version "0.9.3"
1497514962
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
1497614963
integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
@@ -17164,13 +17151,13 @@ simple-update-notifier@^2.0.0:
1716417151
dependencies:
1716517152
semver "^7.5.3"
1716617153

17167-
sinon@15.0.4:
17168-
version "15.0.4"
17169-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.4.tgz#bcca6fef19b14feccc96473f0d7adc81e0bc5268"
17170-
integrity sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==
17154+
sinon@15.2.0:
17155+
version "15.2.0"
17156+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.2.0.tgz#5e44d4bc5a9b5d993871137fd3560bebfac27565"
17157+
integrity sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==
1717117158
dependencies:
1717217159
"@sinonjs/commons" "^3.0.0"
17173-
"@sinonjs/fake-timers" "^10.0.2"
17160+
"@sinonjs/fake-timers" "^10.3.0"
1717417161
"@sinonjs/samsam" "^8.0.0"
1717517162
diff "^5.1.0"
1717617163
nise "^5.1.4"
@@ -17776,7 +17763,7 @@ strip-indent@^4.0.0:
1777617763
dependencies:
1777717764
min-indent "^1.0.1"
1777817765

17779-
[email protected], strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
17766+
[email protected], strip-json-comments@^3.0.1, strip-json-comments@^3.1.1:
1778017767
version "3.1.1"
1778117768
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1778217769
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)