Skip to content

Commit 58b2e22

Browse files
build(deps-dev): bump @types/node from 17.0.33 to 17.0.38
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.33 to 17.0.38. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf26675 commit 58b2e22

File tree

2 files changed

+34
-29
lines changed

2 files changed

+34
-29
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "1.0.0",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",
@@ -36,7 +36,7 @@
3636
"@ionic/eslint-config": "^0.3.0",
3737
"@ionic/prettier-config": "^2.0.0",
3838
"@types/jest": "^27.4.1",
39-
"@types/node": "^17.0.33",
39+
"@types/node": "^17.0.38",
4040
"@types/webpack-env": "^1.16.4",
4141
"@typescript-eslint/eslint-plugin": "^5.27.0",
4242
"@typescript-eslint/parser": "^5.26.0",
@@ -57,7 +57,7 @@
5757
"commitizen": "^4.2.4",
5858
"cypress": "^9.6.1",
5959
"cz-conventional-changelog": "3.3.0",
60-
"eslint": "^8.15.0",
60+
"eslint": "^8.16.0",
6161
"eslint-config-prettier": "^8.5.0",
6262
"eslint-plugin-cypress": "^2.12.1",
6363
"eslint-plugin-import": "^2.26.0",
@@ -67,11 +67,11 @@
6767
"husky": "^8.0.1",
6868
"jest": "^27.3.1",
6969
"jest-serializer-vue": "^2.0.2",
70-
"postcss": "^8.4.13",
70+
"postcss": "^8.4.14",
7171
"prettier": "^2.6.2",
7272
"semver": "^7.3.7",
7373
"tailwindcss": "^3.0.24",
74-
"ts-jest": "^27.0.7",
74+
"ts-jest": "^27.1.5",
7575
"typescript": "^4.7.2",
7676
"vite": "^2.9.9",
7777
"vue-eslint-parser": "^9.0.1",

yarn.lock

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,14 +1121,15 @@
11211121
debug "^3.1.0"
11221122
lodash.once "^4.1.1"
11231123

1124-
"@eslint/eslintrc@^1.2.3":
1125-
version "1.2.3"
1126-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1124+
"@eslint/eslintrc@^1.3.0":
1125+
version "1.3.0"
1126+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1127+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
11271128
dependencies:
11281129
ajv "^6.12.4"
11291130
debug "^4.3.2"
11301131
espree "^9.3.2"
1131-
globals "^13.9.0"
1132+
globals "^13.15.0"
11321133
ignore "^5.2.0"
11331134
import-fresh "^3.2.1"
11341135
js-yaml "^4.1.0"
@@ -1809,10 +1810,10 @@
18091810
version "1.2.2"
18101811
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
18111812

1812-
"@types/node@*", "@types/node@>=12", "@types/node@^17.0.33":
1813-
version "17.0.33"
1814-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.33.tgz#3c1879b276dc63e73030bb91165e62a4509cd506"
1815-
integrity sha512-miWq2m2FiQZmaHfdZNcbpp9PuXg34W5JZ5CrJ/BaS70VuhoJENBEQybeiYSaPBRNq6KQGnjfEnc/F3PN++D+XQ==
1813+
"@types/node@*", "@types/node@>=12", "@types/node@^17.0.38":
1814+
version "17.0.38"
1815+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947"
1816+
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==
18161817

18171818
"@types/node@^14.14.31":
18181819
version "14.18.16"
@@ -4814,11 +4815,12 @@ eslint-webpack-plugin@^3.1.0:
48144815
normalize-path "^3.0.0"
48154816
schema-utils "^3.1.1"
48164817

4817-
eslint@^8.15.0:
4818-
version "8.15.0"
4819-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
4818+
eslint@^8.16.0:
4819+
version "8.16.0"
4820+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
4821+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
48204822
dependencies:
4821-
"@eslint/eslintrc" "^1.2.3"
4823+
"@eslint/eslintrc" "^1.3.0"
48224824
"@humanwhocodes/config-array" "^0.9.2"
48234825
ajv "^6.10.0"
48244826
chalk "^4.0.0"
@@ -4836,7 +4838,7 @@ eslint@^8.15.0:
48364838
file-entry-cache "^6.0.1"
48374839
functional-red-black-tree "^1.0.1"
48384840
glob-parent "^6.0.1"
4839-
globals "^13.6.0"
4841+
globals "^13.15.0"
48404842
ignore "^5.2.0"
48414843
import-fresh "^3.0.0"
48424844
imurmurhash "^0.1.4"
@@ -5488,9 +5490,10 @@ globals@^11.1.0, globals@^11.12.0:
54885490
version "11.12.0"
54895491
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
54905492

5491-
globals@^13.6.0, globals@^13.9.0:
5492-
version "13.13.0"
5493-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b"
5493+
globals@^13.15.0:
5494+
version "13.15.0"
5495+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
5496+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
54945497
dependencies:
54955498
type-fest "^0.20.2"
54965499

@@ -7226,7 +7229,7 @@ mz@^2.4.0:
72267229
object-assign "^4.0.1"
72277230
thenify-all "^1.0.0"
72287231

7229-
nanoid@^3.3.3:
7232+
nanoid@^3.3.4:
72307233
version "3.3.4"
72317234
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
72327235

@@ -7935,11 +7938,12 @@ postcss@^7.0.36:
79357938
picocolors "^0.2.1"
79367939
source-map "^0.6.1"
79377940

7938-
postcss@^8.1.10, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.13, postcss@^8.4.7:
7939-
version "8.4.13"
7940-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575"
7941+
postcss@^8.1.10, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.13, postcss@^8.4.14, postcss@^8.4.7:
7942+
version "8.4.14"
7943+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
7944+
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
79417945
dependencies:
7942-
nanoid "^3.3.3"
7946+
nanoid "^3.3.4"
79437947
picocolors "^1.0.0"
79447948
source-map-js "^1.0.2"
79457949

@@ -9137,9 +9141,10 @@ trim-newlines@^3.0.0:
91379141
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
91389142
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
91399143

9140-
ts-jest@^27.0.7:
9141-
version "27.1.4"
9142-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.4.tgz#84d42cf0f4e7157a52e7c64b1492c46330943e00"
9144+
ts-jest@^27.1.5:
9145+
version "27.1.5"
9146+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297"
9147+
integrity sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==
91439148
dependencies:
91449149
bs-logger "0.x"
91459150
fast-json-stable-stringify "2.x"

0 commit comments

Comments
 (0)