0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00

fix tests and update library

This commit is contained in:
Víctor Losada Hernández
2026-04-22 01:29:37 +02:00
parent db82bd8123
commit 93ce778c0d
2 changed files with 6 additions and 22 deletions
+4 -20
View File
@@ -33,7 +33,7 @@
"@vitejs/plugin-react": "^5.1.2", "@vitejs/plugin-react": "^5.1.2",
"body-parser": "^2.2.0", "body-parser": "^2.2.0",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"codemirror-5-themes": "^1.2.0", "codemirror-5-themes": "^1.3.0",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"core-js": "^3.49.0", "core-js": "^3.49.0",
"cors": "^2.8.5", "cors": "^2.8.5",
@@ -6094,9 +6094,9 @@
} }
}, },
"node_modules/codemirror-5-themes": { "node_modules/codemirror-5-themes": {
"version": "1.2.0", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/codemirror-5-themes/-/codemirror-5-themes-1.2.0.tgz", "resolved": "https://registry.npmjs.org/codemirror-5-themes/-/codemirror-5-themes-1.3.0.tgz",
"integrity": "sha512-hcIIeZPvKEU6EcPi6Rla7VV4vs9WRRPPxiBPXTSZtObUuEjkPgsi1DMNMHEglC7j/GTmASdvoDM67lfZaAjX9Q==", "integrity": "sha512-FO8HG4m4GdcphVtJFcj8wcx9nhktb4UMnSu8ia5yCNd3G89pBGqrIxw2UAEluJP4D2gLZWQOwdPaU8Ik3Bqt2w==",
"dependencies": { "dependencies": {
"@codemirror/view": "^6.41.1" "@codemirror/view": "^6.41.1"
} }
@@ -10621,22 +10621,6 @@
"url": "https://opencollective.com/mongoose" "url": "https://opencollective.com/mongoose"
} }
}, },
"node_modules/mongoose/node_modules/gcp-metadata": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-7.0.1.tgz",
"integrity": "sha512-UcO3kefx6dCcZkgcTGgVOTFb7b1LlQ02hY1omMjjrrBzkajRMCFgYOjs7J71WqnuG1k2b+9ppGL7FsOfhZMQKQ==",
"license": "Apache-2.0",
"optional": true,
"peer": true,
"dependencies": {
"gaxios": "^7.0.0",
"google-logging-utils": "^1.0.0",
"json-bigint": "^1.0.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/mongoose/node_modules/mongodb": { "node_modules/mongoose/node_modules/mongodb": {
"version": "7.1.1", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-7.1.1.tgz", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-7.1.1.tgz",
+2 -2
View File
@@ -58,7 +58,7 @@
"server" "server"
], ],
"transformIgnorePatterns": [ "transformIgnorePatterns": [
"node_modules/(?!(nanoid|@exodus/bytes|parse5|@asamuzakjp|@csstools)/)" "node_modules/(?!(nanoid|@exodus/bytes|parse5|@asamuzakjp|@csstools|entities)/)"
], ],
"transform": { "transform": {
"^.+\\.[jt]s$": "babel-jest", "^.+\\.[jt]s$": "babel-jest",
@@ -109,7 +109,7 @@
"@vitejs/plugin-react": "^5.1.2", "@vitejs/plugin-react": "^5.1.2",
"body-parser": "^2.2.0", "body-parser": "^2.2.0",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"codemirror-5-themes": "^1.2.0", "codemirror-5-themes": "^1.3.0",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"core-js": "^3.49.0", "core-js": "^3.49.0",
"cors": "^2.8.5", "cors": "^2.8.5",