Merge pull request #3933 from jellyfin/renovate/date-fns-2.x

This commit is contained in:
Bill Thornton
2022-09-21 21:37:43 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -21,7 +21,7 @@
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
"core-js": "3.25.1",
"date-fns": "2.29.2",
"date-fns": "2.29.3",
"dompurify": "2.4.0",
"epubjs": "0.3.93",
"escape-html": "1.0.3",
@@ -6188,9 +6188,9 @@
"dev": true
},
"node_modules/date-fns": {
"version": "2.29.2",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.2.tgz",
"integrity": "sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==",
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==",
"engines": {
"node": ">=0.11"
},
@@ -23971,9 +23971,9 @@
"dev": true
},
"date-fns": {
"version": "2.29.2",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.2.tgz",
"integrity": "sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA=="
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
"integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA=="
},
"debug": {
"version": "4.3.4",
+1 -1
View File
@@ -75,7 +75,7 @@
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "2.3.2",
"core-js": "3.25.1",
"date-fns": "2.29.2",
"date-fns": "2.29.3",
"dompurify": "2.4.0",
"epubjs": "0.3.93",
"escape-html": "1.0.3",