Compare commits

...

2 Commits

Author SHA1 Message Date
9d26be8a4d Update dependency @types/jasmine to ~4.6.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-11-11 01:02:29 +00:00
9a70884f30 Update dependency @types/node to v16.18.61
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-11-10 01:02:19 +00:00
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -2161,9 +2161,9 @@
}
},
"@types/jasmine": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.3.2.tgz",
"integrity": "sha512-lKkWBcbxEZX/7nxPqEtv/OjPLaBa2j0o+hmv5Yn83b/+11C1kfBAkgvmrb13WDkmizUJ3B+jYrWh4M0YRtrzEQ==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.6.2.tgz",
"integrity": "sha512-1JpgHd7kIaggg8er9h6GCf82ZI0yzCAKjx3rXTuvuZlLqxKj6hqqr7qcDPjQw2791y/AX7XLTahLyZdgnZLlog==",
"dev": true
},
"@types/jasminewd2": {
@ -2194,9 +2194,9 @@
"dev": true
},
"@types/node": {
"version": "16.18.34",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.34.tgz",
"integrity": "sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg==",
"version": "16.18.61",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz",
"integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==",
"dev": true
},
"@types/parse-json": {

View File

@ -31,7 +31,7 @@
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3",
"@types/jasmine": "~4.3.0",
"@types/jasmine": "~4.6.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27",
"@types/luxon": "^3.0.0",