[Dev] Upgrade node and npm

This commit is contained in:
Alexander Zinchuk 2022-01-25 04:24:22 +01:00
parent 1f78f850a0
commit 6f86aea2f8
2 changed files with 8 additions and 4 deletions

8
package-lock.json generated
View File

@ -94,8 +94,8 @@
"webpack-merge": "^5.8.0"
},
"engines": {
"node": "^12.13",
"npm": "^6.12"
"node": "^16.13",
"npm": "^8.1"
}
},
"node_modules/@babel/code-frame": {
@ -32261,6 +32261,7 @@
},
"big-integer": {
"version": "git+ssh://git@github.com/painor/BigInteger.js.git#4e2a4f1c1e4bd1d7c5d65e08aab51ac9ec939601",
"integrity": "sha512-Y7n3vB9JeMB2mXbxejA2g3Y72f7JvkiBFtFsA5v6w2m8kZXgdplWaG5rBjLLdptDTHQ3YaTCUJp7pE25uf2QkA==",
"from": "big-integer@github:painor/BigInteger.js"
},
"big.js": {
@ -33742,6 +33743,7 @@
},
"emoji-data-ios": {
"version": "git+ssh://git@github.com/korenskoy/emoji-data-ios.git#162c821573e065f240202854292786e4e6774a7c",
"integrity": "sha512-fxFuxmBN4JrLrdtaAYerXopbv5GXiG8mmA/8qa7Ve28DAJR+kyM5/R+Aff9FvKjTRBbSnwBLEipQpiB7ak1BYA==",
"from": "emoji-data-ios@github:korenskoy/emoji-data-ios#162c821"
},
"emoji-regex": {
@ -34693,6 +34695,7 @@
},
"eslint-plugin-teactn": {
"version": "git+ssh://git@github.com/korenskoy/eslint-plugin-teactn.git#8fbd2b9824659da88a4c28d291e423512fdffd7a",
"integrity": "sha512-Oy+XMhhxLjQq349IRwzRXGKcSVAMvbyvU2CzC0gaUWvdBNDt/xw5t3VTb67YyCRtl9G1x22Dm5FlZl3GvU3sqg==",
"dev": true,
"from": "eslint-plugin-teactn@github:korenskoy/eslint-plugin-teactn#8fbd2b9",
"requires": {
@ -41957,6 +41960,7 @@
},
"opus-recorder": {
"version": "git+ssh://git@github.com/Ajaxy/opus-recorder.git#116830a94120baad5ac60ac060c2ecd032b6107b",
"integrity": "sha512-b/03L1aDvH7wQSJFBdmeLPjCgGZx4952m0t1sdoIFAtHKz48wulQj6p3Awf5eX59GE8NsjjUdOqEJbIFGmfv/w==",
"from": "opus-recorder@github:Ajaxy/opus-recorder"
},
"original": {

View File

@ -19,8 +19,8 @@
"prepare": "husky install"
},
"engines": {
"node": "^12.13",
"npm": "^6.12"
"node": "^16.13",
"npm": "^8.1"
},
"husky": {
"hooks": {