Skip to content

Commit 76f71fa

Browse files
authored
🔀 Merge pull request #60 from codermarcos/fix/audit-problems
🐛 Fix audit problems
2 parents 78df060 + d6783cc commit 76f71fa

File tree

5 files changed

+25
-22
lines changed

5 files changed

+25
-22
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ insert_final_newline = true
1111

1212
[.nvmrc]
1313
insert_final_newline = false
14+
15+
[LICENSE]
16+
insert_final_newline = false

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
1010
distributed under the License is distributed on an "AS IS" BASIS,
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
13-
limitations under the License.
13+
limitations under the License.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<a class="badge-align" href="https://www.npmjs.com/package/simple-mask-money">
1717
<img src="https://img.shields.io/npm/dm/simple-mask-money.svg" alt="npm downloads">
1818
</a>
19-
<a class="badge-align" href="https://opensource.org/license/mit/">
20-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License">
19+
<a class="badge-align" href="https://www.apache.org/licenses/LICENSE-2.0">
20+
<img src="https://img.shields.io/badge/Apache-2.0-blue.svg" alt="License">
2121
</a>
2222
</p>
2323

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-mask-money",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"private": false,
55
"description": "Simple money mask developed with pure JavaScript. To run on Client Side and Server Side",
66
"types": "./lib/simple-mask-money.d.ts",
@@ -98,7 +98,7 @@
9898
"@typescript-eslint/eslint-plugin": "^6.5.0",
9999
"@typescript-eslint/parser": "^6.5.0",
100100
"cross-env": "^7.0.3",
101-
"cypress": "^12.17.4",
101+
"cypress": "^13.3.0",
102102
"eslint": "^8.48.0",
103103
"eslint-plugin-cypress": "^2.14.0",
104104
"jest-environment-jsdom": "^29.6.4",

0 commit comments

Comments
 (0)