File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ jobs:
56
56
- uses : actions/cache@v2
57
57
with :
58
58
path : node_modules
59
- key : node-modules-${{ hashFiles('yarn.lock') }}
59
+ key : node-modules-v2- ${{ hashFiles('yarn.lock') }}
60
60
restore-keys : |
61
- node-modules-${{ hashFiles('yarn.lock') }}
62
- node-modules-
61
+ node-modules-v2- ${{ hashFiles('yarn.lock') }}
62
+ node-modules-v2-
63
63
64
64
- name : Install dependencies
65
65
run : yarn install
Original file line number Diff line number Diff line change 61
61
"jexl" : " ^2.3.0" ,
62
62
"lodash.clonedeep" : " ^4.5.0" ,
63
63
"lodash.isequal" : " ^4.5.0" ,
64
- "moment" : " 2.24.0 " ,
64
+ "moment" : " ^2.29.1 " ,
65
65
"proxy-polyfill" : " ^0.3.2" ,
66
66
"sass" : " ^1.32.8" ,
67
67
"slugify" : " ^1.5.0" ,
Original file line number Diff line number Diff line change @@ -13721,12 +13721,7 @@ moment-timezone@^0.5.13:
13721
13721
dependencies:
13722
13722
moment ">= 2.9.0"
13723
13723
13724
-
13725
- version "2.24.0"
13726
- resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
13727
- integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==
13728
-
13729
- "moment@>= 2.9.0", moment@^2.19.3:
13724
+ "moment@>= 2.9.0", moment@^2.19.3, moment@^2.29.1:
13730
13725
version "2.29.1"
13731
13726
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
13732
13727
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
You can’t perform that action at this time.
0 commit comments