Update all dependencies
This commit is contained in:
parent
427e704a61
commit
1c58ac04a4
25
package-lock.json
generated
25
package-lock.json
generated
|
@ -8,14 +8,14 @@
|
|||
"name": "connect-force",
|
||||
"version": "0.0.0",
|
||||
"devDependencies": {
|
||||
"@manuth/eslint-plugin-typescript": "^4.0.0",
|
||||
"@manuth/eslint-plugin-typescript": "^4.0.1",
|
||||
"@manuth/tsconfig": "^3.0.2",
|
||||
"@types/browser-sync": "^2.26.3",
|
||||
"@types/gulp": "^4.0.10",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/node": "^18.11.11",
|
||||
"browser-sync": "^2.27.10",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.23.1",
|
||||
"eslint": "^8.29.0",
|
||||
"gulp": "^4.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
|
@ -253,14 +253,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@manuth/eslint-plugin-typescript": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@manuth/eslint-plugin-typescript/-/eslint-plugin-typescript-4.0.0.tgz",
|
||||
"integrity": "sha512-eQITp5hiEiAQa8CGZvHVOqL8isMqf/eYM1352/i3cl9hS+vCd7OI5x/ynDE+lLtxJki8ANq8FGsY1jasWncH+A==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@manuth/eslint-plugin-typescript/-/eslint-plugin-typescript-4.0.1.tgz",
|
||||
"integrity": "sha512-fakcZ0Rq/6Sv/haU7X/pHSwgrdxr5no2u2dQ1AVWsr6k7fzzGjSSwaSLzIu7yB3FPUGd0jv0Mgj9tNmoLpYEWg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/eslint": "^8.4.6",
|
||||
"@typescript-eslint/typescript-estree": "^5.37.0",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"ts-keyof": "^1.3.0",
|
||||
"tslint": "^6.1.3",
|
||||
"upath": "^2.0.1"
|
||||
},
|
||||
|
@ -460,9 +461,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "18.11.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.10.tgz",
|
||||
"integrity": "sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==",
|
||||
"version": "18.11.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.11.tgz",
|
||||
"integrity": "sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/parse-glob": {
|
||||
|
@ -8234,6 +8235,12 @@
|
|||
"node": ">=0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/ts-keyof": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-keyof/-/ts-keyof-1.3.0.tgz",
|
||||
"integrity": "sha512-Lxqyx+UTzuSxBeCHaEWsmGIuKHBNpt5/m/UBJTEthadibAlopB7njL6XQRV2BJ7/YCyxra6gqUuAG8ftZyC7tA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/ts-node": {
|
||||
"version": "10.9.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",
|
||||
|
|
|
@ -15,14 +15,14 @@
|
|||
"prepare": "npm run rebuild"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@manuth/eslint-plugin-typescript": "^4.0.0",
|
||||
"@manuth/eslint-plugin-typescript": "^4.0.1",
|
||||
"@manuth/tsconfig": "^3.0.2",
|
||||
"@types/browser-sync": "^2.26.3",
|
||||
"@types/gulp": "^4.0.10",
|
||||
"@types/node": "^18.11.10",
|
||||
"@types/node": "^18.11.11",
|
||||
"browser-sync": "^2.27.10",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.23.1",
|
||||
"eslint": "^8.29.0",
|
||||
"gulp": "^4.0.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
|
|
Loading…
Reference in a new issue