Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c262c72

Browse files
committed
build: update lock file and @types/node resolutions
1 parent 2dbe674 commit c262c72

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"resolutions": {
4040
"@types/hapi__boom": "7.4.1",
4141
"@types/hapi__iron": "5.1.0",
42-
"@types/node": "^12.11.1"
42+
"@types/node": "12.12.37"
4343
},
4444
"devDependencies": {
4545
"@angular-devkit/architect": "^0.1000.0",
@@ -71,7 +71,7 @@
7171
"@types/hapi__hapi": "^19.0.0",
7272
"@types/hapi__inert": "^5.2.0",
7373
"@types/jasmine": "^3.4.4",
74-
"@types/node": "12.11.1",
74+
"@types/node": "12.12.37",
7575
"@types/shelljs": "^0.8.6",
7676
"browser-sync": "^2.26.7",
7777
"domino": "^2.1.2",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,16 +1726,11 @@
17261726
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
17271727
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
17281728

1729-
"@types/node@*", "@types/[email protected]", "@types/node@^10.1.0", "@types/node@^12.11.1", "@types/node@^13.7.7":
1729+
"@types/node@*", "@types/[email protected]", "@types/node@12.12.37", "@types/node@^10.1.0", "@types/node@^13.7.7":
17301730
version "12.12.37"
17311731
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.37.tgz#cb4782d847f801fa58316da5b4801ca3a59ae790"
17321732
integrity sha512-4mXKoDptrXAwZErQHrLzpe0FN/0Wmf5JRniSVIdwUrtDf9wnmEV1teCNLBo/TwuXhkK/bVegoEn/wmb+x0AuPg==
17331733

1734-
1735-
version "12.11.1"
1736-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
1737-
integrity sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A==
1738-
17391734
"@types/object-path@^0.11.0":
17401735
version "0.11.0"
17411736
resolved "https://registry.yarnpkg.com/@types/object-path/-/object-path-0.11.0.tgz#0b744309b2573dc8bf867ef589b6288be998e602"
@@ -1762,9 +1757,9 @@
17621757
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
17631758

17641759
"@types/qs@*":
1765-
version "6.9.1"
1766-
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.1.tgz#937fab3194766256ee09fcd40b781740758617e7"
1767-
integrity sha512-lhbQXx9HKZAPgBkISrBcmAcMpZsmpe/Cd/hY7LGZS5OfkySUBItnPZHgQPssWYUET8elF+yCFBbP1Q0RZPTdaw==
1760+
version "6.9.3"
1761+
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.3.tgz#b755a0934564a200d3efdf88546ec93c369abd03"
1762+
integrity sha512-7s9EQWupR1fTc2pSMtXRQ9w9gLOcrJn+h7HOXw4evxyvVqMi4f+q7d2tnFe3ng3SNHjtK+0EzGMGFUQX4/AQRA==
17681763

17691764
"@types/range-parser@*":
17701765
version "1.2.3"

0 commit comments

Comments
 (0)