File tree Expand file tree Collapse file tree 3 files changed +14
-89
lines changed Expand file tree Collapse file tree 3 files changed +14
-89
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
"access" : " public"
16
16
},
17
17
"scripts" : {
18
- "commit" : " ./node_modules/cz-customizable/standalone.js" ,
19
18
"test" : " jest --coverage" ,
20
19
"test:watch" : " jest --watch" ,
21
20
"lint" : " eslint --ext .ts --ext .tsx ./src" ,
35
34
},
36
35
"dependencies" : {
37
36
"cookie" : " ^0.4.1" ,
38
- "jsonwebtoken" : " ^8.5.1 " ,
37
+ "jsonwebtoken" : " ^9.0.0 " ,
39
38
"safe-compare" : " ^1.1.4"
40
39
},
41
40
"devDependencies" : {
75
74
"babel-eslint" : " 10.1.0" ,
76
75
"babel-loader" : " 8.2.2" ,
77
76
"babel-preset-react-app" : " 10.0.0" ,
78
- "cz-customizable" : " git+https://github.com/storyofams/cz-customizable.git#6.3.1" ,
79
77
"eslint" : " 7.18.0" ,
80
78
"eslint-config-prettier" : " 7.1.0" ,
81
79
"eslint-import-resolver-alias" : " 1.1.2" ,
122
120
" @storyofams/eslint-config-ams/web"
123
121
]
124
122
},
125
- "config" : {
126
- "commitizen" : {
127
- "path" : " node_modules/cz-customizable"
128
- }
129
- },
130
- "husky" : {
131
- "hooks" : {
132
- "pre-commit" : " lint-staged" ,
133
- "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
134
- }
135
- },
136
123
"lint-staged" : {
137
124
"**/*.+(js|jsx|ts|tsx)" : [
138
125
" yarn lint --fix"
142
129
"type" : " git" ,
143
130
"url" : " https://github.com/instantcommerce/next-password-protect.git"
144
131
}
145
- }
132
+ }
Original file line number Diff line number Diff line change @@ -7630,10 +7630,10 @@ jsonparse@^1.2.0, jsonparse@^1.3.1:
7630
7630
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
7631
7631
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
7632
7632
7633
- jsonwebtoken@^8.5.1 :
7634
- version "8.5.1 "
7635
- resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1 .tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d "
7636
- integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w ==
7633
+ jsonwebtoken@^9.0.0 :
7634
+ version "9.0.2 "
7635
+ resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.2 .tgz#65ff91f4abef1784697d40952bb1998c504caaf3 "
7636
+ integrity sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ ==
7637
7637
dependencies:
7638
7638
jws "^3.2.2"
7639
7639
lodash.includes "^4.3.0"
@@ -7644,7 +7644,7 @@ jsonwebtoken@^8.5.1:
7644
7644
lodash.isstring "^4.0.1"
7645
7645
lodash.once "^4.0.0"
7646
7646
ms "^2.1.1"
7647
- semver "^5.6.0 "
7647
+ semver "^7.5.4 "
7648
7648
7649
7649
jsprim@^1.2.2:
7650
7650
version "1.4.1"
@@ -10773,6 +10773,13 @@ semver@^6.0.0, semver@^6.3.0:
10773
10773
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
10774
10774
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
10775
10775
10776
+ semver@^7.5.4:
10777
+ version "7.5.4"
10778
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
10779
+ integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
10780
+ dependencies:
10781
+ lru-cache "^6.0.0"
10782
+
10776
10783
serialize-javascript@^4.0.0:
10777
10784
version "4.0.0"
10778
10785
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
You can’t perform that action at this time.
0 commit comments