Fix patch and lock version.

This commit is contained in:
James Cole
2026-05-21 06:22:15 +02:00
parent 034280ca17
commit 3e26f21bc4
4 changed files with 12 additions and 2 deletions
+11 -1
View File
@@ -12255,7 +12255,7 @@
},
"resources/assets/v1": {
"dependencies": {
"date-fns": "^4.0.0",
"date-fns": "4.1.0",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
@@ -12276,6 +12276,16 @@
"webpack": "~5.105.4"
}
},
"resources/assets/v1/node_modules/date-fns": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
}
},
"resources/assets/v2": {
"hasInstallScript": true,
"dependencies": {
Regular → Executable
View File
+1 -1
View File
@@ -10,7 +10,7 @@
"prod": "mix --production"
},
"dependencies": {
"date-fns": "^4.0.0",
"date-fns": "4.1.0",
"stream-browserify": "^3.0.0"
},
"devDependencies": {