From c352bcdef1458370df2c51c64d230a1b5623e986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 09:01:05 +0000 Subject: [PATCH] Bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 122 +++++++++++++++++++++++----------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01d160c..7a9c50a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ }, "examples/Bootstrap": { "name": "bootstrap-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "bootstrap": "^5.2.0", "core-js": "^3.23.5", @@ -55,9 +55,9 @@ "raf": "^3.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-bootstrap": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0" + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-bootstrap": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -80,14 +80,14 @@ }, "examples/ClubMembers": { "name": "club-members-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "mobx": "^6.6.1", "mobx-react": "^7.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0" + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -109,7 +109,7 @@ }, "examples/HTML5ConstraintValidationAPI": { "name": "html5-constraint-validation-api-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" @@ -132,15 +132,15 @@ }, "examples/MaterialUI": { "name": "material-ui-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "@material-ui/core": "^4.12.4", "lodash-es": "^4.17.21", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-material-ui": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0" + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-material-ui": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -307,12 +307,12 @@ }, "examples/Password": { "name": "password-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0" + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -335,11 +335,11 @@ }, "examples/PasswordWithoutState": { "name": "password-without-state-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0" + "react-form-with-constraints": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -359,7 +359,7 @@ }, "examples/PlainOldReact": { "name": "plain-old-react-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" @@ -382,13 +382,13 @@ }, "examples/ServerSideRendering": { "name": "server-side-rendering-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "express": "^4.18.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0" + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -407,15 +407,15 @@ }, "examples/SignUp": { "name": "sign-up-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "i18next": "^21.8.14", "i18next-browser-languagedetector": "^6.1.4", "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "react-i18next": "^11.18.1" }, "devDependencies": { @@ -439,11 +439,11 @@ }, "examples/WizardForm": { "name": "wizard-form-example", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0" + "react-form-with-constraints": "^0.19.1" }, "devDependencies": { "@babel/core": "^7.18.9", @@ -7634,9 +7634,9 @@ "dev": true }, "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true, "engines": { "node": ">=0.10" @@ -23706,7 +23706,7 @@ } }, "packages/react-form-with-constraints": { - "version": "0.19.0", + "version": "0.19.1", "license": "MIT", "dependencies": { "prop-types": ">=15.8.1" @@ -23736,7 +23736,7 @@ } }, "packages/react-form-with-constraints-bootstrap": { - "version": "0.19.0", + "version": "0.19.1", "license": "MIT", "devDependencies": { "@types/enzyme": "^3.10.12", @@ -23749,7 +23749,7 @@ "jest": "^26.6.3", "jscodeshift": "^0.13.1", "react": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "rollup": "^2.77.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", @@ -23884,7 +23884,7 @@ } }, "packages/react-form-with-constraints-material-ui": { - "version": "0.19.0", + "version": "0.19.1", "license": "MIT", "devDependencies": { "@material-ui/core": "^4.12.4", @@ -23899,7 +23899,7 @@ "jscodeshift": "^0.13.1", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "ts-jest": "^26.5.6", "typescript": "^4.7.4" }, @@ -24156,7 +24156,7 @@ } }, "packages/react-form-with-constraints-native": { - "version": "0.19.0", + "version": "0.19.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.9", @@ -24173,7 +24173,7 @@ "jscodeshift": "^0.13.1", "metro-react-native-babel-preset": "^0.71.3", "react": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "react-native": "^0.63.4", "react-test-renderer": "^16.14.0", "ts-jest": "^26.5.6", @@ -24894,7 +24894,7 @@ } }, "packages/react-form-with-constraints-tools": { - "version": "0.19.0", + "version": "0.19.1", "license": "MIT", "devDependencies": { "@types/enzyme": "^3.10.12", @@ -24907,7 +24907,7 @@ "jest": "^26.6.3", "jscodeshift": "^0.13.1", "react": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "rollup": "^2.77.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", @@ -29483,9 +29483,9 @@ "raf": "^3.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-bootstrap": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-bootstrap": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "sass": "^1.53.0", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", @@ -30099,8 +30099,8 @@ "mobx-react": "^7.5.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", @@ -30662,9 +30662,9 @@ "dev": true }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true }, "deep-is": { @@ -35576,9 +35576,9 @@ "lodash-es": "^4.17.21", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-material-ui": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-material-ui": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", "webpack": "^5.73.0", @@ -38782,8 +38782,8 @@ "css-loader": "^6.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", @@ -38804,7 +38804,7 @@ "css-loader": "^6.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", @@ -39849,7 +39849,7 @@ "jest": "^26.6.3", "jscodeshift": "^0.13.1", "react": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "rollup": "^2.77.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", @@ -39965,7 +39965,7 @@ "jscodeshift": "^0.13.1", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "ts-jest": "^26.5.6", "typescript": "^4.7.4" }, @@ -40146,7 +40146,7 @@ "jscodeshift": "^0.13.1", "metro-react-native-babel-preset": "^0.71.3", "react": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "react-native": "^0.63.4", "react-test-renderer": "^16.14.0", "ts-jest": "^26.5.6", @@ -40726,7 +40726,7 @@ "jest": "^26.6.3", "jscodeshift": "^0.13.1", "react": "^16.14.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "rollup": "^2.77.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", @@ -41973,8 +41973,8 @@ "express": "^4.18.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "ts-node": "^10.9.1", "typescript": "^4.7.4", "webpack": "^5.73.0", @@ -42109,8 +42109,8 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", - "react-form-with-constraints-tools": "^0.19.0", + "react-form-with-constraints": "^0.19.1", + "react-form-with-constraints-tools": "^0.19.1", "react-i18next": "^11.18.1", "style-loader": "^3.3.1", "ts-node": "^10.9.1", @@ -44340,7 +44340,7 @@ "css-loader": "^6.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-form-with-constraints": "^0.19.0", + "react-form-with-constraints": "^0.19.1", "style-loader": "^3.3.1", "ts-node": "^10.9.1", "typescript": "^4.7.4",