chore(deps): bump @tonyrl/rand-user-agent from 2.0.38 to 2.0.39 (#13786)
* chore(deps): bump @tonyrl/rand-user-agent from 2.0.38 to 2.0.39 Bumps [@tonyrl/rand-user-agent](https://github.com/TonyRL/rand-user-agent) from 2.0.38 to 2.0.39. - [Release notes](https://github.com/TonyRL/rand-user-agent/releases) - [Commits](https://github.com/TonyRL/rand-user-agent/compare/v2.0.38...v2.0.39) --- updated-dependencies: - dependency-name: "@tonyrl/rand-user-agent" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c20e0150ec
commit
8ab315519d
|
|
@ -87,7 +87,7 @@
|
|||
"@notionhq/client": "2.2.13",
|
||||
"@postlight/parser": "2.2.3",
|
||||
"@sentry/node": "7.80.0",
|
||||
"@tonyrl/rand-user-agent": "2.0.38",
|
||||
"@tonyrl/rand-user-agent": "2.0.39",
|
||||
"aes-js": "3.1.2",
|
||||
"art-template": "4.13.2",
|
||||
"bbcodejs": "0.0.4",
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ dependencies:
|
|||
specifier: 7.80.0
|
||||
version: 7.80.0
|
||||
'@tonyrl/rand-user-agent':
|
||||
specifier: 2.0.38
|
||||
version: 2.0.38
|
||||
specifier: 2.0.39
|
||||
version: 2.0.39
|
||||
aes-js:
|
||||
specifier: 3.1.2
|
||||
version: 3.1.2
|
||||
|
|
@ -1336,8 +1336,8 @@ packages:
|
|||
defer-to-connect: 2.0.1
|
||||
dev: false
|
||||
|
||||
/@tonyrl/rand-user-agent@2.0.38:
|
||||
resolution: {integrity: sha512-gDMXTNKITBvkGweQN/aueLtcz/mmeUbwNAOuovT4jDllSzBq2ob/2eHfc/+yg4h9QDHR0zGcwFQIRC9sTNdIlA==}
|
||||
/@tonyrl/rand-user-agent@2.0.39:
|
||||
resolution: {integrity: sha512-1HBCBR3h6279OqvIHI1XxCbB5AIIHufUaslS+n4vvvDHacDYjsf7Y+TBGYSUFOJUKAOx6d11Rw+NkchWtAaLnQ==}
|
||||
engines: {node: '>=14.16'}
|
||||
dev: false
|
||||
|
||||
|
|
@ -1863,12 +1863,12 @@ packages:
|
|||
negotiator: 0.6.3
|
||||
dev: false
|
||||
|
||||
/acorn-jsx@5.3.2(acorn@8.10.0):
|
||||
/acorn-jsx@5.3.2(acorn@8.11.2):
|
||||
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
||||
peerDependencies:
|
||||
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
acorn: 8.10.0
|
||||
acorn: 8.11.2
|
||||
dev: true
|
||||
|
||||
/acorn@5.7.4:
|
||||
|
|
@ -3332,8 +3332,8 @@ packages:
|
|||
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
acorn: 8.10.0
|
||||
acorn-jsx: 5.3.2(acorn@8.10.0)
|
||||
acorn: 8.11.2
|
||||
acorn-jsx: 5.3.2(acorn@8.11.2)
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue