@adonisjs/core 5.8.7 → 5.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adonisjs/core",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.8",
|
|
4
4
|
"description": "Core of AdonisJS",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -78,24 +78,24 @@
|
|
|
78
78
|
"@japa/assert": "^1.3.5",
|
|
79
79
|
"@japa/preset-adonis": "^1.1.1",
|
|
80
80
|
"@japa/run-failed-tests": "^1.0.8",
|
|
81
|
-
"@japa/runner": "^2.2.
|
|
82
|
-
"@japa/spec-reporter": "^1.3.
|
|
81
|
+
"@japa/runner": "^2.2.2",
|
|
82
|
+
"@japa/spec-reporter": "^1.3.2",
|
|
83
83
|
"@poppinss/dev-utils": "^2.0.3",
|
|
84
|
-
"@types/node": "^18.
|
|
84
|
+
"@types/node": "^18.11.0",
|
|
85
85
|
"@types/supertest": "^2.0.12",
|
|
86
86
|
"clear-module": "^4.1.2",
|
|
87
87
|
"commitizen": "^4.2.5",
|
|
88
88
|
"copyfiles": "^2.4.1",
|
|
89
89
|
"cz-conventional-changelog": "^3.3.0",
|
|
90
90
|
"del-cli": "^5.0.0",
|
|
91
|
-
"eslint": "^8.
|
|
91
|
+
"eslint": "^8.25.0",
|
|
92
92
|
"eslint-config-prettier": "^8.5.0",
|
|
93
93
|
"eslint-plugin-adonis": "^2.1.1",
|
|
94
94
|
"eslint-plugin-prettier": "^4.2.1",
|
|
95
95
|
"etag": "^1.8.1",
|
|
96
96
|
"github-label-sync": "^2.2.0",
|
|
97
97
|
"husky": "^8.0.1",
|
|
98
|
-
"mrm": "^4.1.
|
|
98
|
+
"mrm": "^4.1.7",
|
|
99
99
|
"np": "^7.6.2",
|
|
100
100
|
"prettier": "^2.7.1",
|
|
101
101
|
"reflect-metadata": "^0.1.13",
|
|
@@ -132,13 +132,13 @@
|
|
|
132
132
|
"@adonisjs/encryption": "^4.0.8",
|
|
133
133
|
"@adonisjs/events": "^7.2.1",
|
|
134
134
|
"@adonisjs/hash": "^7.1.1",
|
|
135
|
-
"@adonisjs/http-server": "^5.
|
|
135
|
+
"@adonisjs/http-server": "^5.12.0",
|
|
136
136
|
"@adonisjs/validator": "^12.4.1",
|
|
137
137
|
"@poppinss/cliui": "^3.0.4",
|
|
138
138
|
"@poppinss/manager": "^5.0.2",
|
|
139
139
|
"@poppinss/utils": "^5.0.0",
|
|
140
140
|
"fs-extra": "^10.1.0",
|
|
141
|
-
"macroable": "^7.0.
|
|
141
|
+
"macroable": "^7.0.2",
|
|
142
142
|
"memfs": "^3.4.7",
|
|
143
143
|
"serve-static": "^1.15.0",
|
|
144
144
|
"stringify-attributes": "^2.0.0"
|