Skip to content

Commit 96d0b21

Browse files
authored
chore: update dependencies 06-22 (#35)
1 parent 68642e1 commit 96d0b21

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"@11ty/eleventy-utils": "^1.0.1"
3232
},
3333
"devDependencies": {
34-
"eslint": "^8.14.0",
34+
"eslint": "^8.18.0",
3535
"eslint-config-airbnb-base": "^15.0.0",
3636
"eslint-config-prettier": "^8.4.0",
3737
"eslint-plugin-import": "^2.26.0",
38-
"eslint-plugin-jsdoc": "^39.2.9",
39-
"eslint-plugin-prettier": "^4.0.0",
40-
"prettier": "^2.6.0"
38+
"eslint-plugin-jsdoc": "^39.3.3",
39+
"eslint-plugin-prettier": "^4.1.0",
40+
"prettier": "^2.7.1"
4141
},
4242
"peerDependencies": {
4343
"@11ty/eleventy-img": "^2.0.1",

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
dependencies:
1010
normalize-path "^3.0.0"
1111

12-
"@es-joy/jsdoccomment@~0.29.0":
13-
version "0.29.0"
14-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.29.0.tgz#527c7eefadeaf5c5d0c3b2721b5fa425d2119e98"
15-
integrity sha512-4yKy5t+/joLihG+ei6CCU6sc08sjUdEdXCQ2U+9h9VP13EiqHQ4YMgDC18ys/AsLdJDBX3KRx/AWY6PR7hn52Q==
12+
"@es-joy/jsdoccomment@~0.31.0":
13+
version "0.31.0"
14+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz#dbc342cc38eb6878c12727985e693eaef34302bc"
15+
integrity sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==
1616
dependencies:
1717
comment-parser "1.3.1"
1818
esquery "^1.4.0"
19-
jsdoc-type-pratt-parser "~3.0.1"
19+
jsdoc-type-pratt-parser "~3.1.0"
2020

21-
"@eslint/eslintrc@^1.2.3":
22-
version "1.2.3"
23-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
24-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
21+
"@eslint/eslintrc@^1.3.0":
22+
version "1.3.0"
23+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
24+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
2525
dependencies:
2626
ajv "^6.12.4"
2727
debug "^4.3.2"
2828
espree "^9.3.2"
29-
globals "^13.9.0"
29+
globals "^13.15.0"
3030
ignore "^5.2.0"
3131
import-fresh "^3.2.1"
3232
js-yaml "^4.1.0"
@@ -328,23 +328,23 @@ eslint-plugin-import@^2.26.0:
328328
resolve "^1.22.0"
329329
tsconfig-paths "^3.14.1"
330330

331-
eslint-plugin-jsdoc@^39.2.9:
332-
version "39.2.9"
333-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.9.tgz#bc351de403f1862f1ef8c440d12dedc28e74cbbb"
334-
integrity sha512-gaPYJT94rWlWyQcisQyyEJHtLaaJqN4baFlLCEr/LcXVibS9wzQTL2dskqk327ggwqQopR+Xecu2Lng1IJ9Ypw==
331+
eslint-plugin-jsdoc@^39.3.3:
332+
version "39.3.3"
333+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236"
334+
integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==
335335
dependencies:
336-
"@es-joy/jsdoccomment" "~0.29.0"
336+
"@es-joy/jsdoccomment" "~0.31.0"
337337
comment-parser "1.3.1"
338338
debug "^4.3.4"
339339
escape-string-regexp "^4.0.0"
340340
esquery "^1.4.0"
341341
semver "^7.3.7"
342342
spdx-expression-parse "^3.0.1"
343343

344-
eslint-plugin-prettier@^4.0.0:
345-
version "4.0.0"
346-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
347-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
344+
eslint-plugin-prettier@^4.1.0:
345+
version "4.1.0"
346+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.1.0.tgz#1cd4b3fadf3b3cdb30b1874b55e7f93f85eb43ad"
347+
integrity sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==
348348
dependencies:
349349
prettier-linter-helpers "^1.0.0"
350350

@@ -373,12 +373,12 @@ eslint-visitor-keys@^3.3.0:
373373
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
374374
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
375375

376-
eslint@^8.14.0:
377-
version "8.15.0"
378-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
379-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
376+
eslint@^8.18.0:
377+
version "8.18.0"
378+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
379+
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
380380
dependencies:
381-
"@eslint/eslintrc" "^1.2.3"
381+
"@eslint/eslintrc" "^1.3.0"
382382
"@humanwhocodes/config-array" "^0.9.2"
383383
ajv "^6.10.0"
384384
chalk "^4.0.0"
@@ -396,7 +396,7 @@ eslint@^8.14.0:
396396
file-entry-cache "^6.0.1"
397397
functional-red-black-tree "^1.0.1"
398398
glob-parent "^6.0.1"
399-
globals "^13.6.0"
399+
globals "^13.15.0"
400400
ignore "^5.2.0"
401401
import-fresh "^3.0.0"
402402
imurmurhash "^0.1.4"
@@ -560,7 +560,7 @@ glob@^7.1.3:
560560
once "^1.3.0"
561561
path-is-absolute "^1.0.0"
562562

563-
globals@^13.6.0, globals@^13.9.0:
563+
globals@^13.15.0:
564564
version "13.15.0"
565565
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
566566
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
@@ -749,10 +749,10 @@ js-yaml@^4.1.0:
749749
dependencies:
750750
argparse "^2.0.1"
751751

752-
jsdoc-type-pratt-parser@~3.0.1:
753-
version "3.0.1"
754-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.0.1.tgz#ccbc7a4180bc8748af64d2cc431aaa92f88175bb"
755-
integrity sha512-vqMCdAFVIiFhVgBYE/X8naf3L/7qiJsaYWTfUJZZZ124dR3OUz9HrmaMUGpYIYAN4VSuodf6gIZY0e8ktPw9cg==
752+
jsdoc-type-pratt-parser@~3.1.0:
753+
version "3.1.0"
754+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e"
755+
integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==
756756

757757
json-schema-traverse@^0.4.1:
758758
version "0.4.1"
@@ -951,10 +951,10 @@ prettier-linter-helpers@^1.0.0:
951951
dependencies:
952952
fast-diff "^1.1.2"
953953

954-
prettier@^2.6.0:
955-
version "2.6.2"
956-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
957-
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==
954+
prettier@^2.7.1:
955+
version "2.7.1"
956+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
957+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
958958

959959
punycode@^2.1.0:
960960
version "2.1.1"

0 commit comments

Comments
 (0)