Skip to content

Commit

Permalink
build: update dependency @types/node to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 20, 2021
1 parent 1a77162 commit e662fd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"extends": "./packages/eslint-config-enterprise/index.js"
},
"resolutions": {
"@types/node": "15.14.2"
"@types/node": "16.4.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/jasmine": "3.8.1",
"@types/jasminewd2": "2.0.10",
"@types/karma": "6.3.1",
"@types/node": "15.14.2",
"@types/node": "16.4.0",
"cross-env": "7.0.3",
"generate-changelog": "1.8.0",
"husky": "7.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2756,10 +2756,10 @@
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/node@*", "@types/node@15.14.2", "@types/node@>=10.0.0":
version "15.14.2"
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.2.tgz#7af8ab20156586f076f4760bc1b3c5ddfffd1ff2"
integrity sha512-dvMUE/m2LbXPwlvVuzCyslTEtQ2ZwuuFClDrOQ6mp2CenCg971719PTILZ4I6bTP27xfFFc+o7x2TkLuun/MPw==
"@types/node@*", "@types/node@16.4.0", "@types/node@>=10.0.0":
version "16.4.0"
resolved "https://registry.npmjs.org/@types/node/-/node-16.4.0.tgz#2c219eaa3b8d1e4d04f4dd6e40bc68c7467d5272"
integrity sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit e662fd3

Please sign in to comment.