Skip to content

Commit 7d3df37

Browse files
authored
Merge pull request #244 from NdoleStudio/dependabot/npm_and_yarn/web/nuxt/types-2.17.1
chore(deps-dev): bump @nuxt/types from 2.17.0 to 2.17.1 in /web
2 parents 2710bd2 + 2618534 commit 7d3df37

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

web/package-lock.json

Lines changed: 15 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/eslint-parser": "^7.22.9",
5252
"@commitlint/cli": "^17.6.6",
5353
"@commitlint/config-conventional": "^17.6.6",
54-
"@nuxt/types": "^2.17.0",
54+
"@nuxt/types": "^2.17.1",
5555
"@nuxt/typescript-build": "^2.1.0",
5656
"@nuxtjs/eslint-config-typescript": "^12.0.0",
5757
"@nuxtjs/eslint-module": "^4.1.0",

web/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,10 +2965,10 @@
29652965
rc9 "^2.0.1"
29662966
std-env "^3.3.1"
29672967

2968-
"@nuxt/types@^2.17.0":
2969-
version "2.17.0"
2970-
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-2.17.0.tgz#6bdbebcd7d2e1f9309136b626dee9fb0aaf27d75"
2971-
integrity sha512-McgjOTBpnbicjo830MYiCtI1zzkkq0W23GlxcWfLAsi5vjqjfcBn9w9emVhOCDfNNbhMPsvfp3B5MyPZEaqo9A==
2968+
"@nuxt/types@^2.17.1":
2969+
version "2.17.1"
2970+
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-2.17.1.tgz#64d6eca5975aca2f31e46a3e7021f20a94f2ebca"
2971+
integrity sha512-7xRaSzRHWOrESmzRR2v7aNOd85/NlzdtIesLa7mDF+4Tv18lT9+eNHRuhiH2FKqt4j+/EKVxMl1Gvdzf4lO9Lg==
29722972
dependencies:
29732973
"@types/babel__core" "7.20.1"
29742974
"@types/compression" "1.7.2"
@@ -2980,7 +2980,7 @@
29802980
"@types/node" "^16"
29812981
"@types/optimize-css-assets-webpack-plugin" "5.0.5"
29822982
"@types/pug" "2.0.6"
2983-
"@types/serve-static" "1.15.1"
2983+
"@types/serve-static" "1.15.2"
29842984
"@types/terser-webpack-plugin" "4.2.1"
29852985
"@types/webpack" "4.41.33"
29862986
"@types/webpack-bundle-analyzer" "3.9.5"
@@ -3502,6 +3502,11 @@
35023502
"@types/relateurl" "*"
35033503
"@types/uglify-js" "*"
35043504

3505+
"@types/http-errors@*":
3506+
version "2.0.1"
3507+
resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.1.tgz#20172f9578b225f6c7da63446f56d4ce108d5a65"
3508+
integrity sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==
3509+
35053510
"@types/http-proxy@^1.17.5":
35063511
version "1.17.9"
35073512
resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz"
@@ -3634,11 +3639,12 @@
36343639
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz"
36353640
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
36363641

3637-
"@types/serve-static@*", "@types/[email protected].1":
3638-
version "1.15.1"
3639-
resolved "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.1.tgz"
3640-
integrity sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==
3642+
"@types/serve-static@*", "@types/[email protected].2":
3643+
version "1.15.2"
3644+
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.2.tgz#3e5419ecd1e40e7405d34093f10befb43f63381a"
3645+
integrity sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==
36413646
dependencies:
3647+
"@types/http-errors" "*"
36423648
"@types/mime" "*"
36433649
"@types/node" "*"
36443650

0 commit comments

Comments
 (0)