Skip to content

Commit

Permalink
Merge pull request #27 from jeff-zucker/master
Browse files Browse the repository at this point in the history
version bump, form-urlencoded bump
  • Loading branch information
jeff-zucker committed May 23, 2021
2 parents 2f4b28e + 04e219e commit 1407fb9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
6 changes: 3 additions & 3 deletions LICENSE-BUNDLED-DEPENDENCIES
Expand Up @@ -4,7 +4,7 @@
"@babel/highlight@7.9.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-highlight"
"@panva/asn1.js@1.0.0","MIT","https://github.com/panva/asn1.js"
"@types/color-name@1.1.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/form-urlencoded@2.0.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/form-urlencoded@4.4.0","MIT",""
"@types/jjv@1.0.29","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/jsonwebtoken@8.5.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
"@types/lodash.clonedeep@4.5.6","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
Expand Down Expand Up @@ -73,7 +73,7 @@
"fill-range@7.0.1","MIT","https://github.com/jonschlinkert/fill-range"
"find-up@4.1.0","MIT","https://github.com/sindresorhus/find-up"
"find-versions@3.2.0","MIT","https://github.com/sindresorhus/find-versions"
"form-urlencoded@4.1.4","MIT","https://github.com/iambumblehead/form-urlencoded"
"form-urlencoded@6.0.4","MIT","https://github.com/iambumblehead/form-urlencoded"
"fs.realpath@1.0.0","ISC","https://github.com/isaacs/fs.realpath"
"get-own-enumerable-property-symbols@3.0.2","ISC","https://github.com/mightyiam/get-own-enumerable-property-symbols"
"get-stream@5.1.0","MIT","https://github.com/sindresorhus/get-stream"
Expand Down Expand Up @@ -194,7 +194,7 @@
"slice-ansi@3.0.0","MIT","https://github.com/chalk/slice-ansi"
"slice-ansi@4.0.0","MIT","https://github.com/chalk/slice-ansi"
"slide@1.1.6","ISC","https://github.com/isaacs/slide-flow-control"
"solid-auth-fetcher@1.5.1","MIT",""
"solid-auth-fetcher@1.5.3","MIT",""
"spdx-compare@1.0.0","MIT","https://github.com/kemitchell/spdx-compare.js"
"spdx-correct@3.1.1","Apache-2.0","https://github.com/jslicense/spdx-correct.js"
"spdx-exceptions@2.3.0","CC-BY-3.0","https://github.com/kemitchell/spdx-exceptions.json"
Expand Down
17 changes: 10 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "solid-auth-fetcher",
"version": "1.5.2",
"version": "1.5.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index",
Expand Down Expand Up @@ -68,7 +68,7 @@
"ws": "^7.3.1"
},
"dependencies": {
"@types/form-urlencoded": "^2.0.1",
"@types/form-urlencoded": "^4.0.4",
"@types/jjv": "^1.0.29",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash.clonedeep": "^4.5.6",
Expand All @@ -82,7 +82,7 @@
"crypto-random-string": "^3.3.0",
"debug": "^4.3.1",
"eslint-plugin-license-header": "^0.2.0",
"form-urlencoded": "^4.1.4",
"form-urlencoded": "^6.0.4",
"husky": "^4.2.3",
"jose": "^1.27.2",
"jsonwebtoken": "^8.5.1",
Expand Down

0 comments on commit 1407fb9

Please sign in to comment.