Skip to content

Commit

Permalink
pin simplewebauthn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Mar 22, 2023
1 parent e32a88d commit c7efc1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { functionsPath, libPath } from './setupData'
export { extraTask } from './setupData'

// required packages to install on the web side
export const webPackages = ['@simplewebauthn/browser@^6']
export const webPackages = ['@simplewebauthn/browser@^7']

// required packages to install on the api side
export const apiPackages = ['@simplewebauthn/server@^6']
export const apiPackages = ['@simplewebauthn/server@^7']

// any notes to print out when the job is done
export const notes = [
Expand Down

0 comments on commit c7efc1c

Please sign in to comment.