1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

update axios and ws to patch security issue (unexploitable in our case)

This commit is contained in:
Hazelnoot
2024-10-15 22:00:39 -04:00
parent 1f53df66d4
commit af3bb7346e
2 changed files with 13 additions and 13 deletions

22
pnpm-lock.yaml generated
View File

@@ -1291,8 +1291,8 @@ importers:
specifier: ^8.5.10
version: 8.5.11
axios:
specifier: 1.6.0
version: 1.6.0
specifier: 1.7.4
version: 1.7.4
dayjs:
specifier: ^1.11.10
version: 1.11.10
@@ -1321,8 +1321,8 @@ importers:
specifier: ^9.0.1
version: 9.0.1
ws:
specifier: 8.14.2
version: 8.14.2(bufferutil@4.0.8)(utf-8-validate@6.0.4)
specifier: 8.17.1
version: 8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)
devDependencies:
'@typescript-eslint/eslint-plugin':
specifier: ^6.12.0
@@ -5584,8 +5584,8 @@ packages:
axios@0.24.0:
resolution: {integrity: sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==}
axios@1.6.0:
resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==}
axios@1.7.4:
resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==}
axios@1.7.7:
resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
@@ -11554,8 +11554,8 @@ packages:
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
ws@8.14.2:
resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==}
ws@8.17.1:
resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -16686,9 +16686,9 @@ snapshots:
transitivePeerDependencies:
- debug
axios@1.6.0:
axios@1.7.4:
dependencies:
follow-redirects: 1.15.2
follow-redirects: 1.15.9(debug@4.3.7)
form-data: 4.0.0
proxy-from-env: 1.1.0
transitivePeerDependencies:
@@ -24004,7 +24004,7 @@ snapshots:
imurmurhash: 0.1.4
signal-exit: 3.0.7
ws@8.14.2(bufferutil@4.0.8)(utf-8-validate@6.0.4):
ws@8.17.1(bufferutil@4.0.8)(utf-8-validate@6.0.4):
optionalDependencies:
bufferutil: 4.0.8
utf-8-validate: 6.0.4