mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-11 16:19:11 -06:00
chore(deps): bump cron-parser from 5.2.0 to 5.3.0 in /client
Bumps [cron-parser](https://github.com/harrisiirak/cron-parser) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: cron-parser dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
14
client/package-lock.json
generated
14
client/package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"@fortawesome/react-fontawesome": "^0.2.2",
|
||||
"@vitejs/plugin-react": "^4.5.1",
|
||||
"chart.js": "^4.4.9",
|
||||
"cron-parser": "^5.2.0",
|
||||
"cron-parser": "^5.3.0",
|
||||
"i18next": "^25.2.1",
|
||||
"i18next-browser-languagedetector": "^8.1.0",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
@@ -3125,9 +3125,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/cron-parser": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.2.0.tgz",
|
||||
"integrity": "sha512-ED2qJtcjelmUEuoV3btwxiOm3NI8H4/eCZNX3adUkrm+/b3Xq05+YoDXyjIN57VGhskuHx/KzC367GAklo1lRg==",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.3.0.tgz",
|
||||
"integrity": "sha512-IS4mnFu6n3CFgEmXjr+B2zzGHsjJmHEdN+BViKvYSiEn3KWss9ICRDETDX/VZldiW82B94OyAZm4LIT4vcKK0g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"luxon": "^3.6.1"
|
||||
@@ -8127,9 +8127,9 @@
|
||||
}
|
||||
},
|
||||
"cron-parser": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.2.0.tgz",
|
||||
"integrity": "sha512-ED2qJtcjelmUEuoV3btwxiOm3NI8H4/eCZNX3adUkrm+/b3Xq05+YoDXyjIN57VGhskuHx/KzC367GAklo1lRg==",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-5.3.0.tgz",
|
||||
"integrity": "sha512-IS4mnFu6n3CFgEmXjr+B2zzGHsjJmHEdN+BViKvYSiEn3KWss9ICRDETDX/VZldiW82B94OyAZm4LIT4vcKK0g==",
|
||||
"requires": {
|
||||
"luxon": "^3.6.1"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"@fortawesome/react-fontawesome": "^0.2.2",
|
||||
"@vitejs/plugin-react": "^4.5.1",
|
||||
"chart.js": "^4.4.9",
|
||||
"cron-parser": "^5.2.0",
|
||||
"cron-parser": "^5.3.0",
|
||||
"i18next": "^25.2.1",
|
||||
"i18next-browser-languagedetector": "^8.1.0",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user