Skip to content

Commit 336b2dc

Browse files
committed
Merge branch 'main' of github.com:NdoleStudio/httpsms into main
2 parents 5af4af6 + e65d883 commit 336b2dc

2 files changed

Lines changed: 40 additions & 40 deletions

File tree

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"vue-server-renderer": "2.6.14",
4141
"vue-template-compiler": "^2.6.14",
4242
"vuetify": "^2.6.14",
43-
"webpack": "^5.76.2"
43+
"webpack": "^5.76.3"
4444
},
4545
"devDependencies": {
4646
"@babel/eslint-parser": "^7.21.3",
47-
"@commitlint/cli": "^17.4.4",
47+
"@commitlint/cli": "^17.5.0",
4848
"@commitlint/config-conventional": "^17.4.4",
4949
"@nuxt/types": "^2.16.3",
5050
"@nuxt/typescript-build": "^2.1.0",
@@ -56,13 +56,13 @@
5656
"babel-core": "7.0.0-bridge.0",
5757
"babel-jest": "^29.5.0",
5858
"eslint": "^8.36.0",
59-
"eslint-config-prettier": "^8.7.0",
59+
"eslint-config-prettier": "^8.8.0",
6060
"eslint-plugin-nuxt": "^4.0.0",
61-
"eslint-plugin-vue": "^9.9.0",
61+
"eslint-plugin-vue": "^9.10.0",
6262
"jest": "^27.4.4",
6363
"lint-staged": "^13.2.0",
6464
"postcss-html": "^1.5.0",
65-
"prettier": "^2.8.4",
65+
"prettier": "^2.8.7",
6666
"stylelint": "^14.16.1",
6767
"stylelint-config-prettier": "^9.0.5",
6868
"stylelint-config-recommended-vue": "^1.1.0",

web/yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,14 +1176,14 @@
11761176
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
11771177
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11781178

1179-
"@commitlint/cli@^17.4.4":
1180-
version "17.4.4"
1181-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06"
1182-
integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==
1179+
"@commitlint/cli@^17.5.0":
1180+
version "17.5.0"
1181+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
1182+
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
11831183
dependencies:
11841184
"@commitlint/format" "^17.4.4"
11851185
"@commitlint/lint" "^17.4.4"
1186-
"@commitlint/load" "^17.4.4"
1186+
"@commitlint/load" "^17.5.0"
11871187
"@commitlint/read" "^17.4.4"
11881188
"@commitlint/types" "^17.4.4"
11891189
execa "^5.0.0"
@@ -1250,10 +1250,10 @@
12501250
"@commitlint/rules" "^17.4.4"
12511251
"@commitlint/types" "^17.4.4"
12521252

1253-
"@commitlint/load@^17.4.4":
1254-
version "17.4.4"
1255-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e"
1256-
integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==
1253+
"@commitlint/load@^17.5.0":
1254+
version "17.5.0"
1255+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
1256+
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
12571257
dependencies:
12581258
"@commitlint/config-validator" "^17.4.4"
12591259
"@commitlint/execute-rule" "^17.4.0"
@@ -1268,7 +1268,7 @@
12681268
lodash.uniq "^4.5.0"
12691269
resolve-from "^5.0.0"
12701270
ts-node "^10.8.1"
1271-
typescript "^4.6.4"
1271+
typescript "^4.6.4 || ^5.0.0"
12721272

12731273
"@commitlint/message@^17.4.2":
12741274
version "17.4.2"
@@ -1517,10 +1517,10 @@
15171517
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
15181518
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
15191519

1520-
"@eslint-community/eslint-utils@^4.2.0":
1521-
version "4.2.0"
1522-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
1523-
integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
1520+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.3.0":
1521+
version "4.4.0"
1522+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1523+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
15241524
dependencies:
15251525
eslint-visitor-keys "^3.3.0"
15261526

@@ -6446,10 +6446,10 @@ escodegen@^2.0.0:
64466446
optionalDependencies:
64476447
source-map "~0.6.1"
64486448

6449-
eslint-config-prettier@^8.7.0:
6450-
version "8.7.0"
6451-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.7.0.tgz#f1cc58a8afebc50980bd53475451df146c13182d"
6452-
integrity sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA==
6449+
eslint-config-prettier@^8.8.0:
6450+
version "8.8.0"
6451+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz#bfda738d412adc917fd7b038857110efe98c9348"
6452+
integrity sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==
64536453

64546454
eslint-config-standard@^17.0.0:
64556455
version "17.0.0"
@@ -6582,12 +6582,12 @@ eslint-plugin-unicorn@^44.0.2:
65826582
semver "^7.3.7"
65836583
strip-indent "^3.0.0"
65846584

6585-
eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0, eslint-plugin-vue@^9.9.0:
6586-
version "9.9.0"
6587-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.9.0.tgz#ac788ebccd2eb94d846a507df55da50693b80c91"
6588-
integrity sha512-YbubS7eK0J7DCf0U2LxvVP7LMfs6rC6UltihIgval3azO3gyDwEGVgsCMe1TmDiEkl6GdMKfRpaME6QxIYtzDQ==
6585+
eslint-plugin-vue@^9.10.0, eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0:
6586+
version "9.10.0"
6587+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.10.0.tgz#bb6423166e6eab800344245b6eef6ce9480c78a7"
6588+
integrity sha512-2MgP31OBf8YilUvtakdVMc8xVbcMp7z7/iQj8LHVpXrSXHPXSJRUIGSPFI6b6pyCx/buKaFJ45ycqfHvQRiW2g==
65896589
dependencies:
6590-
eslint-utils "^3.0.0"
6590+
"@eslint-community/eslint-utils" "^4.3.0"
65916591
natural-compare "^1.4.0"
65926592
nth-check "^2.0.1"
65936593
postcss-selector-parser "^6.0.9"
@@ -11442,10 +11442,10 @@ prepend-http@^1.0.0:
1144211442
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
1144311443
integrity sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==
1144411444

11445-
"prettier@^1.18.2 || ^2.0.0", prettier@^2.8.4:
11446-
version "2.8.4"
11447-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3"
11448-
integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==
11445+
"prettier@^1.18.2 || ^2.0.0", prettier@^2.8.7:
11446+
version "2.8.7"
11447+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
11448+
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
1144911449

1145011450
pretty-bytes@^5.6.0:
1145111451
version "5.6.0"
@@ -13398,10 +13398,10 @@ typedarray@^0.0.6:
1339813398
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1339913399
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1340013400

13401-
typescript@^4.6.4:
13402-
version "4.9.5"
13403-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
13404-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
13401+
"typescript@^4.6.4 || ^5.0.0":
13402+
version "5.0.2"
13403+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
13404+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
1340513405

1340613406
typescript@~4.2:
1340713407
version "4.2.4"
@@ -14034,10 +14034,10 @@ webpack@^4.46.0:
1403414034
watchpack "^1.7.4"
1403514035
webpack-sources "^1.4.1"
1403614036

14037-
webpack@^5.76.2:
14038-
version "5.76.2"
14039-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230"
14040-
integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==
14037+
webpack@^5.76.3:
14038+
version "5.76.3"
14039+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.3.tgz#dffdc72c8950e5b032fddad9c4452e7787d2f489"
14040+
integrity sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==
1404114041
dependencies:
1404214042
"@types/eslint-scope" "^3.7.3"
1404314043
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)