Update all dependencies

This commit is contained in:
Manuel Thalmann 2022-12-07 22:18:29 +01:00
parent 427e704a61
commit 1c58ac04a4
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B
2 changed files with 19 additions and 12 deletions

25
package-lock.json generated
View file

@ -8,14 +8,14 @@
"name": "connect-force", "name": "connect-force",
"version": "0.0.0", "version": "0.0.0",
"devDependencies": { "devDependencies": {
"@manuth/eslint-plugin-typescript": "^4.0.0", "@manuth/eslint-plugin-typescript": "^4.0.1",
"@manuth/tsconfig": "^3.0.2", "@manuth/tsconfig": "^3.0.2",
"@types/browser-sync": "^2.26.3", "@types/browser-sync": "^2.26.3",
"@types/gulp": "^4.0.10", "@types/gulp": "^4.0.10",
"@types/node": "^18.11.10", "@types/node": "^18.11.11",
"browser-sync": "^2.27.10", "browser-sync": "^2.27.10",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.23.1", "eslint": "^8.29.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
@ -253,14 +253,15 @@
} }
}, },
"node_modules/@manuth/eslint-plugin-typescript": { "node_modules/@manuth/eslint-plugin-typescript": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/@manuth/eslint-plugin-typescript/-/eslint-plugin-typescript-4.0.0.tgz", "resolved": "https://registry.npmjs.org/@manuth/eslint-plugin-typescript/-/eslint-plugin-typescript-4.0.1.tgz",
"integrity": "sha512-eQITp5hiEiAQa8CGZvHVOqL8isMqf/eYM1352/i3cl9hS+vCd7OI5x/ynDE+lLtxJki8ANq8FGsY1jasWncH+A==", "integrity": "sha512-fakcZ0Rq/6Sv/haU7X/pHSwgrdxr5no2u2dQ1AVWsr6k7fzzGjSSwaSLzIu7yB3FPUGd0jv0Mgj9tNmoLpYEWg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint": "^8.4.6", "@types/eslint": "^8.4.6",
"@typescript-eslint/typescript-estree": "^5.37.0", "@typescript-eslint/typescript-estree": "^5.37.0",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"ts-keyof": "^1.3.0",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"upath": "^2.0.1" "upath": "^2.0.1"
}, },
@ -460,9 +461,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.11.10", "version": "18.11.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.10.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.11.tgz",
"integrity": "sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==", "integrity": "sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==",
"dev": true "dev": true
}, },
"node_modules/@types/parse-glob": { "node_modules/@types/parse-glob": {
@ -8234,6 +8235,12 @@
"node": ">=0.6" "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": { "node_modules/ts-node": {
"version": "10.9.1", "version": "10.9.1",
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz",

View file

@ -15,14 +15,14 @@
"prepare": "npm run rebuild" "prepare": "npm run rebuild"
}, },
"devDependencies": { "devDependencies": {
"@manuth/eslint-plugin-typescript": "^4.0.0", "@manuth/eslint-plugin-typescript": "^4.0.1",
"@manuth/tsconfig": "^3.0.2", "@manuth/tsconfig": "^3.0.2",
"@types/browser-sync": "^2.26.3", "@types/browser-sync": "^2.26.3",
"@types/gulp": "^4.0.10", "@types/gulp": "^4.0.10",
"@types/node": "^18.11.10", "@types/node": "^18.11.11",
"browser-sync": "^2.27.10", "browser-sync": "^2.27.10",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.23.1", "eslint": "^8.29.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",