diff --git a/_old/package-lock.json b/_old/package-lock.json index 4ea2a837..1cc63f57 100644 --- a/_old/package-lock.json +++ b/_old/package-lock.json @@ -67,7 +67,7 @@ "@types/crypto-js": "^4.2.1", "@types/negotiator": "^0.6.3", "@types/nodemailer": "^6.4.14", - "@types/react-dom": "^18.3.5", + "@types/react-dom": "^18.2.7", "@types/request-ip": "^0.0.41", "@types/ua-parser-js": "^0.7.39", "autoprefixer": "^10.4.16", @@ -112,9 +112,9 @@ "@testing-library/react": "^16.0.0", "@types/jest": "^29.5.5", "@types/node": "^20.4.9", - "@types/react": "^18.3.16", + "@types/react": "^18.2.19", "babel-plugin-styled-components": "^2.1.4", - "fetch-mock": "^10.0.0", + "fetch-mock": "^10.1.1", "isomorphic-fetch": "^3.0.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.7.0", @@ -682,7 +682,7 @@ "@t3-oss/env-nextjs": "^0.10.0", "@total-typescript/ts-reset": "^0.5.0", "@types/negotiator": "^0.6.3", - "@types/react-dom": "^18.3.5", + "@types/react-dom": "^18.2.7", "autoprefixer": "^10.4.16", "clsx": "^2.0.0", "custom-prettier-config": "*", @@ -697,7 +697,7 @@ }, "devDependencies": { "@types/node": "^20", - "@types/react": "^18.3.16", + "@types/react": "^18", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" @@ -17631,25 +17631,20 @@ } }, "node_modules/fetch-mock": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-10.0.7.tgz", - "integrity": "sha512-TFG42kMRJ6dZpUDeVTdXNjh5O4TchHU/UNk41a050TwKzRr5RJQbtckXDjXiQFHPKgXGUG5l2TY3ZZ2gokiXaQ==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-10.1.1.tgz", + "integrity": "sha512-R6MwxuGwlUe0K6GzdLY1Wa9voX/GbUBDZjNHBsvlBhrpXurCYpQN4EW0iFCmtWddDTuS0ubR93OtFSgy9E/L2A==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.1.1", - "glob-to-regexp": "^0.4.0", + "dequal": "^2.0.3", + "globrex": "^0.1.2", "is-subset": "^0.1.1", - "lodash.isequal": "^4.5.0", - "path-to-regexp": "^2.2.1", - "querystring": "^0.2.1" + "regexparam": "^3.0.0" }, "engines": { - "node": ">=4.0.0" - }, - "funding": { - "type": "charity", - "url": "https://www.justgiving.com/refugee-support-europe" + "node": ">=8.0.0" }, "peerDependenciesMeta": { "node-fetch": { @@ -18363,6 +18358,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/globrex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", + "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", + "dev": true, + "license": "MIT" + }, "node_modules/gopd": { "version": "1.0.1", "license": "MIT", @@ -22343,11 +22345,6 @@ "version": "3.1.0", "license": "MIT" }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "dev": true, - "license": "MIT" - }, "node_modules/lodash.isplainobject": { "version": "4.0.6", "dev": true, @@ -29587,11 +29584,6 @@ "node": "14 || >=16.14" } }, - "node_modules/path-to-regexp": { - "version": "2.4.0", - "dev": true, - "license": "MIT" - }, "node_modules/path-type": { "version": "4.0.0", "license": "MIT", @@ -30306,14 +30298,6 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/querystring": { - "version": "0.2.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.4.x" - } - }, "node_modules/querystringify": { "version": "2.2.0", "dev": true, @@ -31840,6 +31824,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/regexparam": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz", + "integrity": "sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/regexpu-core": { "version": "5.3.2", "license": "MIT",