Browse Source

Merge pull request #485 from garritfra/dependabot/npm_and_yarn/typescript-5.4.5

Bump typescript from 5.4.4 to 5.4.5
pull/486/head
github-actions[bot] 3 weeks ago committed by GitHub
parent
commit
6dbd3476ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -27,7 +27,7 @@
"rfc822-date": "0.0.3",
"sass": "1.74.1",
"ts-node": "10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"xml-formatter": "^3.6.2"
}
},
@ -3997,9 +3997,9 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/typescript": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -7180,9 +7180,9 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"typescript": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true
},
"unist-util-is": {

2
package.json

@ -29,7 +29,7 @@
"rfc822-date": "0.0.3",
"sass": "1.74.1",
"ts-node": "10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"xml-formatter": "^3.6.2"
}
}

Loading…
Cancel
Save