Browse Source

Update countup.js to version 2.10.1

pull/7412/head
Thomas Kaul 1 month ago
parent
commit
e9c9090379
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -64,7 +64,7 @@
"cookie-parser": "1.4.7",
"countries-and-timezones": "3.9.0",
"countries-list": "3.4.0",
"countup.js": "2.10.0",
"countup.js": "2.10.1",
"date-fns": "4.4.0",
"dotenv": "17.2.3",
"dotenv-expand": "12.0.3",
@ -17068,9 +17068,9 @@
"license": "MIT"
},
"node_modules/countup.js": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.10.0.tgz",
"integrity": "sha512-QQpZx7oYxsR+OeITlZe46fY/OQjV11oBqjY8wgIXzLU2jIz8GzOrbMhqKLysGY8bWI3T1ZNrYkwGzKb4JNgyzg==",
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.10.1.tgz",
"integrity": "sha512-UHW/BsPDgVZfN919D4iu2HPv+jJxZUuaR3EhT0ScFZaD446GiQtkMTgOnOyJXdA2AewdlyUk9UvERlTHTbVpcw==",
"license": "MIT"
},
"node_modules/create-require": {

2
package.json

@ -108,7 +108,7 @@
"cookie-parser": "1.4.7",
"countries-and-timezones": "3.9.0",
"countries-list": "3.4.0",
"countup.js": "2.10.0",
"countup.js": "2.10.1",
"date-fns": "4.4.0",
"dotenv": "17.2.3",
"dotenv-expand": "12.0.3",

Loading…
Cancel
Save