Update dependency @types/rsvp to v4.0.8
This commit is contained in:
parent
5d443c03ea
commit
d1da03ef0b
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
||||||
"@tsconfig/ember": "3.0.2",
|
"@tsconfig/ember": "3.0.2",
|
||||||
"@types/luxon": "3.3.5",
|
"@types/luxon": "3.3.5",
|
||||||
"@types/qunit": "2.19.9",
|
"@types/qunit": "2.19.9",
|
||||||
"@types/rsvp": "4.0.7",
|
"@types/rsvp": "4.0.8",
|
||||||
"@types/sjcl": "1.0.33",
|
"@types/sjcl": "1.0.33",
|
||||||
"@typescript-eslint/eslint-plugin": "6.12.0",
|
"@typescript-eslint/eslint-plugin": "6.12.0",
|
||||||
"@typescript-eslint/parser": "6.12.0",
|
"@typescript-eslint/parser": "6.12.0",
|
||||||
|
@ -10231,9 +10231,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/rsvp": {
|
"node_modules/@types/rsvp": {
|
||||||
"version": "4.0.7",
|
"version": "4.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/@types/rsvp/-/rsvp-4.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@types/rsvp/-/rsvp-4.0.8.tgz",
|
||||||
"integrity": "sha512-TOsoofOK1MNrZvsoq9op8Qc8r+pYJ6zwH4YCvDXNcsgjtFgS6IP/uGfLW0JH4zJgXGEC1TxJuKe0EBUPIAIA0A==",
|
"integrity": "sha512-OraQXMlBrD3nll0VuEKENY3IoR4N3eDIqElVWo5dSheMveYYMDSIUMbtcI7wOGWyUilLwfaOx9VF8U8LdrHXkg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/semver": {
|
"node_modules/@types/semver": {
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"@tsconfig/ember": "3.0.2",
|
"@tsconfig/ember": "3.0.2",
|
||||||
"@types/luxon": "3.3.5",
|
"@types/luxon": "3.3.5",
|
||||||
"@types/qunit": "2.19.9",
|
"@types/qunit": "2.19.9",
|
||||||
"@types/rsvp": "4.0.7",
|
"@types/rsvp": "4.0.8",
|
||||||
"@types/sjcl": "1.0.33",
|
"@types/sjcl": "1.0.33",
|
||||||
"@typescript-eslint/eslint-plugin": "6.12.0",
|
"@typescript-eslint/eslint-plugin": "6.12.0",
|
||||||
"@typescript-eslint/parser": "6.12.0",
|
"@typescript-eslint/parser": "6.12.0",
|
||||||
|
|
Loading…
Reference in a new issue